/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #303539;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #c965a0;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #a73b7a;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #f2f4f4;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #e6eded;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #e6eded;
}
.text-primary {
  color: #c965a0;
}
a.text-primary:hover {
  color: #b94288;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #fff;
}
a.text-danger:hover {
  color: #e6e6e6;
}
.bg-primary {
  color: #fff;
  background-color: #c965a0;
}
a.bg-primary:hover {
  background-color: #b94288;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #E43725;
}
a.bg-danger:hover {
  background-color: #be2718;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #f2f4f4;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e6eded;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #f2f4f4;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #e6eded;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f2f4f4;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #303539;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #E43725;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #d52c1a;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #303539;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #808f96;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #808f96;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #e6eded;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #e6eded;
}
.form-control::-webkit-input-placeholder {
  color: #e6eded;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #f2f4f4;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #E43725;
}
.has-error .form-control {
  border-color: #E43725;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #be2718;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ef8a80;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ef8a80;
}
.has-error .input-group-addon {
  color: #E43725;
  border-color: #E43725;
  background-color: #E43725;
}
.has-error .form-control-feedback {
  color: #E43725;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #6a757e;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-profile-menu {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-profile-menu:hover,
.btn-profile-menu:focus,
.btn-profile-menu:active,
.btn-profile-menu.active,
.open .dropdown-toggle.btn-profile-menu {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-profile-menu:active,
.btn-profile-menu.active,
.open .dropdown-toggle.btn-profile-menu {
  background-image: none;
}
.btn-profile-menu.disabled,
.btn-profile-menu[disabled],
fieldset[disabled] .btn-profile-menu,
.btn-profile-menu.disabled:hover,
.btn-profile-menu[disabled]:hover,
fieldset[disabled] .btn-profile-menu:hover,
.btn-profile-menu.disabled:focus,
.btn-profile-menu[disabled]:focus,
fieldset[disabled] .btn-profile-menu:focus,
.btn-profile-menu.disabled:active,
.btn-profile-menu[disabled]:active,
fieldset[disabled] .btn-profile-menu:active,
.btn-profile-menu.disabled.active,
.btn-profile-menu[disabled].active,
fieldset[disabled] .btn-profile-menu.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-profile-menu .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #222222;
  background-color: #d68bb7;
  border-color: #cf78ab;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #222222;
  background-color: #cb6da4;
  border-color: #bf4b8f;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #d68bb7;
  border-color: #cf78ab;
}
.btn-primary .badge {
  color: #d68bb7;
  background-color: #222222;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5b71de;
  border-color: #465fda;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #3954d7;
  border-color: #263fbc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5b71de;
  border-color: #465fda;
}
.btn-info .badge {
  color: #5b71de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #c965a0;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #a73b7a;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #e6eded;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-label-hot {
  color: #fff;
  background-color: #FA0E60;
  border-color: #ea0554;
}
.btn-label-hot:hover,
.btn-label-hot:focus,
.btn-label-hot:active,
.btn-label-hot.active,
.open .dropdown-toggle.btn-label-hot {
  color: #fff;
  background-color: #db054f;
  border-color: #ae043f;
}
.btn-label-hot:active,
.btn-label-hot.active,
.open .dropdown-toggle.btn-label-hot {
  background-image: none;
}
.btn-label-hot.disabled,
.btn-label-hot[disabled],
fieldset[disabled] .btn-label-hot,
.btn-label-hot.disabled:hover,
.btn-label-hot[disabled]:hover,
fieldset[disabled] .btn-label-hot:hover,
.btn-label-hot.disabled:focus,
.btn-label-hot[disabled]:focus,
fieldset[disabled] .btn-label-hot:focus,
.btn-label-hot.disabled:active,
.btn-label-hot[disabled]:active,
fieldset[disabled] .btn-label-hot:active,
.btn-label-hot.disabled.active,
.btn-label-hot[disabled].active,
fieldset[disabled] .btn-label-hot.active {
  background-color: #FA0E60;
  border-color: #ea0554;
}
.btn-label-hot .badge {
  color: #FA0E60;
  background-color: #fff;
}
.btn-label-popular {
  color: #fff;
  background-color: #B16BC0;
  border-color: #a859b8;
}
.btn-label-popular:hover,
.btn-label-popular:focus,
.btn-label-popular:active,
.btn-label-popular.active,
.open .dropdown-toggle.btn-label-popular {
  color: #fff;
  background-color: #a24eb4;
  border-color: #863f95;
}
.btn-label-popular:active,
.btn-label-popular.active,
.open .dropdown-toggle.btn-label-popular {
  background-image: none;
}
.btn-label-popular.disabled,
.btn-label-popular[disabled],
fieldset[disabled] .btn-label-popular,
.btn-label-popular.disabled:hover,
.btn-label-popular[disabled]:hover,
fieldset[disabled] .btn-label-popular:hover,
.btn-label-popular.disabled:focus,
.btn-label-popular[disabled]:focus,
fieldset[disabled] .btn-label-popular:focus,
.btn-label-popular.disabled:active,
.btn-label-popular[disabled]:active,
fieldset[disabled] .btn-label-popular:active,
.btn-label-popular.disabled.active,
.btn-label-popular[disabled].active,
fieldset[disabled] .btn-label-popular.active {
  background-color: #B16BC0;
  border-color: #a859b8;
}
.btn-label-popular .badge {
  color: #B16BC0;
  background-color: #fff;
}
.btn-label-model {
  color: #fff;
  background-color: #5b71de;
  border-color: #465fda;
}
.btn-label-model:hover,
.btn-label-model:focus,
.btn-label-model:active,
.btn-label-model.active,
.open .dropdown-toggle.btn-label-model {
  color: #fff;
  background-color: #3954d7;
  border-color: #263fbc;
}
.btn-label-model:active,
.btn-label-model.active,
.open .dropdown-toggle.btn-label-model {
  background-image: none;
}
.btn-label-model.disabled,
.btn-label-model[disabled],
fieldset[disabled] .btn-label-model,
.btn-label-model.disabled:hover,
.btn-label-model[disabled]:hover,
fieldset[disabled] .btn-label-model:hover,
.btn-label-model.disabled:focus,
.btn-label-model[disabled]:focus,
fieldset[disabled] .btn-label-model:focus,
.btn-label-model.disabled:active,
.btn-label-model[disabled]:active,
fieldset[disabled] .btn-label-model:active,
.btn-label-model.disabled.active,
.btn-label-model[disabled].active,
fieldset[disabled] .btn-label-model.active {
  background-color: #5b71de;
  border-color: #465fda;
}
.btn-label-model .badge {
  color: #5b71de;
  background-color: #fff;
}
.btn-label-experienced {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-label-experienced:hover,
.btn-label-experienced:focus,
.btn-label-experienced:active,
.btn-label-experienced.active,
.open .dropdown-toggle.btn-label-experienced {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-label-experienced:active,
.btn-label-experienced.active,
.open .dropdown-toggle.btn-label-experienced {
  background-image: none;
}
.btn-label-experienced.disabled,
.btn-label-experienced[disabled],
fieldset[disabled] .btn-label-experienced,
.btn-label-experienced.disabled:hover,
.btn-label-experienced[disabled]:hover,
fieldset[disabled] .btn-label-experienced:hover,
.btn-label-experienced.disabled:focus,
.btn-label-experienced[disabled]:focus,
fieldset[disabled] .btn-label-experienced:focus,
.btn-label-experienced.disabled:active,
.btn-label-experienced[disabled]:active,
fieldset[disabled] .btn-label-experienced:active,
.btn-label-experienced.disabled.active,
.btn-label-experienced[disabled].active,
fieldset[disabled] .btn-label-experienced.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-label-experienced .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-label-validated {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-label-validated:hover,
.btn-label-validated:focus,
.btn-label-validated:active,
.btn-label-validated.active,
.open .dropdown-toggle.btn-label-validated {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-label-validated:active,
.btn-label-validated.active,
.open .dropdown-toggle.btn-label-validated {
  background-image: none;
}
.btn-label-validated.disabled,
.btn-label-validated[disabled],
fieldset[disabled] .btn-label-validated,
.btn-label-validated.disabled:hover,
.btn-label-validated[disabled]:hover,
fieldset[disabled] .btn-label-validated:hover,
.btn-label-validated.disabled:focus,
.btn-label-validated[disabled]:focus,
fieldset[disabled] .btn-label-validated:focus,
.btn-label-validated.disabled:active,
.btn-label-validated[disabled]:active,
fieldset[disabled] .btn-label-validated:active,
.btn-label-validated.disabled.active,
.btn-label-validated[disabled].active,
fieldset[disabled] .btn-label-validated.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-label-validated .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-label-power-user {
  color: #fff;
  background-color: #d68bb7;
  border-color: #cf78ab;
}
.btn-label-power-user:hover,
.btn-label-power-user:focus,
.btn-label-power-user:active,
.btn-label-power-user.active,
.open .dropdown-toggle.btn-label-power-user {
  color: #fff;
  background-color: #cb6da4;
  border-color: #bf4b8f;
}
.btn-label-power-user:active,
.btn-label-power-user.active,
.open .dropdown-toggle.btn-label-power-user {
  background-image: none;
}
.btn-label-power-user.disabled,
.btn-label-power-user[disabled],
fieldset[disabled] .btn-label-power-user,
.btn-label-power-user.disabled:hover,
.btn-label-power-user[disabled]:hover,
fieldset[disabled] .btn-label-power-user:hover,
.btn-label-power-user.disabled:focus,
.btn-label-power-user[disabled]:focus,
fieldset[disabled] .btn-label-power-user:focus,
.btn-label-power-user.disabled:active,
.btn-label-power-user[disabled]:active,
fieldset[disabled] .btn-label-power-user:active,
.btn-label-power-user.disabled.active,
.btn-label-power-user[disabled].active,
fieldset[disabled] .btn-label-power-user.active {
  background-color: #d68bb7;
  border-color: #cf78ab;
}
.btn-label-power-user .badge {
  color: #d68bb7;
  background-color: #fff;
}
.btn-label-admin {
  color: #fff;
  background-color: #4E0022;
  border-color: #350017;
}
.btn-label-admin:hover,
.btn-label-admin:focus,
.btn-label-admin:active,
.btn-label-admin.active,
.open .dropdown-toggle.btn-label-admin {
  color: #fff;
  background-color: #250010;
  border-color: #000000;
}
.btn-label-admin:active,
.btn-label-admin.active,
.open .dropdown-toggle.btn-label-admin {
  background-image: none;
}
.btn-label-admin.disabled,
.btn-label-admin[disabled],
fieldset[disabled] .btn-label-admin,
.btn-label-admin.disabled:hover,
.btn-label-admin[disabled]:hover,
fieldset[disabled] .btn-label-admin:hover,
.btn-label-admin.disabled:focus,
.btn-label-admin[disabled]:focus,
fieldset[disabled] .btn-label-admin:focus,
.btn-label-admin.disabled:active,
.btn-label-admin[disabled]:active,
fieldset[disabled] .btn-label-admin:active,
.btn-label-admin.disabled.active,
.btn-label-admin[disabled].active,
fieldset[disabled] .btn-label-admin.active {
  background-color: #4E0022;
  border-color: #350017;
}
.btn-label-admin .badge {
  color: #4E0022;
  background-color: #fff;
}
.btn-label-new {
  color: #fff;
  background-color: #0BBC22;
  border-color: #0aa41e;
}
.btn-label-new:hover,
.btn-label-new:focus,
.btn-label-new:active,
.btn-label-new.active,
.open .dropdown-toggle.btn-label-new {
  color: #fff;
  background-color: #09951b;
  border-color: #066a13;
}
.btn-label-new:active,
.btn-label-new.active,
.open .dropdown-toggle.btn-label-new {
  background-image: none;
}
.btn-label-new.disabled,
.btn-label-new[disabled],
fieldset[disabled] .btn-label-new,
.btn-label-new.disabled:hover,
.btn-label-new[disabled]:hover,
fieldset[disabled] .btn-label-new:hover,
.btn-label-new.disabled:focus,
.btn-label-new[disabled]:focus,
fieldset[disabled] .btn-label-new:focus,
.btn-label-new.disabled:active,
.btn-label-new[disabled]:active,
fieldset[disabled] .btn-label-new:active,
.btn-label-new.disabled.active,
.btn-label-new[disabled].active,
fieldset[disabled] .btn-label-new.active {
  background-color: #0BBC22;
  border-color: #0aa41e;
}
.btn-label-new .badge {
  color: #0BBC22;
  background-color: #fff;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/flirtoid-glyphs.eot');
  src: url('../fonts/flirtoid-glyphs.eot?#iefix') format('embedded-opentype'), url('../fonts/flirtoid-glyphs.woff') format('woff'), url('../fonts/flirtoid-glyphs.ttf') format('truetype'), url('../fonts/flirtoid-glyphs.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #303539;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #24282b;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #c965a0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #e6eded;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #e6eded;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #808f96;
  text-align: center;
  background-color: #f2f4f4;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f2f4f4;
}
.nav > li.disabled > a {
  color: #e6eded;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #e6eded;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f2f4f4;
  border-color: #c965a0;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f2f4f4 #f2f4f4 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #808f96;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #c965a0;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #e6eded;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #e6eded;
}
.navbar-inverse .navbar-nav > li > a {
  color: #e6eded;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #e6eded;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #e6eded;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #e6eded;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #2C3E50;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #a73b7a;
  background-color: #f2f4f4;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #afcc43;
  border-color: #889e34;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #e6eded;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f2f4f4;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #e6eded;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #e6eded;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #c8d8d8;
}
.label-primary {
  background-color: #c965a0;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #b94288;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5b71de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #314cd5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #e6eded;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #c965a0;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f2f4f4;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: none;
  border: none;
  border-radius: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #c965a0;
}
.thumbnail .caption {
  padding: 0px;
  color: #303539;
}
.thumbnail .thumbnail-title {
  margin: 0px;
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
  display: block;
  background: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0px 10px;
}
.thumbnail .caption-summary {
  color: #808f96;
  font-size: 12px;
  margin: 20px 10px;
}
.thumbnail p {
  padding: 0px 10px;
  font-size: 12px;
  line-height: 24px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #E43725;
  border-color: #d51a28;
  color: #fff;
}
.alert-danger hr {
  border-top-color: #be1824;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #c965a0;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5b71de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #c965a0;
  border-color: #c965a0;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #fefcfd;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #fff;
  background-color: #E43725;
}
a.list-group-item-danger {
  color: #fff;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #fff;
  background-color: #d52c1a;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #303539;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #c965a0;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #c965a0;
  border-color: #c965a0;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #c965a0;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #c965a0;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #d51a28;
}
.panel-danger > .panel-heading {
  color: #fff;
  background-color: #E43725;
  border-color: #d51a28;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d51a28;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d51a28;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-social > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social.btn-lg {
  padding-left: 61px;
}
.btn-social.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social.btn-sm {
  padding-left: 38px;
}
.btn-social.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social.btn-xs {
  padding-left: 30px;
}
.btn-social.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}
.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social-icon.btn-lg {
  padding-left: 61px;
}
.btn-social-icon.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social-icon.btn-sm {
  padding-left: 38px;
}
.btn-social-icon.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social-icon.btn-xs {
  padding-left: 30px;
}
.btn-social-icon.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100%!important;
}
.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}
.btn-adn {
  color: #fff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:hover,
.btn-adn:focus,
.btn-adn:active,
.btn-adn.active,
.open .dropdown-toggle.btn-adn {
  color: #fff;
  background-color: #d05d48;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:active,
.btn-adn.active,
.open .dropdown-toggle.btn-adn {
  background-image: none;
}
.btn-adn.disabled,
.btn-adn[disabled],
fieldset[disabled] .btn-adn,
.btn-adn.disabled:hover,
.btn-adn[disabled]:hover,
fieldset[disabled] .btn-adn:hover,
.btn-adn.disabled:focus,
.btn-adn[disabled]:focus,
fieldset[disabled] .btn-adn:focus,
.btn-adn.disabled:active,
.btn-adn[disabled]:active,
fieldset[disabled] .btn-adn:active,
.btn-adn.disabled.active,
.btn-adn[disabled].active,
fieldset[disabled] .btn-adn.active {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn .badge {
  color: #d87a68;
  background-color: #fff;
}
.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:hover,
.btn-bitbucket:focus,
.btn-bitbucket:active,
.btn-bitbucket.active,
.open .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #183c60;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active,
.btn-bitbucket.active,
.open .dropdown-toggle.btn-bitbucket {
  background-image: none;
}
.btn-bitbucket.disabled,
.btn-bitbucket[disabled],
fieldset[disabled] .btn-bitbucket,
.btn-bitbucket.disabled:hover,
.btn-bitbucket[disabled]:hover,
fieldset[disabled] .btn-bitbucket:hover,
.btn-bitbucket.disabled:focus,
.btn-bitbucket[disabled]:focus,
fieldset[disabled] .btn-bitbucket:focus,
.btn-bitbucket.disabled:active,
.btn-bitbucket[disabled]:active,
fieldset[disabled] .btn-bitbucket:active,
.btn-bitbucket.disabled.active,
.btn-bitbucket[disabled].active,
fieldset[disabled] .btn-bitbucket.active {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff;
}
.btn-dropbox {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:hover,
.btn-dropbox:focus,
.btn-dropbox:active,
.btn-dropbox.active,
.open .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d70b7;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active,
.btn-dropbox.active,
.open .dropdown-toggle.btn-dropbox {
  background-image: none;
}
.btn-dropbox.disabled,
.btn-dropbox[disabled],
fieldset[disabled] .btn-dropbox,
.btn-dropbox.disabled:hover,
.btn-dropbox[disabled]:hover,
fieldset[disabled] .btn-dropbox:hover,
.btn-dropbox.disabled:focus,
.btn-dropbox[disabled]:focus,
fieldset[disabled] .btn-dropbox:focus,
.btn-dropbox.disabled:active,
.btn-dropbox[disabled]:active,
fieldset[disabled] .btn-dropbox:active,
.btn-dropbox.disabled.active,
.btn-dropbox[disabled].active,
fieldset[disabled] .btn-dropbox.active {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff;
}
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #30487b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff;
}
.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:hover,
.btn-flickr:focus,
.btn-flickr:active,
.btn-flickr.active,
.open .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #d6006f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active,
.btn-flickr.active,
.open .dropdown-toggle.btn-flickr {
  background-image: none;
}
.btn-flickr.disabled,
.btn-flickr[disabled],
fieldset[disabled] .btn-flickr,
.btn-flickr.disabled:hover,
.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-flickr:hover,
.btn-flickr.disabled:focus,
.btn-flickr[disabled]:focus,
fieldset[disabled] .btn-flickr:focus,
.btn-flickr.disabled:active,
.btn-flickr[disabled]:active,
fieldset[disabled] .btn-flickr:active,
.btn-flickr.disabled.active,
.btn-flickr[disabled].active,
fieldset[disabled] .btn-flickr.active {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff;
}
.btn-foursquare {
  color: #fff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:hover,
.btn-foursquare:focus,
.btn-foursquare:active,
.btn-foursquare.active,
.open .dropdown-toggle.btn-foursquare {
  color: #fff;
  background-color: #f8205a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active,
.btn-foursquare.active,
.open .dropdown-toggle.btn-foursquare {
  background-image: none;
}
.btn-foursquare.disabled,
.btn-foursquare[disabled],
fieldset[disabled] .btn-foursquare,
.btn-foursquare.disabled:hover,
.btn-foursquare[disabled]:hover,
fieldset[disabled] .btn-foursquare:hover,
.btn-foursquare.disabled:focus,
.btn-foursquare[disabled]:focus,
fieldset[disabled] .btn-foursquare:focus,
.btn-foursquare.disabled:active,
.btn-foursquare[disabled]:active,
fieldset[disabled] .btn-foursquare:active,
.btn-foursquare.disabled.active,
.btn-foursquare[disabled].active,
fieldset[disabled] .btn-foursquare.active {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare .badge {
  color: #f94877;
  background-color: #fff;
}
.btn-github {
  color: #fff;
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:hover,
.btn-github:focus,
.btn-github:active,
.btn-github.active,
.open .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #303030;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active,
.btn-github.active,
.open .dropdown-toggle.btn-github {
  background-image: none;
}
.btn-github.disabled,
.btn-github[disabled],
fieldset[disabled] .btn-github,
.btn-github.disabled:hover,
.btn-github[disabled]:hover,
fieldset[disabled] .btn-github:hover,
.btn-github.disabled:focus,
.btn-github[disabled]:focus,
fieldset[disabled] .btn-github:focus,
.btn-github.disabled:active,
.btn-github[disabled]:active,
fieldset[disabled] .btn-github:active,
.btn-github.disabled.active,
.btn-github[disabled].active,
fieldset[disabled] .btn-github.active {
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github .badge {
  color: #444444;
  background-color: #fff;
}
.btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:hover,
.btn-google:focus,
.btn-google:active,
.btn-google.active,
.open .dropdown-toggle.btn-google {
  color: #fff;
  background-color: #ca3523;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:active,
.btn-google.active,
.open .dropdown-toggle.btn-google {
  background-image: none;
}
.btn-google.disabled,
.btn-google[disabled],
fieldset[disabled] .btn-google,
.btn-google.disabled:hover,
.btn-google[disabled]:hover,
fieldset[disabled] .btn-google:hover,
.btn-google.disabled:focus,
.btn-google[disabled]:focus,
fieldset[disabled] .btn-google:focus,
.btn-google.disabled:active,
.btn-google[disabled]:active,
fieldset[disabled] .btn-google:active,
.btn-google.disabled.active,
.btn-google[disabled].active,
fieldset[disabled] .btn-google.active {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google .badge {
  color: #dd4b39;
  background-color: #fff;
}
.btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active,
.btn-instagram.active,
.open .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #335d7e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active,
.btn-instagram.active,
.open .dropdown-toggle.btn-instagram {
  background-image: none;
}
.btn-instagram.disabled,
.btn-instagram[disabled],
fieldset[disabled] .btn-instagram,
.btn-instagram.disabled:hover,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram:hover,
.btn-instagram.disabled:focus,
.btn-instagram[disabled]:focus,
fieldset[disabled] .btn-instagram:focus,
.btn-instagram.disabled:active,
.btn-instagram[disabled]:active,
fieldset[disabled] .btn-instagram:active,
.btn-instagram.disabled.active,
.btn-instagram[disabled].active,
fieldset[disabled] .btn-instagram.active {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff;
}
.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005f8d;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
  background-image: none;
}
.btn-linkedin.disabled,
.btn-linkedin[disabled],
fieldset[disabled] .btn-linkedin,
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled:active,
.btn-linkedin[disabled]:active,
fieldset[disabled] .btn-linkedin:active,
.btn-linkedin.disabled.active,
.btn-linkedin[disabled].active,
fieldset[disabled] .btn-linkedin.active {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff;
}
.btn-microsoft {
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:hover,
.btn-microsoft:focus,
.btn-microsoft:active,
.btn-microsoft.active,
.open .dropdown-toggle.btn-microsoft {
  color: #fff;
  background-color: #135ed6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:active,
.btn-microsoft.active,
.open .dropdown-toggle.btn-microsoft {
  background-image: none;
}
.btn-microsoft.disabled,
.btn-microsoft[disabled],
fieldset[disabled] .btn-microsoft,
.btn-microsoft.disabled:hover,
.btn-microsoft[disabled]:hover,
fieldset[disabled] .btn-microsoft:hover,
.btn-microsoft.disabled:focus,
.btn-microsoft[disabled]:focus,
fieldset[disabled] .btn-microsoft:focus,
.btn-microsoft.disabled:active,
.btn-microsoft[disabled]:active,
fieldset[disabled] .btn-microsoft:active,
.btn-microsoft.disabled.active,
.btn-microsoft[disabled].active,
fieldset[disabled] .btn-microsoft.active {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff;
}
.btn-odnoklassniki {
  color: #fff;
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki:hover,
.btn-odnoklassniki:focus,
.btn-odnoklassniki:active,
.btn-odnoklassniki.active,
.open .dropdown-toggle.btn-odnoklassniki {
  color: #fff;
  background-color: #dd5f0b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki:active,
.btn-odnoklassniki.active,
.open .dropdown-toggle.btn-odnoklassniki {
  background-image: none;
}
.btn-odnoklassniki.disabled,
.btn-odnoklassniki[disabled],
fieldset[disabled] .btn-odnoklassniki,
.btn-odnoklassniki.disabled:hover,
.btn-odnoklassniki[disabled]:hover,
fieldset[disabled] .btn-odnoklassniki:hover,
.btn-odnoklassniki.disabled:focus,
.btn-odnoklassniki[disabled]:focus,
fieldset[disabled] .btn-odnoklassniki:focus,
.btn-odnoklassniki.disabled:active,
.btn-odnoklassniki[disabled]:active,
fieldset[disabled] .btn-odnoklassniki:active,
.btn-odnoklassniki.disabled.active,
.btn-odnoklassniki[disabled].active,
fieldset[disabled] .btn-odnoklassniki.active {
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki .badge {
  color: #f4731c;
  background-color: #fff;
}
.btn-openid {
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:hover,
.btn-openid:focus,
.btn-openid:active,
.btn-openid.active,
.open .dropdown-toggle.btn-openid {
  color: #fff;
  background-color: #e47f08;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:active,
.btn-openid.active,
.open .dropdown-toggle.btn-openid {
  background-image: none;
}
.btn-openid.disabled,
.btn-openid[disabled],
fieldset[disabled] .btn-openid,
.btn-openid.disabled:hover,
.btn-openid[disabled]:hover,
fieldset[disabled] .btn-openid:hover,
.btn-openid.disabled:focus,
.btn-openid[disabled]:focus,
fieldset[disabled] .btn-openid:focus,
.btn-openid.disabled:active,
.btn-openid[disabled]:active,
fieldset[disabled] .btn-openid:active,
.btn-openid.disabled.active,
.btn-openid[disabled].active,
fieldset[disabled] .btn-openid.active {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid .badge {
  color: #f7931e;
  background-color: #fff;
}
.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest:active,
.btn-pinterest.active,
.open .dropdown-toggle.btn-pinterest {
  color: #fff;
  background-color: #a81a20;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:active,
.btn-pinterest.active,
.open .dropdown-toggle.btn-pinterest {
  background-image: none;
}
.btn-pinterest.disabled,
.btn-pinterest[disabled],
fieldset[disabled] .btn-pinterest,
.btn-pinterest.disabled:hover,
.btn-pinterest[disabled]:hover,
fieldset[disabled] .btn-pinterest:hover,
.btn-pinterest.disabled:focus,
.btn-pinterest[disabled]:focus,
fieldset[disabled] .btn-pinterest:focus,
.btn-pinterest.disabled:active,
.btn-pinterest[disabled]:active,
fieldset[disabled] .btn-pinterest:active,
.btn-pinterest.disabled.active,
.btn-pinterest[disabled].active,
fieldset[disabled] .btn-pinterest.active {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff;
}
.btn-reddit {
  color: #000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:hover,
.btn-reddit:focus,
.btn-reddit:active,
.btn-reddit.active,
.open .dropdown-toggle.btn-reddit {
  color: #000;
  background-color: #c6e3ff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:active,
.btn-reddit.active,
.open .dropdown-toggle.btn-reddit {
  background-image: none;
}
.btn-reddit.disabled,
.btn-reddit[disabled],
fieldset[disabled] .btn-reddit,
.btn-reddit.disabled:hover,
.btn-reddit[disabled]:hover,
fieldset[disabled] .btn-reddit:hover,
.btn-reddit.disabled:focus,
.btn-reddit[disabled]:focus,
fieldset[disabled] .btn-reddit:focus,
.btn-reddit.disabled:active,
.btn-reddit[disabled]:active,
fieldset[disabled] .btn-reddit:active,
.btn-reddit.disabled.active,
.btn-reddit[disabled].active,
fieldset[disabled] .btn-reddit.active {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000;
}
.btn-soundcloud {
  color: #fff;
  background-color: #ff5500;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:hover,
.btn-soundcloud:focus,
.btn-soundcloud:active,
.btn-soundcloud.active,
.open .dropdown-toggle.btn-soundcloud {
  color: #fff;
  background-color: #d64700;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:active,
.btn-soundcloud.active,
.open .dropdown-toggle.btn-soundcloud {
  background-image: none;
}
.btn-soundcloud.disabled,
.btn-soundcloud[disabled],
fieldset[disabled] .btn-soundcloud,
.btn-soundcloud.disabled:hover,
.btn-soundcloud[disabled]:hover,
fieldset[disabled] .btn-soundcloud:hover,
.btn-soundcloud.disabled:focus,
.btn-soundcloud[disabled]:focus,
fieldset[disabled] .btn-soundcloud:focus,
.btn-soundcloud.disabled:active,
.btn-soundcloud[disabled]:active,
fieldset[disabled] .btn-soundcloud:active,
.btn-soundcloud.disabled.active,
.btn-soundcloud[disabled].active,
fieldset[disabled] .btn-soundcloud.active {
  background-color: #ff5500;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud .badge {
  color: #ff5500;
  background-color: #fff;
}
.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:hover,
.btn-tumblr:focus,
.btn-tumblr:active,
.btn-tumblr.active,
.open .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1f3346;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active,
.btn-tumblr.active,
.open .dropdown-toggle.btn-tumblr {
  background-image: none;
}
.btn-tumblr.disabled,
.btn-tumblr[disabled],
fieldset[disabled] .btn-tumblr,
.btn-tumblr.disabled:hover,
.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-tumblr:hover,
.btn-tumblr.disabled:focus,
.btn-tumblr[disabled]:focus,
fieldset[disabled] .btn-tumblr:focus,
.btn-tumblr.disabled:active,
.btn-tumblr[disabled]:active,
fieldset[disabled] .btn-tumblr:active,
.btn-tumblr.disabled.active,
.btn-tumblr[disabled].active,
fieldset[disabled] .btn-tumblr.active {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff;
}
.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #309aea;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter .badge {
  color: #55acee;
  background-color: #fff;
}
.btn-vimeo {
  color: #fff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:hover,
.btn-vimeo:focus,
.btn-vimeo:active,
.btn-vimeo.active,
.open .dropdown-toggle.btn-vimeo {
  color: #fff;
  background-color: #129cc9;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:active,
.btn-vimeo.active,
.open .dropdown-toggle.btn-vimeo {
  background-image: none;
}
.btn-vimeo.disabled,
.btn-vimeo[disabled],
fieldset[disabled] .btn-vimeo,
.btn-vimeo.disabled:hover,
.btn-vimeo[disabled]:hover,
fieldset[disabled] .btn-vimeo:hover,
.btn-vimeo.disabled:focus,
.btn-vimeo[disabled]:focus,
fieldset[disabled] .btn-vimeo:focus,
.btn-vimeo.disabled:active,
.btn-vimeo[disabled]:active,
fieldset[disabled] .btn-vimeo:active,
.btn-vimeo.disabled.active,
.btn-vimeo[disabled].active,
fieldset[disabled] .btn-vimeo.active {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff;
}
.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:hover,
.btn-vk:focus,
.btn-vk:active,
.btn-vk.active,
.open .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #4a6a89;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active,
.btn-vk.active,
.open .dropdown-toggle.btn-vk {
  background-image: none;
}
.btn-vk.disabled,
.btn-vk[disabled],
fieldset[disabled] .btn-vk,
.btn-vk.disabled:hover,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk:hover,
.btn-vk.disabled:focus,
.btn-vk[disabled]:focus,
fieldset[disabled] .btn-vk:focus,
.btn-vk.disabled:active,
.btn-vk[disabled]:active,
fieldset[disabled] .btn-vk:active,
.btn-vk.disabled.active,
.btn-vk[disabled].active,
fieldset[disabled] .btn-vk.active {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk .badge {
  color: #587ea3;
  background-color: #fff;
}
.btn-yahoo {
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:hover,
.btn-yahoo:focus,
.btn-yahoo:active,
.btn-yahoo.active,
.open .dropdown-toggle.btn-yahoo {
  color: #fff;
  background-color: #570b79;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:active,
.btn-yahoo.active,
.open .dropdown-toggle.btn-yahoo {
  background-image: none;
}
.btn-yahoo.disabled,
.btn-yahoo[disabled],
fieldset[disabled] .btn-yahoo,
.btn-yahoo.disabled:hover,
.btn-yahoo[disabled]:hover,
fieldset[disabled] .btn-yahoo:hover,
.btn-yahoo.disabled:focus,
.btn-yahoo[disabled]:focus,
fieldset[disabled] .btn-yahoo:focus,
.btn-yahoo.disabled:active,
.btn-yahoo[disabled]:active,
fieldset[disabled] .btn-yahoo:active,
.btn-yahoo.disabled.active,
.btn-yahoo[disabled].active,
fieldset[disabled] .btn-yahoo.active {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff;
}
.glyphicon {
  font-family: 'flirtoid-glyphs';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  text-transform: none;
  text-rendering: optimizeLegibility;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  position: relative;
  top: 1px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
  width: 1em;
}
.icon-home:before {
  content: "\e64a";
}
.icon-support:before {
  content: "\e64b";
}
.icon-info:before {
  content: "\e648";
}
.icon-cancel-circle:before {
  content: "\e649";
}
.icon-more:before {
  content: "\e644";
}
.icon-webcam:before {
  content: "\e600";
}
.icon-users:before {
  content: "\e601";
}
.icon-users-list:before {
  content: "\e602";
}
.icon-user:before {
  content: "\e603";
}
.icon-user-alt:before {
  content: "\e604";
}
.icon-twitter3:before {
  content: "\e605";
}
.icon-twitter2:before {
  content: "\e606";
}
.icon-twitter1:before {
  content: "\e607";
}
.icon-trash:before {
  content: "\e608";
}
.icon-thumbs-up:before {
  content: "\e609";
}
.icon-thumbs-up-2:before {
  content: "\e60a";
}
.icon-star-half-full:before {
  content: "\e60b";
}
.icon-star-empty:before {
  content: "\e60c";
}
.icon-spinner:before {
  content: "\e60d";
}
.icon-share-sign:before {
  content: "\e60e";
}
.icon-share-alt:before {
  content: "\e60f";
}
.icon-search:before {
  content: "\e610";
}
.icon-rocket:before {
  content: "\e611";
}
.icon-profile:before {
  content: "\e612";
}
.icon-play:before {
  content: "\e613";
}
.icon-pencil:before {
  content: "\e614";
}
.icon-microphone:before {
  content: "\e615";
}
.icon-menu:before {
  content: "\e616";
}
.icon-male:before {
  content: "\e617";
}
.icon-loop:before {
  content: "\e618";
}
.icon-location:before {
  content: "\e619";
}
.icon-link:before {
  content: "\e61a";
}
.icon-lesbian:before {
  content: "\e61b";
}
.icon-inbox:before {
  content: "\e61c";
}
.icon-happy:before {
  content: "\e61d";
}
.icon-google-plus3:before {
  content: "\e61e";
}
.icon-google-plus2:before {
  content: "\e61f";
}
.icon-google-plus1:before {
  content: "\e620";
}
.icon-globe2:before {
  content: "\e621";
}
.icon-globe:before {
  content: "\e622";
}
.icon-gittip:before {
  content: "\e623";
}
.icon-gift:before {
  content: "\e624";
}
.icon-gay:before {
  content: "\e625";
}
.icon-flag2:before {
  content: "\e626";
}
.icon-flag:before {
  content: "\e627";
}
.icon-fire:before {
  content: "\e628";
}
.icon-female:before {
  content: "\e629";
}
.icon-facetime-video:before {
  content: "\e62a";
}
.icon-facebook3:before {
  content: "\e62b";
}
.icon-facebook2:before {
  content: "\e62c";
}
.icon-facebook1:before {
  content: "\e62d";
}
.icon-envelope2:before {
  content: "\e62e";
}
.icon-edit:before {
  content: "\e62f";
}
.icon-download:before {
  content: "\e630";
}
.icon-comment-alt2:before {
  content: "\e631";
}
.icon-collapse-left:before {
  content: "\e645";
}
.icon-collapse:before {
  content: "\e632";
}
.icon-collapse-top:before {
  content: "\e633";
}
.icon-collapse-bottom:before {
  content: "\e646";
}
.icon-cog:before {
  content: "\e634";
}
.icon-close:before {
  content: "\e635";
}
.icon-chevron-sign-right:before {
  content: "\e636";
}
.icon-chevron-sign-left:before {
  content: "\e637";
}
.icon-checkmark:before {
  content: "\e638";
}
.icon-checkmark-circle:before {
  content: "\e639";
}
.icon-cancel:before {
  content: "\e63a";
}
.icon-camera:before {
  content: "\e63b";
}
.icon-camera-alt:before {
  content: "\e63c";
}
.icon-bubbles:before {
  content: "\e63d";
}
.icon-bell:before {
  content: "\e63e";
}
.icon-bell-alt:before {
  content: "\e63f";
}
.icon-arrow-right:before {
  content: "\e640";
}
.icon-arrow-left:before {
  content: "\e641";
}
.icon-angle-right:before {
  content: "\e642";
}
.icon-angle-left:before {
  content: "\e643";
}
.icon-status:before {
  content: "\e647";
}
body {
  font-family: 'Roboto', sans-serif;
  color: #4D5B63;
}
a {
  color: #c252bb;
}
a:hover {
  color: #c252bb;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Roboto Slab', serif;
  color: #c252bb;
}
.dropdown-menu {
  z-index: 10000;
}
.btn-facebook {
  background: #3c5a98;
  font-size: 20px;
  color: #fff;
}
.btn-facebook:hover {
  color: #fff;
  background: #334c80;
}
.btn-twitter {
  background: #00aced;
  font-size: 20px;
  color: #fff;
}
.btn-twitter:hover {
  color: #fff;
  background: #00a0dc;
}
.btn-google {
  background: #d95333;
  font-size: 20px;
  color: #fff;
}
.btn-google:hover {
  color: #fff;
  background: #c64c2f;
}
.navbar-main {
  margin-bottom: 0px!important;
  border-radius: 0px!important;
  font-weight: 300;
}
.navbar-main .navbar-brand {
  padding: 10px;
}
.navbar-main .navbar-brand-mobile {
  display: none;
}
.navbar-main .navbar-auth {
  color: #fff;
  margin-top: 11px;
}
.navbar-main .navbar-auth .dropdown {
  color: #4D5B63;
}
.navbar-main .navbar-auth .dropdown .dropdown-toggle {
  background: none;
  border-width: 2px;
  color: #d68bb7;
}
.navbar-main .navbar-auth .dropdown .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 7px;
  min-width: 280px;
  padding: 12px 16px 16px;
}
.navbar-main .navbar-form {
  margin-top: 20px;
  width: 200px;
}
.navbar-main .navbar-form input.form-control {
  background: #f2f0e9;
  border: none;
  box-shadow: none;
}
.navbar-main .navbar-form .input-group-addon,
.navbar-main .navbar-form .input-group-btn {
  width: 1px!important;
}
.navbar-main .navbar-form .btn {
  padding-left: 20px;
  padding-right: 20px;
}
.navbar-main .advanced-link {
  display: inline-block;
  margin-top: 25px;
  margin-left: 25px;
  color: #d68bb7;
}
.navbar-main .navbar-user {
  margin-top: 15px;
}
.navbar-main .navbar-user .dropdown-menu {
  top: 53px;
  border-radius: 0px 0px 4px 4px;
}
.navbar-main .navbar-user .navbar-text {
  text-align: right;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  margin: 5px 15px 5px 5px;
}
.navbar-main .navbar-user .navbar-text small {
  display: block;
  font-size: 10px;
  color: #ffb2fa;
}
.navbar-main .navbar-user img {
  border-radius: 4px;
  width: 40px;
  height: 40px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
}
.navbar-main .navbar-user .caret {
  color: #d68bb7;
}
.navbar-main .language .dropdown a.dropdown-toggle {
  padding: 25px;
  color: #d68bb7;
}
.navbar-main .language .dropdown a.dropdown-toggle:hover,
.navbar-main .language .dropdown a.dropdown-toggle:focus {
  background: #90354d;
}
footer.footer {
  border-top: 1px solid #f2f0e9;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer.footer .navbar-footer {
  border-bottom: 1px solid #f2f0e9;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
footer.footer .navbar-footer .navbar-header {
  display: none;
}
footer.footer .navbar-footer .dropup {
  margin-top: 20px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #fbfbf7;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0px;
}
footer.footer .navbar-footer .dropup .dropdown-toggle {
  color: #808F96;
  border: 1px solid #c6c4bf;
  padding: 5px 15px;
  border-radius: 4px;
}
footer.footer .navbar-footer .dropup .dropdown-toggle .caret {
  position: relative;
  top: -2px;
  margin-left: 10px;
}
footer.footer .navbar-footer .dropup .dropdown-menu {
  text-align: left;
}
footer.footer .navbar-footer .dropup:focus,
footer.footer .navbar-footer .dropup:active:focus,
footer.footer .navbar-footer .dropup.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
footer.footer .navbar-footer .dropup:hover,
footer.footer .navbar-footer .dropup:focus {
  color: #333;
  text-decoration: none;
}
footer.footer .navbar-footer .dropup:active,
footer.footer .navbar-footer .dropup.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
footer.footer .navbar-footer .dropup.disabled,
footer.footer .navbar-footer .dropup[disabled],
fieldset[disabled] footer.footer .navbar-footer .dropup {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
footer.footer .navbar-brand {
  color: #78368a;
}
footer.footer .navbar-brand:hover {
  color: #9d3953;
}
footer.footer .navbar-subfooter {
  margin-bottom: 0px;
}
footer.footer .navbar-subfooter a {
  color: #808f96;
}
footer.footer .widget-social-items a {
  display: inline-block;
  font-size: 40px;
  margin: 0px 5px;
}
footer.footer .widget-social-items .facebook {
  color: #3c5a98;
}
footer.footer .widget-social-items .twitter {
  color: #00aced;
}
footer.footer .widget-social-items .google {
  color: #d95333;
}
.viewport .navbar-main {
  min-height: 70px;
  background: url(../images/header-bg-incontrimigliori.jpg) top center no-repeat;
}
.viewport .content-wrapper {
  padding-top: 0px;
}
.viewport .content-wrapper .top-menu {
  background: url(../images/header-bg-incontrimigliori.jpg) bottom center no-repeat;
  height: 40px;
  font-family: 'Roboto Condensed', sans-serif;
}
.viewport .content-wrapper .top-menu .container {
  position: relative;
}
.viewport .content-wrapper .top-menu .dropdowns {
  height: 40px;
  position: absolute;
  top: 0px;
  right: 13px;
}
.viewport .content-wrapper .top-menu .dropdowns .dropdown {
  margin-left: 20px;
}
.viewport .content-wrapper .top-menu .dropdowns .dropdown .dropdown-menu {
  margin-top: -1px;
  border-radius: 0px 0px 4px 4px;
}
.viewport .content-wrapper .top-menu .dropdowns .dropdown .dropdown-toggle {
  display: inline-block;
  color: #3b454b;
  height: 40px;
  line-height: 40px;
  position: relative;
  top: -1px;
  font-size: 13px;
  padding: 0px 32px 0px 5px;
  text-decoration: none;
}
.viewport .content-wrapper .top-menu .dropdowns .dropdown .dropdown-toggle .notifications-icon {
  display: block;
  position: absolute;
  left: 0px;
  top: 13px;
  background: url(../images/subheader-icons-sprite.png) top right no-repeat;
  width: 18px;
  height: 18px;
}
.viewport .content-wrapper .top-menu .dropdowns .dropdown .dropdown-toggle .chat-icon {
  display: block;
  position: absolute;
  left: 0px;
  top: 13px;
  background: url(../images/subheader-icons-sprite.png) top left no-repeat;
  width: 18px;
  height: 18px;
}
.viewport .content-wrapper .top-menu .dropdowns .dropdown .dropdown-toggle .chat-icon-offline {
  display: block;
  position: absolute;
  left: 0px;
  top: 13px;
  background: url(../images/subheader-icons-sprite-offline.png) top left no-repeat;
  width: 18px;
  height: 18px;
}
.viewport .content-wrapper .top-menu .dropdowns .dropdown .dropdown-toggle .notifications-icon-v2 {
  display: block;
  position: absolute;
  right: 0px;
  top: 7px;
  background: url(../images/subheader-sprite.gif) top left no-repeat;
  width: 28px;
  height: 28px;
}
.viewport .content-wrapper .top-menu .dropdowns .dropdown .dropdown-toggle .chat-icon-v2 {
  display: block;
  position: absolute;
  right: 0px;
  top: 7px;
  background: url(../images/subheader-sprite.gif) top right no-repeat;
  width: 28px;
  height: 28px;
}
.viewport .content-wrapper .top-menu .dropdowns .dropdown .dropdown-toggle .notifications-icon-active-v2 {
  display: block;
  position: absolute;
  right: 0px;
  top: 7px;
  background: url(../images/subheader-sprite.gif) bottom left no-repeat;
  width: 28px;
  height: 28px;
}
.viewport .content-wrapper .top-menu .dropdowns .dropdown .dropdown-toggle .chat-icon-active-v2 {
  display: block;
  position: absolute;
  right: 0px;
  top: 7px;
  background: url(../images/subheader-sprite.gif) bottom right no-repeat;
  width: 28px;
  height: 28px;
}
.viewport .content-wrapper .top-menu .dropdowns .dropdown .dropdown-toggle .chat-icon-v3 {
  display: block;
  position: absolute;
  right: 0px;
  top: 7px;
  background: url(../images/subheader-icon-chat.png) bottom right no-repeat;
  width: 28px;
  height: 28px;
}
.viewport .content-wrapper .top-menu .dropdowns .dropdown .dropdown-toggle .label-danger-v2 {
  position: absolute;
  top: 2px;
  right: -2px;
  background: #ff1f1f;
  border: 1px solid #e20000;
  padding: 1px 3px 3px 3px;
  font-size: 10px;
  font-weight: 700;
  border-radius: 10px;
}
.viewport .content-wrapper .top-menu .menu-left a {
  display: inline-block;
  color: #3b454b;
  height: 40px;
  line-height: 40px;
  position: relative;
  top: -1px;
  font-size: 13px;
  padding: 0px 15px;
  text-decoration: none;
}
.viewport .content-wrapper .top-menu .menu-left a:hover {
  border-bottom: 5px solid #c252bb;
}
.viewport .content-wrapper .top-menu .menu-left .selected {
  border-bottom: 5px solid #c252bb;
}
.viewport .content-wrapper .top-menu .menu-left .home {
  margin-right: 45px;
}
.viewport .content-wrapper .top-menu .menu-left .upgrade {
  display: inline-block;
  -moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
  -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
  box-shadow: inset 0px 1px 0px 0px #fce2c1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffaea6), color-stop(1, #FF851B));
  background: -moz-linear-gradient(top, #ffaea6 5%, #FF851B 100%);
  background: -webkit-linear-gradient(top, #ffaea6 5%, #FF851B 100%);
  background: -o-linear-gradient(top, #ffaea6 5%, #FF851B 100%);
  background: -ms-linear-gradient(top, #ffaea6 5%, #FF851B 100%);
  background: linear-gradient(to bottom, #ffaea6 5%, #FF851B 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaea6', endColorstr='#FF851B ', GradientType=0);
  background-color: #ffaea6;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #eeb44f;
  text-align: center;
  margin: 0px;
  cursor: pointer;
  color: #ffffff!important;
  font-size: 11px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  padding: 0px 10px!important;
  text-decoration: none;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  padding: 0px;
  height: 20px;
  line-height: 18px;
}
.viewport .content-wrapper .top-menu .menu-left .upgrade:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FF851B), color-stop(1, #ffaea6));
  background: -moz-linear-gradient(top, #FF851B 5%, #ffaea6 100%);
  background: -webkit-linear-gradient(top, #FF851B 5%, #ffaea6 100%);
  background: -o-linear-gradient(top, #FF851B 5%, #ffaea6 100%);
  background: -ms-linear-gradient(top, #FF851B 5%, #ffaea6 100%);
  background: linear-gradient(to bottom, #FF851B 5%, #ffaea6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF851B ', endColorstr='#ffaea6', GradientType=0);
  background-color: #FF851B ;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #eeb44f;
  text-align: center;
  margin: 0px;
  cursor: pointer;
  color: #ffffff!important;
  font-size: 13px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  padding: 0px 20px!important;
  text-decoration: none;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  padding: 0px;
  height: 30px;
  line-height: 28px;
}
.viewport .content-wrapper .top-menu .menu-left .upgrade:active {
  position: relative;
  top: 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #eeb44f;
  text-align: center;
  margin: 0px;
  cursor: pointer;
  color: #ffffff!important;
  font-size: 13px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  padding: 0px 20px!important;
  text-decoration: none;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  padding: 0px;
  height: 30px;
  line-height: 28px;
}
.viewport .content-wrapper .top-menu .subheader-menu-mobile {
  display: inline-block;
}
.viewport .content-wrapper .top-menu .subheader-menu-mobile .upgrade {
  display: inline-block;
  -moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
  -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
  box-shadow: inset 0px 1px 0px 0px #fce2c1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffaea6), color-stop(1, #FF851B));
  background: -moz-linear-gradient(top, #ffaea6 5%, #FF851B 100%);
  background: -webkit-linear-gradient(top, #ffaea6 5%, #FF851B 100%);
  background: -o-linear-gradient(top, #ffaea6 5%, #FF851B 100%);
  background: -ms-linear-gradient(top, #ffaea6 5%, #FF851B 100%);
  background: linear-gradient(to bottom, #ffaea6 5%, #FF851B 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaea6', endColorstr='#FF851B ', GradientType=0);
  background-color: #ffaea6;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #eeb44f;
  text-align: center;
  margin: 0px;
  cursor: pointer;
  color: #ffffff!important;
  font-size: 13px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  padding: 0px 20px!important;
  text-decoration: none;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  padding: 0px;
  height: 30px;
  line-height: 28px;
}
.viewport .content-wrapper .top-menu .subheader-menu-mobile .upgrade:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FF851B), color-stop(1, #ffaea6));
  background: -moz-linear-gradient(top, #FF851B 5%, #ffaea6 100%);
  background: -webkit-linear-gradient(top, #FF851B 5%, #ffaea6 100%);
  background: -o-linear-gradient(top, #FF851B 5%, #ffaea6 100%);
  background: -ms-linear-gradient(top, #FF851B 5%, #ffaea6 100%);
  background: linear-gradient(to bottom, #FF851B 5%, #ffaea6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF851B ', endColorstr='#ffaea6', GradientType=0);
  background-color: #FF851B ;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #eeb44f;
  text-align: center;
  margin: 0px;
  cursor: pointer;
  color: #ffffff!important;
  font-size: 13px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  padding: 0px 20px!important;
  text-decoration: none;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  padding: 0px;
  height: 30px;
  line-height: 28px;
}
.viewport .content-wrapper .top-menu .subheader-menu-mobile .upgrade:active {
  position: relative;
  top: 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #eeb44f;
  text-align: center;
  margin: 0px;
  cursor: pointer;
  color: #ffffff!important;
  font-size: 13px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  padding: 0px 20px!important;
  text-decoration: none;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  padding: 0px;
  height: 30px;
  line-height: 28px;
}
.viewport .content-wrapper .hp-landing {
  background: url(../images/splash-whitelabel_incontrimigliori.jpg) top center repeat-x #fff;
  height: 660px;
}
.viewport .content-wrapper .hp-landing .inner {
  height: 800px;
  position: relative;
}
.viewport .content-wrapper .hp-landing .inner .main-title {
  margin-top: 10px;
}
.viewport .content-wrapper .hp-landing .inner .main-title h1 {
  font-size: 48px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.viewport .content-wrapper .hp-landing .inner .main-title p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.viewport .content-wrapper .hp-landing .inner .subtitle {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  margin-top: 30px;
  color: #ffaea6;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.viewport .content-wrapper .hp-landing .inner .subtitle-auth {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.viewport .content-wrapper .hp-landing .inner .widget-register {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 10px 30px 15px 30px;
  border-radius: 3px;
}
.viewport .content-wrapper .hp-landing .inner .widget-register .form-group {
  margin-bottom: 5px;
}
.viewport .content-wrapper .hp-landing .inner .widget-register .form-group input {
  height: 40px;
}
.viewport .content-wrapper .hp-landing .inner .widget-register .form-group .btn-group-justified a {
  height: 36px;
  font-size: 18px;
}
.viewport .content-wrapper .hp-landing .inner .widget-register .form-group .btn-group-justified .dropdown-toggle {
  height: 40px;
}
.viewport .content-wrapper .hp-landing .inner .widget-register .form-group .control-label {
  text-align: right;
  font-size: 15px;
  font-weight: 300;
  margin-top: 1px;
  font-family: 'Roboto Condensed', sans-serif;
  padding-right: 0px;
}
.viewport .content-wrapper .hp-landing .inner .widget-register .widget-register-header {
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}
.viewport .content-wrapper .hp-landing .inner .widget-register .widget-register-header a {
  font-size: 50px;
  margin: 0px 5px;
}
.viewport .content-wrapper .hp-landing .inner .widget-register .widget-register-header .facebook {
  color: #3c5a98;
}
.viewport .content-wrapper .hp-landing .inner .widget-register .widget-register-header .twitter {
  color: #00aced;
}
.viewport .content-wrapper .hp-landing .inner .widget-register .widget-register-header .google {
  color: #d95333;
}
.viewport .content-wrapper .hp-landing .inner .widget-register-auth {
  padding: 40px 50px 35px 50px;
}
.viewport .content-wrapper .hp-landing .inner .widget-register-auth .widget-social-items h4 {
  color: #4d5b63;
  font-weight: 700;
  margin: 0px;
}
.viewport .content-wrapper .hp-landing .inner .widget-register-auth .options {
  margin-top: 30px;
}
.viewport .content-wrapper .hp-landing .inner .widget-register-auth .options .options-item {
  padding-left: 50px;
  margin-bottom: 20px;
  margin-left: 30px;
  position: relative;
  font-size: 12px;
}
.viewport .content-wrapper .hp-landing .inner .widget-register-auth .options .options-item .icon {
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.viewport .content-wrapper .hp-landing .inner .widget-register-auth .options .options-item .login {
  background: url(../images/auth-sprite_incontrimigliori.png) 0px 0px no-repeat;
}
.viewport .content-wrapper .hp-landing .inner .widget-register-auth .options .options-item .contact {
  background: url(../images/auth-sprite_incontrimigliori.png) 0px -40px no-repeat;
}
.viewport .content-wrapper .hp-landing .inner .widget-register-auth .options .options-item .recover {
  background: url(../images/auth-sprite_incontrimigliori.png) 0px -80px no-repeat;
}
.viewport .content-wrapper .hp-landing .inner .copy {
  padding-top: 10px;
  font-size: 11px;
  text-align: center;
  margin: 0px auto;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  font-size: 300;
  opacity: 0.6;
}
@font-face {
  font-family: 'flirtoid-glyphs';
  src: url('../fonts/flirtoid-glyphs.eot');
  src: url('../fonts/flirtoid-glyphs.eot?#iefix') format('embedded-opentype'), url('../fonts/flirtoid-glyphs.woff') format('woff'), url('../fonts/flirtoid-glyphs.ttf') format('truetype'), url('../fonts/flirtoid-glyphs.svg#flirtoid-glyphs') format('svg');
  font-weight: normal;
  font-style: normal;
}
.landing-section {
  background: url(../images/faces-pattern-front.jpg) top left repeat;
  padding-bottom: 30px;
}
.landing-section .inner {
  height: 340px;
  position: relative;
}
.landing-section .inner .top-menu {
  background-color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  height: 40px;
  font-family: 'Roboto Slab', serif;
}
.landing-section .inner .top-menu a {
  display: inline-block;
  color: #3b454b;
  height: 40px;
  line-height: 40px;
  position: relative;
  top: -1px;
  font-size: 13px;
  padding: 0px 15px;
  text-decoration: none;
}
.landing-section .inner .top-menu a:hover {
  border-bottom: 5px solid #c252bb;
}
.landing-section .inner .top-menu .selected {
  border-bottom: 5px solid #c252bb;
}
.landing-section .inner .top-menu .home {
  margin-right: 45px;
}
.landing-section .user-anonymous-avatar {
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
  left: 50%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  margin-top: 146px;
}
.landing-section .confirm-msg {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #AFCC43 #AFCC43;
  border-radius: 30px;
  font-size: 16px;
  line-height: 1.42857;
  padding: 32px;
  margin-top: 60px;
  width: 100%;
  background-color: #AFCC43;
  color: #FFFFFF;
}
.landing-section .confirm-msg h1 {
  color: #fff;
  margin: 0px 0px 20px 0px;
}
.landing-section .confirm-msg-error {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c252bb #c252bb;
  border-radius: 30px;
  font-size: 16px;
  line-height: 1.42857;
  padding: 32px;
  margin-top: 60px;
  width: 100%;
  background-color: #c252bb;
  color: #FFFFFF;
}
.landing-section .confirm-msg-error h1 {
  color: #fff;
  margin: 0px 0px 20px 0px;
}
.landing-bottom {
  background: #FBFBF7;
  border-top: 1px solid #EAE9E7;
  padding-top: 30px;
}
.landing-bottom .white-box {
  background-color: #FFFFFF;
  border: 1px solid #EAE9E7;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.03);
  border-radius: 30px;
  padding: 20px 30px 30px 30px;
}
.landing-bottom .white-box h3 {
  font-size: 18px;
  margin: 0px 0px 20px 0px;
}
.landing-bottom .white-box .confirm-email {
  background-color: #F5F6F6;
  border: 1px solid #C6C4BF;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) inset;
  margin: 0 0 10px;
  padding: 6px 12px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.landing-bottom .transparent-box {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #EAE9E7;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.03);
  border-radius: 30px;
  padding: 20px 30px 30px 30px;
}
.landing-bottom .transparent-box h3 {
  font-size: 18px;
  color: #4D5B63;
  margin: 0px 0px 20px 0px;
}
.landing-bottom .transparent-box .confirm-email {
  background-color: #F5F6F6;
  border: 1px solid #C6C4BF;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) inset;
  margin: 0 0 10px;
  padding: 6px 12px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.landing-bottom .social-connections {
  list-style: none outside;
  padding: 0;
  margin: 0;
}
.landing-bottom .social-connections li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  width: 33%;
  margin-left: 0.3%;
}
.landing-bottom .social-connections li .btn {
  position: relative;
  padding-left: 48px;
}
.landing-bottom .social-connections li .btn .glyphicon {
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
  width: 48px;
  height: 100%;
  padding: 6px;
  border-right: solid 1px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.25);
  box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.25);
}
.landing-bottom small.text-center {
  text-align: center;
  margin-bottom: 10px;
  display: block;
}
.landing-page-users .col {
  padding-left: 4px;
  padding-right: 4px;
}
.landing-page-users .thumbnail {
  margin: 0px 0px 20px 0px;
  border: none;
}
.landing-page-users .thumbnail .caption {
  display: block;
  padding: 5px;
  background: #fff;
}
.landing-page-users .thumbnail .caption .thumbnail-title {
  font-size: 12px;
  padding: 0px;
  margin: 0px;
  height: auto;
  line-height: normal;
}
.landing-page-users .thumbnail .caption small {
  display: block;
  color: #808F96;
}
.display-block {
  display: block!important;
}
.display-none {
  display: none!important;
}
.dd-preloader {
  display: block;
  margin: 0px;
  padding: 20px;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  color: #b0b8bd;
  text-transform: uppercase;
}
.dd-preloader span {
  display: block;
  margin-bottom: 15px;
}
.general-message {
  padding: 50px 0px;
}
.general-message .well {
  margin-bottom: 0px;
  background: rgba(255, 255, 255, 0.5);
  color: #4D5B63;
}
.general-message .well p {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 24px;
}
.general-message h3.page-title {
  color: #4D5B63;
  font-size: 36px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}
.general-message .panel-success {
  border-color: #BBC134;
  position: relative;
  overflow: hidden;
}
.general-message .panel-success .panel-heading {
  background-color: #AFCC43;
  border-color: #BBC134;
  color: #FFFFFF;
  position: relative;
  z-index: 10;
}
.general-message .panel-success .panel-body .icon-bg {
  font-size: 400px;
  color: #deeca8;
  position: absolute;
  bottom: -20px;
  right: -20px;
}
.general-message .panel-danger {
  border-color: #E42533;
  position: relative;
  overflow: hidden;
}
.general-message .panel-danger .panel-heading {
  background-color: #c252bb;
  border-color: #E42533;
  color: #FFFFFF;
  position: relative;
  z-index: 10;
}
.general-message .panel-danger .panel-body .icon-bg {
  font-size: 400px;
  color: #e8c5c7;
  position: absolute;
  bottom: -20px;
  right: -20px;
}
.general-message .panel-info {
  border-color: #23809C;
  position: relative;
  overflow: hidden;
}
.general-message .panel-info .panel-heading {
  background-color: #2980B9;
  border-color: #23809C;
  color: #FFFFFF;
  position: relative;
  z-index: 10;
}
.general-message .panel-info .panel-body .icon-bg {
  font-size: 400px;
  color: #c4e0e8;
  position: absolute;
  bottom: -20px;
  right: -20px;
}
.icon-bar {
  background: #fff;
}
.profiles-list-header {
  background: url(../images/discover-featurette-base.jpg) top left repeat-x;
  background-size: 40%;
  height: 180px;
}
.profiles-list-header .inner {
  background: url(../images/discover-featurette-front.png) bottom center no-repeat;
  background-size: 30%;
  background-position: 70% bottom;
  height: 180px;
}
.profiles-list-header .inner .msg {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #AFCC43 #AFCC43;
  border-radius: 30px;
  font-size: 16px;
  line-height: 1.42857;
  padding: 32px;
  margin-top: 30px;
  width: 100%;
  text-align: center;
  background-color: #AFCC43;
  color: #FFFFFF;
}
.profiles-list-header .inner .msg p {
  margin: 0px;
}
.profiles-list-header .inner .msg p span {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 300;
  display: block;
  color: #78368a;
}
.profiles-list-header .inner .msg p span strong {
  color: #fff;
}
.profiles-list-header-logged {
  border-bottom: 1px solid #e6e5df;
}
.profiles-list-header-logged .inner {
  padding: 20px 0px;
}
.profiles-list-header-logged .inner .filter-container .top {
  position: relative;
  min-height: 70px;
  padding-left: 80px;
  border-bottom: 1px solid #e6e5df;
}
.profiles-list-header-logged .inner .filter-container .advanced-filters {
  padding-top: 20px;
  font-size: 11px;
  border-bottom: 1px solid #e6e5df;
}
.profiles-list-header-logged .inner .filter-container .advanced-filters form {
  font-size: 11px;
}
.profiles-list-header-logged .inner .filter-container .advanced-filters form label {
  font-size: 11px;
  font-family: 'Roboto Slab', serif;
}
.profiles-list-header-logged .inner .filter-container .advanced-filters form label.error,
.profiles-list-header-logged .inner .filter-container .advanced-filters form .checkbox label,
.profiles-list-header-logged .inner .filter-container .advanced-filters form .radio label {
  font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
}
.profiles-list-header-logged .inner .filter-container .advanced-filters form input[type=text].form-control {
  font-size: 11px;
  height: 32px;
}
.profiles-list-header-logged .inner .filter-container .advanced-filters form input[type=checkbox],
.profiles-list-header-logged .inner .filter-container .advanced-filters form input[type=radio] {
  position: relative;
  top: -3px;
}
.profiles-list-header-logged .inner .filter-container .advanced-filters form .checkbox,
.profiles-list-header-logged .inner .filter-container .advanced-filters form .radio {
  margin: 0px;
  padding: 0px 0px 0px 20px;
}
.profiles-list-header-logged .inner .filter-container .filters {
  margin-top: 20px;
  margin-left: 15px;
}
.profiles-list-header-logged .inner .filter-container .filters .btn-group {
  margin-right: 10px;
}
.profiles-list-header-logged .inner .filter-container .filters .btn-group button {
  font-size: 12px;
}
.profiles-list-header-logged .inner .filter-container .filters .btn-group button .caret {
  margin-left: 5px;
}
.profiles-list-header-logged .inner .filter-container .filters .btn-group a {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 300;
}
.profiles-list-header-logged .inner .filter-container .icon-location {
  position: absolute;
  top: 0px;
  left: 20px;
  color: #78368a;
  font-size: 60px;
}
.profiles-list-header-logged .inner .filter-container small {
  font-size: 16px;
  font-weight: 300;
  display: block;
  padding-top: 5px;
}
.profiles-list-header-logged .inner .filter-container .big {
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
  font-weight: 300;
  color: #78368a;
}
.profiles-list-header-logged .inner .filter-container .big strong {
  color: #4d5b63;
  font-weight: 400;
}
.profiles-list-header-logged .inner .filter-container .big .btn {
  padding: 2px 5px 2px 5px;
  font-size: 11px;
  position: relative;
  top: -2px;
  margin-left: 4px;
}
.profiles-list {
  background: #fbfbf7;
  padding: 50px 0px;
}
.profiles-list .listing-top-guest {
  margin-bottom: 50px;
  text-align: center;
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
}
.profiles-list .listing-top-guest strong {
  font-weight: 700;
  color: #c252bb;
}
.profiles-list .listing-top-guest .btn {
  position: relative;
  top: -2px;
  margin-left: 10px;
  font-size: 11px;
  color: #4d5b63;
}
.profiles-list .listing-top-guest .btn strong {
  color: inherit;
}
.profiles-list .list-container .col .inner {
  border: 1px solid #f8f8f4;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 25px;
}
.profiles-list .list-container .col .inner .thumbnail {
  margin: 0px;
  padding: 0px;
  position: relative;
}
.profiles-list .list-container .col .inner .thumbnail a {
  display: block;
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
}
.profiles-list .list-container .col .inner .thumbnail .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}
.profiles-list .list-container .col .inner .thumbnail .overlay .icon-status {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
}
.profiles-list .list-container .col .inner .thumbnail .overlay .online {
  background: none;
  color: #cce86f;
}
.profiles-list .list-container .col .inner .thumbnail .overlay .away {
  background: none;
  color: #ffdc00;
}
.profiles-list .list-container .col .inner .thumbnail .overlay .offline {
  background: none;
  color: #e6eded;
}
.profiles-list .list-container .col .inner .thumbnail .overlay .overlay-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 300;
  background: rgba(73, 27, 85, 0.85);
  padding: 3px 7px;
  text-align: right;
}
.profiles-list .list-container .col .inner .thumbnail .overlay .overlay-bottom span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  top: 2px;
  left: -3px;
}
.profiles-list .list-container .col .inner .details {
  text-align: center;
  margin: 10px 0px 5px 0px;
}
.profiles-list .list-container .col .inner .details a {
  display: block;
  font-family: 'Roboto Slab', serif;
  color: #2c3e50;
  font-size: 14px;
  font-weight: 700;
}
.profiles-list .list-container .col .inner .details small {
  display: inline-block;
  font-size: 10px;
  color: #808f96;
  padding: 2px 5px;
  overflow: hidden;
}
.profiles-list .list-container .col .inner .action {
  display: block;
  border-radius: 0px 0px 0px 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  height: 30px;
  line-height: 30px;
  position: relative;
  width: 80%;
  padding-left: 30px;
}
.profiles-list .list-container .col .inner .action:hover {
  text-decoration: none;
}
.profiles-list .list-container .col .inner .action .icon {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  opacity: 0.2;
}
.profiles-list .list-container .col .inner .dropdown {
  width: 20%;
}
.profiles-list .list-container .col .inner .dropdown .dropdown-toggle {
  display: block;
  border-radius: 0px 0px 4px 0px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
  width: 100%;
}
.profiles-list .list-container .col .inner .dropdown .dropdown-toggle:hover {
  text-decoration: none;
}
.profiles-list .list-container .col .inner .dropdown .dropdown-toggle .icon {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  opacity: 0.2;
}
.profiles-list .list-container .col .inner .dropdown .dropdown-menu {
  min-width: 100px;
}
.profiles-list .list-container .col .inner .dropdown .dropdown-menu > li > a {
  font-family: 'Roboto Slab', serif;
  font-size: 11px;
  font-weight: 400;
  text-align: right;
  padding: 3px 10px;
}
.profiles-list .list-container .col .inner .online {
  background: #afcc43;
}
.profiles-list .list-container .col .inner .online:hover {
  background: #97b03a;
}
.profiles-list .list-container .col .inner .online .icon {
  background: url(../images/listing-sprite.png) 0px 0px no-repeat;
}
.profiles-list .list-container .col .inner .follow {
  background: #ccd8db;
}
.profiles-list .list-container .col .inner .follow:hover {
  background: #b4bec1;
}
.profiles-list .list-container .col .inner .follow .icon {
  background: url(../images/listing-sprite.png) -40px 0px no-repeat;
}
.profiles-list .list-container .col .inner .offline {
  background: #d68bb7;
}
.profiles-list .list-container .col .inner .offline:hover {
  background: #e2a652;
}
.profiles-list .list-container .col .inner .offline .icon {
  background: url(../images/listing-sprite.png) -20px 0px no-repeat;
}
.list-container .col .inner {
  border: 1px solid #f8f8f4;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 25px;
}
.list-container .col .inner .thumbnail {
  margin: 0px;
  padding: 0px;
  position: relative;
}
.list-container .col .inner .thumbnail a {
  display: block;
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
}
.list-container .col .inner .thumbnail .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}
.list-container .col .inner .thumbnail .overlay .icon-status {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
}
.list-container .col .inner .thumbnail .overlay .online {
  background: none;
  color: #cce86f;
}
.list-container .col .inner .thumbnail .overlay .away {
  background: none;
  color: #ffdc00;
}
.list-container .col .inner .thumbnail .overlay .offline {
  background: none;
  color: #e6eded;
}
.list-container .col .inner .thumbnail .overlay .overlay-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 300;
  background: rgba(73, 27, 85, 0.85);
  padding: 3px 7px;
  text-align: right;
}
.list-container .col .inner .thumbnail .overlay .overlay-bottom span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  top: 2px;
  left: -3px;
}
.list-container .col .inner .details {
  text-align: center;
  margin: 10px 0px 5px 0px;
}
.list-container .col .inner .details a {
  display: block;
  font-family: 'Roboto Slab', serif;
  color: #2c3e50;
  font-size: 14px;
  font-weight: 700;
}
.list-container .col .inner .details small {
  display: inline-block;
  font-size: 10px;
  color: #808f96;
  padding: 2px 5px;
  height: 30px!important;
  overflow: hidden;
  word-wrap: break-word;
}
.list-container .col .inner .action {
  display: block;
  border-radius: 0px 0px 0px 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  height: 30px;
  line-height: 30px;
  position: relative;
  width: 80%;
  padding-left: 30px;
}
.list-container .col .inner .action:hover {
  text-decoration: none;
}
.list-container .col .inner .action .icon {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  opacity: 0.2;
}
.list-container .col .inner .dropdown {
  width: 20%;
}
.list-container .col .inner .dropdown .dropdown-toggle {
  display: block;
  border-radius: 0px 0px 4px 0px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
  width: 100%;
}
.list-container .col .inner .dropdown .dropdown-toggle:hover {
  text-decoration: none;
}
.list-container .col .inner .dropdown .dropdown-toggle .icon {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  opacity: 0.2;
}
.list-container .col .inner .dropdown .dropdown-menu {
  min-width: 100px;
}
.list-container .col .inner .dropdown .dropdown-menu > li > a {
  font-family: 'Roboto Slab', serif;
  font-size: 11px;
  font-weight: 400;
  text-align: right;
  padding: 3px 10px;
}
.list-container .col .inner .online {
  background: #afcc43;
}
.list-container .col .inner .online:hover {
  background: #97b03a;
}
.list-container .col .inner .online .icon {
  background: url(../images/listing-sprite.png) 0px 0px no-repeat;
}
.list-container .col .inner .follow {
  background: #ccd8db;
}
.list-container .col .inner .follow:hover {
  background: #b4bec1;
}
.list-container .col .inner .follow .icon {
  background: url(../images/listing-sprite.png) -40px 0px no-repeat;
}
.list-container .col .inner .offline {
  background: #d68bb7;
}
.list-container .col .inner .offline:hover {
  background: #e2a652;
}
.list-container .col .inner .offline .icon {
  background: url(../images/listing-sprite.png) -20px 0px no-repeat;
}
.profile-list-no-results-top {
  text-align: center;
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  border: 1px solid #f4f4f4;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  margin: 0px 50px 50px 50px;
}
.profile-list-no-results-top strong {
  font-weight: 500;
  color: #c252bb;
  display: block;
  font-size: 24px;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 20px;
}
.profile-list-no-results-top p {
  font-size: 14px;
  display: block;
}
.my-profile-container {
  padding-top: 30px;
}
.user-profile .user-profile-container .container-title {
  border: none;
  background: none;
}
.user-profile .user-profile-container .container-title h3 {
  margin-top: 0px;
  padding-top: 0px;
}
.profile-summary {
  border: 1px solid #f2f0e9;
  border-radius: 6px;
  overflow: hidden;
  margin: 15px 5px 15px 5px;
}
.profile-summary .form-control {
  box-shadow: none;
}
.profile-summary .table {
  margin-bottom: 0px;
}
.profile-summary .table th,
.profile-summary .table td {
  border-color: #f2f0e9;
}
.profile-summary .table td {
  font-size: 14px;
  font-weight: 300;
}
.profile-summary .table th {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 400;
}
.profile-summary .table thead {
  background: #fcfcfc;
}
.profile-summary-interests .btn-default {
  background: #c6c4bf;
  border-color: #c6c4bf;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  margin: 0px 5px 10px 0px;
}
.profile-summary-interests .btn-default span {
  margin-left: 5px;
}
.list-stories .col .inner {
  border: 1px solid #f8f8f4;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 25px;
}
.list-stories .col .inner .thumbnail {
  margin: 0px;
  padding: 0px;
  position: relative;
}
.list-stories .col .inner .thumbnail a {
  display: block;
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
}
.list-stories .col .inner .details .title {
  display: block;
  font-family: 'Roboto Slab', serif;
  font-weight: 500;
  font-size: 16px;
  color: #78368a;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  border-bottom: 1px solid #f2f0e9;
  padding: 0px 10px;
  margin-bottom: 10px;
}
.list-stories .col .inner .details span {
  font-size: 11px;
  display: block;
  padding: 0px 10px;
}
.list-stories .col .inner .details p {
  font-size: 11px;
  padding: 5px 10px;
}
.list-stories .col .inner .action {
  display: block;
  border-radius: 0px 0px 4px 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.list-stories .col .inner .action:hover {
  text-decoration: none;
}
.list-stories .col .inner .action .icon {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  opacity: 0.2;
}
.list-stories .col .inner .online {
  background: #afcc43;
}
.list-stories .col .inner .online:hover {
  background: #97b03a;
}
.list-stories .col .inner .online .icon {
  background: url(../images/listing-sprite.png) 0px 0px no-repeat;
}
.list-stories .col .inner .follow {
  background: #ccd8db;
}
.list-stories .col .inner .follow:hover {
  background: #b4bec1;
}
.list-stories .col .inner .follow .icon {
  background: url(../images/listing-sprite.png) -40px 0px no-repeat;
}
.list-stories .col .inner .offline {
  background: #d68bb7;
}
.list-stories .col .inner .offline:hover {
  background: #e2a652;
}
.list-stories .col .inner .offline .icon {
  background: url(../images/listing-sprite.png) -20px 0px no-repeat;
}
.story-details {
  background: #fbfbf7;
  padding: 50px 0px;
}
.story-details .container {
  border: 1px solid #f2f0e9;
  background: #fff;
}
.story-details .container .story {
  border-right: 1px solid #f2f0e9;
  padding: 15px;
}
.story-details .container .story small {
  font-size: 11px;
  display: block;
  margin-bottom: 5px;
}
.story-details .container .story .inner {
  line-height: 24px;
  font-weight: 300;
}
.story-details .container .story .inner h3 {
  color: inherit;
  margin: 30px 0px 10px 0px;
}
.story-details .container .story .easy-nav {
  background: #fcfcfc;
  border-top: 1px solid #f2f0e9;
  margin: 30px -15px -15px -15px;
  padding: 15px 15px 0px 15px;
}
.story-details .container .story .easy-nav a {
  color: #4d5b63;
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
}
.story-details .container .story .easy-nav a span {
  display: inline-block;
  margin: 0px 10px;
}
.story-details .container-title {
  border: none;
  background: none;
}
.story-details .container-title h3 {
  margin-top: 0px;
  padding-top: 0px;
}
.right-listing {
  padding: 15px 0px;
}
.right-listing small {
  display: block;
  margin: 0px 15px;
  margin-bottom: 5px;
  font-size: 11px;
}
.right-listing .col .inner {
  border: 1px solid #f8f8f4;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 25px;
}
.right-listing .col .inner .thumbnail {
  margin: 0px;
  padding: 0px;
  position: relative;
}
.right-listing .col .inner .thumbnail a {
  display: block;
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
}
.right-listing .col .inner .details .title {
  display: block;
  font-family: 'Roboto Slab', serif;
  font-weight: 500;
  font-size: 16px;
  color: #78368a;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  border-bottom: 1px solid #f2f0e9;
  padding: 0px 10px;
  margin-bottom: 10px;
}
.right-listing .col .inner .details span {
  font-size: 11px;
  display: block;
  padding: 0px 10px;
}
.right-listing .col .inner .details p {
  font-size: 11px;
  padding: 5px 10px;
}
.right-listing .col .inner .action {
  display: block;
  border-radius: 0px 0px 4px 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.right-listing .col .inner .action:hover {
  text-decoration: none;
}
.right-listing .col .inner .action .icon {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  opacity: 0.2;
}
.right-listing .col .inner .online {
  background: #afcc43;
}
.right-listing .col .inner .online:hover {
  background: #97b03a;
}
.right-listing .col .inner .online .icon {
  background: url(../images/listing-sprite.png) 0px 0px no-repeat;
}
.right-listing .col .inner .follow {
  background: #ccd8db;
}
.right-listing .col .inner .follow:hover {
  background: #b4bec1;
}
.right-listing .col .inner .follow .icon {
  background: url(../images/listing-sprite.png) -40px 0px no-repeat;
}
.right-listing .col .inner .offline {
  background: #d68bb7;
}
.right-listing .col .inner .offline:hover {
  background: #e2a652;
}
.right-listing .col .inner .offline .icon {
  background: url(../images/listing-sprite.png) -20px 0px no-repeat;
}
.blog-container {
  background: #fbfbf7;
  padding: 50px 0px;
}
.blog-container .container-title {
  margin-top: 0px!important;
}
.blog-container .container {
  border: 1px solid #f2f0e9;
  background: #fff;
  margin-top: 30px;
}
.blog-container .container .post-list {
  border-right: 1px solid #f2f0e9;
  padding: 15px;
}
.blog-container .container .post-list .post {
  padding: 30px 30px 0px 30px;
  position: relative;
}
.blog-container .container .post-list .post .comments {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #f2f0e9;
}
.blog-container .container .post-list .post .comments .counter {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
.blog-container .container .post-list .post .comments .comment {
  position: relative;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f2f0e9;
  padding-left: 70px;
}
.blog-container .container .post-list .post .comments .comment .avatar {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 4px;
  overflow: hidden;
  top: 0px;
  left: 0px;
}
.blog-container .container .post-list .post .comments .comment .details {
  font-size: 11px;
}
.blog-container .container .post-list .post .comments .comment p {
  font-size: 12px;
  margin-top: 3px;
}
.blog-container .container .post-list .post .comments .add-comment {
  position: relative;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f2f0e9;
  padding-left: 70px;
}
.blog-container .container .post-list .post .comments .add-comment .avatar {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 4px;
  overflow: hidden;
}
.blog-container .container .post-list .post .comments .add-comment .row input.form-control {
  box-shadow: none;
  transition: none;
  height: 50px!important;
  line-height: 50px!important;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}
.blog-container .container .post-list .post .comments .add-comment .row .form-control::-moz-placeholder {
  color: #a2a2a2;
}
.blog-container .container .post-list small {
  font-size: 11px;
  display: block;
  margin-bottom: 5px;
  background: #c252bb;
  position: absolute;
  top: 30px;
  left: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0px 15px;
  color: #fff;
}
.blog-container .container .post-list small a {
  color: #fff;
  font-weight: bold;
}
.blog-container .container .post-list .inner {
  line-height: 24px;
  font-weight: 300;
}
.blog-container .container .post-list .inner h3 {
  color: inherit;
  margin: 30px 0px 10px 0px;
}
.blog-container .container .post-list .actions {
  background: #fcfcfc;
  padding: 15px 0px;
  margin-top: 15px;
}
.blog-container .container .post-list .actions a {
  margin: 0px 10px;
}
.blog-container .container .post-list .actions a span {
  margin: 0px 5px;
  color: #303539;
}
.blog-container .container .post-list .easy-nav {
  background: #fcfcfc;
  border-top: 1px solid #f2f0e9;
  margin: 30px -15px -15px -15px;
  padding: 15px 15px 15px 15px;
}
.blog-container .container .post-list .easy-nav a {
  color: #4d5b63;
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
}
.blog-container .container .post-list .easy-nav a span {
  display: inline-block;
  margin: 0px 10px;
}
.blog-container .container-title {
  border: none;
  background: none;
}
.blog-container .container-title h3 {
  margin-top: 0px;
  padding-top: 0px;
}
.blog-container .right-col {
  padding: 15px;
}
.blog-container .right-col .search {
  padding: 30px 30px 45px 30px;
  border-bottom: 1px solid #f2f0e9;
}
.blog-container .right-col .tabs {
  padding: 45px 30px 0px 30px;
}
.blog-container .right-col .tabs .btn-group .btn {
  width: 50%;
}
.blog-container .right-col .articles-list {
  padding: 30px 30px 15px 30px;
  border-bottom: 1px solid #f2f0e9;
}
.blog-container .right-col .articles-list .item {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.blog-container .right-col .articles-list .item .details .title {
  margin: 0px;
  padding: 0px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-size: 16px;
  display: block;
  margin-bottom: 0px;
  position: relative;
  top: -7px;
}
.blog-container .right-col .articles-list .item .details span {
  font-size: 10px;
  color: #777777;
  display: block;
  margin-bottom: 5px;
  position: relative;
  top: -7px;
}
.blog-container .right-col .articles-list .item .details p {
  font-size: 11px;
  line-height: 18px;
  position: relative;
  top: -5px;
}
.blog-container .right-col .tag-cloud {
  padding: 45px 30px 30px 30px;
}
.blog-container .right-col .tag-cloud .title {
  color: #2c3e50;
  background: #f2f4f4;
  height: 50px;
  line-height: 50px;
  padding: 0px 15px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-size: 18px;
}
.blog-container .right-col .tag-cloud .list a {
  display: inline-block;
  margin: 5px 1px 0px 0px;
  height: 30px;
  line-height: 30px;
  padding: 0px 15px;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  background: #c6c4bf;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.modal {
  background: rgba(0, 0, 0, 0.5);
}
.modal .modal-content .row {
  padding: 0px;
}
.modal .modal-content .row .modal-col-right h4 {
  color: #4d5b63;
  margin-bottom: 10px;
}
.modal .modal-content .row .modal-col-right p {
  color: #808f96;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  border-bottom: 1px solid #f2f0e9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.modal .modal-header {
  background: #78368a;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.modal .modal-header h4 {
  color: #fff;
}
.modal .gallery-preview {
  padding: 0px;
  margin: 0px;
  position: relative;
}
.modal .gallery-preview .love {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
  padding: 20px;
  z-index: 9999;
  text-decoration: none;
  z-index: 99;
}
.modal .gallery-preview .love span {
  display: block;
  color: #fff;
  font-size: 11px;
  margin-top: 5px;
}
.modal .gallery-preview .love span strong {
  color: #fcb95b;
}
.modal .gallery-preview .nav-left {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.modal .gallery-preview .nav-left span {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -20px;
  font-size: 40px;
  color: #383838;
}
.modal .gallery-preview .nav-left:hover {
  background: rgba(255, 255, 255, 0.4);
}
.modal .gallery-preview .nav-right {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 80px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.modal .gallery-preview .nav-right span {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -20px;
  font-size: 40px;
  color: #383838;
}
.modal .gallery-preview .nav-right:hover {
  background: rgba(255, 255, 255, 0.4);
}
.modal .gallery-bottom {
  padding: 2px;
  margin: 0px;
  text-align: center;
}
.modal .gallery-bottom .col {
  margin: 0px;
  padding: 0px;
  float: none;
  display: inline-block;
}
.form-group-btns {
  padding: 15px;
  background: #fcfcfc;
  text-align: right;
}
.form-title {
  font-size: 24px;
  font-weight: 300;
  font-family: 'Roboto Slab', serif;
  border-bottom: 1px solid #f2f0e9;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
form .has-error {
  color: #E43725;
}
form .has-error label.error {
  font-size: 11px;
  font-weight: 300;
}
.modal-body-general-msg {
  padding-bottom: 0px;
}
.modal-body-general-msg .general-message {
  padding: 0px 0px;
}
.modal-body-general-msg .general-message .well {
  margin-bottom: 0px;
  background: rgba(255, 255, 255, 0.5);
  color: #4D5B63;
}
.modal-body-general-msg .general-message .well p {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 24px;
}
.modal-body-general-msg .general-message h3.page-title {
  color: #4D5B63;
  font-size: 36px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}
.modal-body-general-msg .general-message .panel-success {
  border-color: #BBC134;
  position: relative;
  overflow: hidden;
}
.modal-body-general-msg .general-message .panel-success .panel-heading {
  background-color: #AFCC43;
  border-color: #BBC134;
  color: #FFFFFF;
  position: relative;
  z-index: 10;
}
.modal-body-general-msg .general-message .panel-success .panel-body .icon-bg {
  font-size: 400px;
  color: #deeca8;
  position: absolute;
  bottom: -20px;
  right: -20px;
}
.modal-body-general-msg .general-message .panel-danger {
  border-color: #E42533;
  position: relative;
  overflow: hidden;
}
.modal-body-general-msg .general-message .panel-danger .panel-heading {
  background-color: #c252bb;
  border-color: #E42533;
  color: #FFFFFF;
  position: relative;
  z-index: 10;
}
.modal-body-general-msg .general-message .panel-danger .panel-body .icon-bg {
  font-size: 400px;
  color: #e8c5c7;
  position: absolute;
  bottom: -20px;
  right: -20px;
}
.modal-body-general-msg .general-message .panel-info {
  border-color: #23809C;
  position: relative;
  overflow: hidden;
}
.modal-body-general-msg .general-message .panel-info .panel-heading {
  background-color: #2980B9;
  border-color: #23809C;
  color: #FFFFFF;
  position: relative;
  z-index: 10;
}
.modal-body-general-msg .general-message .panel-info .panel-body .icon-bg {
  font-size: 400px;
  color: #c4e0e8;
  position: absolute;
  bottom: -20px;
  right: -20px;
}
.profile-users-list .item {
  position: relative;
  min-height: 70px;
  border-bottom: 1px solid #f5f3ed;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
}
.profile-users-list .item .actions {
  position: absolute;
  top: 10px;
  right: 0px;
}
.profile-users-list .item .actions div {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  color: #808f96;
  margin-right: 0px;
  position: relative;
  top: -3px;
}
.profile-users-list .item .actions a {
  display: inline-block;
  font-size: 20px;
  margin-left: 10px;
  color: #808f96;
}
.profile-users-list .item .actions a:hover {
  color: #586368;
}
.profile-users-list .item .name {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-size: 18px;
}
.profile-users-list .item small {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  color: #808f96;
  margin-left: 18px;
}
.profile-users-list .item .avatar {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 4px;
  overflow: hidden;
}
.profile-users-list .item .icon-status {
  font-size: 16px;
  position: relative;
}
.profile-users-list .item .online {
  background: none;
  color: #cce86f;
}
.profile-users-list .item .away {
  background: none;
  color: #ffdc00;
}
.profile-users-list .item .offline {
  background: none;
  color: #e6eded;
}
.profile-users-list-filters {
  border-bottom: 1px solid #f5f3ed;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.dashboard-container {
  text-align: center;
  margin: 25px 0px 30px 0px;
}
.dashboard-container a {
  display: inline-block;
  background: none;
  padding: 0px;
  margin: 0px 10px;
}
.dashboard-container a i {
  display: block;
  font-style: normal;
  width: 80px;
  height: 80px;
  position: relative;
}
.dashboard-container a i small {
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 11px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  color: #fff;
  background: #c252bb;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  border-radius: 16px;
}
.dashboard-container a span {
  display: block;
  font-family: 'Roboto Slab', serif;
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
}
.dashboard-container .chat i {
  background: url(../images/dashboard-icon-sprites.png) 0px 0px no-repeat;
}
.dashboard-container .chat span {
  color: #95ae39;
}
.dashboard-container .gifts i {
  background: url(../images/dashboard-icon-sprites.png) -80px 0px no-repeat;
}
.dashboard-container .gifts span {
  color: #c252bb;
}
.dashboard-container .notifications i {
  background: url(../images/dashboard-icon-sprites.png) -160px 0px no-repeat;
}
.dashboard-container .notifications span {
  color: #2980b9;
}
.dashboard-container .favorites i {
  background: url(../images/dashboard-icon-sprites.png) -240px 0px no-repeat;
}
.dashboard-container .favorites span {
  color: #f59e4a;
}
.dashboard-container .flirtmap i {
  background: url(../images/dashboard-icon-sprites.png) -320px 0px no-repeat;
}
.dashboard-container .flirtmap span {
  color: #19d4c6;
}
.dashboard-user-msg-item {
  position: relative;
  min-height: 50px;
  padding-left: 60px;
}
.dashboard-user-msg-item .actions {
  position: absolute;
  top: 15px;
  right: 0px;
}
.dashboard-user-msg-item .actions div {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  color: #808f96;
  margin-right: 0px;
  position: relative;
  top: -3px;
}
.dashboard-user-msg-item .actions a {
  display: inline-block;
  font-size: 20px;
  margin-left: 10px;
  color: #808f96;
}
.dashboard-user-msg-item .actions a:hover {
  color: #586368;
}
.dashboard-user-msg-item .name {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-size: 18px;
}
.dashboard-user-msg-item small {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  color: #808f96;
}
.dashboard-user-msg-item .avatar {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 4px;
  overflow: hidden;
}
.dashboard-user-msg-item .icon-status {
  font-size: 16px;
  position: relative;
}
.dashboard-user-msg-item .online {
  background: none;
  color: #cce86f;
}
.dashboard-user-msg-item .away {
  background: none;
  color: #ffdc00;
}
.dashboard-user-msg-item .offline {
  background: none;
  color: #e6eded;
}
.gallery-profile .col .inner {
  border: 1px solid #f8f8f4;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 25px;
}
.gallery-profile .col .inner .thumbnail {
  display: block;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.gallery-profile .col .inner .thumbnail a {
  display: block;
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
}
.gallery-profile .col .inner .thumbnail .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}
.gallery-profile .col .inner .thumbnail .overlay .link-build {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.gallery-profile .col .inner .thumbnail .overlay .icon-status {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
}
.gallery-profile .col .inner .thumbnail .overlay .online {
  background: none;
  color: #cce86f;
}
.gallery-profile .col .inner .thumbnail .overlay .away {
  background: none;
  color: #ffdc00;
}
.gallery-profile .col .inner .thumbnail .overlay .offline {
  background: none;
  color: #e6eded;
}
.gallery-profile .col .inner .thumbnail .overlay .overlay-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 300;
  background: rgba(73, 27, 85, 0.85);
  height: 35px;
  text-align: right;
  z-index: 100;
}
.gallery-profile .col .inner .thumbnail .overlay .overlay-bottom span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  margin-right: 5px;
}
.gallery-profile .col .inner .thumbnail .overlay .overlay-bottom a {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  position: absolute;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
}
.gallery-profile .col .inner .thumbnail .overlay .overlay-bottom .left {
  bottom: 10px;
  left: 10px;
}
.gallery-profile .col .inner .thumbnail .overlay .overlay-bottom .right {
  bottom: 10px;
  right: 10px;
}
.gallery-profile .col .inner .details {
  text-align: center;
  margin: 15px 0px 15px 0px;
}
.gallery-profile .col .inner .details small {
  display: inline-block;
  font-size: 10px;
  color: #808f96;
  background: #fbfbf7;
  padding: 2px 5px;
}
.chat-default-toolbar-title {
  font-size: 18px;
  font-family: 'Roboto Medium', Helvetica, Arial, sans-serif;
  overflow: hidden;
  display: inline-block;
  line-height: 34px;
  padding: 0;
  margin: 0;
}
.chat-default-toolbar-title > a {
  color: #4d5b63;
  text-decoration: none;
}
.chat-default-toolbar-title > a:hover,
.chat-default-toolbar-title > a:focus {
  color: #303539;
}
.chat-default-toolbar-title .status-label .glyphicon {
  top: -1px;
}
.chat-page-header .container,
.chat-page-header .container-fluid {
  background: #fff;
  border: 1px solid #eae9e7;
  border-bottom: none;
  padding: 15px 15px 15px 15px;
  position: relative;
  height: 80px;
  overflow: hidden;
}
.chat-page-header .container .row,
.chat-page-header .container-fluid .row {
  margin: 0px;
  padding: 0px;
}
.chat-page-header .container .row .col,
.chat-page-header .container-fluid .row .col {
  margin: 0px;
  padding: 0px;
}
.chat-page-header .container .row .col .avatar,
.chat-page-header .container-fluid .row .col .avatar {
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
}
.chat-page-header .container .row .col .back,
.chat-page-header .container-fluid .row .col .back {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: #808f96;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Roboto Slab', serif;
  margin-left: 65px;
}
.chat-page-header .container .row .dropdown,
.chat-page-header .container-fluid .row .dropdown {
  margin-top: 8px;
  margin-right: 8px;
}
.chat-page-header .container .row .top-menu,
.chat-page-header .container-fluid .row .top-menu {
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: relative;
  left: -4px;
}
.chat-page-header .container .row .top-menu .btn-group,
.chat-page-header .container-fluid .row .top-menu .btn-group {
  display: block;
  margin-top: 0px;
}
.chat-page-header .container .row .top-menu .btn-group .btn-profile-menu,
.chat-page-header .container-fluid .row .top-menu .btn-group .btn-profile-menu {
  border: none;
  border-radius: 0px;
  display: block;
  text-align: left;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding: 0px 20px;
  border-bottom: 5px solid #fff;
  position: relative;
}
.chat-page-header .container .row .top-menu .btn-group .btn-profile-menu strong,
.chat-page-header .container-fluid .row .top-menu .btn-group .btn-profile-menu strong {
  color: #d6587a;
  font-size: 400;
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.chat-page-header .container .row .top-menu .btn-group .btn-profile-menu:hover,
.chat-page-header .container-fluid .row .top-menu .btn-group .btn-profile-menu:hover {
  background: #fbfbf7;
  border-bottom: 5px solid #c252bb;
}
.chat-page-header .container .row .top-menu .btn-group .selected,
.chat-page-header .container-fluid .row .top-menu .btn-group .selected {
  background: #fbfbf7;
  border-bottom: 5px solid #c252bb;
}
.map .inner {
  position: relative;
}
.map .inner .positioned-item {
  position: absolute;
  padding: 2px;
  background: #fff;
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
}
.map .inner .positioned-item .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.map .inner .positioned-item .inner .user-preview {
  margin: 5px 0px;
  padding: 5px;
  position: relative;
}
.map .inner .positioned-item .inner .user-preview .inner-holder {
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.map .inner .positioned-item .inner .user-preview .inner-holder .thumbnail {
  margin: 0px;
  padding: 0px;
  position: relative;
}
.map .inner .positioned-item .inner .user-preview .inner-holder .thumbnail a {
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.map .inner .positioned-item .inner .user-preview .inner-holder .thumbnail .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}
.map .inner .positioned-item .inner .user-preview .inner-holder .thumbnail .overlay .icon-status {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
}
.map .inner .positioned-item .inner .user-preview .inner-holder .thumbnail .overlay .online {
  background: none;
  color: #cce86f;
}
.map .inner .positioned-item .inner .user-preview .inner-holder .thumbnail .overlay .away {
  background: none;
  color: #ffdc00;
}
.map .inner .positioned-item .inner .user-preview .inner-holder .thumbnail .overlay .offline {
  background: none;
  color: #e6eded;
}
.map .inner .positioned-item .inner .user-preview .inner-holder .thumbnail .overlay .overlay-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 300;
  background: rgba(73, 27, 85, 0.85);
  padding: 3px 7px;
  text-align: right;
}
.map .inner .positioned-item .inner .user-preview .inner-holder .thumbnail .overlay .overlay-bottom a {
  position: absolute;
  top: 4px;
  left: 10px;
  color: #fff;
}
.map .inner .positioned-item .inner .user-preview .inner-holder .thumbnail .overlay .overlay-bottom span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  top: 2px;
  left: -3px;
}
.map .inner .positioned-item .inner .user-preview .inner-holder .actions {
  margin-bottom: 15px;
}
.map .inner .positioned-item .inner .user-preview .inner-holder .details {
  text-align: center;
  margin: 5px 0px 5px 0px;
}
.map .inner .positioned-item .inner .user-preview .inner-holder .details a {
  display: block;
  font-family: 'Roboto Slab', serif;
  color: #2c3e50;
  font-size: 14px;
  font-weight: 700;
}
.map .inner .positioned-item .inner .user-preview .inner-holder .details small {
  display: inline-block;
  font-size: 10px;
  color: #808f96;
  background: #fbfbf7;
  padding: 2px 5px;
}
.map .inner .positioned-item .inner .popover {
  position: absolute;
  width: 200px;
  height: 230px;
  top: -235px;
  left: 50%;
  margin-left: -100px;
}
.map .inner .positioned-item .inner .bar {
  height: 5px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.map .inner .positioned-item .inner .bar-yellow {
  background: #ffdc00;
}
.map .inner .positioned-item .inner .bar-green {
  background: #afcc43;
}
.map .inner .positioned-item .inner .bar-gray {
  background: #808f96;
}
.map .inner .positioned-item .inner .bar-red {
  background: #c252bb;
}
.map .user-list {
  padding: 5px;
  position: relative;
}
.map .user-list .nav-left {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50px;
  left: -40px;
}
.map .user-list .nav-left span {
  font-size: 40px;
  color: #c6c4bf;
}
.map .user-list .nav-left:hover span {
  color: #b4b1ab;
}
.map .user-list .nav-right {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50px;
  right: -40px;
}
.map .user-list .nav-right span {
  font-size: 40px;
  color: #c6c4bf;
}
.map .user-list .nav-right:hover span {
  color: #b4b1ab;
}
.map .user-list .col {
  margin: 0px;
  padding: 5px;
}
.map .user-list .col .inner {
  border: 1px solid #f8f8f4;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}
.map .user-list .col .inner .thumbnail {
  margin: 0px;
  padding: 0px;
  position: relative;
}
.map .user-list .col .inner .thumbnail a {
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.map .user-list .col .inner .thumbnail .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}
.map .user-list .col .inner .thumbnail .overlay .icon-status {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
}
.map .user-list .col .inner .thumbnail .overlay .online {
  background: none;
  color: #cce86f;
}
.map .user-list .col .inner .thumbnail .overlay .away {
  background: none;
  color: #ffdc00;
}
.map .user-list .col .inner .thumbnail .overlay .offline {
  background: none;
  color: #e6eded;
}
.map .user-list .col .inner .thumbnail .overlay .overlay-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 300;
  background: rgba(73, 27, 85, 0.85);
  padding: 3px 7px;
  text-align: right;
}
.map .user-list .col .inner .thumbnail .overlay .overlay-bottom a {
  position: absolute;
  top: 4px;
  left: 10px;
  color: #fff;
}
.map .user-list .col .inner .thumbnail .overlay .overlay-bottom span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  top: 2px;
  left: -3px;
}
.map .user-list .col .inner .details {
  text-align: center;
  margin: 15px 0px 15px 0px;
}
.map .user-list .col .inner .details a {
  display: block;
  font-family: 'Roboto Slab', serif;
  color: #2c3e50;
  font-size: 14px;
  font-weight: 700;
}
.map .user-list .col .inner .details small {
  display: inline-block;
  font-size: 10px;
  color: #808f96;
  background: #fbfbf7;
  padding: 2px 5px;
}
.matchmaking-bottom {
  margin: 0px;
  padding: 0px;
  border-top: 0px;
}
.matchmaking-bottom .inner {
  display: block;
  margin: 0px 0px 20px 0px;
}
.matchmaking-bottom .inner .profile-details .col {
  padding: 5px;
}
.matchmaking-bottom .inner .profile-details .inner {
  border-top: 1px solid #f2f0e9;
  margin-right: 10px;
}
.matchmaking-bottom .inner .profile-details .inner .line {
  font-size: 14px;
  font-weight: 300;
  border-bottom: 1px solid #f2f0e9;
}
.matchmaking-bottom .inner .profile-details .inner .line .col {
  padding: 5px;
  line-height: 24px;
}
.matchmaking-bottom .inner .profile-actions {
  margin-bottom: 20px;
  margin-top: 20px;
}
.matchmaking-bottom .inner .profile-actions .btn-group-justified {
  margin: 0px;
  padding: 0px;
}
.matchmaking-bottom .inner .profile-actions .btn-group-justified .btn {
  border: 1px solid #fff;
  height: 50px;
  line-height: 50px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 14px;
  padding: 0px;
}
.matchmaking-bottom .inner .profile-actions .btn-group-justified .btn i {
  display: inline-block;
  height: 25px;
  width: 25px;
  position: relative;
  bottom: -12px;
}
.matchmaking-bottom .inner .profile-actions .btn-group-justified .first {
  -webkit-border-radius: 100px 0px 0px 100px;
  -moz-border-radius: 100px 0px 0px 100px;
  border-radius: 100px 0px 0px 100px;
}
.matchmaking-bottom .inner .profile-actions .btn-group-justified .last {
  -webkit-border-radius: 0px 100px 100px 0px;
  -moz-border-radius: 0px 100px 100px 0px;
  border-radius: 0px 100px 100px 0px;
}
.matchmaking-bottom .inner .profile-actions .btn-group-justified .btn-flag {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  display: block;
  height: 50px;
  width: 50px;
}
.matchmaking-bottom .inner .profile-actions .btn-group-justified .chat {
  background: #dbf48a;
  color: #849e24;
}
.matchmaking-bottom .inner .profile-actions .btn-group-justified .chat i {
  background: url(../images/profile-actions-sprite.png) 0px 0px no-repeat;
  margin-right: 10px;
}
.matchmaking-bottom .inner .profile-actions .btn-group-justified .chat:hover {
  box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.05);
}
.matchmaking-bottom .inner .profile-actions .btn-group-justified .gift {
  background: #fee4e1;
  color: #c252bb;
}
.matchmaking-bottom .inner .profile-actions .btn-group-justified .gift i {
  background: url(../images/profile-actions-sprite.png) -25px 0px no-repeat;
  margin-right: 10px;
}
.matchmaking-bottom .inner .profile-actions .btn-group-justified .gift:hover {
  box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.05);
}
.matchmaking-bottom .inner .profile-actions .btn-group-justified .fav {
  background: #fef5c5;
  color: #f59e4a;
}
.matchmaking-bottom .inner .profile-actions .btn-group-justified .fav i {
  background: url(../images/profile-actions-sprite.png) -50px 0px no-repeat;
  margin-right: 10px;
}
.matchmaking-bottom .inner .profile-actions .btn-group-justified .fav:hover {
  box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.05);
}
.matchmaking-bottom .inner .profile-actions .btn-group-justified .flag {
  background: #f2f4f4;
}
.matchmaking-bottom .inner .profile-actions .btn-group-justified .flag i {
  background: url(../images/profile-actions-sprite.png) -75px 0px no-repeat;
}
.matchmaking-bottom .inner .profile-actions .btn-group-justified .flag:hover {
  box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.05);
}
.matchmaking-bottom .inner .user-details {
  position: relative;
  padding-left: 140px;
}
.matchmaking-bottom .inner .user-details .avatar {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  top: 0px;
  left: 20px;
  display: block;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border: 5px solid #ffffff;
}
.matchmaking-bottom .inner .user-details .username .icon-status {
  font-size: 22px;
  position: relative;
  bottom: -2px;
}
.matchmaking-bottom .inner .user-details .username .online {
  background: none;
  color: #cce86f;
}
.matchmaking-bottom .inner .user-details .username .away {
  background: none;
  color: #ffdc00;
}
.matchmaking-bottom .inner .user-details .username .offline {
  background: none;
  color: #e6eded;
}
.matchmaking-bottom .inner .user-details .username strong {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 30px;
  color: #78368a;
}
.matchmaking-bottom .inner .user-details small {
  display: block;
  margin-top: 10px;
  font-weight: 300;
  font-size: 14px;
}
.matchmaking-bottom .inner .user-details .tags {
  margin-top: 25px;
  position: relative;
  bottom: -3px;
}
.matchmaking-bottom .inner .user-details .tags a {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
.matchmaking-bottom .inner .user-details .tags .tag1 {
  background: url(../images/tags-sprite.png) 0px 0px no-repeat;
  opacity: 0.7;
}
.matchmaking-bottom .inner .user-details .tags .tag1:hover {
  opacity: 1;
}
.matchmaking-bottom .inner .user-details .tags .tag2 {
  background: url(../images/tags-sprite.png) -50px 0px no-repeat;
  opacity: 0.7;
}
.matchmaking-bottom .inner .user-details .tags .tag2:hover {
  opacity: 1;
}
.matchmaking-bottom .inner .user-details .tags .tag3 {
  background: url(../images/tags-sprite.png) -100px 0px no-repeat;
  opacity: 0.7;
}
.matchmaking-bottom .inner .user-details .tags .tag3:hover {
  opacity: 1;
}
.matchmaking-bottom .inner .user-details .tags .tag4 {
  background: url(../images/tags-sprite.png) -150px 0px no-repeat;
  opacity: 0.7;
}
.matchmaking-bottom .inner .user-details .tags .tag4:hover {
  opacity: 1;
}
.matchmaking-bottom .toggle {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 10px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.matchmaking-bottom .toggle .name {
  display: block;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 24px;
  color: #303539;
}
.matchmaking-bottom .toggle .toggle-btn {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #fff;
  border: 1px solid #808f96;
  color: #808f96;
  position: absolute;
  bottom: -21px;
  left: 50%;
  margin-left: -21px;
}
.matchmaking-bottom .toggle .toggle-btn span {
  font-size: 20px;
  margin: 8px;
}
.matchmaking-actions {
  margin-top: 14px;
  margin-bottom: 10px;
}
.matchmaking-actions .btn-group-justified {
  margin: 0px;
  padding: 0px;
}
.matchmaking-actions .btn-group-justified .btn {
  border: 1px solid #fff;
  height: 50px;
  line-height: 50px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 18px;
  padding: 0px;
}
.matchmaking-actions .btn-group-justified .btn i {
  display: inline-block;
  height: 25px;
  width: 25px;
  position: relative;
  bottom: -12px;
}
.matchmaking-actions .btn-group-justified .first {
  -webkit-border-radius: 100px 0px 0px 100px;
  -moz-border-radius: 100px 0px 0px 100px;
  border-radius: 100px 0px 0px 100px;
}
.matchmaking-actions .btn-group-justified .last {
  -webkit-border-radius: 0px 100px 100px 0px;
  -moz-border-radius: 0px 100px 100px 0px;
  border-radius: 0px 100px 100px 0px;
}
.matchmaking-actions .btn-group-justified .btn-flag {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  display: block;
  height: 50px;
  width: 50px;
}
.matchmaking-actions .btn-group-justified .chat {
  background: #dbf48a;
  color: #849e24;
}
.matchmaking-actions .btn-group-justified .chat i {
  background: url(../images/profile-actions-sprite.png) 0px 0px no-repeat;
  margin-right: 10px;
}
.matchmaking-actions .btn-group-justified .chat:hover {
  box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.05);
}
.matchmaking-actions .btn-group-justified .gift {
  background: #fee4e1;
  color: #c252bb;
}
.matchmaking-actions .btn-group-justified .gift i {
  background: url(../images/profile-actions-sprite.png) -25px 0px no-repeat;
  margin-right: 10px;
}
.matchmaking-actions .btn-group-justified .gift:hover {
  box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.05);
}
.matchmaking-actions .btn-group-justified .fav {
  background: #fef5c5;
  color: #f59e4a;
}
.matchmaking-actions .btn-group-justified .fav i {
  background: url(../images/profile-actions-sprite.png) -50px 0px no-repeat;
  margin-right: 10px;
}
.matchmaking-actions .btn-group-justified .fav:hover {
  box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.05);
}
.matchmaking-actions .btn-group-justified .flag {
  background: #f2f4f4;
}
.matchmaking-actions .btn-group-justified .flag i {
  background: url(../images/profile-actions-sprite.png) -75px 0px no-repeat;
}
.matchmaking-actions .btn-group-justified .flag:hover {
  box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.05);
}
.user-photos-list .item {
  margin-top: 30px;
}
.user-photos-list .item .top {
  min-height: 60px;
  position: relative;
  padding-left: 70px;
}
.user-photos-list .item .top .avatar {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 60px;
  overflow: hidden;
}
.user-photos-list .item .top .title {
  display: block;
  color: #323940;
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  bottom: -5px;
}
.user-photos-list .item .top small {
  display: block;
  font-size: 11px;
  margin-top: 10px;
}
.user-photos-list .item .media .col {
  padding: 1px;
}
.user-photos-list .item .comments .counter {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
.user-photos-list .item .comments .comment {
  position: relative;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f2f0e9;
  padding-left: 70px;
}
.user-photos-list .item .comments .comment .avatar {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 4px;
  overflow: hidden;
  top: 0px;
  left: 0px;
}
.user-photos-list .item .comments .comment .details {
  font-size: 11px;
}
.user-photos-list .item .comments .comment p {
  font-size: 12px;
  margin-top: 3px;
}
.user-photos-list .item .comments .add-comment {
  position: relative;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f2f0e9;
  padding-left: 70px;
}
.user-photos-list .item .comments .add-comment .avatar {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 4px;
  overflow: hidden;
}
.user-photos-list .item .comments .add-comment .row input.form-control {
  box-shadow: none;
  transition: none;
  height: 50px!important;
  line-height: 50px!important;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}
.user-photos-list .item .comments .add-comment .row .form-control::-moz-placeholder {
  color: #a2a2a2;
}
.modal-body-comments {
  padding: 0px;
}
.modal-body-comments .col-md-8 {
  border-right: 1px solid #e5e5e5;
}
.modal-gallery-comments {
  height: 445px;
  padding: 0px;
  overflow: auto;
}
.modal-gallery-comments .comments {
  margin-right: 5px;
}
.modal-gallery-comments .comments .comment {
  position: relative;
  border-bottom: 1px solid #f2f0e9;
  padding: 10px;
  padding-left: 70px;
}
.modal-gallery-comments .comments .comment .avatar {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 4px;
  overflow: hidden;
  top: 10px;
  left: 10px;
}
.modal-gallery-comments .comments .comment .details {
  font-size: 11px;
}
.modal-gallery-comments .comments .comment p {
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}
.modal-gallery-comments .comments .add-comment {
  position: relative;
  border-bottom: 1px solid #f2f0e9;
  padding: 10px;
  padding-left: 70px;
}
.modal-gallery-comments .comments .add-comment .avatar {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 4px;
  overflow: hidden;
}
.modal-gallery-comments .comments .add-comment .row input.form-control {
  box-shadow: none;
  transition: none;
  height: 50px!important;
  line-height: 50px!important;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}
.modal-gallery-comments .comments .add-comment .row .form-control::-moz-placeholder {
  color: #a2a2a2;
}
.modal-gallery-top {
  font-family: 'Roboto Slab', serif;
  border-bottom: 1px solid #e5e5e5;
}
.modal-gallery-top .col {
  padding: 5px;
  height: 30px;
  line-height: 22px;
}
.chat-modal {
  margin: 0px!important;
  padding: 0px!important;
}
.chat-modal .widget-chat-list-heading {
  height: 45px;
}
.cms-title-left {
  background: #f2f4f4;
  border: 1px solid #e6eded;
  border-radius: 4px;
  margin: 20px 10px 10px 10px;
  padding: 5px 10px;
  font-family: 'Roboto Slab', serif;
}
.cms-text-left {
  padding: 0px 10px;
  font-size: 11px;
  font-weight: 300;
  line-height: 18px;
}
.cms-phone-left {
  margin: 0px 10px;
}
.cms-phone-left span {
  display: block;
  border-bottom: 1px solid #f2f0e9;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto Slab', serif;
  padding: 5px;
  text-align: center;
}
.easy-nav {
  background: #fcfcfc;
  border-top: 1px solid #f2f0e9;
  margin: 30px -15px -15px -15px;
  padding: 15px 15px 0px 15px;
}
.easy-nav a {
  color: #4d5b63;
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
}
.easy-nav a span {
  display: inline-block;
  margin: 0px 10px;
}
.inner-cms {
  font-size: 12px;
  line-height: 18px;
}
.inner-cms h3 {
  color: inherit;
}
.account-left-menu .my-account-actions-top {
  background: #f9f9f9;
  border-bottom: 2px solid #e1e1dd;
}
.account-left-menu a {
  display: block;
  border-bottom: 1px solid #e1e1dd;
  padding: 10px 0px 10px 42px;
  font-size: 11px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  color: #383838;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.account-left-menu a:hover {
  background: #4F5D73;
  border-color: #4F5D73;
  color: #fff;
  font-weight: bold;
}
.account-left-menu a i {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 6px;
  left: 10px;
}
.account-left-menu .btn-general-container {
  margin: 10px 5px;
}
.account-left-menu .btn-general {
  border-bottom: none;
  padding: 5px 16px;
  font-size: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
.account-left-menu .btn-dashboard i {
  background: url(../images/my-account-sprite-top.png) 0px 0px no-repeat;
}
.account-left-menu .btn-dashboard-selected {
  background: #fff;
  color: #491b55;
  font-weight: bold;
  margin-right: -1px;
}
.account-left-menu .btn-dashboard-selected i {
  background: url(../images/my-account-sprite-top.png) -25px 0px no-repeat;
}
.account-left-menu .btn-inbox i {
  background: url(../images/my-account-sprite-top.png) 0px -25px no-repeat;
}
.account-left-menu .btn-inbox-selected {
  background: #fff;
  margin-right: -1px;
  color: #491b55;
  font-weight: bold;
}
.account-left-menu .btn-inbox-selected i {
  background: url(../images/my-account-sprite-top.png) -25px -25px no-repeat;
}
.account-left-menu .btn-gifts i {
  background: url(../images/my-account-sprite-top.png) 0px -50px no-repeat;
}
.account-left-menu .btn-gifts-selected {
  background: #fff;
  margin-right: -1px;
  color: #491b55;
  font-weight: bold;
}
.account-left-menu .btn-gifts-selected i {
  background: url(../images/my-account-sprite-top.png) -25px -50px no-repeat;
}
.account-left-menu .btn-notifications i {
  background: url(../images/my-account-sprite-top.png) 0px -75px no-repeat;
}
.account-left-menu .btn-notifications-selected {
  background: #fff;
  margin-right: -1px;
  color: #491b55;
  font-weight: bold;
}
.account-left-menu .btn-notifications-selected i {
  background: url(../images/my-account-sprite-top.png) -25px -75px no-repeat;
}
.account-left-menu .btn-matchmaker i {
  background: url(../images/my-account-sprite-top.png) 0px -100px no-repeat;
}
.account-left-menu .btn-matchmaker-selected {
  background: #fff;
  margin-right: -1px;
  color: #491b55;
  font-weight: bold;
}
.account-left-menu .btn-matchmaker-selected i {
  background: url(../images/my-account-sprite-top.png) -25px -100px no-repeat;
}
.account-left-menu .btn-flirtmap i {
  background: url(../images/my-account-sprite-top.png) 0px -125px no-repeat;
}
.account-left-menu .btn-flirtmap-selected {
  background: #fff;
  margin-right: -1px;
  color: #491b55;
  font-weight: bold;
}
.account-left-menu .btn-flirtmap-selected i {
  background: url(../images/my-account-sprite-top.png) -25px -125px no-repeat;
}
.account-left-menu .btn-profile i {
  background: url(../images/my-account-sprite-left.png) 0px 0px no-repeat;
}
.account-left-menu .btn-profile-selected {
  background: #fff;
  margin-right: -1px;
  color: #491b55;
  font-weight: bold;
}
.account-left-menu .btn-profile-selected i {
  background: url(../images/my-account-sprite-left.png) -25px 0px no-repeat;
}
.account-left-menu .btn-photos i {
  background: url(../images/my-account-sprite-left.png) 0px -25px no-repeat;
}
.account-left-menu .btn-photos-selected {
  background: #fff;
  margin-right: -1px;
  color: #491b55;
  font-weight: bold;
}
.account-left-menu .btn-photos-selected i {
  background: url(../images/my-account-sprite-left.png) -25px -25px no-repeat;
}
.account-left-menu .btn-galleries i {
  background: url(../images/my-account-sprite-left.png) 0px -50px no-repeat;
}
.account-left-menu .btn-galleries-selected {
  background: #fff;
  margin-right: -1px;
  color: #491b55;
  font-weight: bold;
}
.account-left-menu .btn-galleries-selected i {
  background: url(../images/my-account-sprite-left.png) -25px -50px no-repeat;
}
.account-left-menu .btn-favorites i {
  background: url(../images/my-account-sprite-left.png) 0px -75px no-repeat;
}
.account-left-menu .btn-favorites-selected {
  background: #fff;
  margin-right: -1px;
  color: #491b55;
  font-weight: bold;
}
.account-left-menu .btn-favorites-selected i {
  background: url(../images/my-account-sprite-left.png) -25px -75px no-repeat;
}
.account-left-menu .btn-visitors i {
  background: url(../images/my-account-sprite-left.png) 0px -100px no-repeat;
}
.account-left-menu .btn-visitors-selected {
  background: #fff;
  margin-right: -1px;
  color: #491b55;
  font-weight: bold;
}
.account-left-menu .btn-visitors-selected i {
  background: url(../images/my-account-sprite-left.png) -25px -100px no-repeat;
}
.account-left-menu .btn-account i {
  background: url(../images/my-account-sprite-left.png) 0px -125px no-repeat;
}
.account-left-menu .btn-account-selected {
  background: #fff;
  margin-right: -1px;
  color: #491b55;
  font-weight: bold;
}
.account-left-menu .btn-account-selected i {
  background: url(../images/my-account-sprite-left.png) -25px -125px no-repeat;
}
.account-left-menu .btn-member i {
  background: url(../images/my-account-sprite-left.png) 0px -150px no-repeat;
}
.account-left-menu .btn-member-selected {
  background: #fff;
  margin-right: -1px;
  color: #491b55;
  font-weight: bold;
}
.account-left-menu .btn-member-selected i {
  background: url(../images/my-account-sprite-left.png) -25px -150px no-repeat;
}
.account-left-menu .btn-admin i {
  background: url(../images/my-account-sprite-left.png) 0px -175px no-repeat;
}
.account-left-menu .btn-admin-selected {
  background: #fff;
  margin-right: -1px;
  color: #491b55;
  font-weight: bold;
}
.account-left-menu .btn-admin-selected i {
  background: url(../images/my-account-sprite-left.png) -25px -175px no-repeat;
}
.notifications-list .item {
  position: relative;
  min-height: 70px;
  border-bottom: 1px solid #f5f3ed;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  opacity: 0.4;
}
.notifications-list .item .actions {
  position: absolute;
  top: 0px;
  right: 0px;
}
.notifications-list .item .actions div {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  color: #808f96;
  margin-right: 0px;
  position: relative;
}
.notifications-list .item .top-details .name {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-size: 18px;
}
.notifications-list .item .top-details small {
  display: inline-block;
  margin-top: 5px;
  font-size: 11px;
  color: #808f96;
  margin-left: 10px;
}
.notifications-list .item .details {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  margin-left: 18px;
}
.notifications-list .item .avatar {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 4px;
  overflow: hidden;
}
.notifications-list .item .icon-status {
  font-size: 16px;
  position: relative;
}
.notifications-list .item .online {
  background: none;
  color: #cce86f;
}
.notifications-list .item .away {
  background: none;
  color: #ffdc00;
}
.notifications-list .item .offline {
  background: none;
  color: #e6eded;
}
.notifications-list .unread {
  opacity: 1;
}
.notif-dropdown {
  width: 600px;
  padding: 10px;
}
.notif-dropdown .notifications-list .item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  min-height: 50px;
}
.guest-dropdown {
  width: 300px;
  padding: 10px;
  font-family: 'Roboto Slab', serif;
}
.guest-dropdown .dd-preloader {
  text-transform: none;
}
.guest-dropdown .dd-preloader p {
  font-size: 12px;
  font-weight: 300;
  color: #3b454b;
}
.guest-dropdown .dd-preloader span {
  font-size: 14px;
  font-weight: 700;
  color: #c252bb;
}
.subheader-chat-dropdown {
  width: 240px;
  top: 41px;
  height: 393px;
  overflow: hidden;
  padding: 0px;
  border-top: none;
  z-index: 1001;
}
.subheader-chat-dropdown .widget-chat-list {
  position: relative;
  top: 0px;
  margin-top: -1px;
}
.subheader-chat-dropdown-offline {
  width: 240px;
  top: 40px;
  height: 51px;
  overflow: hidden;
  padding: 0px;
  border-top: none;
}
.subheader-chat-dropdown-offline .widget-chat-list {
  position: relative;
  top: 0px;
  margin-top: -1px;
}
.offline-msg-dropdown {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 11px;
  text-align: center;
  line-height: 20px;
  margin-top: 12px;
}
.online-toggle {
  margin: 10px;
}
.online-toggle .btn {
  font-size: 11px;
  font-family: 'Roboto Slab', serif;
  font-weight: 500;
}
.users-list-toggle {
  margin: 0px;
  position: relative;
  bottom: -5px;
  right: -3px;
}
.users-list-toggle .btn {
  font-size: 10px;
  font-family: 'Roboto Slab', serif;
  font-weight: 500;
  padding: 5px 10px;
}
.general-top-message {
  background: url(../images/faces-pattern-front.jpg) top left repeat;
}
.general-top-message .inner {
  position: relative;
}
.general-top-message .inner .general-message {
  padding: 20px 0px;
}
.general-top-message .inner .general-message .panel {
  margin-bottom: 0px;
}
.general-top-message .inner .general-message .panel .panel-body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.general-top-message .inner .general-message .panel .panel-body .well-lg {
  padding: 20px;
  border: 0px;
}
.btn-tag {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-size: 14px;
  padding: 5px 20px;
  margin: 0px 7px 10px 0px;
}
.social-connections {
  list-style: none outside;
  padding: 0;
  margin: 0;
}
.social-connections li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  width: 33%;
  margin-left: 0.3%;
}
.social-connections li .btn {
  position: relative;
  padding-left: 48px;
}
.social-connections li .btn .glyphicon {
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
  width: 48px;
  height: 100%;
  padding: 6px;
  border-right: solid 1px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.25);
  box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.25);
}
.social-connections-settings li {
  width: 100%;
  font-family: 'Roboto Slab', serif;
}
.mid-text {
  padding-top: 11px;
}
.btn-social-fix {
  padding: 10px;
}
.user-labels {
  margin-top: 15px;
}
.user-labels .label {
  display: inline-block;
  margin: 0px 3px 5px 0px;
  padding: 5px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  border-radius: 50%;
}
.user-labels .label i {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  opacity: 0.7;
}
.user-labels .label:hover i {
  opacity: 1;
}
.user-labels .btn-label-hot i {
  background: url(../images/user-labels-sprite.png) 0px 0px no-repeat;
}
.user-labels .btn-label-popular i {
  background: url(../images/user-labels-sprite.png) -40px 0px no-repeat;
}
.user-labels .btn-label-model i {
  background: url(../images/user-labels-sprite.png) -80px 0px no-repeat;
}
.user-labels .btn-label-experienced i {
  background: url(../images/user-labels-sprite.png) -120px 0px no-repeat;
}
.user-labels .btn-label-validated i {
  background: url(../images/user-labels-sprite.png) -160px 0px no-repeat;
}
.user-labels .btn-label-power-user i {
  background: url(../images/user-labels-sprite.png) -200px 0px no-repeat;
}
.user-labels .btn-label-admin i {
  background: url(../images/user-labels-sprite.png) -240px 0px no-repeat;
}
.user-labels .btn-label-new i {
  background: url(../images/user-labels-sprite.png) -280px 0px no-repeat;
}
.labels-container {
  padding-top: 30px;
}
.labels-container .form-title {
  margin: 20px 20px 0px 20px;
}
.label-desc {
  font-size: 12px!important;
  font-weight: 400;
  line-height: 24px;
}
.general-small-error-msg {
  padding-top: 20px;
}
.user-labels-list .btn-label-hot {
  margin: 0px;
  padding: 0px;
  border: none;
  background: none;
}
.user-labels-list .btn-label-hot i {
  opacity: 0.7;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../images/user-labels-sprite-small.png) 0px 0px no-repeat;
}
.user-labels-list .btn-label-popular {
  margin: 0px;
  padding: 0px;
  border: none;
  background: none;
}
.user-labels-list .btn-label-popular i {
  opacity: 0.7;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../images/user-labels-sprite-small.png) -20px 0px no-repeat;
}
.user-labels-list .btn-label-model {
  margin: 0px;
  padding: 0px;
  border: none;
  background: none;
}
.user-labels-list .btn-label-model i {
  opacity: 0.7;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../images/user-labels-sprite-small.png) -40px 0px no-repeat;
}
.user-labels-list .btn-label-experienced {
  margin: 0px;
  padding: 0px;
  border: none;
  background: none;
}
.user-labels-list .btn-label-experienced i {
  opacity: 0.7;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../images/user-labels-sprite-small.png) -60px 0px no-repeat;
}
.user-labels-list .btn-label-validated {
  margin: 0px;
  padding: 0px;
  border: none;
  background: none;
}
.user-labels-list .btn-label-validated i {
  opacity: 0.7;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../images/user-labels-sprite-small.png) -80px 0px no-repeat;
}
.user-labels-list .btn-label-power-user {
  margin: 0px;
  padding: 0px;
  border: none;
  background: none;
}
.user-labels-list .btn-label-power-user i {
  opacity: 0.7;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../images/user-labels-sprite-small.png) -100px 0px no-repeat;
}
.user-labels-list .btn-label-admin {
  margin: 0px;
  padding: 0px;
  border: none;
  background: none;
}
.user-labels-list .btn-label-admin i {
  opacity: 0.7;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../images/user-labels-sprite-small.png) -120px 0px no-repeat;
}
.user-labels-list .btn-label-new {
  margin: 0px;
  padding: 0px;
  border: none;
  background: none;
}
.user-labels-list .btn-label-new i {
  opacity: 0.7;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../images/user-labels-sprite-small.png) -140px 0px no-repeat;
}
.relative {
  position: relative;
}
.dropdown-autocomplete {
  left: 15px;
  top: 35px;
  width: 387px;
  padding: 0px;
  margin: 0px;
}
.dropdown-autocomplete li {
  margin: 0px;
  padding: 0px;
}
.dropdown-autocomplete li a {
  padding: 10px 15px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 14px;
}
.dropdown-autocomplete .selected a {
  background: #f5f5f5;
}
.dropdown-autocomplete-hp {
  left: 15px;
  top: 33px;
  padding: 0px;
  height: 200px;
  overflow: auto;
  margin: 0px 0px 0px 0px;
}
.dropdown-autocomplete-hp li {
  margin: 0px;
  padding: 0px;
}
.dropdown-autocomplete-hp li a {
  padding: 8px 15px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 12px;
}
.dropdown-autocomplete-hp .selected a {
  background: #f5f5f5;
}
.gallery-gifts .col .inner {
  border: 1px solid #f8f8f4;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 25px;
}
.gallery-gifts .col .inner .thumbnail {
  display: block;
  margin: 20px 0px 0px 0px;
  padding: 0px;
  position: relative;
}
.gallery-gifts .col .inner .details {
  text-align: center;
  margin: 15px 0px 15px 0px;
}
.gallery-gifts .col .inner .details small {
  display: inline-block;
  font-size: 10px;
  color: #808f96;
  background: #fbfbf7;
  padding: 2px 5px;
}
.modal-gift-list a {
  border-radius: 0px;
  margin: 0px 0px -1px -1px !important;
  padding: 8px 21px;
}
.chat-no-messages {
  text-align: center;
  background: #fff;
}
.chat-no-messages .inner {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dedede;
  margin: 50px auto;
  padding: 10px 30px;
  border-radius: 5px;
}
.chat-no-messages .inner span {
  display: block;
  font-size: 11px;
  margin-bottom: 10px;
}
.credit-balance span {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-size: 24px;
}
.credit-balance span strong {
  font-weight: 500;
  color: #78368a;
}
.credit-balance p {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
}
.navbar-user-vip .dropdown-toggle {
  position: relative;
}
.navbar-user-vip .dropdown-toggle .vip-icon {
  position: absolute;
  bottom: -10px;
  left: 2px;
  margin: 0px;
  padding: 0px;
  border: none;
  box-shadow: none;
}
.modal-tags .btn-tag {
  font-family: 'Roboto Slab', serif !important;
  font-weight: 300;
  font-size: 14px;
  padding: 5px 20px;
  margin: 0px 7px 10px 0px!important;
}
.hp-logged {
  background: #fbfbf7;
  padding: 30px 0px;
}
.hp-logged .container {
  background: #fff;
  border-bottom: 1px solid #f2f0e9;
}
.hp-logged .container .col .inner {
  padding: 20px;
}
.hp-logged .container .col .inner .hp-title {
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: 300;
  border-bottom: 1px solid #f2f0e9;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 5px;
}
.hp-logged .container .col .inner .hp-title strong {
  color: #78368a;
  font-weight: 700;
}
.hp-logged .container .col .inner .hp-title a {
  padding: 3px 8px;
  font-size: 11px;
}
.hp-logged .container .left-col {
  border-right: 1px solid #f2f0e9;
}
.hp-logged .container .left-col .load-action {
  margin-top: 20px;
  padding-bottom: 20px;
}
.hp-logged .container .left-col .load-action .btn {
  font-family: 'Roboto Slab', serif;
  padding: 7px 30px;
  font-size: 13px;
}
.hp-logged .container .left-col .list-container .col {
  padding: 10px;
}
.hp-logged .container .left-col .list-container .col .inner {
  border: 1px solid #f8f8f4;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 0px;
  padding: 0px;
}
.hp-logged .container .left-col .list-container .col .inner .thumbnail {
  margin: 0px;
  padding: 0px;
  position: relative;
}
.hp-logged .container .left-col .list-container .col .inner .thumbnail a {
  display: block;
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
}
.hp-logged .container .left-col .list-container .col .inner .thumbnail .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}
.hp-logged .container .left-col .list-container .col .inner .thumbnail .overlay .icon-status {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
}
.hp-logged .container .left-col .list-container .col .inner .thumbnail .overlay .online {
  background: none;
  color: #cce86f;
}
.hp-logged .container .left-col .list-container .col .inner .thumbnail .overlay .away {
  background: none;
  color: #ffdc00;
}
.hp-logged .container .left-col .list-container .col .inner .thumbnail .overlay .offline {
  background: none;
  color: #e6eded;
}
.hp-logged .container .left-col .list-container .col .inner .thumbnail .overlay .overlay-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 300;
  background: rgba(73, 27, 85, 0.85);
  padding: 3px 7px;
  text-align: right;
}
.hp-logged .container .left-col .list-container .col .inner .thumbnail .overlay .overlay-bottom span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  top: 2px;
  left: -3px;
}
.hp-logged .container .left-col .list-container .col .inner .details {
  text-align: center;
  margin: 10px 0px 5px 0px;
}
.hp-logged .container .left-col .list-container .col .inner .details a {
  display: block;
  font-family: 'Roboto Slab', serif;
  color: #2c3e50;
  font-size: 14px;
  font-weight: 700;
}
.hp-logged .container .left-col .list-container .col .inner .details small {
  display: inline-block;
  font-size: 10px;
  color: #808f96;
  padding: 2px 5px;
  overflow: hidden;
}
.hp-logged .container .left-col .list-container .col .inner .action {
  display: block;
  border-radius: 0px 0px 0px 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  height: 30px;
  line-height: 30px;
  position: relative;
  width: 80%;
  padding-left: 30px;
}
.hp-logged .container .left-col .list-container .col .inner .action:hover {
  text-decoration: none;
}
.hp-logged .container .left-col .list-container .col .inner .action .icon {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  opacity: 0.2;
}
.hp-logged .container .left-col .list-container .col .inner .dropdown {
  width: 20%;
}
.hp-logged .container .left-col .list-container .col .inner .dropdown .dropdown-toggle {
  display: block;
  border-radius: 0px 0px 4px 0px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
  width: 100%;
}
.hp-logged .container .left-col .list-container .col .inner .dropdown .dropdown-toggle:hover {
  text-decoration: none;
}
.hp-logged .container .left-col .list-container .col .inner .dropdown .dropdown-toggle .icon {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  opacity: 0.2;
}
.hp-logged .container .left-col .list-container .col .inner .dropdown .dropdown-menu {
  min-width: 100px;
}
.hp-logged .container .left-col .list-container .col .inner .dropdown .dropdown-menu > li > a {
  font-family: 'Roboto Slab', serif;
  font-size: 11px;
  font-weight: 400;
  text-align: right;
  padding: 3px 10px;
}
.hp-logged .container .left-col .list-container .col .inner .online {
  background: #afcc43;
}
.hp-logged .container .left-col .list-container .col .inner .online:hover {
  background: #97b03a;
}
.hp-logged .container .left-col .list-container .col .inner .online .icon {
  background: url(../images/listing-sprite.png) 0px 0px no-repeat;
}
.hp-logged .container .left-col .list-container .col .inner .follow {
  background: #ccd8db;
}
.hp-logged .container .left-col .list-container .col .inner .follow:hover {
  background: #b4bec1;
}
.hp-logged .container .left-col .list-container .col .inner .follow .icon {
  background: url(../images/listing-sprite.png) -40px 0px no-repeat;
}
.hp-logged .container .left-col .list-container .col .inner .offline {
  background: #d68bb7;
}
.hp-logged .container .left-col .list-container .col .inner .offline:hover {
  background: #e2a652;
}
.hp-logged .container .left-col .list-container .col .inner .offline .icon {
  background: url(../images/listing-sprite.png) -20px 0px no-repeat;
}
.hp-logged .container .right-col {
  padding: 0px;
  background: #f0f3f7;
}
.matchmaking-listing {
  padding: 10px;
}
.matchmaking-listing .col {
  padding: 0px 5px;
}
.matchmaking-listing .col .inner {
  border: 1px solid #f8f8f4;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 25px;
  padding: 0px!important;
}
.matchmaking-listing .col .inner .thumbnail {
  display: block;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.matchmaking-listing .col .inner .thumbnail a {
  display: block;
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
}
.matchmaking-listing .col .inner .thumbnail .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}
.matchmaking-listing .col .inner .thumbnail .overlay .link-build {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.matchmaking-listing .col .inner .thumbnail .overlay .icon-status {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
}
.matchmaking-listing .col .inner .thumbnail .overlay .online {
  background: none;
  color: #cce86f;
}
.matchmaking-listing .col .inner .thumbnail .overlay .away {
  background: none;
  color: #ffdc00;
}
.matchmaking-listing .col .inner .thumbnail .overlay .offline {
  background: none;
  color: #e6eded;
}
.matchmaking-listing .col .inner .thumbnail .overlay .overlay-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 300;
  background: rgba(73, 27, 85, 0.85);
  height: 50px;
  text-align: left;
  z-index: 100;
  font-family: 'Roboto Slab', serif;
  padding: 5px 7px 0px 10px;
}
.matchmaking-listing .col .inner .thumbnail .overlay .overlay-bottom span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  margin-right: 5px;
  display: block;
  font-weight: 500;
}
.matchmaking-listing .col .inner .thumbnail .overlay .overlay-bottom small {
  font-size: 9px;
  font-weight: 400;
}
.matchmaking-listing .col .inner .thumbnail .overlay .overlay-bottom a {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  position: absolute;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
}
.matchmaking-listing .col .inner .details {
  text-align: center;
  margin: 15px 0px 15px 0px;
}
.matchmaking-listing .col .inner .details small {
  display: inline-block;
  font-size: 10px;
  color: #808f96;
  background: #fbfbf7;
  padding: 2px 5px;
}
.hp-profile-users-list .item {
  margin-bottom: 10px;
  padding-bottom: 14px;
  min-height: 0px!important;
}
.hp-profile-users-list .inner {
  padding: 0px!important;
}
.hp-users-table .col {
  padding: 0px;
}
.hp-users-table .inner {
  padding: 0px!important;
}
.profile-complete .bar {
  margin-top: 30px;
}
.profile-complete .bar .bar-body {
  height: 6px;
  background: #e5e5e5;
  border-radius: 3px;
}
.profile-complete .bar .bar-body .fill {
  background: #cf6d87;
  border-radius: 3px;
  height: 6px;
  position: relative;
}
.profile-complete .bar .bar-body .fill .pointer {
  width: 32px;
  height: 32px;
  background: #78368a;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: -14px;
  right: -14px;
  font-size: 10px;
  color: #fff;
  line-height: 32px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}
.profile-complete .text {
  margin-top: 20px;
  text-align: center;
  font-family: 'Roboto Slab', serif;
}
.profile-complete .text span {
  display: block;
  font-weight: 300;
  font-size: 12px;
  margin-top: 15px;
}
.profile-complete .text strong {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
.profile-complete .text .btn {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
  margin-top: 20px;
}
.profile-complete .details {
  position: relative;
  padding-left: 130px;
  padding-top: 15px;
}
.profile-complete .details .avatar {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 10px;
  left: 10px;
}
.profile-complete .details .username {
  font-family: 'Roboto Slab', serif;
  font-weight: 500;
  font-size: 16px;
  display: block;
}
.profile-complete .details small {
  margin-top: 5px;
  display: block;
  font-size: 11px;
}
.account-right-menu {
  margin-top: 30px;
  margin-left: -20px;
  margin-right: -20px;
  border-top: 1px solid #f2f0e9;
}
.account-right-menu a {
  border-bottom: 1px solid #f2f0e9;
  display: block;
  position: relative;
  height: 60px;
  line-height: 60px;
  padding: 0px 20px 0px 50px;
  background: none;
  text-decoration: none;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 500;
  border-left: 5px solid #f2f0e9;
}
.account-right-menu a:hover {
  background: #fbfbf7;
  border-left: 5px solid #c252bb;
}
.account-right-menu a i {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.account-right-menu a small {
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 10px;
  font-family: 'Roboto Slab', serif;
  font-weight: 500;
  color: #fff;
  background: #c252bb;
  position: absolute;
  top: 22px;
  right: 20px;
  border-radius: 16px;
}
.account-right-menu .dashboard i {
  background: url(../images/account-left-menu-sprite.png) 0px -100px no-repeat;
}
.account-right-menu .dashboard span {
  color: #2c3e50;
}
.account-right-menu .chat i {
  background: url(../images/account-left-menu-sprite.png) 0px 0px no-repeat;
}
.account-right-menu .chat span {
  color: #95ae39;
}
.account-right-menu .gifts i {
  background: url(../images/account-left-menu-sprite.png) 0px -20px no-repeat;
}
.account-right-menu .gifts span {
  color: #c252bb;
}
.account-right-menu .notifications i {
  background: url(../images/account-left-menu-sprite.png) 0px -40px no-repeat;
}
.account-right-menu .notifications span {
  color: #2980b9;
}
.account-right-menu .favorites i {
  background: url(../images/account-left-menu-sprite.png) 0px -60px no-repeat;
}
.account-right-menu .favorites span {
  color: #f59e4a;
}
.account-right-menu .flirtmap i {
  background: url(../images/account-left-menu-sprite.png) 0px -80px no-repeat;
}
.account-right-menu .flirtmap span {
  color: #19d4c6;
}
.under-menu-details {
  background: #e5e5e5;
  padding: 30px;
  margin: 0px -20px;
}
.under-menu-details span {
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
  font-size: 14px;
}
.under-menu-details a {
  margin-top: 30px;
  display: block;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.25);
  background: #afcc43;
  background: -moz-linear-gradient(top, #afcc43 0%, #859a33 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #afcc43), color-stop(100%, #859a33));
  background: -webkit-linear-gradient(top, #afcc43 0%, #859a33 100%);
  background: -o-linear-gradient(top, #afcc43 0%, #859a33 100%);
  background: -ms-linear-gradient(top, #afcc43 0%, #859a33 100%);
  background: linear-gradient(to bottom, #afcc43 0%, #859a33 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afcc43', endColorstr='#859a33', GradientType=0);
  border: 1px solid #849b2b;
  padding: 30px;
  text-align: center;
  color: #303539;
  font-family: 'Roboto Condensed', sans-serif;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
.under-menu-details a:hover {
  background: #a2c034;
  background: -moz-linear-gradient(top, #a2c034 0%, #798c2e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a2c034), color-stop(100%, #798c2e));
  background: -webkit-linear-gradient(top, #a2c034 0%, #798c2e 100%);
  background: -o-linear-gradient(top, #a2c034 0%, #798c2e 100%);
  background: -ms-linear-gradient(top, #a2c034 0%, #798c2e 100%);
  background: linear-gradient(to bottom, #a2c034 0%, #798c2e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a2c034', endColorstr='#798c2e', GradientType=0);
}
.under-menu-details a span {
  display: block;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.5px;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2) !important;
}
.account-right-menu-v2 {
  margin-top: 30px;
  margin-left: -20px;
  margin-right: -20px;
  border-top: 1px solid #cecece;
}
.account-right-menu-v2 a {
  border-bottom: 1px solid #cecece;
  display: block;
  background: #fff!important;
  position: relative;
  height: 60px;
  line-height: 60px;
  padding: 0px 20px 0px 60px;
  background: none;
  text-decoration: none;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-weight: 400;
  border-left: 10px solid #e5e5e5;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
}
.account-right-menu-v2 a:hover {
  background: #fbfbf7;
  border-left: 10px solid #db7d97;
}
.account-right-menu-v2 a i {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.account-right-menu-v2 a small {
  display: block;
  position: absolute;
  top: 4px!important;
  left: 40px!important;
  background: #ff1f1f!important;
  border: 1px solid #e20000!important;
  padding: 0px 3px 1px 3px!important;
  font-size: 10px!important;
  font-weight: 700!important;
  height: auto!important;
  line-height: normal!important;
  color: #fff;
  border-radius: 10px!important;
}
.account-right-menu-v2 .dashboard i {
  background: url(../images/new-menu-sprite.gif) -40px 0px no-repeat;
}
.account-right-menu-v2 .dashboard span {
  color: #4f5d73;
}
.account-right-menu-v2 .chat i {
  background: url(../images/new-menu-sprite.gif) -40px -40px no-repeat;
}
.account-right-menu-v2 .chat span {
  color: #4f5d73;
}
.account-right-menu-v2 .gifts i {
  background: url(../images/new-menu-sprite.gif) -40px -80px no-repeat;
}
.account-right-menu-v2 .gifts span {
  color: #4f5d73;
}
.account-right-menu-v2 .notifications i {
  background: url(../images/new-menu-sprite.gif) -40px -120px no-repeat;
}
.account-right-menu-v2 .notifications span {
  color: #4f5d73;
}
.account-right-menu-v2 .favorites i {
  background: url(../images/new-menu-sprite.gif) -40px -160px no-repeat;
}
.account-right-menu-v2 .favorites span {
  color: #4f5d73;
}
.account-right-menu-v2 .flirtmap i {
  background: url(../images/new-menu-sprite.gif) -40px -200px no-repeat;
}
.account-right-menu-v2 .flirtmap span {
  color: #4f5d73;
}
.account-right-menu-v2 .chat-active i {
  background: url(../images/new-menu-sprite.gif) 0px -40px no-repeat;
}
.account-right-menu-v2 .chat-active span {
  color: #5184a1;
}
.account-right-menu-v2 .gifts-active i {
  background: url(../images/new-menu-sprite.gif) 0px -80px no-repeat;
}
.account-right-menu-v2 .gifts-active span {
  color: #b57a49;
}
.account-right-menu-v2 .notifications-active i {
  background: url(../images/new-menu-sprite.gif) 0px -120px no-repeat;
}
.account-right-menu-v2 .notifications-active span {
  color: #1f7d80;
}
.account-right-menu-v2 .favorites-active i {
  background: url(../images/new-menu-sprite.gif) 0px -160px no-repeat;
}
.account-right-menu-v2 .favorites-active span {
  color: #ab4c4c;
}
.account-right-menu-v2 .flirtmap-active i {
  background: url(../images/new-menu-sprite.gif) 0px -200px no-repeat;
}
.account-right-menu-v2 .flirtmap-active span {
  color: #6296b2;
}
.account-right-menu-v2 .blink {
  background: #e5e5e5!important;
}
.fav-list-container {
  margin-top: 10px;
  margin-left: -6px;
  margin-right: -6px;
}
.fav-list-container .col {
  padding: 5px;
}
.fav-list-container .col .inner {
  padding: 0px!important;
  border: 1px solid #f8f8f4;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 0px;
  padding: 0px;
}
.fav-list-container .col .inner .thumbnail {
  margin: 0px;
  padding: 0px;
  position: relative;
}
.fav-list-container .col .inner .thumbnail a {
  display: block;
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
}
.fav-list-container .col .inner .thumbnail .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}
.fav-list-container .col .inner .thumbnail .overlay .icon-status {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
}
.fav-list-container .col .inner .thumbnail .overlay .online {
  background: none;
  color: #cce86f;
}
.fav-list-container .col .inner .thumbnail .overlay .away {
  background: none;
  color: #ffdc00;
}
.fav-list-container .col .inner .thumbnail .overlay .offline {
  background: none;
  color: #e6eded;
}
.fav-list-container .col .inner .thumbnail .overlay .overlay-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 300;
  background: rgba(73, 27, 85, 0.85);
  padding: 3px 7px;
  text-align: right;
}
.fav-list-container .col .inner .thumbnail .overlay .overlay-bottom span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  top: 2px;
  left: -3px;
}
.fav-list-container .col .inner .details {
  text-align: center;
  margin: 5px 0px 5px 0px;
}
.fav-list-container .col .inner .details a {
  display: block;
  font-family: 'Roboto Slab', serif;
  color: #2c3e50;
  font-size: 11px;
  height: 16px;
  overflow: hidden;
  font-weight: 700;
}
.fav-list-container .col .inner .action {
  display: block;
  border-radius: 0px 0px 4px 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.fav-list-container .col .inner .action:hover {
  text-decoration: none;
}
.fav-list-container .col .inner .action .icon {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  opacity: 0.2;
}
.fav-list-container .col .inner .online {
  background: #afcc43;
}
.fav-list-container .col .inner .online:hover {
  background: #97b03a;
}
.fav-list-container .col .inner .online .icon {
  background: url(../images/listing-sprite.png) 0px 0px no-repeat;
}
.fav-list-container .col .inner .follow {
  background: #ccd8db;
}
.fav-list-container .col .inner .follow:hover {
  background: #b4bec1;
}
.fav-list-container .col .inner .follow .icon {
  background: url(../images/listing-sprite.png) -40px 0px no-repeat;
}
.fav-list-container .col .inner .offline {
  background: #d68bb7;
}
.fav-list-container .col .inner .offline:hover {
  background: #e2a652;
}
.fav-list-container .col .inner .offline .icon {
  background: url(../images/listing-sprite.png) -20px 0px no-repeat;
}
.right-col-title {
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: 300;
  border-bottom: 1px solid #f2f0e9;
  margin-bottom: 10px;
  margin-top: 30px;
  padding-bottom: 5px;
}
.right-col-title strong {
  color: #78368a;
  font-weight: 700;
}
.right-col-title a {
  padding: 3px 8px;
  font-size: 11px;
}
.hp-right-chat {
  background: url(../images/hp-right-chat.png) top left no-repeat;
  height: 165px;
  border-radius: 5px;
  border: 1px solid #c6c4bf;
  margin-top: 20px;
}
.hp-right-chat .details {
  padding: 45px 40px 35px 40px;
  font-family: 'Roboto Slab', serif;
}
.hp-right-chat .details strong {
  color: #78368a;
  display: block;
}
.hp-right-chat .details span {
  font-size: 11px;
}
.hp-right-chat .text-center {
  margin-top: 0px;
}
.hp-right-matchmaking {
  background: url(../images/hp-right-matchmaking.png) top left no-repeat;
  height: 165px;
  border-radius: 5px;
  border: 1px solid #c6c4bf;
  margin-top: 20px;
}
.hp-right-matchmaking .details {
  padding: 25px 20px 15px 20px;
  font-family: 'Roboto Slab', serif;
}
.hp-right-matchmaking .details strong {
  color: #78368a;
  display: block;
}
.hp-right-matchmaking .details span {
  font-size: 11px;
}
.hp-right-matchmaking .text-center {
  margin-top: 0px;
}
.hp-right-map {
  border-radius: 5px;
  border: 1px solid #c6c4bf;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}
.hp-right-map .overlay-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 300;
  background: rgba(171, 62, 91, 0.9);
  padding: 3px 7px;
  text-align: right;
  font-family: 'Roboto Slab', serif;
  text-align: center;
}
.hp-right-map .overlay-bottom span {
  display: block;
  font-size: 18px;
  color: fff;
  position: relative;
  top: 2px;
  left: -3px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.hp-right-map .overlay-bottom .btn {
  display: block;
  margin: 10px 100px 15px 100px;
}
.icon-membership-no {
  font-size: 13px;
  color: #903;
}
.icon-membership-yes {
  font-size: 13px;
  color: #090;
}
.btn-toggle {
  height: 16px;
  position: relative;
  top: -1px;
  right: -5px;
}
.user-badge {
  display: inline-block;
  font-family: 'Roboto Slab', serif;
  font-weight: 500;
  font-size: 9px;
  border-radius: 3px;
  color: #fff;
  padding: 0px 6px;
  margin-left: 5px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.user-abs-badge {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 7px;
  border-radius: 3px;
  color: #fff;
  padding: 0px 3px;
  margin-left: 5px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.user-rel-badge {
  display: inline-block;
  position: relative;
  top: -2px;
  right: 0px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 7px;
  border-radius: 3px;
  color: #fff;
  padding: 0px 3px;
  margin-left: 5px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.user-big-badge {
  display: inline-block;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 11px;
  border-radius: 3px;
  color: #fff;
  padding: 3px 11px;
  margin-left: 5px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  top: -5px;
}
.user-badge-vip {
  background: #b94288;
}
.user-badge-bronze {
  background: #481a35;
}
.user-badge-silver {
  background: #6e2751;
}
.user-badge-gold {
  background: #94346c;
}
.hover-this-parent {
  min-height: 464px;
}
.hover-this {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/blur.png) top left repeat;
  -webkit-box-shadow: inset 0 0 20px 20px #ffffff;
  box-shadow: inset 0 0 20px 20px #ffffff;
  z-index: 999;
  text-align: center;
}
.hover-this .inner-hover {
  display: inline-block;
  font-family: 'Roboto Slab', serif;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 4px;
  position: relative;
  top: 50%;
  margin-top: -35px;
}
.hover-this .inner-hover span {
  display: block;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 10px;
}
.hover-this .inner-hover .btn {
  font-size: 11px;
  padding: 3px 8px;
}
.hover-this-light {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/blur-light.png) top left repeat;
  -webkit-box-shadow: inset 0 0 20px 20px #ffffff;
  box-shadow: inset 0 0 20px 20px #ffffff;
  z-index: 999;
  text-align: center;
}
.hover-this-light .inner-hover {
  display: inline-block;
  font-family: 'Roboto Slab', serif;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 4px;
  position: relative;
  top: 50%;
  margin-top: -35px;
}
.hover-this-light .inner-hover span {
  display: block;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 10px;
}
.hover-this-light .inner-hover .btn {
  font-size: 11px;
  padding: 3px 8px;
}
.hover-this-dark {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/blur-dark.png) top left repeat;
  -webkit-box-shadow: inset 0 0 20px 20px #ffffff;
  box-shadow: inset 0 0 20px 20px #ffffff;
  z-index: 999;
  text-align: center;
}
.hover-this-dark .inner-hover {
  display: inline-block;
  font-family: 'Roboto Slab', serif;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 4px;
  position: relative;
  top: 50%;
  margin-top: -35px;
}
.hover-this-dark .inner-hover span {
  display: block;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 10px;
}
.hover-this-dark .inner-hover .btn {
  font-size: 11px;
  padding: 3px 8px;
}
.hover-this-strong {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/blur.png) top left repeat;
  -webkit-box-shadow: inset 0 0 20px 20px #ffffff;
  box-shadow: inset 0 0 20px 20px #ffffff;
  z-index: 999;
  text-align: center;
}
.hover-this-strong .register-hover {
  position: relative!important;
}
.hover-this-strong .widget-register {
  display: inline-block;
  font-family: 'Roboto Slab', serif;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 30px 60px;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 300px;
  left: 50%;
  margin-left: -150px;
}
.hover-this-strong .widget-register h5 {
  font-size: 24px;
  font-weight: 300;
}
.hover-this-strong .widget-register span {
  display: block;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 10px;
}
.hover-this-strong .widget-register .btn {
  font-size: 11px;
  padding: 3px 8px;
}
.hover-this-listing {
  -webkit-box-shadow: inset 0 0 20px 20px #fbfbf7;
  box-shadow: inset 0 0 20px 20px #fbfbf7;
}
.dropdown-autocomplete-header {
  left: 15px;
  top: 35px;
  width: 387px;
  padding: 0px;
}
.dropdown-autocomplete-header .autocomplete-users-list {
  padding: 5px 5px 0px 5px;
}
.dropdown-autocomplete-header .autocomplete-users-list .item {
  position: relative;
  min-height: 56px;
  border-bottom: 1px solid #f5f3ed;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-left: 60px;
}
.dropdown-autocomplete-header .autocomplete-users-list .item .actions {
  position: absolute;
  top: 10px;
  right: 0px;
}
.dropdown-autocomplete-header .autocomplete-users-list .item .actions div {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  color: #808f96;
  margin-right: 0px;
  position: relative;
  top: -3px;
}
.dropdown-autocomplete-header .autocomplete-users-list .item .actions a {
  display: inline-block;
  font-size: 20px;
  margin-left: 10px;
  color: #808f96;
}
.dropdown-autocomplete-header .autocomplete-users-list .item .actions a:hover {
  color: #586368;
}
.dropdown-autocomplete-header .autocomplete-users-list .item .name {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-size: 18px;
}
.dropdown-autocomplete-header .autocomplete-users-list .item small {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  color: #808f96;
  margin-left: 18px;
}
.dropdown-autocomplete-header .autocomplete-users-list .item .avatar {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 4px;
  overflow: hidden;
}
.dropdown-autocomplete-header .autocomplete-users-list .item .icon-status {
  font-size: 16px;
  position: relative;
}
.dropdown-autocomplete-header .autocomplete-users-list .item .online {
  background: none;
  color: #cce86f;
}
.dropdown-autocomplete-header .autocomplete-users-list .item .away {
  background: none;
  color: #ffdc00;
}
.dropdown-autocomplete-header .autocomplete-users-list .item .offline {
  background: none;
  color: #e6eded;
}
.green-icon {
  color: #090!important;
}
.dropdown-comments {
  clear: both;
}
.dropdown-comments .dropdown-toggle {
  padding: 1px 3px;
  font-size: 12px;
  margin-top: -15px;
  position: relative;
  bottom: -5px;
}
.dropdown-comments .dropdown-menu {
  margin: 0px;
  padding: 4px 5px;
}
.dropdown-comments .dropdown-menu li {
  margin: 0px;
  padding: 0px;
}
.dropdown-comments .dropdown-menu li a {
  font-size: 10px;
  padding: 5px;
}
.btn-group-settings {
  display: block;
  margin: 5px;
}
.btn-group-settings .btn {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-size: 16px;
  text-align: left;
  padding: 10px 15px;
}
.popover-content-v2 {
  display: inline-block;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  text-align: center;
  padding: 5px 5px 10px 5px;
}
.popover-content-v2 .thumbnail {
  margin-bottom: 0px;
}
.popover-content-v2 .details {
  font-size: 11px;
}
.popover-content-v2 .details .thumbnail-title {
  display: block;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
}
.popover-content-v2 .actions {
  margin-top: 5px;
}
.terms-small-hp {
  font-size: 9.6px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  margin-top: 10px;
}
.terms-small-hp a {
  font-weight: 700;
}
.chat-badge-new {
  display: inline-block !important;
  font-size: 9px!important;
  font-family: 'Roboto Slab', serif !important;
  font-weight: 400!important;
  text-shadow: none!important;
  padding: 2px 6px 2px 6px;
  border-radius: 3px;
  position: relative;
  top: -5px;
}
.relative-fix {
  width: 100%;
  height: 100%;
}
.register-hover {
  width: 300px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -150px;
}
.register-hover .widget-register {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.9);
  padding: 10px 30px 15px 30px;
  border-radius: 3px;
}
.register-hover .widget-register .form-group {
  margin-bottom: 5px;
}
.register-hover .widget-register .form-group input {
  height: 30px;
}
.register-hover .widget-register .form-group .btn-group-justified a {
  height: 36px;
  font-size: 18px;
}
.register-hover .widget-register .form-group .btn-group-justified .dropdown-toggle {
  height: 40px;
}
.register-hover .widget-register .form-group .control-label {
  text-align: left;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  padding-top: 18px;
}
.register-hover .widget-register .widget-register-header {
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}
.register-hover .widget-register .widget-register-header nav a {
  margin: 0px 5px;
  display: inline-block;
}
.register-hover .widget-register .widget-register-header nav a span {
  font-size: 30px!important;
}
.register-hover .widget-register .widget-register-header nav .facebook {
  color: #3c5a98;
}
.register-hover .widget-register .widget-register-header nav .twitter {
  color: #00aced;
}
.register-hover .widget-register .widget-register-header nav .google {
  color: #d95333;
}
.register-hover .form-group .btn-block {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0px;
}
.icon-edit-fix {
  color: #fff!important;
}
.inline-block {
  display: inline-block !important;
}
.fix-clear {
  position: relative;
  padding-right: 50px;
}
.fix-clear .btn {
  position: absolute;
  top: 0px;
  right: 15px;
  padding: 4px 6px;
}
.video-container {
  margin: 5px;
  position: relative;
}
.video-container .user-actions {
  margin: 50px 85px 0px 85px;
  text-align: center;
}
.video-container .user-actions span {
  font-size: 11px;
  font-family: 'Roboto Slab', serif;
  display: block;
  margin-bottom: 10px;
}
.video-container .user-actions select {
  font-size: 11px;
  padding: 5px;
  height: auto;
  margin-bottom: 10px;
}
.video-container .user-actions .btn {
  padding: 10px 0px;
  display: block;
  font-weight: 500;
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
}
.video-container .error {
  margin: 50px 85px 0px 85px;
  text-align: center;
}
.video-container .error span {
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
}
.video-container .error .btn {
  padding: 5px 10px;
  font-weight: 500;
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
}
.video-container .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.video-container .overlay .inner {
  padding-top: 100px;
}
.video-container .overlay .inner span {
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
  margin-bottom: 10px;
  display: block;
}
.video-container .overlay .inner .actions .btn {
  padding: 3px 10px 5px 10px;
  font-family: 'Roboto Slab', serif;
  font-size: 11px;
  margin: 0px 5px;
  border: none;
}
.video-container .small-overlay {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 10px 8px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  border-radius: 4px;
}
.video-container .small-overlay .inner .actions .btn {
  padding: 5px 10px 5px 10px;
  margin: 0px 2px;
  border: none;
}
.users-dropdown {
  margin-left: 15px;
}
.users-dropdown .dropdown-menu {
  height: 300px!important;
  overflow: auto;
  border-radius: 0px 0px 4px 4px;
  top: 38px;
  border-top: none;
}
.users-dropdown .dropdown-menu li a {
  display: block;
  font-size: 11px;
  height: 35px;
  padding: 5px 0px;
  line-height: 20px;
  padding-left: 40px;
  position: relative;
}
.users-dropdown .dropdown-menu li a img {
  max-width: 30px;
  max-height: 30px;
  position: absolute;
  top: 0px;
  left: 5px;
}
.dropdown-menu-user-chat li a {
  font-size: 11px;
  font-family: 'Roboto Slab', serif;
  font-weight: 500;
  text-align: right;
}
.chat-video-icon {
  position: relative;
  top: -3px;
  left: -6px;
  color: #fff;
}
.profile-video-icon {
  position: relative;
  bottom: -2px;
  font-size: 20px;
  color: #849e24;
  margin-left: 5px;
}
.list-video-icon {
  position: absolute;
  top: 7px;
  left: 7px;
  color: #fff;
  font-size: 16px;
}
.list-icon-web {
  position: relative;
  top: -3px;
}
.var1 {
  display: block;
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 30px;
}
.vip-banner-right {
  display: block;
  margin-top: 20px;
  border-radius: 4px;
  overflow: hidden;
}
.vip-banner-top-account {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  left: -30px;
  position: relative;
}
.list-icon-web2 {
  position: relative;
  bottom: -3px;
  display: block;
  color: #78368a;
}
.primary-c {
  color: #78368a!important;
  font-size: 19px!important;
}
.archive-icon {
  display: block;
  color: #fff;
  font-size: 20px;
  position: relative;
  bottom: -7px !important;
  right: -20px !important;
  margin-bottom: -10px;
  top: auto;
  z-index: 1000;
}
.list-container .icon-webcam {
  color: #78368a;
}
.list-container .col .inner .details a {
  color: #2c3e50;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: 20px!important;
  overflow: hidden!important;
}
.centered-widget {
  margin: 0px auto;
}
.register-landing {
  height: 550px;
}
.register-landing .inner {
  height: 550px;
  position: relative;
}
.register-landing .inner .main-title {
  margin-top: 100px;
}
.register-landing .inner .main-title h1 {
  font-size: 48px;
}
.register-landing .inner .main-title p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
.register-landing .inner .subtitle {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  margin-top: 30px;
}
.register-landing .inner .subtitle-auth {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.register-landing .inner .widget-register {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.9);
  padding: 30px 60px 35px 60px;
  border-radius: 3px;
  font-family: 'Roboto Slab', serif;
}
.register-landing .inner .widget-register h3.subtitle {
  margin: 0px;
  padding: 0px;
  font-size: 30px;
  font-weight: 100;
}
.register-landing .inner .widget-register .subtitle-text {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
}
.register-landing .inner .widget-register .form-group {
  margin-bottom: 5px;
}
.register-landing .inner .widget-register .form-group input {
  height: 100px;
  text-align: center;
}
.register-landing .inner .widget-register .form-group .btn-group-justified a {
  height: 100px;
  font-size: 50px;
}
.register-landing .inner .widget-register .form-group .btn-group-justified .dropdown-toggle {
  height: 40px;
}
.register-landing .inner .widget-register .form-group .control-label {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 10px;
}
.register-landing .inner .btn-block {
  font-size: 18px;
  font-weight: 300;
  padding: 15px 30px;
  margin-top: 20px;
}
.register-landing-alt {
  background: #f2f0e9;
  height: 550px;
}
.register-landing-alt .inner {
  height: 550px;
  position: relative;
}
.register-landing-alt .inner .main-title {
  margin-top: 100px;
}
.register-landing-alt .inner .main-title h1 {
  font-size: 48px;
}
.register-landing-alt .inner .main-title p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
.register-landing-alt .inner .subtitle {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  margin-top: 30px;
}
.register-landing-alt .inner .subtitle-auth {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.register-landing-alt .inner .widget-register {
  background: url(../images/register-landing-v2-bg.png) top right no-repeat #ffffff;
  border: 1px solid #ffffff;
  padding: 30px 260px 35px 60px;
  border-radius: 3px;
  font-family: 'Roboto Slab', serif;
}
.register-landing-alt .inner .widget-register h3.subtitle {
  margin: 0px;
  padding: 0px;
  font-size: 30px;
  font-weight: 100;
}
.register-landing-alt .inner .widget-register .subtitle-text {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
}
.register-landing-alt .inner .widget-register .form-group {
  margin-bottom: 5px;
}
.register-landing-alt .inner .widget-register .form-group input {
  height: 60px;
  text-align: center;
}
.register-landing-alt .inner .widget-register .form-group .btn-group-justified a {
  height: 60px;
  font-size: 50px;
}
.register-landing-alt .inner .widget-register .form-group .btn-group-justified .dropdown-toggle {
  height: 40px;
}
.register-landing-alt .inner .widget-register .form-group .control-label {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 10px;
}
.register-landing-alt .inner .btn-block {
  font-size: 18px;
  font-weight: 300;
  padding: 15px 30px;
  margin-top: 20px;
}
.register-landing-bg1 {
  background: url(../images/register-landing-bg1.png) top left no-repeat #f2f0e9;
}
.widget-cont {
  margin-top: 25px;
}
.widget-register-header {
  text-align: center;
  position: relative;
  bottom: -20px;
}
.widget-register-header a {
  font-size: 50px;
  margin: 0px 5px;
}
.widget-register-header .facebook {
  color: #3c5a98;
}
.widget-register-header .twitter {
  color: #00aced;
}
.widget-register-header .google {
  color: #d95333;
}
.dropdown-menu-list-fix {
  top: 30px;
  right: 0px;
}
.dropdown-menu-list-fix li a {
  font-size: 14px!important;
  color: #303539!important;
  display: block!important;
}
.register-success-icon {
  margin: 30px auto;
}
.form-group-fix {
  margin: 0px;
  padding: 0px;
}
.form-group-fix .control-label {
  margin: 0px!important;
  padding: 0px!important;
  font-size: 12px!important;
  font-weight: 500!important;
}
.form-control-error {
  border-color: #e43725;
}
.location-seo {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}
.location-seo .btn-group button.btn {
  width: 160px;
  font-size: 14px!important;
  font-weight: 700!important;
  padding: 10px 15px!important;
  text-align: left;
  position: relative;
  color: #2c3e50;
  letter-spacing: 0px;
}
.location-seo .btn-group button.btn .caret {
  position: absolute!important;
  right: 15px!important;
  top: 20px!important;
}
.location-seo .btn-group .dropdown-menu {
  height: 250px;
  overflow: auto;
  border-radius: 0px 0px 4px 4px;
  border-top: none;
  left: 4px;
  top: 35px;
  box-shadow: none;
}
.location-seo .btn-group .dropdown-menu li a {
  font-size: 11px;
  padding: 10px 15px;
}
.seo-locations-toggle {
  display: block;
  width: auto;
  height: auto;
  border-bottom: 1px solid #e6e5df;
  padding: 20px 40px;
}
.seo-locations-toggle a {
  position: relative;
  padding: 5px 10px;
  color: #2c3e50;
  font-size: 12px;
  font-weight: 500;
}
.abs-flag-action {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
}
.abs-flag-action .btn {
  height: 50px;
  line-height: 50px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 14px;
  padding: 0px;
}
.abs-flag-action .btn i {
  display: inline-block;
  height: 25px;
  width: 25px;
  position: relative;
  bottom: -12px;
}
.abs-flag-action .btn-flag {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  display: block;
  height: 50px;
  width: 50px;
}
.abs-flag-action .flag {
  background: #f2f4f4;
}
.abs-flag-action .flag i {
  background: url(../images/profile-actions-sprite.png) -75px 0px no-repeat;
}
.abs-flag-action .flag:hover {
  box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.05);
}
.dropdown-menu-header-fix .upgrade {
  display: block;
  -moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
  -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
  box-shadow: inset 0px 1px 0px 0px #fce2c1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffaea6), color-stop(1, #FF851B));
  background: -moz-linear-gradient(top, #ffaea6 5%, #FF851B 100%);
  background: -webkit-linear-gradient(top, #ffaea6 5%, #FF851B 100%);
  background: -o-linear-gradient(top, #ffaea6 5%, #FF851B 100%);
  background: -ms-linear-gradient(top, #ffaea6 5%, #FF851B 100%);
  background: linear-gradient(to bottom, #ffaea6 5%, #FF851B 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaea6', endColorstr='#FF851B ', GradientType=0);
  background-color: #ffaea6;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #eeb44f;
  text-align: center;
  margin: 5px 10px;
  cursor: pointer;
  color: #ffffff!important;
  font-size: 11px;
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  padding: 6px 0px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #cc9f52;
}
.dropdown-menu-header-fix .upgrade:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FF851B), color-stop(1, #ffaea6));
  background: -moz-linear-gradient(top, #FF851B 5%, #ffaea6 100%);
  background: -webkit-linear-gradient(top, #FF851B 5%, #ffaea6 100%);
  background: -o-linear-gradient(top, #FF851B 5%, #ffaea6 100%);
  background: -ms-linear-gradient(top, #FF851B 5%, #ffaea6 100%);
  background: linear-gradient(to bottom, #FF851B 5%, #ffaea6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF851B ', endColorstr='#ffaea6', GradientType=0);
  background-color: #FF851B ;
  color: #ffffff;
}
.dropdown-menu-header-fix .upgrade:active {
  position: relative;
  top: 1px;
  color: #ffffff;
}
.modal-profile-tabs {
  text-align: center;
  margin-bottom: 10px;
}
.modal-profile-tabs li {
  float: none;
  display: inline-block;
}
.modal-profile-tabs li a {
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  letter-spacing: -0.5px;
}
.profile-modal-file-upload {
  margin: 130px 100px;
}
.profile-modal-file-upload label {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.5px;
}
.profile-modal-file-upload .btn {
  cursor: pointer;
}
.profile-modal-file-upload .btn input {
  cursor: pointer;
}
.profile-modal-file-upload .help-block {
  font-size: 11px;
  color: #F00;
}
.videochat-wrapper {
  background: url(../images/videochat-bg.jpg) top left no-repeat;
  padding: 50px 50px 10px 50px;
  -webkit-box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.3);
}
.videochat-wrapper .row {
  border-radius: 10px;
  border: 5px solid rgba(255, 255, 255, 0.3);
}
.videochat-wrapper .row .video-icon {
  position: relative;
  margin-top: -80px;
  margin-bottom: 20px;
}
.videochat-wrapper .row .col {
  margin: 0px;
  padding: 0px;
}
.videochat-wrapper .row .my-stream {
  border-radius: 5px 0px 0px 5px;
  overflow: hidden;
  position: relative;
}
.videochat-wrapper .row .my-stream .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  font-family: 'Roboto Slab', serif;
  text-align: center;
}
.videochat-wrapper .row .my-stream .overlay .inner {
  position: absolute;
  top: 50%;
  margin-top: -59px;
  left: 50%;
  margin-left: -175px;
}
.videochat-wrapper .row .my-stream .overlay .inner span {
  display: block;
  font-size: 18px;
  font-weight: 300;
}
.videochat-wrapper .row .my-stream .overlay .inner .btn {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
  padding: 15px 40px;
}
.videochat-wrapper .row .user-stream {
  border-radius: 0px 5px 5px 0px;
  overflow: hidden;
}
.videochat-wrapper .row .user-stream-big {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.videochat-wrapper .row .user-stream-big .my-stream-small {
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 300px;
}
.videochat-wrapper .row .user-stream-big .my-stream-small .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  font-family: 'Roboto Slab', serif;
  text-align: center;
}
.videochat-wrapper .row .user-stream-big .my-stream-small .overlay .inner {
  position: absolute;
  top: 50%;
  margin-top: -34px;
  left: 50%;
  margin-left: -105px;
}
.videochat-wrapper .row .user-stream-big .my-stream-small .overlay .inner .btn {
  margin-top: 20px;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 15px;
}
.chat-default-toolbar-v2 {
  display: inline-block !important;
  background: #f3f3f3;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 5px 5px;
  width: auto;
}
.chat-toolbar-v2 {
  border-bottom: 1px solid #eae9e7;
  border-top: none;
}
.video-widget-toggle-container {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  top: -6px;
  left: -13px;
  margin-right: -5px;
  padding: 5px;
}
.video-widget-toggle-container .tooltip {
  top: -35px;
  opacity: 1;
  width: 180px;
  max-width: auto;
  font-family: 'Roboto Slab', serif;
  font-size: 10px;
  font-weight: 300;
  left: 50%;
  margin-left: -90px;
  z-index: 1001;
}
.video-widget-toggle-container .tooltip .tooltip-arrow {
  border-top-color: #3c3f48;
}
.video-widget-toggle-container .tooltip .tooltip-inner {
  padding: 5px 0px;
  background: #3c3f48;
  width: 180px!important;
  max-width: 180px!important;
}
.video-widget-toggle-container-active {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  top: -6px;
  left: -13px;
  margin-right: -5px;
  padding: 5px;
  background: #d68bb7;
  z-index: 1001;
}
.video-widget-toggle-container-active .tooltip {
  top: -35px;
  opacity: 1;
  width: 230px;
  max-width: auto;
  font-family: 'Roboto Slab', serif;
  font-size: 10px;
  font-weight: 300;
  left: 50%;
  margin-left: -115px;
}
.video-widget-toggle-container-active .tooltip .tooltip-arrow {
  border-top-color: #3c3f48;
}
.video-widget-toggle-container-active .tooltip .tooltip-inner {
  padding: 5px 0px;
  background: #3c3f48;
  width: 230px!important;
  max-width: 230px!important;
}
.chat-item-video-req {
  position: relative;
  z-index: 100;
  top: -2px;
}
.chat-divider-req .chat-divider-upgrade .btn {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 11px 0px 0px 0px !important;
  position: relative;
  top: -12px;
}
.chat-divider-req .chat-divider-upgrade .btn-default {
  background: #ebebeb;
}
.video-req-action {
  padding: 20px 10px;
  text-align: center;
}
.video-req-action span {
  display: block;
  margin: 10px;
  font-family: 'Roboto Slab', serif;
}
.video-req-action p .btn {
  font-size: 11px;
  font-weight: 500;
  font-family: 'Roboto Slab', serif;
  padding: 3px 10px 6px 10px!important;
}
.modal-videochat-req-splash {
  background: url(../images/videochat-bg.jpg) top left no-repeat;
  background-size: 100%;
  padding: 25px 0px 45px 0px;
  -webkit-box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.3);
  margin-top: -1px;
  text-align: center;
}
.modal-videochat-req-splash .inner {
  position: relative;
}
.modal-videochat-req-splash .inner .round {
  display: inline-block;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.5);
}
.modal-videochat-req-splash .inner .video-icon {
  text-align: center;
  padding-top: 8px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 3px solid  #de7d2c;
  background: #d68bb7;
  position: absolute;
  left: 50%;
  margin-left: -26px;
  top: 120px;
}
.modal-videochat-req-splash .inner .video-icon-denied {
  text-align: center;
  padding-top: 8px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 3px solid #adadad;
  background: #ebebeb;
  position: absolute;
  left: 50%;
  margin-left: -26px;
  top: 120px;
}
.modal-req-text {
  text-align: center;
  font-family: 'Roboto Slab', serif;
}
.modal-req-text span {
  display: block;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -1px;
}
.modal-req-text small {
  display: block;
  margin-top: 7px;
}
.modal-videochat-req-actions {
  text-align: center;
}
.modal-videochat-req-actions .btn {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  padding: 10px 35px;
  font-weight: 500;
}
.new-video-icon-container {
  padding-left: 0px!important;
}
.new-video-icon-container span.new-video-icon {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
span.new-videochat-icon {
  display: inline-block;
  position: relative;
  top: -5px;
}
.listener {
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
  font-weight: 300;
}
.listener thead {
  font-weight: 400;
  font-size: 14px;
}
.listener .userbox {
  position: relative;
  padding-left: 25px;
}
.listener .userbox .username {
  font-weight: 400;
}
.listener .userbox .avatar {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  overflow: hidden;
  position: absolute;
  top: -1px;
  left: 0px;
}
.new-account-menu-left {
  position: relative;
  top: -1px;
}
.new-account-menu-left .account-right-menu-v2 {
  margin: 0px;
  padding: 0px;
}
.new-account-menu-left .under-menu-details {
  background: #e5e5e5;
  padding: 10px;
  margin: 0px;
  font-size: 12px;
  font-weight: 300;
}
.new-account-menu-left .under-menu-details span {
  font-size: 11px;
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
  font-size: 14px;
}
.new-account-menu-left .under-menu-details a {
  margin-top: 30px;
  display: block;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.25);
  background: #afcc43;
  background: -moz-linear-gradient(top, #afcc43 0%, #859a33 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #afcc43), color-stop(100%, #859a33));
  background: -webkit-linear-gradient(top, #afcc43 0%, #859a33 100%);
  background: -o-linear-gradient(top, #afcc43 0%, #859a33 100%);
  background: -ms-linear-gradient(top, #afcc43 0%, #859a33 100%);
  background: linear-gradient(to bottom, #afcc43 0%, #859a33 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afcc43', endColorstr='#859a33', GradientType=0);
  border: 1px solid #849b2b;
  padding: 30px;
  text-align: center;
  color: #303539;
  font-family: 'Roboto Condensed', sans-serif;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
.new-account-menu-left .under-menu-details a:hover {
  background: #a2c034;
  background: -moz-linear-gradient(top, #a2c034 0%, #798c2e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a2c034), color-stop(100%, #798c2e));
  background: -webkit-linear-gradient(top, #a2c034 0%, #798c2e 100%);
  background: -o-linear-gradient(top, #a2c034 0%, #798c2e 100%);
  background: -ms-linear-gradient(top, #a2c034 0%, #798c2e 100%);
  background: linear-gradient(to bottom, #a2c034 0%, #798c2e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a2c034', endColorstr='#798c2e', GradientType=0);
}
.new-account-menu-left .under-menu-details a span {
  display: block;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.5px;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2) !important;
}
.upload-form-v2 {
  position: relative;
  padding: 33px 20px 0px 140px;
  font-family: 'Roboto Slab', serif;
}
.upload-form-v2 img {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.upload-form-v2 label {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.upload-form-v2 input {
  font-size: 12px;
  font-weight: 300;
}
.upload-form-v2 p {
  margin: 15px 0xp 0px 2px;
  padding: 0px;
  font-size: 8px;
  font-weight: 400;
  opacity: 0.6;
}
.upload-v2 {
  position: relative;
  color: #FFF;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  border-radius: 5px;
  border: solid 1px #D94E3B;
  background: #cb3b27;
  text-align: center;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 300;
  padding: 21px 30px 19px 60px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-box-shadow: 0px 9px 0px #84261a;
  -moz-box-shadow: 0px 9px 0px #84261a;
  box-shadow: 0px 9px 0px #84261a;
}
.upload-v2 span {
  font-size: 30px;
  position: absolute;
  top: 17px;
  left: 16px;
}
.upload-v2:active {
  -webkit-box-shadow: 0px 8px 0px #84261a;
  -moz-box-shadow: 0px 8px 0px #84261a;
  box-shadow: 0px 8px 0px #84261a;
  position: relative;
  top: 1px;
}
.packages {
  background: #fff;
  margin-bottom: 20px;
  position: relative;
}
.packages .secure {
  display: inline-block;
  padding-top: 14px;
}
.packages .top-packages {
  background: url(../images/packages-lock.png) 10px 10px no-repeat #968585;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 10px 10px 10px 96px;
}
.packages .top-packages h2 {
  color: #fff;
  margin: 5px 0px 0px 0px;
  padding: 0px;
  font-size: 24px;
  font-weight: 300;
}
.packages .top-packages p {
  margin: 5px 0px 5px 0px;
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
  font-weight: 300;
}
.packages .packages-info {
  text-align: center;
}
.packages .packages-info .inner {
  border-top: 1px solid #e5e5e5;
  margin-top: 70px;
}
.packages .packages-info h2 {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 20px;
  position: relative;
  top: -20px;
  font-size: 30px;
  font-weight: 100;
  color: #383838;
  background: #fff;
}
.packages .packages-info p {
  font-weight: 300;
}
.packages .packages-container {
  background: #f0f0f0;
  text-align: center;
  padding: 60px 0px;
}
.packages .packages-container .terms {
  margin-top: 10px;
  color: #383838;
  font-family: 'Roboto Slab', serif;
  font-size: 11px;
  font-weight: 300;
}
.packages .packages-container .terms a {
  color: #383838;
  font-family: 'Roboto Slab', serif;
  font-size: 11px;
  font-weight: 300;
}
.packages .packages-container .terms input {
  position: relative;
  bottom: -2px;
  margin-right: 5px;
}
.packages .packages-container .package-action .upgrade-btn {
  display: inline-block;
  -moz-box-shadow: inset 0px 1px 0px 0px #a4e271;
  -webkit-box-shadow: inset 0px 1px 0px 0px #a4e271;
  box-shadow: inset 0px 1px 0px 0px #a4e271;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
  background: -moz-linear-gradient(top, #89c403 5%, #77a809 100%);
  background: -webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
  background: -o-linear-gradient(top, #89c403 5%, #77a809 100%);
  background: -ms-linear-gradient(top, #89c403 5%, #77a809 100%);
  background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809', GradientType=0);
  background-color: #89c403;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  margin: 30px 0px 30px 0px;
  cursor: pointer;
  color: #ffffff!important;
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  padding: 0px 50px!important;
  text-decoration: none;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  padding: 0px;
  height: 60px;
  line-height: 60px;
}
.packages .packages-container .package-action .upgrade-btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
  background: -moz-linear-gradient(top, #77a809 5%, #89c403 100%);
  background: -webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
  background: -o-linear-gradient(top, #77a809 5%, #89c403 100%);
  background: -ms-linear-gradient(top, #77a809 5%, #89c403 100%);
  background: linear-gradient(to bottom, #77a809 5%, #89c403 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403', GradientType=0);
  background-color: #77a809;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  color: #ffffff!important;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  padding: 0px;
}
.packages .packages-container .package-action .upgrade-btn:active {
  position: relative;
  top: 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  color: #ffffff!important;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  padding: 0px;
}
.packages .packages-container .package1 {
  cursor: pointer;
  display: inline-block;
  margin: 0px 10px;
  width: 220px;
  border-radius: 4px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.packages .packages-container .package1 .inner {
  border-radius: 4px;
  overflow: hidden;
}
.packages .packages-container .package1 .upgrade-status {
  display: block;
  margin: 0px -15px;
  background: #5cb85c;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  padding: 6px 10px;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  font-family: roboto;
}
.packages .packages-container .package1 .upgrade-status strong {
  font-weight: 900;
}
.packages .packages-container .package1 .top-package {
  background: #b26f34;
  font-size: 18px;
  font-weight: 100px;
  height: 45px;
  line-height: 45px;
}
.packages .packages-container .package1 .splash {
  background: #c77d3c;
}
.packages .packages-container .package1 .splash .bill {
  font-size: 10px;
  padding-bottom: 8px;
}
.packages .packages-container .package1 .splash .euro {
  position: relative;
  top: -30px;
  font-size: 15px;
}
.packages .packages-container .package1 .splash strong {
  font-size: 60px;
  font-weight: 300;
}
.packages .packages-container .package1 .splash .price {
  font-weight: bold;
  padding-bottom: 10px;
}
.packages .packages-container .package1 .info {
  background: #fff;
  padding: 20px;
  color: #383838;
  text-shadow: none;
  font-family: 'Roboto Slab', serif;
}
.packages .packages-container .package1 .info p {
  font-weight: 300;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}
.packages .packages-container .package1 .info small {
  background: #974c0a;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: inline-block;
  font-family: "Roboto Slab", serif;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 2px 6px 3px 6px;
  position: relative;
  right: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.packages .packages-container .package1 .info strong {
  display: block;
  color: #78368a;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
}
.packages .packages-container .package1 .input {
  background: #c77d3c;
  padding: 10px;
}
.packages .packages-container .package2 {
  cursor: pointer;
  display: inline-block;
  margin: 0px 10px;
  width: 220px;
  border-radius: 4px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.packages .packages-container .package2 .inner {
  border-radius: 4px;
  overflow: hidden;
}
.packages .packages-container .package2 .upgrade-status {
  display: block;
  margin: 0px -15px;
  background: #5cb85c;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  padding: 6px 10px;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  font-family: roboto;
}
.packages .packages-container .package2 .upgrade-status strong {
  font-weight: 900;
}
.packages .packages-container .package2 .top-package {
  background: #786f65;
  font-size: 18px;
  font-weight: 100px;
  height: 45px;
  line-height: 45px;
}
.packages .packages-container .package2 .splash {
  background: #8d8175;
}
.packages .packages-container .package2 .splash .bill {
  font-size: 10px;
  padding-bottom: 8px;
}
.packages .packages-container .package2 .splash .euro {
  position: relative;
  top: -30px;
  font-size: 15px;
}
.packages .packages-container .package2 .splash strong {
  font-size: 60px;
  font-weight: 300;
}
.packages .packages-container .package2 .splash .price {
  font-weight: bold;
  padding-bottom: 10px;
}
.packages .packages-container .package2 .info {
  background: #fff;
  padding: 20px;
  color: #383838;
  text-shadow: none;
  font-family: 'Roboto Slab', serif;
}
.packages .packages-container .package2 .info p {
  font-weight: 300;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}
.packages .packages-container .package2 .info small {
  background: #8d8175;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: inline-block;
  font-family: "Roboto Slab", serif;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 2px 6px 3px 6px;
  position: relative;
  right: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.packages .packages-container .package2 .info strong {
  display: block;
  color: #78368a;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
}
.packages .packages-container .package2 .input {
  background: #8d8175;
  padding: 10px;
}
.packages .packages-container .package3 {
  cursor: pointer;
  display: inline-block;
  margin: 0px 10px;
  width: 220px;
  border-radius: 4px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.packages .packages-container .package3 .inner {
  border-radius: 4px;
  overflow: hidden;
}
.packages .packages-container .package3 .upgrade-status {
  display: block;
  margin: 0px -15px;
  background: #5cb85c;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  padding: 6px 10px;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  font-family: roboto;
}
.packages .packages-container .package3 .upgrade-status strong {
  font-weight: 900;
}
.packages .packages-container .package3 .top-package {
  background: #e57a1c;
  font-size: 18px;
  font-weight: 100px;
  height: 45px;
  line-height: 45px;
}
.packages .packages-container .package3 .splash {
  background: #d68bb7;
}
.packages .packages-container .package3 .splash .bill {
  font-size: 10px;
  padding-bottom: 8px;
}
.packages .packages-container .package3 .splash .euro {
  position: relative;
  top: -30px;
  font-size: 15px;
}
.packages .packages-container .package3 .splash strong {
  font-size: 60px;
  font-weight: 300;
}
.packages .packages-container .package3 .splash .price {
  font-weight: bold;
  padding-bottom: 10px;
}
.packages .packages-container .package3 .info {
  background: #fff;
  padding: 20px;
  color: #383838;
  text-shadow: none;
  font-family: 'Roboto Slab', serif;
}
.packages .packages-container .package3 .info p {
  font-weight: 300;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}
.packages .packages-container .package3 .info small {
  background: #d68bb7;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: inline-block;
  font-family: "Roboto Slab", serif;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 2px 5px 2px 5px;
  position: relative;
  right: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.packages .packages-container .package3 .info strong {
  display: block;
  color: #78368a;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
}
.packages .packages-container .package3 .input {
  background: #e57a1c;
  padding: 10px;
}
.packages .packages-container .special-package {
  cursor: pointer;
  display: inline-block;
  margin: 0px 10px;
  width: 220px;
  border-radius: 4px;
  color: #383838;
  text-shadow: none;
  position: relative;
}
.packages .packages-container .special-package .best-value {
  background: url(../images/best-value.png) top left no-repeat;
  width: 103px;
  height: 130px;
  position: absolute;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  padding-top: 43px;
  top: -18px;
  right: -50px;
}
.packages .packages-container .special-package .inner {
  border-radius: 4px;
  overflow: hidden;
}
.packages .packages-container .special-package .upgrade-status {
  display: block;
  margin: 0px -15px;
  background: #5cb85c;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  padding: 6px 10px;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  font-family: roboto;
}
.packages .packages-container .special-package .upgrade-status strong {
  font-weight: 900;
}
.packages .packages-container .special-package .top-package {
  background: #dfa417;
  font-size: 18px;
  font-weight: 100px;
  height: 45px;
  line-height: 45px;
}
.packages .packages-container .special-package .splash {
  background: #f7b61a;
}
.packages .packages-container .special-package .splash .bill {
  font-size: 10px;
  padding-bottom: 8px;
}
.packages .packages-container .special-package .splash .euro {
  position: relative;
  top: -30px;
  font-size: 15px;
}
.packages .packages-container .special-package .splash strong {
  font-size: 60px;
  font-weight: 300;
}
.packages .packages-container .special-package .splash .price {
  font-weight: bold;
  color: #78368a;
  padding-bottom: 10px;
}
.packages .packages-container .special-package .info {
  background: #fff;
  padding: 20px;
  color: #383838;
  text-shadow: none;
  font-family: 'Roboto Slab', serif;
}
.packages .packages-container .special-package .info p {
  font-weight: 300;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}
.packages .packages-container .special-package .info small {
  background: #f7b61a;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: inline-block;
  font-family: "Roboto Slab", serif;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 2px 5px 2px 5px;
  position: relative;
  right: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.packages .packages-container .special-package .info strong {
  display: block;
  color: #78368a;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
}
.packages .packages-container .special-package .input {
  background: #f7b61a;
  padding: 10px;
}
.package-features {
  border-bottom: 1px solid #e3e3e3;
  padding: 0px 0px 30px 0px;
}
.package-features .container {
  position: relative;
}
.package-features .container .arrow1 {
  position: absolute;
  z-index: 1000;
  bottom: -70px;
  left: 180px;
}
.package-features .container .arrow2 {
  position: absolute;
  z-index: 1000;
  bottom: -70px;
  left: 426px;
}
.package-features .container .arrow3 {
  position: absolute;
  z-index: 1000;
  bottom: -70px;
  left: 665px;
}
.package-features .container .arrow4 {
  position: absolute;
  z-index: 1000;
  bottom: -70px;
  left: 905px;
}
.package-features .videochat {
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
}
.package-features .videochat .user-abs-badge {
  display: inline-block;
  font-size: 11px;
  position: relative;
  bottom: 0px;
  top: auto;
  margin: 0px;
  padding: 1px 4px 2px 5px;
}
.package-features .row .col .title {
  padding: 7px 7px 15px 100px;
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: 700;
}
.package-features .row .col ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #e0e0e0;
}
.package-features .row .col ul li {
  margin: 0px;
  border-bottom: 1px dashed #e0e0e0;
  padding: 7px 7px 7px 100px;
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
  font-weight: 300;
  position: relative;
}
.package-features .row .col ul li .left {
  position: absolute;
  width: 95px;
  height: 20px;
  line-height: 20px;
  top: 7px;
  left: 0px;
  text-align: right;
  font-weight: 700;
}
.package-features .row .col ul li .left img {
  position: relative;
  top: -2px;
}
.hp-wall .wall-item {
  border-bottom: 1px solid #f2f0e9;
  position: relative;
  padding: 0px 20px 10px 60px;
  margin-bottom: 10px;
}
.hp-wall .wall-item .inner {
  margin: 0px;
  padding: 0px!important;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-size: 12px;
}
.hp-wall .wall-item .inner .message {
  padding-top: 15px;
  margin-bottom: 10px;
  font-size: 14px;
}
.hp-wall .wall-item .inner .message a {
  font-weight: 700;
}
.hp-wall .wall-item .inner strong {
  display: block;
  margin-bottom: 5px;
}
.hp-wall .wall-item .avatar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.hp-logged-v3 {
  padding-top: 0px;
}
.profiles-grid {
  background: #fff;
  padding: 5px 0px;
  margin: 0px 4px;
}
.profiles-grid .profiles-grid-item {
  position: relative;
  margin-bottom: 5px;
}
.profiles-grid .profiles-grid-item .chat-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  background: url(../images/grid-lists-chat-icon.png) top left no-repeat;
  width: 33px;
  height: 28px;
  text-decoration: none;
}
.profiles-grid .profiles-grid-item .chat-btn:hover {
  background: url(../images/grid-lists-chat-icon.png) bottom left no-repeat;
}
.profiles-grid .profiles-grid-item .overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 30px;
  padding: 6px 0px 0px 25px;
}
.profiles-grid .profiles-grid-item .overlay .name {
  display: block;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-decoration: underline;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.profiles-grid .profiles-grid-item .overlay .name:hover {
  text-decoration: none;
}
.profiles-grid .profiles-grid-item .overlay .user-abs-badge {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 7px;
  border-radius: 3px;
  color: #fff;
  padding: 0px 3px;
  margin-left: 5px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.profiles-grid .profiles-grid-item .overlay .user-status {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 9px;
}
.profiles-grid .profiles-grid-item .overlay .user-status-on {
  background: url(../images/avatar-status.png) 0px 0px no-repeat;
}
.profiles-grid .profiles-grid-item .overlay .user-status-idle {
  background: url(../images/avatar-status.png) 0px -12px no-repeat;
}
.profiles-grid .profiles-grid-item .overlay .user-status-off {
  background: url(../images/avatar-status.png) 0px -24px no-repeat;
}
.btmpadd {
  margin: 50px 0px;
}
.special-subheader {
  background: #b0002f;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  position: relative;
  bottom: -2px;
  padding: 0px 7px 0px 7px;
  border-radius: 5px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}
.subheader-tooltip {
  opacity: 1;
}
.subheader-tooltip .tooltip-inner {
  padding: 5px 10px;
  font-size: 11px;
  width: 120px;
}
.subheader-tooltip .tooltip-inner a {
  color: #ffaea6;
}
.subheader-v2-tooltip {
  opacity: 1;
  top: 55px;
  left: -6px;
}
.subheader-v2-tooltip .tooltip-inner {
  padding: 5px 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11px;
  font-weight: 300;
  width: 100px;
}
.subheader-v2-tooltip .tooltip-inner a {
  color: #ffaea6;
}
.packages-v5 {
  background: #efe2d7;
  padding: 30px 0px;
}
.packages-v5 .container .top-title {
  color: #383838;
  text-align: center;
  margin-bottom: 30px;
}
.packages-v5 .container .top-title strong {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  display: block;
}
.packages-v5 .container .top-title span {
  font-size: 12px;
  font-weight: 300;
}
.packages-v5 .container .row .col .terms-action {
  text-align: right;
}
.packages-v5 .container .row .col .terms-action span {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11px;
  font-weight: 300;
}
.packages-v5 .container .row .col .terms-action span input {
  position: relative;
  bottom: -2px;
}
.packages-v5 .container .row .col .terms-action img {
  margin-top: 5px;
}
.packages-v5 .container .row .col .package {
  background: #fff;
  border-radius: 5px;
  border: 5px solid #addb84;
  padding: 10px 15px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  margin-left: 80px;
  height: 140px;
}
.packages-v5 .container .row .col .package .inner {
  padding-left: 60px;
  padding-right: 50px;
}
.packages-v5 .container .row .col .package .inner .upgrade-status {
  display: block;
  margin: -15px -50px 0px -60px;
  padding-left: 60px;
  text-align: left;
  border-radius: 0px 5px 0px 0px;
  font-size: 10px;
  font-weight: 400;
  color: #383838;
  font-family: roboto;
  height: 20px;
  line-height: 20px;
}
.packages-v5 .container .row .col .package .inner .upgrade-status strong {
  font-weight: 900;
}
.packages-v5 .container .row .col .package .inner .abs-corner {
  position: absolute;
  top: -5px;
  right: -5px;
}
.packages-v5 .container .row .col .package .inner .package-name {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 5px 0px 10px 5px;
}
.packages-v5 .container .row .col .package .inner .package-price {
  position: absolute;
  top: -5px;
  left: -80px;
  display: inline-block;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  line-height: 120px;
  background: #fff;
}
.packages-v5 .container .row .col .package .inner .package-price span {
  position: absolute;
  font-size: 24px;
  font-weight: 300;
  top: -35px;
  right: 57px;
}
.packages-v5 .container .row .col .package .inner .package-price strong {
  font-size: 60px;
}
.packages-v5 .container .row .col .package .inner .package-price small {
  display: block;
  position: relative;
  top: -100px;
}
.packages-v5 .container .row .col .package .inner .package-time {
  padding: 10px 0px;
  color: #ab3e5b;
  font-size: 12px;
}
.packages-v5 .container .row .col .package .inner .package-features {
  padding: 10px 0px;
  font-size: 11px;
  font-weight: 300;
  line-height: 20px;
  border: none;
}
.packages-v5 .container .row .col .package .inner .package-action {
  width: 140px;
  margin: 0px auto;
}
.packages-v5 .container .row .col .package .inner .package-action a {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
  height: 35px;
  line-height: 30px;
  text-decoration: none;
}
.packages-v5 .container .row .col .package .inner .package-action a:hover {
  margin-top: 2px;
  height: 33px;
  line-height: 30px;
}
.packages-v5 .container .row .col .package-small {
  background: #fff;
  border: none!important;
  border-radius: 5px;
  padding: 0px 15px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  margin-left: 165px;
  height: 100px;
}
.packages-v5 .container .row .col .package-small .inner {
  padding-left: 60px;
  padding-right: 50px;
}
.packages-v5 .container .row .col .package-small .inner .upgrade-status {
  display: block;
  margin: 0px -50px 0px -60px;
  border-radius: 0px 5px 0px 0px;
  font-size: 10px;
  font-weight: 400;
  color: #383838;
  font-family: roboto;
  height: 20px;
  line-height: 20px;
}
.packages-v5 .container .row .col .package-small .inner .upgrade-status strong {
  font-weight: 900;
}
.packages-v5 .container .row .col .package-small .inner .abs-corner {
  position: absolute;
  top: 0px;
  right: 0px;
}
.packages-v5 .container .row .col .package-small .inner .package-name {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 5px 0px 0px 5px;
  margin-top: 10px;
}
.packages-v5 .container .row .col .package-small .inner .package-price {
  position: absolute;
  top: 0px;
  left: -55px;
  display: inline-block;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  line-height: 70px;
  background: #fff;
  border-width: 5px!important;
  padding: 5px;
}
.packages-v5 .container .row .col .package-small .inner .package-price span {
  position: absolute;
  font-size: 18px;
  font-weight: 300;
  top: -17px;
  right: 42px;
}
.packages-v5 .container .row .col .package-small .inner .package-price strong {
  font-size: 30px;
}
.packages-v5 .container .row .col .package-small .inner .package-price small {
  display: block;
  position: relative;
  top: -50px;
}
.packages-v5 .container .row .col .package-small .inner .package-time {
  padding: 5px 0px;
  color: #ab3e5b;
  font-size: 11px;
}
.packages-v5 .container .row .col .package-small .inner .package-features {
  display: none;
}
.packages-v5 .container .row .col .package-small .inner .package-action {
  position: absolute;
  top: 35px;
  left: 200px;
  width: 140px;
  margin: 0px auto;
}
.packages-v5 .container .row .col .package-small .inner .package-action a {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
  height: 35px;
  line-height: 30px;
  text-decoration: none;
}
.packages-v5 .container .row .col .package-small .inner .package-action a:hover {
  margin-top: 2px;
  height: 33px;
  line-height: 30px;
}
.packages-v5 .container .row .col .package-vip {
  border: 5px solid #ff8922;
}
.packages-v5 .container .row .col .package-vip .inner .upgrade-status {
  background: #ff8922;
}
.packages-v5 .container .row .col .package-vip .inner .package-price {
  border: 10px solid #ff8922;
}
.packages-v5 .container .row .col .package-vip .inner .package-action a {
  background: #ff8922;
  border-bottom: 5px solid #bf671a;
}
.packages-v5 .container .row .col .package-vip .inner .package-action a:hover {
  border-bottom: 3px solid #bf671a;
}
.packages-v5 .container .row .col .package-gold {
  border: 5px solid #ffbc5d;
}
.packages-v5 .container .row .col .package-gold .inner .upgrade-status {
  background: #ffbc5d;
}
.packages-v5 .container .row .col .package-gold .inner .package-price {
  border: 10px solid #ffbc5d;
}
.packages-v5 .container .row .col .package-gold .inner .package-action a {
  background: #ffbc5d;
  border-bottom: 5px solid #bf8d46;
}
.packages-v5 .container .row .col .package-gold .inner .package-action a:hover {
  border-bottom: 3px solid #bf8d46;
}
.packages-v5 .container .row .col .package-silver {
  border: 5px solid #dbb785;
}
.packages-v5 .container .row .col .package-silver .inner .upgrade-status {
  background: #dbb785;
}
.packages-v5 .container .row .col .package-silver .inner .package-price {
  border: 10px solid #dbb785;
}
.packages-v5 .container .row .col .package-silver .inner .package-action a {
  background: #dbb785;
  border-bottom: 5px solid #a48964;
}
.packages-v5 .container .row .col .package-silver .inner .package-action a:hover {
  border-bottom: 3px solid #a48964;
}
.packages-v5 .container .row .col .package-bronze {
  border: 5px solid #aea393;
}
.packages-v5 .container .row .col .package-bronze .inner .upgrade-status {
  background: #aea393;
}
.packages-v5 .container .row .col .package-bronze .inner .package-price {
  border: 10px solid #aea393;
}
.packages-v5 .container .row .col .package-bronze .inner .package-action a {
  background: #aea393;
  border-bottom: 5px solid #837a6e;
}
.packages-v5 .container .row .col .package-bronze .inner .package-action a:hover {
  border-bottom: 3px solid #837a6e;
}
.package-features-v5 {
  background: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}
.package-features-v5 .container {
  position: relative;
}
.package-features-v5 .container .arrow1 {
  position: absolute;
  z-index: 1000;
  bottom: -70px;
  left: 180px;
}
.package-features-v5 .container .arrow2 {
  position: absolute;
  z-index: 1000;
  bottom: -70px;
  left: 426px;
}
.package-features-v5 .container .arrow3 {
  position: absolute;
  z-index: 1000;
  bottom: -70px;
  left: 665px;
}
.package-features-v5 .container .arrow4 {
  position: absolute;
  z-index: 1000;
  bottom: -70px;
  left: 905px;
}
.package-features-v5 .videochat {
  text-align: center;
  margin: 41px 30px;
  font-size: 12px;
  font-family: 'Roboto Slab', serif;
  line-height: 24px;
  font-weight: 300;
}
.package-features-v5 .videochat .user-abs-badge {
  display: inline-block;
  font-size: 11px;
  position: relative;
  bottom: 0px;
  top: auto;
  margin: 0px;
  padding: 1px 4px 2px 5px;
}
.package-features-v5 .row .col .title {
  padding: 25px 7px 15px 70px;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-weight: 700;
}
.package-features-v5 .row .col ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #e0e0e0;
}
.package-features-v5 .row .col ul li {
  margin: 0px;
  border-bottom: 1px dashed #e0e0e0;
  padding: 7px 7px 7px 70px;
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
  font-weight: 300;
  position: relative;
}
.package-features-v5 .row .col ul li .left {
  position: absolute;
  width: 65px;
  height: 20px;
  line-height: 20px;
  top: 7px;
  left: 0px;
  text-align: right;
  font-weight: 700;
}
.package-features-v5 .row .col ul li .left img {
  position: relative;
  top: -2px;
}
.messages-container {
  padding: 30px 0px;
  background: #f8f9f5;
}
.messages-container .big-title {
  text-align: center;
  margin-bottom: 30px;
}
.messages-container .big-title span {
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
  font-weight: 100;
  display: block;
  margin-bottom: 5px;
}
.messages-container .big-title small {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
}
.messages-container .big-title a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11px;
  font-weight: 400;
}
.messages-container .container .row .col .messages-list {
  border-radius: 6px;
  overflow: hidden;
  margin: 15px 5px 15px 5px;
  border: 1px solid #f2f0e9;
  border-top: none;
  background: #fff;
}
.messages-container .container .row .col .messages-list .form-control {
  box-shadow: none;
}
.messages-container .container .row .col .messages-list table {
  margin-bottom: 0px;
  border-top: none;
}
.messages-container .container .row .col .messages-list table th,
.messages-container .container .row .col .messages-list table td {
  border-color: #f2f0e9;
  background: #fff;
}
.messages-container .container .row .col .messages-list table td {
  font-size: 14px;
  font-weight: 300;
}
.messages-container .container .row .col .messages-list table th {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 400;
}
.messages-container .container .row .col .messages-list table thead {
  background: #fcfcfc;
}
.messages-container .container .row .col .messages-list .form-control {
  box-shadow: none;
}
.messages-container .container .row .col .messages-list .table {
  margin-bottom: 0px;
}
.messages-container .container .row .col .messages-list .table th,
.messages-container .container .row .col .messages-list .table td {
  border-color: #f2f0e9;
}
.messages-container .container .row .col .messages-list .table td {
  font-size: 14px;
  font-weight: 300;
}
.messages-container .container .row .col .messages-list .table td.unread {
  font-size: 14px;
  font-weight: 300;
  background: #fff9f0;
}
.messages-container .container .row .col .messages-list .table th {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 400;
}
.messages-container .container .row .col .messages-list .table thead {
  background: #fcfcfc;
}
.messages-container .container .row .col .inner-item {
  position: relative;
  min-height: 50px;
  padding-left: 60px;
  padding-right: 180px;
}
.messages-container .container .row .col .inner-item .action {
  position: absolute;
  top: 15px;
  right: 0px;
}
.messages-container .container .row .col .inner-item .action span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  color: #808f96;
  margin-right: 0px;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  top: -3px;
}
.messages-container .container .row .col .inner-item .action .unread {
  display: inline-block;
  width: 90px;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-weight: 400;
  border-radius: 4px;
  height: 35px;
  line-height: 32px;
  text-decoration: none;
  background: #e54770;
  position: relative;
  top: -5px;
  margin-left: 10px;
  border-bottom: 5px solid #a11b3d;
}
.messages-container .container .row .col .inner-item .action .unread:hover {
  margin-top: 2px;
  height: 33px;
  line-height: 30px;
  border-bottom: 3px solid #a11b3d;
}
.messages-container .container .row .col .inner-item .action .read {
  display: inline-block;
  width: 90px;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-weight: 400;
  border-radius: 4px;
  height: 35px;
  line-height: 32px;
  text-decoration: none;
  background: #a6a6a6;
  position: relative;
  top: -5px;
  margin-left: 10px;
  border-bottom: 5px solid #828282;
}
.messages-container .container .row .col .inner-item .action .read:hover {
  margin-top: 2px;
  height: 33px;
  line-height: 30px;
  border-bottom: 3px solid #828282;
}
.messages-container .container .row .col .inner-item .name {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  color: #78368a;
  font-size: 16px;
  display: block;
  padding-top: 5px;
}
.messages-container .container .row .col .inner-item .name strong {
  display: inline-block;
  position: relative;
  top: -1px;
  background: #e54770;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 10px;
  font-weight: 400;
  padding: 1px 4px 1px 4px;
  border-radius: 3px;
}
.messages-container .container .row .col .inner-item small {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  color: #808f96;
  height: 15px;
  overflow: hidden;
}
.messages-container .container .row .col .inner-item .avatar {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 4px;
  overflow: hidden;
}
.messages-container .container .row .col .inner-item .icon-status {
  font-size: 16px;
  position: relative;
}
.messages-container .container .row .col .inner-item .online {
  background: none;
  color: #cce86f;
}
.messages-container .container .row .col .inner-item .away {
  background: none;
  color: #ffdc00;
}
.messages-container .container .row .col .inner-item .offline {
  background: none;
  color: #e6eded;
}
.navbar-upgrade {
  position: relative;
  top: 20px;
  float: left;
  display: block;
  -moz-box-shadow: inset 0px 1px 0px 0px #005e94;
  -webkit-box-shadow: inset 0px 1px 0px 0px #005e94;
  box-shadow: inset 0px 1px 0px 0px #005e94;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #78368a), color-stop(1, #005e94));
  background: -moz-linear-gradient(top, #78368a 5%, #005e94 100%);
  background: -webkit-linear-gradient(top, #78368a 5%, #005e94 100%);
  background: -o-linear-gradient(top, #78368a 5%, #005e94 100%);
  background: -ms-linear-gradient(top, #78368a 5%, #005e94 100%);
  background: linear-gradient(to bottom, #78368a 5%, #005e94 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78368a', endColorstr='#005e94 ', GradientType=0);
  background-color: #ffaea6;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #005e94;
  text-align: center;
  margin: 0px;
  cursor: pointer;
  color: #ffffff!important;
  font-size: 11px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  padding: 0px 10px!important;
  text-decoration: none;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  height: 25px;
  line-height: 23px;
  text-decoration: none!important;
}
.navbar-upgrade:hover {
  background-color: #005e94;
  text-decoration: none;
}
.navbar-upgrade:active {
  position: relative;
  top: 11px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #eeb44f;
  text-align: center;
  margin: 0px;
  cursor: pointer;
  color: #ffffff!important;
  text-decoration: none;
}
header.header-v2 {
  z-index: 1000;
  position: relative;
  background: url(../images/header-bg-incontrimigliori.jpg) top center no-repeat;
}
header.header-v2 .header-v2-top {
  height: 48px;
  position: relative;
}
header.header-v2 .header-v2-top .container {
  padding: 0px;
}
header.header-v2 .header-v2-top .container .logo {
  display: block;
  height: 30px;
  margin-top: 10px;
  margin-right: 10px;
}
header.header-v2 .header-v2-top .container .logo img {
  height: 30px;
}
header.header-v2 .header-v2-top .container .upgrade {
  position: relative;
  height: 46px;
}
header.header-v2 .header-v2-top .container .upgrade a {
  margin-top: 14px;
  display: block;
  border-radius: 3px;
  background: #4bc52f;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #35941f;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 2px 7px;
}
header.header-v2 .header-v2-top .container .upgrade span {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #d68bb7;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  padding-top: 24px;
}
header.header-v2 .header-v2-top .container .upgrade span img {
  margin: 0px 6px 0px 2px;
}
header.header-v2 .header-v2-top .container .language {
  margin-top: 13px;
}
header.header-v2 .header-v2-top .container .language a {
  text-decoration: none;
}
header.header-v2 .header-v2-top .container .language .dropdown-menu {
  z-index: 9999;
}
header.header-v2 .header-v2-top .container .language .dropdown-menu li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: 400;
}
header.header-v2 .header-v2-top .container .language .dropdown-menu li a img {
  position: relative;
  top: -2px;
  left: -4px;
}
header.header-v2 .header-v2-top .container nav {
  padding-top: 14px;
  margin-left: 20px;
}
header.header-v2 .header-v2-top .container nav .dropdown-menu {
  z-index: 9999;
  right: 0px;
  top: 33px;
  left: auto;
  padding: 0px;
  width: 280px;
}
header.header-v2 .header-v2-top .container nav .dropdown-menu .form-group {
  margin: 10px;
}
header.header-v2 .header-v2-top .container nav .dropdown-menu .autocomplete-users-list {
  padding: 10px;
}
header.header-v2 .header-v2-top .container nav .dropdown-menu .autocomplete-users-list .item {
  position: relative;
  min-height: 48px;
  border-bottom: 1px solid #f5f3ed;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-left: 47px;
}
header.header-v2 .header-v2-top .container nav .dropdown-menu .autocomplete-users-list .item .actions {
  position: absolute;
  top: 10px;
  right: 10px;
}
header.header-v2 .header-v2-top .container nav .dropdown-menu .autocomplete-users-list .item .actions div {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  color: #808f96;
  margin-right: 0px;
  position: relative;
  top: -3px;
}
header.header-v2 .header-v2-top .container nav .dropdown-menu .autocomplete-users-list .item .actions a {
  display: inline-block;
  font-size: 20px;
  margin-left: 10px;
  color: #808f96;
}
header.header-v2 .header-v2-top .container nav .dropdown-menu .autocomplete-users-list .item .actions a:hover {
  color: #586368;
}
header.header-v2 .header-v2-top .container nav .dropdown-menu .autocomplete-users-list .item .name {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
header.header-v2 .header-v2-top .container nav .dropdown-menu .autocomplete-users-list .item small {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  color: #808f96;
  font-weight: 300;
  margin-left: 18px;
}
header.header-v2 .header-v2-top .container nav .dropdown-menu .autocomplete-users-list .item .avatar {
  display: block;
  width: 41px;
  height: 41px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 4px;
  overflow: hidden;
}
header.header-v2 .header-v2-top .container nav .dropdown-menu .autocomplete-users-list .item .icon-status {
  font-size: 14px;
  position: relative;
}
header.header-v2 .header-v2-top .container nav .dropdown-menu .autocomplete-users-list .item .online {
  background: none;
  color: #cce86f;
}
header.header-v2 .header-v2-top .container nav .dropdown-menu .autocomplete-users-list .item .away {
  background: none;
  color: #ffdc00;
}
header.header-v2 .header-v2-top .container nav .dropdown-menu .autocomplete-users-list .item .offline {
  background: none;
  color: #e6eded;
}
header.header-v2 .header-v2-top .container nav .home {
  display: inline-block;
  height: 16px;
  width: 16px;
  background: url(../images/header-v2-home-sprite_incontrimigliori.png) top left no-repeat;
  text-decoration: none;
}
header.header-v2 .header-v2-top .container nav .home:hover {
  background: url(../images/header-v2-home-sprite_incontrimigliori.png) bottom left no-repeat;
}
header.header-v2 .header-v2-top .container nav .online {
  display: inline-block;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 3px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #d68bb7;
  padding: 6px 10px 4px 10px;
  margin-left: 5px;
  position: relative;
  top: -3px;
  text-decoration: none;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
header.header-v2 .header-v2-top .container nav .online:hover {
  background: rgba(0, 0, 0, 0.5);
}
header.header-v2 .header-v2-top .container nav .online strong {
  color: #fff;
}
header.header-v2 .header-v2-top .container nav .online img {
  position: relative;
  top: -2px;
  margin-left: 3px;
}
header.header-v2 .header-v2-top .container nav .search {
  display: inline-block;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 3px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #d68bb7;
  padding: 6px 10px 4px 10px;
  margin-left: 5px;
  position: relative;
  top: -3px;
  text-decoration: none;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
header.header-v2 .header-v2-top .container nav .search:hover {
  background: rgba(0, 0, 0, 0.5);
}
header.header-v2 .header-v2-top .container nav .search strong {
  color: #fff;
}
header.header-v2 .header-v2-top .container nav .search .arrow {
  position: relative;
  top: -1px;
  margin-left: 3px;
}
header.header-v2 .header-v2-top .container nav .search .icon {
  position: relative;
  top: -1px;
  left: -1px;
}
header.header-v2 .header-v2-top .container .user-box {
  position: relative;
  padding-right: 64px;
  text-align: right;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
header.header-v2 .header-v2-top .container .user-box .dropdown-menu {
  z-index: 9999;
  text-shadow: none;
  min-width: 120px;
}
header.header-v2 .header-v2-top .container .user-box .dropdown-menu li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: 400;
}
header.header-v2 .header-v2-top .container .user-box .dropdown-menu li a img {
  position: relative;
  top: -2px;
  left: -4px;
}
header.header-v2 .header-v2-top .container .user-box .avatar {
  display: block;
  border: 3px solid #ffb2fa;
  border-radius: 5px;
  width: 39px;
  height: 39px;
  overflow: hidden;
  position: absolute;
  top: 4px;
  right: 20px;
}
header.header-v2 .header-v2-top .container .user-box .avatar img {
  width: 100%;
}
header.header-v2 .header-v2-top .container .user-box .arrow {
  display: inline-block;
  padding: 5px;
  position: absolute;
  top: 10px;
  right: 0px;
}
header.header-v2 .header-v2-top .container .user-box .username {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding-top: 7px;
}
header.header-v2 .header-v2-top .container .user-box .username .user-abs-badge {
  position: relative;
  top: -1px;
}
header.header-v2 .header-v2-top .container .user-box small {
  color: #ffb2fa;
  font-size: 9px;
  position: relative;
  top: -3px;
}
header.header-v2 .header-v2-bottom {
  height: 66px;
  background: url(../images/header-bg-incontrimigliori.jpg) bottom center no-repeat;
}
header.header-v2 .header-v2-bottom .btn-optional-toggle {
  height: 66px;
}
header.header-v2 .header-v2-bottom .btn-optional-toggle img {
  top: 20px;
}
header.header-v2 .header-v2-bottom .container {
  padding: 0px;
}
header.header-v2 .header-v2-bottom .container nav a {
  height: 66px;
  line-height: 95px;
  display: block;
  float: left;
  padding: 0px 15px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
header.header-v2 .header-v2-bottom .container nav a:hover {
  background: #303030!important;
}
header.header-v2 .header-v2-bottom .container nav a i {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 50%;
  margin-left: -15px;
}
header.header-v2 .header-v2-bottom .container nav a small {
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  display: block;
  font-weight: 700;
  border-radius: 50%;
  background: #d90000;
  position: absolute;
  top: 15px;
  right: 50%;
  margin-right: -20px;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
}
header.header-v2 .header-v2-bottom .container nav a.selected {
  background: #99455c;
}
header.header-v2 .header-v2-bottom .container nav .btn-chat:hover {
  background: #99455c;
}
header.header-v2 .header-v2-bottom .container nav .btn-chat i {
  background: url(../images/header-v2-main-nav-sprite_incontrimigliori.png) 0px -30px no-repeat;
}
header.header-v2 .header-v2-bottom .container nav .btn-chat i.active {
  background: url(../images/header-v2-main-nav-sprite_incontrimigliori.png) 0px 0px no-repeat;
}
header.header-v2 .header-v2-bottom .container nav .btn-messages:hover {
  background: #99455c;
}
header.header-v2 .header-v2-bottom .container nav .btn-messages i {
  background: url(../images/header-v2-main-nav-sprite_incontrimigliori.png) -30px -30px no-repeat;
}
header.header-v2 .header-v2-bottom .container nav .btn-messages i.active {
  background: url(../images/header-v2-main-nav-sprite_incontrimigliori.png) -30px 0px no-repeat;
}
header.header-v2 .header-v2-bottom .container nav .btn-visits:hover {
  background: #99455c;
}
header.header-v2 .header-v2-bottom .container nav .btn-visits i {
  background: url(../images/header-v2-main-nav-sprite_incontrimigliori.png) -60px -30px no-repeat;
}
header.header-v2 .header-v2-bottom .container nav .btn-visits i.active {
  background: url(../images/header-v2-main-nav-sprite_incontrimigliori.png) -60px 0px no-repeat;
}
header.header-v2 .header-v2-bottom .container nav .btn-profiles:hover {
  background: #99455c;
}
header.header-v2 .header-v2-bottom .container nav .btn-profiles i {
  background: url(../images/header-v2-main-nav-sprite_incontrimigliori.png) -180px -30px no-repeat;
}
header.header-v2 .header-v2-bottom .container nav .btn-profiles i.active {
  background: url(../images/header-v2-main-nav-sprite_incontrimigliori.png) -180px 0px no-repeat;
}
header.header-v2 .header-v2-bottom .container nav .btn-matchmaker:hover {
  background: #99455c;
}
header.header-v2 .header-v2-bottom .container nav .btn-matchmaker i {
  background: url(../images/header-v2-main-nav-sprite_incontrimigliori.png) -90px -30px no-repeat;
}
header.header-v2 .header-v2-bottom .container nav .btn-matchmaker i.active {
  background: url(../images/header-v2-main-nav-sprite_incontrimigliori.png) -90px 0px no-repeat;
}
header.header-v2 .header-v2-bottom .container nav .btn-near-you:hover {
  background: #99455c;
}
header.header-v2 .header-v2-bottom .container nav .btn-near-you i {
  background: url(../images/header-v2-main-nav-sprite_incontrimigliori.png) -120px -30px no-repeat;
}
header.header-v2 .header-v2-bottom .container nav .btn-near-you i.active {
  background: url(../images/header-v2-main-nav-sprite_incontrimigliori.png) -120px 0px no-repeat;
}
header.header-v2 .header-v2-bottom .container nav .btn-notifications img {
  margin-left: 2px;
}
header.header-v2 .header-v2-bottom .container nav .btn-notifications:hover {
  background: #99455c;
}
header.header-v2 .header-v2-bottom .container nav .btn-notifications i {
  background: url(../images/header-v2-main-nav-sprite_incontrimigliori.png) -150px -30px no-repeat;
}
header.header-v2 .header-v2-bottom .container nav .btn-notifications i.active {
  background: url(../images/header-v2-main-nav-sprite_incontrimigliori.png) -150px 0px no-repeat;
}
header.header-v2 .header-v2-bottom .container .upgrade {
  position: relative;
  height: 66px;
  padding-right: 185px;
}
header.header-v2 .header-v2-bottom .container .upgrade a {
  position: absolute;
  top: 3px;
  right: 0px;
  display: block;
  border-radius: 3px;
  background: #4bc52f;
  line-height: 20px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #35941f;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 180px;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  padding: 3px 0px;
}
header.header-v2 .header-v2-bottom .container .upgrade a strong {
  display: block;
  text-transform: uppercase;
  margin: -5px 0px;
  font-size: 14px;
}
header.header-v2 .header-v2-bottom .container .upgrade span {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #d68bb7;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  padding-top: 24px;
}
header.header-v2 .header-v2-bottom .container .upgrade span img {
  margin: 0px 6px 0px 2px;
}
.notif-dropdown-v2 {
  width: 600px;
  padding: 10px;
  left: 16px;
  margin-top: 0px;
  border-top: none;
  border-radius: 0px 0px 3px 3px;
}
.notif-dropdown-v2 .notifications-list .item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  min-height: 50px;
  opacity: 1;
}
.hp-logged-v5 {
  padding: 0px;
  margin: 0px;
  background: #fbfbf7;
}
.hp-logged-v5 .container {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
  border-left: 1px solid #e2e2de;
  border-right: 1px solid #e2e2de;
  -webkit-box-shadow: 0 0 15px 0 #e2e2de;
  box-shadow: 0 0 15px 0 #e2e2de;
}
.side-banner-v5 {
  background: url(../images/banner-bg.jpg) top left no-repeat;
  height: 248px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin-top: 20px;
  padding: 45px 10px 0px 150px;
  text-align: center;
}
.side-banner-v5 strong {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.25px;
  display: block;
  line-height: 24px;
  margin-bottom: 10px;
}
.side-banner-v5 span {
  font-family: 'Roboto Slab', serif;
  display: block;
  font-size: 13px;
  font-weight: 300;
}
.side-banner-v5 a {
  display: inline-block;
  border-radius: 3px;
  background: #4bc52f;
  height: 45px;
  padding: 0px 25px;
  line-height: 40px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #35941f;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}
.hp-logged-v5-leftbar {
  background: #f9f9f9;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
}
.hp-logged-v5-leftbar .side-matchmaker-v5 .item {
  position: relative;
  padding: 15px 15px 15px 200px;
  border-top: 1px solid #e0e0e0;
}
.hp-logged-v5-leftbar .side-matchmaker-v5 .item .avatar {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 170px;
  border-radius: 3px;
  overflow: hidden;
}
.hp-logged-v5-leftbar .side-matchmaker-v5 .item .details {
  padding-top: 10px;
}
.hp-logged-v5-leftbar .side-matchmaker-v5 .item .details .thumbnail-title {
  display: block;
  margin-bottom: -5px;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-weight: 700;
}
.hp-logged-v5-leftbar .side-matchmaker-v5 .item .details small {
  font-size: 10px;
  font-weight: 300;
}
.hp-logged-v5-leftbar .side-matchmaker-v5 .item .details .actions {
  margin-top: 20px;
  margin-bottom: 15px;
}
.hp-logged-v5-leftbar .side-matchmaker-v5 .item .details .actions .btn {
  font-size: 11px;
  font-family: 'Roboto Condensed', sans-serif;
  display: block;
  padding: 3px 0px;
}
.hp-logged-v5-leftbar .side-matchmaker-v5 .item .details .actions .btn-primary {
  margin-bottom: 5px;
}
.hp-logged-v5-leftbar .side-title-v5 {
  background: #fff;
  height: 50px;
  line-height: 50px;
  position: relative;
  padding-left: 15px;
}
.hp-logged-v5-leftbar .side-title-v5 strong {
  color: #491b55;
}
.hp-logged-v5-leftbar .side-title-v5 small {
  font-weight: 300;
}
.hp-logged-v5-leftbar .side-title-v5 a {
  position: absolute;
  top: 14px;
  right: 14px;
}
.hp-logged-v5-leftbar .userbox {
  position: relative;
  padding: 20px 20px 20px 150px;
  min-height: 220px;
}
.hp-logged-v5-leftbar .userbox .under-avatar {
  position: absolute;
  top: 140px;
  left: 20px;
  width: 120px;
}
.hp-logged-v5-leftbar .userbox .under-avatar .btn {
  font-size: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  display: block;
  padding: 4px 0px;
  margin-bottom: 5px;
}
.hp-logged-v5-leftbar .userbox .avatar {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid #e2e2de;
  overflow: hidden;
}
.hp-logged-v5-leftbar .userbox .details ul {
  border-top: 1px solid #e2e2de;
  list-style-type: none;
  margin: 15px 0px 0px 0px;
  padding: 15px 0px 0px;
}
.hp-logged-v5-leftbar .userbox .details ul li {
  margin: 0px;
  padding: 5px 0px 5px 22px;
  font-size: 12px;
  font-weight: 300;
  position: relative;
}
.hp-logged-v5-leftbar .userbox .details ul li i {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 4px;
  left: 0px;
}
.hp-logged-v5-leftbar .userbox .details ul li i.icon-pictures {
  background: url(../images/userbox-v5-sprite.png) 0px 0px no-repeat;
}
.hp-logged-v5-leftbar .userbox .details ul li i.icon-visits {
  background: url(../images/userbox-v5-sprite.png) 0px -18px no-repeat;
}
.hp-logged-v5-leftbar .userbox .details ul li i.icon-matches {
  background: url(../images/userbox-v5-sprite.png) 0px -36px no-repeat;
}
.hp-logged-v5-leftbar .userbox .details ul li strong {
  color: #6e8b21;
}
.hp-logged-v5-leftbar .userbox .details .username {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: -3px;
}
.hp-logged-v5-leftbar .userbox .details small {
  font-size: 10px;
  font-weight: 300;
}
.hp-logged-v5-leftbar .userbox .details .package {
  margin-top: 4px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.hp-logged-v5-leftbar .userbox .details .package a {
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-weight: 400;
  border-radius: 4px;
  height: 26px;
  line-height: 10px;
  text-decoration: none;
  background: #b760cf;
  border-bottom: 5px solid #78368a;
}
.hp-logged-v5-leftbar .userbox .details .package a:hover {
  border-bottom: 3px solid #78368a;
  margin-top: 2px;
  height: 24px;
  line-height: 10px;
}
.hp-logged-v5-leftbar .account-menu-v5 {
  border-top: 1px solid #e0e0e0;
}
.hp-logged-v5-leftbar .account-menu-v5 a {
  border-bottom: 1px solid #e0e0e0;
  display: block;
  background: #f9f9f9;
  position: relative;
  height: 45px;
  line-height: 45px;
  padding: 0px 20px 0px 42px;
  background: none;
  text-decoration: none;
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
  font-weight: 400;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
}
.hp-logged-v5-leftbar .account-menu-v5 a:hover {
  background: #fff;
}
.hp-logged-v5-leftbar .account-menu-v5 a i {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.hp-logged-v5-leftbar .account-menu-v5 a small {
  display: block;
  position: absolute;
  top: 4px!important;
  left: 25px!important;
  background: #ff1f1f!important;
  border: 1px solid #e20000!important;
  padding: 0px 3px 1px 3px!important;
  font-size: 10px!important;
  font-weight: 700!important;
  height: auto!important;
  line-height: normal!important;
  color: #fff;
  border-radius: 10px!important;
}
.hp-logged-v5-leftbar .account-menu-v5 .dashboard i {
  background: url(../images/new-menu-sprite-small.gif) -25px 0px no-repeat;
}
.hp-logged-v5-leftbar .account-menu-v5 .dashboard span {
  color: #4f5d73;
}
.hp-logged-v5-leftbar .account-menu-v5 .chat i {
  background: url(../images/new-menu-sprite-small.gif) -25px -25px no-repeat;
}
.hp-logged-v5-leftbar .account-menu-v5 .chat span {
  color: #4f5d73;
}
.hp-logged-v5-leftbar .account-menu-v5 .gifts i {
  background: url(../images/new-menu-sprite-small.gif) -25px -50px no-repeat;
}
.hp-logged-v5-leftbar .account-menu-v5 .gifts span {
  color: #4f5d73;
}
.hp-logged-v5-leftbar .account-menu-v5 .notifications i {
  background: url(../images/new-menu-sprite-small.gif) -25px -75px no-repeat;
}
.hp-logged-v5-leftbar .account-menu-v5 .notifications span {
  color: #4f5d73;
}
.hp-logged-v5-leftbar .account-menu-v5 .favorites i {
  background: url(../images/new-menu-sprite-small.gif) -25px -100px no-repeat;
}
.hp-logged-v5-leftbar .account-menu-v5 .favorites span {
  color: #4f5d73;
}
.hp-logged-v5-leftbar .account-menu-v5 .flirtmap i {
  background: url(../images/new-menu-sprite-small.gif) -25px -125px no-repeat;
}
.hp-logged-v5-leftbar .account-menu-v5 .flirtmap span {
  color: #4f5d73;
}
.hp-logged-v5-leftbar .account-menu-v5 .chat-active i {
  background: url(../images/new-menu-sprite-small.gif) 0px -25px no-repeat;
}
.hp-logged-v5-leftbar .account-menu-v5 .chat-active span {
  color: #5184a1;
}
.hp-logged-v5-leftbar .account-menu-v5 .gifts-active i {
  background: url(../images/new-menu-sprite-small.gif) 0px -50px no-repeat;
}
.hp-logged-v5-leftbar .account-menu-v5 .gifts-active span {
  color: #b57a49;
}
.hp-logged-v5-leftbar .account-menu-v5 .notifications-active i {
  background: url(../images/new-menu-sprite-small.gif) 0px -75px no-repeat;
}
.hp-logged-v5-leftbar .account-menu-v5 .notifications-active span {
  color: #1f7d80;
}
.hp-logged-v5-leftbar .account-menu-v5 .favorites-active i {
  background: url(../images/new-menu-sprite-small.gif) 0px -100px no-repeat;
}
.hp-logged-v5-leftbar .account-menu-v5 .favorites-active span {
  color: #ab4c4c;
}
.hp-logged-v5-leftbar .account-menu-v5 .flirtmap-active i {
  background: url(../images/new-menu-sprite-small.gif) 0px -125px no-repeat;
}
.hp-logged-v5-leftbar .account-menu-v5 .flirtmap-active span {
  color: #6296b2;
}
.hp-logged-v5-leftbar .account-menu-v5 .blink {
  background: #e5e5e5!important;
}
.auth-confirm-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  padding-top: 114px;
}
.auth-confirm-popup .popup {
  background: url(../images/auth-popup-bg.jpg) top right no-repeat #181818;
  height: 530px;
  border: 10px solid #d68bb7;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);
  position: relative;
}
.auth-confirm-popup .popup .close {
  background: #d68bb7;
  height: 30px;
  width: 30px;
  padding: 3px 0px 0px 9px;
  border-radius: 50%;
  position: absolute;
  float: none;
  right: -25px;
  top: -25px;
  opacity: 1;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
}
.auth-confirm-popup .popup .inner {
  width: 400px;
  margin: 110px 0px 0px 40px;
  text-align: center;
}
.auth-confirm-popup .popup .inner h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin: 0px;
  padding: 0px;
}
.auth-confirm-popup .popup .inner h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin: 0px;
  padding: 0px;
}
.auth-confirm-popup .popup .inner h2 strong {
  color: #d68bb7;
}
.auth-confirm-popup .popup .inner hr {
  border-color: #3c3c3c;
  margin: 30px 0px 30px 0px;
}
.auth-confirm-popup .popup .inner p {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Roboto Slab', serif;
  color: #fff;
  margin: 0px 20px 20px 20px;
  line-height: 24px;
}
.auth-confirm-popup .popup .inner small {
  display: block;
  font-size: 11px;
  font-weight: 400;
  font-family: 'Roboto Slab', serif;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 20px;
}
.auth-confirm-popup .popup .inner a {
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-size: 11px;
  font-weight: 400;
  text-decoration: underline;
}
.auth-confirm-popup .popup .inner a.action {
  display: inline-block;
  border-radius: 3px;
  background: #4bc52f;
  height: 45px;
  padding: 0px 25px;
  line-height: 40px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #35941f;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}
.gallery-profile-filters-v2 {
  border-bottom: 1px solid #f5f3ed;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.gallery-profile-filters-v2 .btn {
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
  font-weight: 400!important;
}
.gallery-profile-v2 .col .inner {
  border: 1px solid #f8f8f4;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 25px;
}
.gallery-profile-v2 .col .inner .thumbnail {
  display: block;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.gallery-profile-v2 .col .inner .thumbnail a {
  display: block;
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
}
.gallery-profile-v2 .col .inner .thumbnail .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}
.gallery-profile-v2 .col .inner .thumbnail .overlay .overlay-message-white {
  color: #fff;
  margin: 40px 40px 0px 40px;
  text-align: center;
}
.gallery-profile-v2 .col .inner .thumbnail .overlay .overlay-message-white strong {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.gallery-profile-v2 .col .inner .thumbnail .overlay .overlay-message-white small {
  display: block;
  font-family: 'Roboto Slab', serif;
  font-size: 11px;
  font-weight: 300;
  margin: 5px 0px 10px 0px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.gallery-profile-v2 .col .inner .thumbnail .overlay .overlay-message-white .btn {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 4px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: 400;
  border: none;
}
.gallery-profile-v2 .col .inner .thumbnail .overlay .overlay-message-green {
  color: #3F9;
  margin: 40px 40px 0px 40px;
  text-align: center;
}
.gallery-profile-v2 .col .inner .thumbnail .overlay .overlay-message-green strong {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
}
.gallery-profile-v2 .col .inner .thumbnail .overlay .overlay-message-green small {
  display: block;
  font-family: 'Roboto Slab', serif;
  font-size: 11px;
  font-weight: 300;
  margin: 5px 0px 10px 0px;
}
.gallery-profile-v2 .col .inner .thumbnail .overlay .overlay-message-green .btn {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 4px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: 400;
  border: none;
}
.gallery-profile-v2 .col .inner .thumbnail .overlay .label {
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 0.3px;
  padding: 3px 7px 3px 7px;
  text-decoration: none;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.gallery-profile-v2 .col .inner .thumbnail .overlay .label-private {
  background: #d93455;
  background-image: -webkit-linear-gradient(top, #d93455, #c22948);
  background-image: -moz-linear-gradient(top, #d93455, #c22948);
  background-image: -ms-linear-gradient(top, #d93455, #c22948);
  background-image: -o-linear-gradient(top, #d93455, #c22948);
  background-image: linear-gradient(to bottom, #d93455, #c22948);
}
.gallery-profile-v2 .col .inner .thumbnail .overlay .label-public {
  background: #2db348;
  background-image: -webkit-linear-gradient(top, #2db348, #208c36);
  background-image: -moz-linear-gradient(top, #2db348, #208c36);
  background-image: -ms-linear-gradient(top, #2db348, #208c36);
  background-image: -o-linear-gradient(top, #2db348, #208c36);
  background-image: linear-gradient(to bottom, #2db348, #208c36);
}
.gallery-profile-v2 .col .inner .thumbnail .overlay .label-members {
  background: #2e63b3;
  background-image: -webkit-linear-gradient(top, #2e63b3, #2759a3);
  background-image: -moz-linear-gradient(top, #2e63b3, #2759a3);
  background-image: -ms-linear-gradient(top, #2e63b3, #2759a3);
  background-image: -o-linear-gradient(top, #2e63b3, #2759a3);
  background-image: linear-gradient(to bottom, #2e63b3, #2759a3);
}
.gallery-profile-v2 .col .inner .thumbnail .overlay .link-build {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.gallery-profile-v2 .col .inner .thumbnail .overlay .icon-status {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
}
.gallery-profile-v2 .col .inner .thumbnail .overlay .online {
  background: none;
  color: #cce86f;
}
.gallery-profile-v2 .col .inner .thumbnail .overlay .away {
  background: none;
  color: #ffdc00;
}
.gallery-profile-v2 .col .inner .thumbnail .overlay .offline {
  background: none;
  color: #e6eded;
}
.gallery-profile-v2 .col .inner .thumbnail .overlay .overlay-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 300;
  background: rgba(73, 27, 85, 0.85);
  height: 35px;
  text-align: right;
  z-index: 100;
}
.gallery-profile-v2 .col .inner .thumbnail .overlay .overlay-bottom span {
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.gallery-profile-v2 .col .inner .thumbnail .overlay .overlay-bottom a {
  color: rgba(255, 255, 255, 0.9);
  display: block;
  position: absolute;
  font-size: 11px;
  font-weight: 400;
  line-height: 10px;
}
.gallery-profile-v2 .col .inner .thumbnail .overlay .overlay-bottom .left {
  bottom: 12px;
  left: 10px;
}
.gallery-profile-v2 .col .inner .thumbnail .overlay .overlay-bottom small {
  display: inline-block;
  margin: 10px 10px 0px 0px;
  font-size: 10px;
}
.gallery-profile-v2 .col .inner .thumbnail .overlay-denied {
  background: rgba(73, 27, 85, 0.85);
}
.gallery-profile-v2 .col .inner .thumbnail .overlay-denied .overlay-bottom {
  background: none;
}
.gallery-profile-v2 .col .inner .gallery-name {
  display: block;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  margin-left: 10px;
}
.gallery-profile-v2 .col .inner .actions {
  text-align: left;
  background: #fbfbf7;
  margin: 10px;
  padding: 10px;
}
.gallery-profile-v2 .col .inner .actions a {
  margin-right: 5px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11px;
  font-weight: 400;
}
.modal-gallery-denied {
  display: block;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.modal-gallery-denied a {
  display: block;
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
}
.modal-gallery-denied .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}
.modal-gallery-denied .overlay .overlay-message-white {
  color: #fff;
  margin: 130px 40px 0px 40px;
  text-align: center;
}
.modal-gallery-denied .overlay .overlay-message-white strong {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
}
.modal-gallery-denied .overlay .overlay-message-white small {
  display: block;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-weight: 300;
  margin: 15px 0px 20px 0px;
}
.modal-gallery-denied .overlay .overlay-message-white .btn {
  display: inline-block;
  padding: 13px 20px;
  border-radius: 4px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
}
.modal-gallery-denied .overlay .overlay-message-green {
  color: #3F9;
  margin: 130px 40px 0px 40px;
  text-align: center;
}
.modal-gallery-denied .overlay .overlay-message-green strong {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
}
.modal-gallery-denied .overlay .overlay-message-green small {
  display: block;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-weight: 300;
  margin: 15px 0px 20px 0px;
}
.modal-gallery-denied .overlay .overlay-message-green .btn {
  display: inline-block;
  padding: 13px 20px;
  border-radius: 4px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
}
.modal-gallery-denied .overlay .label {
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 0.3px;
  padding: 3px 7px 3px 7px;
  text-decoration: none;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.modal-gallery-denied .overlay .label-private {
  background: #d93455;
  background-image: -webkit-linear-gradient(top, #d93455, #c22948);
  background-image: -moz-linear-gradient(top, #d93455, #c22948);
  background-image: -ms-linear-gradient(top, #d93455, #c22948);
  background-image: -o-linear-gradient(top, #d93455, #c22948);
  background-image: linear-gradient(to bottom, #d93455, #c22948);
}
.modal-gallery-denied .overlay .label-public {
  background: #2db348;
  background-image: -webkit-linear-gradient(top, #2db348, #208c36);
  background-image: -moz-linear-gradient(top, #2db348, #208c36);
  background-image: -ms-linear-gradient(top, #2db348, #208c36);
  background-image: -o-linear-gradient(top, #2db348, #208c36);
  background-image: linear-gradient(to bottom, #2db348, #208c36);
}
.modal-gallery-denied .overlay .label-members {
  background: #2e63b3;
  background-image: -webkit-linear-gradient(top, #2e63b3, #2759a3);
  background-image: -moz-linear-gradient(top, #2e63b3, #2759a3);
  background-image: -ms-linear-gradient(top, #2e63b3, #2759a3);
  background-image: -o-linear-gradient(top, #2e63b3, #2759a3);
  background-image: linear-gradient(to bottom, #2e63b3, #2759a3);
}
.modal-gallery-denied .overlay .link-build {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.modal-gallery-denied .overlay .icon-status {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
}
.modal-gallery-denied .overlay .online {
  background: none;
  color: #cce86f;
}
.modal-gallery-denied .overlay .away {
  background: none;
  color: #ffdc00;
}
.modal-gallery-denied .overlay .offline {
  background: none;
  color: #e6eded;
}
.modal-gallery-denied .overlay .overlay-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 300;
  background: rgba(73, 27, 85, 0.85);
  height: 35px;
  text-align: right;
  z-index: 100;
}
.modal-gallery-denied .overlay .overlay-bottom span {
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.modal-gallery-denied .overlay .overlay-bottom a {
  color: rgba(255, 255, 255, 0.9);
  display: block;
  position: absolute;
  font-size: 11px;
  font-weight: 400;
  line-height: 10px;
}
.modal-gallery-denied .overlay .overlay-bottom .left {
  bottom: 12px;
  left: 10px;
}
.modal-gallery-denied .overlay .overlay-bottom small {
  display: inline-block;
  margin: 10px 10px 0px 0px;
  font-size: 10px;
}
.modal-gallery-denied .overlay-denied {
  background: rgba(73, 27, 85, 0.85);
}
.modal-gallery-denied .overlay-denied .overlay-bottom {
  background: none;
}
.btn-upload-profile {
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-weight: 400;
  border-radius: 4px;
  height: 28px;
  line-height: 14px;
  text-decoration: none;
  background: #b760cf;
  border: none;
  border-bottom: 5px solid #78368a;
  margin-top: -2px;
  margin-bottom: -3px;
  margin-left: 15px;
}
.btn-upload-profile:hover {
  background: #e67b1e;
  border-bottom: 5px solid #78368a;
}
.gallery-empty .panel-success {
  border-color: #BBC134;
  position: relative;
  overflow: hidden;
}
.gallery-empty .panel-success .well {
  background: none;
  border: none;
  box-shadow: none;
}
.gallery-empty .panel-success .panel-heading {
  background-color: #AFCC43;
  border-color: #BBC134;
  color: #FFFFFF;
  position: relative;
  z-index: 10;
}
.gallery-empty .panel-success .panel-body .icon-bg {
  font-size: 350px;
  color: #deeca8;
  position: absolute;
  top: auto;
  bottom: -30px;
  right: 10px;
}
.gallery-empty .panel-success .btn {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  height: 38px;
  line-height: 19px;
  text-decoration: none;
  background: #b760cf;
  border: none;
  border-bottom: 5px solid #78368a;
  margin-top: 20px;
}
.gallery-empty .panel-success .btn:hover {
  background: #e67b1e;
  border-bottom: 5px solid #78368a;
}
.user-profile-v2 {
  background: #fbfbf7;
}
.user-profile-v2 .profile-top {
  background: url(../images/profile-top-bg.jpg) top left repeat;
  border-bottom: 1px solid #e1e1dd;
  position: relative;
  z-index: 999;
}
.user-profile-v2 .profile-top .container .avatar {
  position: relative;
}
.user-profile-v2 .profile-top .container .avatar .inner {
  width: 85%;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 25px;
  left: 20px;
}
.user-profile-v2 .profile-top .container .avatar .love {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 180px;
  left: 50%;
  margin-left: -48px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.85);
  text-align: center;
  padding-top: 25px;
  z-index: 9999;
  text-decoration: none;
}
.user-profile-v2 .profile-top .container .avatar .love:hover {
  background: #000000;
}
.user-profile-v2 .profile-top .container .avatar .love span {
  display: block;
  color: #fff;
  font-size: 11px;
  margin-top: 5px;
}
.user-profile-v2 .profile-top .container .avatar .love span strong {
  color: #d68bb7;
}
.user-profile-v2 .profile-top .container .profile-actions-v2 {
  margin: 10px 0px 10px 0px;
}
.user-profile-v2 .profile-top .container .profile-actions-v2 .btn {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  border: none;
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 6px 20px 7px 35px;
  position: relative;
}
.user-profile-v2 .profile-top .container .profile-actions-v2 .btn i {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 6px;
  left: 10px;
}
.user-profile-v2 .profile-top .container .profile-actions-v2 .profile-v2-chat {
  background: #a4c33f;
}
.user-profile-v2 .profile-top .container .profile-actions-v2 .profile-v2-chat i {
  background: url(../images/profile-actions-v2.png) 0px 0px no-repeat;
}
.user-profile-v2 .profile-top .container .profile-actions-v2 .profile-v2-gift {
  background: #ca958f;
}
.user-profile-v2 .profile-top .container .profile-actions-v2 .profile-v2-gift i {
  background: url(../images/profile-actions-v2.png) -18px 0px no-repeat;
}
.user-profile-v2 .profile-top .container .profile-actions-v2 .profile-v2-fav {
  background: #d1be58;
}
.user-profile-v2 .profile-top .container .profile-actions-v2 .profile-v2-fav i {
  background: url(../images/profile-actions-v2.png) -36px 0px no-repeat;
}
.user-profile-v2 .profile-top .container .profile-actions-v2 .profile-v2-msg {
  background: #9c9c9c;
}
.user-profile-v2 .profile-top .container .profile-actions-v2 .profile-v2-msg i {
  background: url(../images/profile-actions-v2.png) -54px 0px no-repeat;
}
.user-profile-v2 .profile-top .container .profile-actions-v2 .profile-v2-check {
  background: #d1be58;
}
.user-profile-v2 .profile-top .container .profile-actions-v2 .profile-v2-check i {
  background: url(../images/profile-actions-v2.png) -72px 0px no-repeat;
}
.user-profile-v2 .profile-top .container .user-details-v2 {
  padding-top: 20px;
}
.user-profile-v2 .profile-top .container .user-details-v2 .username {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 30px;
  color: #78368a;
}
.user-profile-v2 .profile-top .container .user-details-v2 .username .icon-status {
  font-size: 22px;
  position: relative;
  bottom: -2px;
}
.user-profile-v2 .profile-top .container .user-details-v2 .username .online {
  background: none;
  color: #cce86f;
}
.user-profile-v2 .profile-top .container .user-details-v2 .username .away {
  background: none;
  color: #ffdc00;
}
.user-profile-v2 .profile-top .container .user-details-v2 .username .offline {
  background: none;
  color: #e6eded;
}
.user-profile-v2 .profile-top .container .user-details-v2 small {
  display: block;
  margin: 2px;
  font-weight: 300;
  font-size: 11px;
}
.user-profile-v2 .profile-container-v2 {
  background: #fff;
  border: 1px solid #e1e1dd;
  border-top: none;
  border-bottom: none;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-right .profile-container-v2-right-inner {
  padding: 40px 25px 40px 25px;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-right .profile-container-v2-right-inner .user-details .interests-list {
  margin-top: 5px;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-right .profile-container-v2-right-inner .user-details .interests-list .btn {
  margin: 3px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 11px;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-right .profile-container-v2-right-inner .user-details .user-details-title {
  background: #f9f9f9;
  border-bottom: 1px solid #e5e5e5;
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: 400;
  color: #c252bb;
  padding: 10px 15px;
  margin-bottom: -1px;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-right .profile-container-v2-right-inner .user-details table.table {
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0px;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-right .profile-container-v2-right-inner .user-details table.table strong {
  font-weight: 400;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-right .profile-container-v2-right-inner .photo-preview {
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-right .profile-container-v2-right-inner .photo-preview .col {
  margin: 0px;
  padding: 0px 1px 0px 0px;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left {
  border-right: 1px solid #f1f1f1;
  background: #f9f9f9;
  padding: 45px 0px 20px 0px;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .similar-profiles-v2 {
  padding: 10px 20px;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .similar-profiles-v2 .col {
  padding: 0px 5px;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .similar-profiles-v2 .col .inner {
  border: 1px solid #f8f8f4;
  border-radius: 0px;
  background: #fff;
  margin-bottom: 10px;
  padding: 0px!important;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .similar-profiles-v2 .col .inner .thumbnail {
  display: block;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .similar-profiles-v2 .col .inner .thumbnail a {
  display: block;
  border-radius: 0px;
  overflow: hidden;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .similar-profiles-v2 .col .inner .thumbnail .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .similar-profiles-v2 .col .inner .thumbnail .overlay .link-build {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .similar-profiles-v2 .col .inner .thumbnail .overlay .overlay-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 300;
  background: rgba(73, 27, 85, 0.85);
  height: 40px;
  text-align: left;
  z-index: 100;
  font-family: 'Roboto Slab', serif;
  padding: 5px 0px 0px 6px;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .similar-profiles-v2 .col .inner .thumbnail .overlay .overlay-bottom span {
  font-size: 12px;
  color: #ffffff;
  position: relative;
  margin-right: 5px;
  display: block;
  font-weight: 400;
  margin-bottom: -3px;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .similar-profiles-v2 .col .inner .thumbnail .overlay .overlay-bottom small {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 9px;
  font-weight: 400;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .similar-profiles-v2 .col .inner .thumbnail .overlay .overlay-bottom a {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  position: absolute;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .similar-profiles-v2 .col .inner .details {
  text-align: center;
  margin: 15px 0px 15px 0px;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .similar-profiles-v2 .col .inner .details small {
  display: inline-block;
  font-size: 10px;
  color: #808f96;
  background: #fbfbf7;
  padding: 2px 5px;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .galleries {
  padding: 10px 10px 0px 10px;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .galleries .item {
  margin-bottom: 10px;
  display: block;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .galleries .item .inner {
  border: 1px solid #f8f8f4;
  border-radius: 5px;
  background: #fff;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .galleries .item .inner .thumbnail {
  display: block;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .galleries .item .inner .thumbnail a {
  display: block;
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .galleries .item .inner .thumbnail .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .galleries .item .inner .thumbnail .overlay .overlay-message-white {
  color: #fff;
  margin: 40px 40px 0px 40px;
  text-align: center;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .galleries .item .inner .thumbnail .overlay .overlay-message-white strong {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .galleries .item .inner .thumbnail .overlay .overlay-message-white small {
  display: block;
  font-family: 'Roboto Slab', serif;
  font-size: 11px;
  font-weight: 300;
  margin: 5px 0px 10px 0px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .galleries .item .inner .thumbnail .overlay .overlay-message-white .btn {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 4px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: 400;
  border: none;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .galleries .item .inner .thumbnail .overlay .overlay-message-green {
  color: #3F9;
  margin: 40px 40px 0px 40px;
  text-align: center;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .galleries .item .inner .thumbnail .overlay .overlay-message-green strong {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .galleries .item .inner .thumbnail .overlay .overlay-message-green small {
  display: block;
  font-family: 'Roboto Slab', serif;
  font-size: 11px;
  font-weight: 300;
  margin: 5px 0px 10px 0px;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .galleries .item .inner .thumbnail .overlay .overlay-message-green .btn {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 4px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: 400;
  border: none;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .galleries .item .inner .thumbnail .overlay .label {
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 0.3px;
  padding: 3px 7px 3px 7px;
  text-decoration: none;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .galleries .item .inner .thumbnail .overlay .label-private {
  background: #d93455;
  background-image: -webkit-linear-gradient(top, #d93455, #c22948);
  background-image: -moz-linear-gradient(top, #d93455, #c22948);
  background-image: -ms-linear-gradient(top, #d93455, #c22948);
  background-image: -o-linear-gradient(top, #d93455, #c22948);
  background-image: linear-gradient(to bottom, #d93455, #c22948);
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .galleries .item .inner .thumbnail .overlay .label-public {
  background: #2db348;
  background-image: -webkit-linear-gradient(top, #2db348, #208c36);
  background-image: -moz-linear-gradient(top, #2db348, #208c36);
  background-image: -ms-linear-gradient(top, #2db348, #208c36);
  background-image: -o-linear-gradient(top, #2db348, #208c36);
  background-image: linear-gradient(to bottom, #2db348, #208c36);
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .galleries .item .inner .thumbnail .overlay .label-members {
  background: #2e63b3;
  background-image: -webkit-linear-gradient(top, #2e63b3, #2759a3);
  background-image: -moz-linear-gradient(top, #2e63b3, #2759a3);
  background-image: -ms-linear-gradient(top, #2e63b3, #2759a3);
  background-image: -o-linear-gradient(top, #2e63b3, #2759a3);
  background-image: linear-gradient(to bottom, #2e63b3, #2759a3);
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .galleries .item .inner .thumbnail .overlay .link-build {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .galleries .item .inner .thumbnail .overlay .icon-status {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .galleries .item .inner .thumbnail .overlay .online {
  background: none;
  color: #cce86f;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .galleries .item .inner .thumbnail .overlay .away {
  background: none;
  color: #ffdc00;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .galleries .item .inner .thumbnail .overlay .offline {
  background: none;
  color: #e6eded;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .galleries .item .inner .thumbnail .overlay .overlay-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 300;
  background: rgba(73, 27, 85, 0.85);
  height: 35px;
  text-align: right;
  z-index: 100;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .galleries .item .inner .thumbnail .overlay .overlay-bottom span {
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .galleries .item .inner .thumbnail .overlay .overlay-bottom a {
  color: rgba(255, 255, 255, 0.9);
  display: block;
  position: absolute;
  font-size: 11px;
  font-weight: 400;
  line-height: 10px;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .galleries .item .inner .thumbnail .overlay .overlay-bottom .left {
  bottom: 12px;
  left: 10px;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .galleries .item .inner .thumbnail .overlay .overlay-bottom small {
  display: inline-block;
  margin: 10px 10px 0px 0px;
  font-size: 10px;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .galleries .item .inner .thumbnail .overlay-denied {
  background: rgba(73, 27, 85, 0.85);
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .galleries .item .inner .thumbnail .overlay-denied .overlay-bottom {
  background: none;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .galleries .item .inner .gallery-name {
  display: block;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .title {
  border-top: 1px solid #e1e1dd;
  border-bottom: 1px solid #e1e1dd;
  margin-top: -1px;
  background: #fff;
  position: relative;
  padding: 10px;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .title .btn {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 10px;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .title span {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 700;
  color: #491b55;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .menu {
  border-top: 1px solid #e1e1dd;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .menu a {
  display: block;
  border-bottom: 1px solid #e1e1dd;
  padding: 10px 0px 10px 35px;
  font-size: 11px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  color: #383838;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .menu a:hover {
  background: #fff;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .menu a i {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .menu .profile i {
  background: url(../images/profile-menu-v2-sprite.png) 0px 0px no-repeat;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .menu .profile-selected {
  background: #fff;
  margin-right: -1px;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .menu .profile-selected i {
  background: url(../images/profile-menu-v2-sprite.png) -25px 0px no-repeat;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .menu .galleries i {
  background: url(../images/profile-menu-v2-sprite.png) 0px -25px no-repeat;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .menu .galleries-selected {
  background: #fff;
  margin-right: -1px;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .menu .galleries-selected i {
  background: url(../images/profile-menu-v2-sprite.png) -25px -25px no-repeat;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .menu .comments i {
  background: url(../images/profile-menu-v2-sprite.png) 0px -50px no-repeat;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .menu .comments-selected {
  background: #fff;
  margin-right: -1px;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .menu .comments-selected i {
  background: url(../images/profile-menu-v2-sprite.png) -25px -50px no-repeat;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .menu .photos i {
  background: url(../images/profile-menu-v2-sprite.png) 0px -75px no-repeat;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .menu .photos-selected {
  background: #fff;
  margin-right: -1px;
}
.user-profile-v2 .profile-container-v2 .profile-container-v2-left .menu .photos-selected i {
  background: url(../images/profile-menu-v2-sprite.png) -25px -75px no-repeat;
}
.matchmaking-dropdown {
  width: 470px;
  padding: 10px;
  left: 16px;
  margin-top: 0px;
  border-top: none;
  border-radius: 0px 0px 3px 3px;
}
.matchmaking-dropdown .start-match {
  text-align: center;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #f5f3ed;
  margin-bottom: 10px;
}
.matchmaking-dropdown .start-match span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-top: 15px;
  font-family: 'Roboto Condensed', sans-serif;
}
.matchmaking-dropdown .start-match .btn {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  border: none;
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 10px 20px 9px 20px;
  position: relative;
}
.matchmaking-dropdown .start-match .btn img {
  position: relative;
  top: -1px;
  left: -5px;
}
.matchmaking-dropdown .notifications-list .item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  min-height: 50px;
  opacity: 1;
}
.matchmaking-dropdown .notifications-list .item .actions {
  margin-top: 8px;
}
.matchmaking-dropdown .notifications-list .item .actions .btn {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.profile-galleries {
  padding: 10px 0px 0px 0px;
}
.profile-galleries .col {
  margin-bottom: 10px;
  display: block;
}
.profile-galleries .col .inner {
  border: 1px solid #f8f8f4;
  border-radius: 5px;
  background: #fff;
}
.profile-galleries .col .inner .thumbnail {
  display: block;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.profile-galleries .col .inner .thumbnail .absolute-link {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.profile-galleries .col .inner .thumbnail a {
  display: block;
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
}
.profile-galleries .col .inner .thumbnail .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}
.profile-galleries .col .inner .thumbnail .overlay .overlay-message-white {
  color: #fff;
  margin: 30px 40px 0px 40px;
  text-align: center;
}
.profile-galleries .col .inner .thumbnail .overlay .overlay-message-white strong {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.profile-galleries .col .inner .thumbnail .overlay .overlay-message-white small {
  display: block;
  font-family: 'Roboto Slab', serif;
  font-size: 11px;
  font-weight: 300;
  margin: 5px 0px 10px 0px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.profile-galleries .col .inner .thumbnail .overlay .overlay-message-white .btn {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 4px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: 400;
  border: none;
}
.profile-galleries .col .inner .thumbnail .overlay .overlay-message-green {
  color: #3F9;
  margin: 40px 40px 0px 40px;
  text-align: center;
}
.profile-galleries .col .inner .thumbnail .overlay .overlay-message-green strong {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
}
.profile-galleries .col .inner .thumbnail .overlay .overlay-message-green small {
  display: block;
  font-family: 'Roboto Slab', serif;
  font-size: 11px;
  font-weight: 300;
  margin: 5px 0px 10px 0px;
}
.profile-galleries .col .inner .thumbnail .overlay .overlay-message-green .btn {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 4px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: 400;
  border: none;
}
.profile-galleries .col .inner .thumbnail .overlay .label {
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 0.3px;
  padding: 3px 7px 3px 7px;
  text-decoration: none;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.profile-galleries .col .inner .thumbnail .overlay .label-private {
  background: #d93455;
  background-image: -webkit-linear-gradient(top, #d93455, #c22948);
  background-image: -moz-linear-gradient(top, #d93455, #c22948);
  background-image: -ms-linear-gradient(top, #d93455, #c22948);
  background-image: -o-linear-gradient(top, #d93455, #c22948);
  background-image: linear-gradient(to bottom, #d93455, #c22948);
}
.profile-galleries .col .inner .thumbnail .overlay .label-public {
  background: #2db348;
  background-image: -webkit-linear-gradient(top, #2db348, #208c36);
  background-image: -moz-linear-gradient(top, #2db348, #208c36);
  background-image: -ms-linear-gradient(top, #2db348, #208c36);
  background-image: -o-linear-gradient(top, #2db348, #208c36);
  background-image: linear-gradient(to bottom, #2db348, #208c36);
}
.profile-galleries .col .inner .thumbnail .overlay .label-members {
  background: #2e63b3;
  background-image: -webkit-linear-gradient(top, #2e63b3, #2759a3);
  background-image: -moz-linear-gradient(top, #2e63b3, #2759a3);
  background-image: -ms-linear-gradient(top, #2e63b3, #2759a3);
  background-image: -o-linear-gradient(top, #2e63b3, #2759a3);
  background-image: linear-gradient(to bottom, #2e63b3, #2759a3);
}
.profile-galleries .col .inner .thumbnail .overlay .link-build {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.profile-galleries .col .inner .thumbnail .overlay .icon-status {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
}
.profile-galleries .col .inner .thumbnail .overlay .online {
  background: none;
  color: #cce86f;
}
.profile-galleries .col .inner .thumbnail .overlay .away {
  background: none;
  color: #ffdc00;
}
.profile-galleries .col .inner .thumbnail .overlay .offline {
  background: none;
  color: #e6eded;
}
.profile-galleries .col .inner .thumbnail .overlay .overlay-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 300;
  background: rgba(73, 27, 85, 0.85);
  height: 35px;
  text-align: right;
  z-index: 100;
}
.profile-galleries .col .inner .thumbnail .overlay .overlay-bottom span {
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.profile-galleries .col .inner .thumbnail .overlay .overlay-bottom a {
  color: rgba(255, 255, 255, 0.9);
  display: block;
  position: absolute;
  font-size: 11px;
  font-weight: 400;
  line-height: 10px;
}
.profile-galleries .col .inner .thumbnail .overlay .overlay-bottom .left {
  bottom: 12px;
  left: 10px;
}
.profile-galleries .col .inner .thumbnail .overlay .overlay-bottom small {
  display: inline-block;
  margin: 10px 10px 0px 0px;
  font-size: 10px;
}
.profile-galleries .col .inner .thumbnail .overlay-denied {
  background: rgba(73, 27, 85, 0.85);
}
.profile-galleries .col .inner .thumbnail .overlay-denied .overlay-bottom {
  background: none;
}
.profile-galleries .col .inner .gallery-name {
  display: block;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.profile-container-v2-breadcrumb {
  background: #f9f9f9;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 15px;
  margin-bottom: 10px;
  position: relative;
}
.profile-container-v2-breadcrumb .link,
.profile-container-v2-breadcrumb span {
  font-family: 'Roboto Slab', serif;
  font-size: 13px;
  font-weight: 400;
}
.profile-container-v2-breadcrumb .btn {
  position: absolute;
  top: 11px;
  right: 11px;
  font-size: 10px;
}
.profile-comments-list .item {
  position: relative;
  padding-left: 70px;
  min-height: 50px;
  border-bottom: 1px solid #e1e1dd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.profile-comments-list .item .avatar {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
}
.profile-comments-list .item .inner {
  font-family: 'Roboto Slab', serif;
}
.profile-comments-list .item .inner .top .dropdown {
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.profile-comments-list .item .inner .top .dropdown .dropdown-toggle {
  text-decoration: none;
}
.profile-comments-list .item .inner .top .dropdown .dropdown-menu a {
  font-size: 11px;
}
.profile-comments-list .item .inner .top .dropdown .icon-cog {
  font-size: 16px;
}
.profile-comments-list .item .inner .top .dropdown .caret {
  position: relative;
  top: -2px;
}
.profile-comments-list .item .inner .top span {
  font-size: 13px;
  font-weight: 300;
}
.profile-comments-list .item .inner .top span a {
  font-weight: 400;
}
.profile-comments-list .item .inner .top small {
  opacity: 0.5;
}
.profile-comments-list .item .inner p {
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
}
.profile-comments-add .item {
  position: relative;
  padding-left: 70px;
  min-height: 50px;
  border-bottom: 1px solid #e1e1dd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.profile-comments-add .item .avatar {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 9px;
  left: 0px;
}
.profile-comments-add .item .inner {
  position: relative;
  width: 100%;
  height: 70px;
  padding: 0px;
  background: #d68bb7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
}
.profile-comments-add .item .inner .form-control {
  border: 1px solid #e2a652;
  position: relative;
  top: -1px;
  right: -1px;
}
.profile-comments-add .item .inner:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #d68bb7;
  display: block;
  width: 0;
  z-index: 1;
  left: -15px;
  top: 25px;
}
.profile-top-v2 {
  background: none;
  border-bottom: 1px solid #e1e1dd;
  position: relative;
  z-index: 999;
  height: 85px;
}
.profile-top-v2 .container {
  position: relative;
  background: none!important;
  border: none!important;
}
.profile-top-v2 .container .avatar {
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 12px;
  left: 10px;
}
.profile-top-v2 .container .details {
  margin-left: 70px;
  margin-top: 20px;
  font-family: 'Roboto Slab', serif;
}
.profile-top-v2 .container .details .btn {
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11px;
  padding: 1px 7px 1px 7px;
  margin-left: 5px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.profile-top-v2 .container .details .username {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 14px;
  color: #78368a;
}
.profile-top-v2 .container .details .username .icon-status {
  font-size: 16px;
  position: relative;
  bottom: -2px;
}
.profile-top-v2 .container .details .username .online {
  background: none;
  color: #cce86f;
}
.profile-top-v2 .container .details .username .away {
  background: none;
  color: #ffdc00;
}
.profile-top-v2 .container .details .username .offline {
  background: none;
  color: #e6eded;
}
.profile-top-v2 .container .details small {
  display: block;
  margin: 2px;
  font-weight: 300;
  font-size: 11px;
}
.profile-top-v2 .container .my-account-actions-top {
  margin: 48px 0px 0px 25px;
  background: #f9f9f9;
  border-right: 1px solid #e1e1dd;
  border-top: 1px solid #e1e1dd;
}
.profile-top-v2 .container .my-account-actions-top a {
  display: block;
  float: left;
  border-left: 1px solid #e1e1dd;
  padding: 10px 20px 10px 42px;
  font-size: 11px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  color: #383838;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.profile-top-v2 .container .my-account-actions-top a:hover {
  background: #fff;
}
.profile-top-v2 .container .my-account-actions-top a i {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 6px;
  left: 10px;
}
.profile-top-v2 .container .my-account-actions-top .btn-dashboard i {
  background: url(../images/my-account-sprite-top.png) 0px 0px no-repeat;
}
.profile-top-v2 .container .my-account-actions-top .btn-dashboard-selected {
  background: #fff;
  margin-bottom: -1px;
}
.profile-top-v2 .container .my-account-actions-top .btn-dashboard-selected i {
  background: url(../images/my-account-sprite-top.png) -25px 0px no-repeat;
}
.profile-top-v2 .container .my-account-actions-top .btn-inbox i {
  background: url(../images/my-account-sprite-top.png) 0px -25px no-repeat;
}
.profile-top-v2 .container .my-account-actions-top .btn-inbox-selected {
  background: #fff;
  margin-right: -1px;
}
.profile-top-v2 .container .my-account-actions-top .btn-inbox-selected i {
  background: url(../images/my-account-sprite-top.png) -25px -25px no-repeat;
}
.profile-top-v2 .container .my-account-actions-top .btn-gifts i {
  background: url(../images/my-account-sprite-top.png) 0px -50px no-repeat;
}
.profile-top-v2 .container .my-account-actions-top .btn-gifts-selected {
  background: #fff;
  margin-right: -1px;
}
.profile-top-v2 .container .my-account-actions-top .btn-gifts-selected i {
  background: url(../images/my-account-sprite-top.png) -25px -50px no-repeat;
}
.profile-top-v2 .container .my-account-actions-top .btn-notifications i {
  background: url(../images/my-account-sprite-top.png) 0px -75px no-repeat;
}
.profile-top-v2 .container .my-account-actions-top .btn-notifications-selected {
  background: #fff;
  margin-right: -1px;
}
.profile-top-v2 .container .my-account-actions-top .btn-notifications-selected i {
  background: url(../images/my-account-sprite-top.png) -25px -75px no-repeat;
}
.profile-top-v2 .container .my-account-actions-top .btn-matchmaker i {
  background: url(../images/my-account-sprite-top.png) 0px -100px no-repeat;
}
.profile-top-v2 .container .my-account-actions-top .btn-matchmaker-selected {
  background: #fff;
  margin-right: -1px;
}
.profile-top-v2 .container .my-account-actions-top .btn-matchmaker-selected i {
  background: url(../images/my-account-sprite-top.png) -25px -100px no-repeat;
}
.profile-top-v2 .container .my-account-actions-top .btn-flirtmap i {
  background: url(../images/my-account-sprite-top.png) 0px -125px no-repeat;
}
.profile-top-v2 .container .my-account-actions-top .btn-flirtmap-selected {
  background: #fff;
  margin-right: -1px;
}
.profile-top-v2 .container .my-account-actions-top .btn-flirtmap-selected i {
  background: url(../images/my-account-sprite-top.png) -25px -125px no-repeat;
}
.profile-top-v2 .container .user-details-v2 {
  padding-top: 20px;
}
.profile-top-v2 .container .user-details-v2 .username {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 30px;
  color: #78368a;
}
.profile-top-v2 .container .user-details-v2 .username .icon-status {
  font-size: 22px;
  position: relative;
  bottom: -2px;
}
.profile-top-v2 .container .user-details-v2 .username .online {
  background: none;
  color: #cce86f;
}
.profile-top-v2 .container .user-details-v2 .username .away {
  background: none;
  color: #ffdc00;
}
.profile-top-v2 .container .user-details-v2 .username .offline {
  background: none;
  color: #e6eded;
}
.profile-top-v2 .container .user-details-v2 small {
  display: block;
  margin: 2px;
  font-weight: 300;
  font-size: 11px;
}
.my-account-v2 {
  background: #fbfbf7;
}
.my-account-v2 .my-account-container-v2 {
  background: #fff;
  border: 1px solid #e1e1dd;
  border-top: none;
  border-bottom: none;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-right .my-account-container-v2-right-inner {
  padding: 40px 25px 40px 25px;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-right .my-account-container-v2-right-inner .user-details .interests-list {
  margin-top: 5px;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-right .my-account-container-v2-right-inner .user-details .interests-list .btn {
  margin: 3px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 11px;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-right .my-account-container-v2-right-inner .user-details .user-details-title {
  background: #f9f9f9;
  border-bottom: 1px solid #e5e5e5;
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: 400;
  color: #c252bb;
  padding: 10px 15px;
  margin-bottom: -1px;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-right .my-account-container-v2-right-inner .user-details table.table {
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0px;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-right .my-account-container-v2-right-inner .user-details table.table strong {
  font-weight: 400;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-right .my-account-container-v2-right-inner .photo-preview {
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-right .my-account-container-v2-right-inner .photo-preview .col {
  margin: 0px;
  padding: 0px 1px 0px 0px;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left {
  border-right: 1px solid #f1f1f1;
  background: #f9f9f9;
  padding: 0px 0px 20px 0px;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .similar-profiles-v2 {
  padding: 10px 20px;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .similar-profiles-v2 .col {
  padding: 0px 5px;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .similar-profiles-v2 .col .inner {
  border: 1px solid #f8f8f4;
  border-radius: 0px;
  background: #fff;
  margin-bottom: 10px;
  padding: 0px!important;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .similar-profiles-v2 .col .inner .thumbnail {
  display: block;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .similar-profiles-v2 .col .inner .thumbnail a {
  display: block;
  border-radius: 0px;
  overflow: hidden;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .similar-profiles-v2 .col .inner .thumbnail .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .similar-profiles-v2 .col .inner .thumbnail .overlay .link-build {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .similar-profiles-v2 .col .inner .thumbnail .overlay .overlay-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 300;
  background: rgba(73, 27, 85, 0.85);
  height: 40px;
  text-align: left;
  z-index: 100;
  font-family: 'Roboto Slab', serif;
  padding: 5px 0px 0px 6px;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .similar-profiles-v2 .col .inner .thumbnail .overlay .overlay-bottom span {
  font-size: 12px;
  color: #ffffff;
  position: relative;
  margin-right: 5px;
  display: block;
  font-weight: 400;
  margin-bottom: -3px;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .similar-profiles-v2 .col .inner .thumbnail .overlay .overlay-bottom small {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 9px;
  font-weight: 400;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .similar-profiles-v2 .col .inner .thumbnail .overlay .overlay-bottom a {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  position: absolute;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .similar-profiles-v2 .col .inner .details {
  text-align: center;
  margin: 15px 0px 15px 0px;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .similar-profiles-v2 .col .inner .details small {
  display: inline-block;
  font-size: 10px;
  color: #808f96;
  background: #fbfbf7;
  padding: 2px 5px;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .title {
  border-top: 1px solid #e1e1dd;
  border-bottom: 1px solid #e1e1dd;
  margin-top: -1px;
  background: #fff;
  position: relative;
  padding: 11px 10px 8px 10px;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .title .btn {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 10px;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .title span {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 700;
  color: #491b55;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .menu a {
  display: block;
  border-bottom: 1px solid #e1e1dd;
  padding: 10px 0px 10px 42px;
  font-size: 11px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  color: #383838;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .menu a:hover {
  background: #fff;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .menu a i {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 6px;
  left: 10px;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .menu .btn-profile i {
  background: url(../images/my-account-sprite-left.png) 0px 0px no-repeat;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .menu .btn-profile-selected {
  background: #fff;
  margin-right: -1px;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .menu .btn-profile-selected i {
  background: url(../images/my-account-sprite-left.png) -25px 0px no-repeat;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .menu .btn-photos i {
  background: url(../images/my-account-sprite-left.png) 0px -25px no-repeat;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .menu .btn-photos-selected {
  background: #fff;
  margin-right: -1px;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .menu .btn-photos-selected i {
  background: url(../images/my-account-sprite-left.png) -25px -25px no-repeat;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .menu .btn-galleries i {
  background: url(../images/my-account-sprite-left.png) 0px -50px no-repeat;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .menu .btn-galleries-selected {
  background: #fff;
  margin-right: -1px;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .menu .btn-galleries-selected i {
  background: url(../images/my-account-sprite-left.png) -25px -50px no-repeat;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .menu .btn-favorites i {
  background: url(../images/my-account-sprite-left.png) 0px -75px no-repeat;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .menu .btn-favorites-selected {
  background: #fff;
  margin-right: -1px;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .menu .btn-favorites-selected i {
  background: url(../images/my-account-sprite-left.png) -25px -75px no-repeat;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .menu .btn-visitors i {
  background: url(../images/my-account-sprite-left.png) 0px -100px no-repeat;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .menu .btn-visitors-selected {
  background: #fff;
  margin-right: -1px;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .menu .btn-visitors-selected i {
  background: url(../images/my-account-sprite-left.png) -25px -100px no-repeat;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .menu .btn-account i {
  background: url(../images/my-account-sprite-left.png) 0px -125px no-repeat;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .menu .btn-account-selected {
  background: #fff;
  margin-right: -1px;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .menu .btn-account-selected i {
  background: url(../images/my-account-sprite-left.png) -25px -125px no-repeat;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .menu .btn-member i {
  background: url(../images/my-account-sprite-left.png) 0px -150px no-repeat;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .menu .btn-member-selected {
  background: #fff;
  margin-right: -1px;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .menu .btn-member-selected i {
  background: url(../images/my-account-sprite-left.png) -25px -150px no-repeat;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .menu .btn-admin i {
  background: url(../images/my-account-sprite-left.png) 0px -175px no-repeat;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .menu .btn-admin-selected {
  background: #fff;
  margin-right: -1px;
}
.my-account-v2 .my-account-container-v2 .my-account-container-v2-left .menu .btn-admin-selected i {
  background: url(../images/my-account-sprite-left.png) -25px -175px no-repeat;
}
.gallery-preview .col {
  padding: 0px;
}
.gallery-preview .col .thumb {
  display: block;
  padding: 0px 5px 6px 5px;
  position: relative;
}
.gallery-preview .col .thumb .btn-primary {
  position: absolute;
  top: 10px;
  left: 15px;
  margin: 0px;
}
.similar-profiles-v2-container .similar-profiles-v2 {
  padding: 10px 20px;
}
.similar-profiles-v2-container .similar-profiles-v2 .col {
  padding: 0px 5px;
}
.similar-profiles-v2-container .similar-profiles-v2 .col .inner {
  border: 1px solid #f8f8f4;
  border-radius: 0px;
  background: #fff;
  margin-bottom: 10px;
  padding: 0px!important;
}
.similar-profiles-v2-container .similar-profiles-v2 .col .inner .thumbnail {
  display: block;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.similar-profiles-v2-container .similar-profiles-v2 .col .inner .thumbnail a {
  display: block;
  border-radius: 0px;
  overflow: hidden;
}
.similar-profiles-v2-container .similar-profiles-v2 .col .inner .thumbnail .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}
.similar-profiles-v2-container .similar-profiles-v2 .col .inner .thumbnail .overlay .link-build {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.similar-profiles-v2-container .similar-profiles-v2 .col .inner .thumbnail .overlay .overlay-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 300;
  background: rgba(73, 27, 85, 0.85);
  height: 40px;
  text-align: left;
  z-index: 100;
  font-family: 'Roboto Slab', serif;
  padding: 5px 0px 0px 6px;
}
.similar-profiles-v2-container .similar-profiles-v2 .col .inner .thumbnail .overlay .overlay-bottom span {
  font-size: 12px;
  color: #ffffff;
  position: relative;
  margin-right: 5px;
  display: block;
  font-weight: 400;
  margin-bottom: -3px;
}
.similar-profiles-v2-container .similar-profiles-v2 .col .inner .thumbnail .overlay .overlay-bottom small {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 9px;
  font-weight: 400;
}
.similar-profiles-v2-container .similar-profiles-v2 .col .inner .thumbnail .overlay .overlay-bottom a {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  position: absolute;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
}
.similar-profiles-v2-container .similar-profiles-v2 .col .inner .details {
  text-align: center;
  margin: 15px 0px 15px 0px;
}
.similar-profiles-v2-container .similar-profiles-v2 .col .inner .details small {
  display: inline-block;
  font-size: 10px;
  color: #808f96;
  background: #fbfbf7;
  padding: 2px 5px;
}
.similar-profiles-v2-container .title {
  border-top: 1px solid #e1e1dd;
  border-bottom: 1px solid #e1e1dd;
  margin-top: -1px;
  background: #fff;
  position: relative;
  padding: 10px;
}
.similar-profiles-v2-container .title .btn {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 10px;
}
.similar-profiles-v2-container .title span {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 700;
  color: #491b55;
}
.load-more-v2 {
  padding: 0px 15px;
  position: relative;
}
.load-more-v2 .btn-next {
  position: absolute!important;
  top: 0px;
  left: 0px;
}
.load-more-v2 .btn {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 16px;
  position: relative;
  padding: 8px 22px 8px 22px;
}
.load-more-v2 .btn-load {
  padding-left: 42px;
  padding-right: 15px;
}
.load-more-v2 .btn-load img {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 5px;
  left: 9px;
}
.hp-whitelabel-splash {
  background: url(../images/splash-whitelabel_incontrimigliori.jpg) top center repeat-x #fff;
  border-bottom: 1px solid #d78cd1;
  position: relative;
  padding-bottom: 50px;
}
.hp-whitelabel-splash .mobile {
  background: url(../images/mobile_incontrimigliori.png) bottom left no-repeat;
  z-index: 99;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.hp-whitelabel-splash .container {
  z-index: 1000;
}
.hp-whitelabel-splash .auth-box-top {
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -1px;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  margin-top: 50px;
  margin-bottom: 30px;
  z-index: 1000;
}
.hp-whitelabel-splash .auth-box-top p {
  font-size: 16px;
  font-weight: 300px;
  letter-spacing: normal;
  margin-top: 20px;
}
.hp-whitelabel-splash .auth-box {
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
.hp-whitelabel-splash .auth-box .inner {
  padding: 20px 20px 10px 20px;
}
.hp-whitelabel-splash .auth-box .inner .copy {
  text-align: center;
  font-size: 10px;
  font-weight: 300;
  margin-top: 20px;
}
.hp-whitelabel-splash .auth-box .inner .copy a {
  text-decoration: underline;
  color: #4d5b63;
}
.hp-whitelabel-splash .auth-box .inner .hp-v3-register-fb {
  display: inline-block;
  border-radius: 3px;
  background: #647ba2;
  height: 40px;
  line-height: 28px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #495b7c;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 100%;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.hp-whitelabel-splash .auth-box .inner .hp-v3-register-fb img {
  position: absolute;
  top: 10px;
  left: 10px;
}
.hp-whitelabel-splash .auth-box .inner .form-horizontal .form-group {
  margin-bottom: 10px;
}
.hp-whitelabel-splash .auth-box .inner .form-horizontal .form-group button.active {
  background: #4bc52f!important;
}
.hp-whitelabel-splash .auth-box .inner .form-horizontal .form-group .control-label {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
  padding: 6px 0px 0px 0px;
  margin: 0px;
}
.hp-whitelabel-splash .auth-box .inner .form-horizontal .form-group .hp-v3-register {
  display: inline-block;
  border-radius: 3px;
  background: #764f79;
  height: 55px;
  line-height: 30px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #5d3a60;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 0px 35px;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}
.hp-whitelabel-splash .auth-box .inner .form-horizontal .form-group .hp-v3-register-google {
  display: inline-block;
  border-radius: 3px;
  background: #da4735;
  height: 30px;
  line-height: 15px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #af3d2f;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  text-align: right;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
  width: 95px;
}
.hp-whitelabel-splash .auth-box .inner .form-horizontal .form-group .hp-v3-register-google img {
  position: absolute;
  top: 5px;
  left: 10px;
}
.hp-whitelabel-splash .auth-box .inner .form-horizontal .form-group .hp-v3-register-twitter {
  display: inline-block;
  border-radius: 3px;
  background: #33ccff;
  height: 30px;
  line-height: 15px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #1d99c2;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  text-align: right;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  width: 95px;
  margin-right: 6px;
}
.hp-whitelabel-splash .auth-box .inner .form-horizontal .form-group .hp-v3-register-twitter img {
  position: absolute;
  top: 5px;
  left: 10px;
}
.hp-whitelabel-splash .auth-box .inner .form-horizontal .form-group .btn-more {
  padding: 2px 6px 3px 6px;
}
.hp-whitelabel-splash .auth-box .inner .form-horizontal .form-group .btn-more span {
  font-size: 12px;
}
.hp-whitelabel-splash .auth-box .inner .top {
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 30px;
}
.hp-whitelabel-splash .auth-box .inner .top p {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  font-weight: 100;
}
.hp-whitelabel-splash .auth-box .inner .top p .purp {
  color: #78368a;
}
.hp-whitelabel-splash .auth-box .inner .top span {
  font-size: 13px;
  font-weight: 300;
}
.hp-whitelabel-splash .auth-box .inner .top span .purp {
  color: #78368a;
}
.hp-v3-splash {
  background: url(../images/splash-v3.jpg) top center repeat-x #fff;
  height: 744px;
  border-bottom: 1px solid #f2f0e9;
  position: relative;
}
.hp-v3-splash .auth-box {
  position: relative;
  top: 50px;
  background: rgba(239, 239, 239, 0.89);
  border: 10px solid #fff;
  -webkit-box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.7);
}
.hp-v3-splash .auth-box .inner {
  padding: 40px 40px 10px 40px;
}
.hp-v3-splash .auth-box .inner .copy {
  text-align: center;
  font-size: 10px;
  font-weight: 300;
  margin-top: 20px;
}
.hp-v3-splash .auth-box .inner .copy a {
  text-decoration: underline;
  color: #4d5b63;
}
.hp-v3-splash .auth-box .inner .form-horizontal .form-group {
  margin-bottom: 10px;
}
.hp-v3-splash .auth-box .inner .form-horizontal .form-group .control-label {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
  padding: 6px 0px 0px 0px;
  margin: 0px;
}
.hp-v3-splash .auth-box .inner .form-horizontal .form-group .hp-v3-register {
  display: inline-block;
  border-radius: 3px;
  background: #4bc52f;
  height: 40px;
  line-height: 20px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #35941f;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 100%;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}
.hp-v3-splash .auth-box .inner .form-horizontal .form-group .hp-v3-register-fb {
  display: inline-block;
  border-radius: 3px;
  background: #647ba2;
  height: 30px;
  line-height: 15px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #495b7c;
  font-family: 'Roboto Slab', serif;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 200px;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.hp-v3-splash .auth-box .inner .form-horizontal .form-group .hp-v3-register-fb img {
  position: absolute;
  top: 5px;
  left: 10px;
}
.hp-v3-splash .auth-box .inner .form-horizontal .form-group .hp-v3-register-google {
  display: inline-block;
  border-radius: 3px;
  background: #da4735;
  height: 30px;
  line-height: 15px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #af3d2f;
  font-family: 'Roboto Slab', serif;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  text-align: right;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
  width: 95px;
}
.hp-v3-splash .auth-box .inner .form-horizontal .form-group .hp-v3-register-google img {
  position: absolute;
  top: 5px;
  left: 10px;
}
.hp-v3-splash .auth-box .inner .form-horizontal .form-group .hp-v3-register-twitter {
  display: inline-block;
  border-radius: 3px;
  background: #33ccff;
  height: 30px;
  line-height: 15px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #1d99c2;
  font-family: 'Roboto Slab', serif;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  text-align: right;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  width: 95px;
  margin-right: 6px;
}
.hp-v3-splash .auth-box .inner .form-horizontal .form-group .hp-v3-register-twitter img {
  position: absolute;
  top: 5px;
  left: 10px;
}
.hp-v3-splash .auth-box .inner .form-horizontal .form-group .btn-more {
  padding: 2px 6px 3px 6px;
}
.hp-v3-splash .auth-box .inner .form-horizontal .form-group .btn-more span {
  font-size: 12px;
}
.hp-v3-splash .auth-box .inner .top {
  text-align: center;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 30px;
}
.hp-v3-splash .auth-box .inner .top p {
  margin: 0px;
  padding: 0px;
  font-size: 32px;
  font-weight: 100;
}
.hp-v3-splash .auth-box .inner .top p .purp {
  color: #78368a;
}
.hp-v3-splash .auth-box .inner .top span {
  font-size: 13px;
  font-weight: 300;
}
.hp-v3-splash .auth-box .inner .top span .purp {
  color: #78368a;
}
.hp-v3-tools {
  background: url(../images/users-background-hp.jpg) bottom center repeat-x #fbfbf7;
}
.hp-v3-tools .container {
  margin: 0px 200px 0px 400px;
}
.hp-v3-tools .container .inner {
  position: relative;
  background: url(../images/hp-phone-app-splash_incontrimigliori.png) bottom right no-repeat;
  min-height: 470px;
}
.hp-v3-tools .container .inner .tools-box {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  padding: 40px 40px 1px 40px;
  position: relative;
  bottom: -80px;
}
.hp-v3-tools .container .inner .tools-box .item {
  position: relative;
  min-height: 68px;
  padding-left: 80px;
  margin: 0px 0px 40px 0px;
}
.hp-v3-tools .container .inner .tools-box .item img {
  position: absolute;
  top: 0px;
  left: 0px;
}
.hp-v3-tools .container .inner .tools-box .item .details h4 {
  color: #4d5b63;
  font-weight: 300;
  font-size: 16px;
  padding: 3px 0px 7px 0px;
  margin: 0px;
}
.hp-v3-tools .container .inner .tools-box .item .details p {
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}
.hp-v3-stories .container .row .col {
  margin-bottom: 30px;
}
.hp-v3-stories .container .row .col .inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.hp-v3-stories .container .row .col .inner span {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  background: #d68bb7;
  padding: 5px 15px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.hp-v3-stories .container .row .col .inner .overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  padding: 20px 0px 25px 0px;
  background: rgba(0, 0, 0, 0.75);
  font-size: 24px;
  font-weight: 100;
  color: #fff;
  text-shadow: 0px 1px 0px #000;
  font-family: 'Roboto Slab', serif;
}
.hp-v3-stories .container .row .col .inner .overlay small {
  display: block;
  font-size: 12px;
  font-weight: 300;
}
.hp-v3-title {
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 50px 0px;
}
.hp-v3-title h2 {
  margin: 0px;
  padding: 20px 0px 5px 0px;
  font-size: 50px;
  font-weight: 400;
  color: #4d5b63;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.hp-v3-title h2 strong {
  font-weight: 400;
  color: #d68bb7;
}
.hp-v3-title p {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin-top: 20px;
}
.hp-logged-messages-list {
  border: 1px solid #f1f1f1;
  background: #f9f9f9;
  border-radius: 10px;
  margin: 20px 0px 0px 0px;
}
.hp-logged-messages-list .side-title-v5 {
  background: #fff;
  height: 50px;
  line-height: 50px;
  position: relative;
  padding-left: 15px;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 1px solid #f1f1f1;
}
.hp-logged-messages-list .side-title-v5 strong {
  color: #491b55;
}
.hp-logged-messages-list .side-title-v5 small {
  font-weight: 300;
}
.hp-logged-messages-list .side-title-v5 a {
  position: absolute;
  top: 14px;
  right: 14px;
}
.hp-logged-messages-list .hp-logged-userlist {
  margin-bottom: 0px;
  padding: 0px;
}
.hp-logged-messages-list .hp-logged-userlist .ul-holder {
  overflow: auto;
}
.hp-logged-messages-list .hp-logged-userlist ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.hp-logged-messages-list .hp-logged-userlist ul li.user-item {
  margin: 0px;
  padding: 10px 10px 10px 65px;
  position: relative;
  min-height: 65px;
  border-bottom: 1px solid #e0e0e0;
}
.hp-logged-messages-list .hp-logged-userlist ul li.user-item:last-child {
  border-bottom: none;
}
.hp-logged-messages-list .hp-logged-userlist ul li.user-item:hover {
  border-bottom: 1px solid #e3e3e3;
  background: #ffffff;
}
.hp-logged-messages-list .hp-logged-userlist ul li.user-item .label-notif {
  border-radius: 50%;
  z-index: 1000;
  position: absolute;
  top: 2px;
  left: 28px;
  background: #ff1f1f;
  border: 1px solid #e20000;
  padding: 0px 4px 0px 4px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  border-radius: 10px;
}
.hp-logged-messages-list .hp-logged-userlist ul li.user-item .inner-holder {
  display: block;
  text-decoration: none;
}
.hp-logged-messages-list .hp-logged-userlist ul li.user-item .avatar {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 9px;
  left: 10px;
}
.hp-logged-messages-list .hp-logged-userlist ul li.user-item .inner {
  position: relative;
  bottom: -5px;
  padding: 0px!important;
  margin: 0px;
}
.hp-logged-messages-list .hp-logged-userlist ul li.user-item .inner .close {
  top: 0px!important;
  right: 5px!important;
  position: absolute;
}
.hp-logged-messages-list .hp-logged-userlist ul li.user-item .inner .username {
  display: block;
  color: #383838;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  height: 20px;
  overflow: hidden;
  margin-top: -5px;
}
.hp-logged-messages-list .hp-logged-userlist ul li.user-item .inner .username .video-icon {
  position: relative;
}
.hp-logged-messages-list .hp-logged-userlist ul li.user-item .inner small {
  display: block;
  font-size: 11px;
  font-weight: 300;
  color: #4b4b4b;
  height: 15px;
  overflow: hidden;
}
.hp-logged-messages-list .hp-logged-userlist ul .user-status {
  display: block;
  height: 12px;
  left: 25px;
  position: absolute;
  top: 42px;
  width: 12px;
}
.hp-logged-messages-list .hp-logged-userlist ul li.user-item-active {
  border-bottom: 1px solid #e3e3e3;
  background: #ffffff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-color: #d68bb7!important;
}
.packages-v4 {
  border-top: 1px solid #202020;
  background: url(../images/packages-v4-bg.jpg) top center no-repeat #42182c;
  padding: 30px 0px;
}
.packages-v4 .container .top-title {
  text-align: center;
  margin-bottom: 30px;
}
.packages-v4 .container .top-title strong {
  color: #dfbce9;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  display: block;
}
.packages-v4 .container .top-title span {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}
.packages-v4 .container .row .col .package {
  background: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 20px;
}
.packages-v4 .container .row .col .package .inner {
  position: relative;
  min-height: 410px;
}
.packages-v4 .container .row .col .package .inner .upgrade-status {
  display: block;
  margin: 0px -15px;
  background: #5cb85c;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  padding: 6px 10px;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  font-family: roboto;
}
.packages-v4 .container .row .col .package .inner .upgrade-status strong {
  font-weight: 900;
}
.packages-v4 .container .row .col .package .inner .abs-corner {
  position: absolute;
  top: -10px;
  right: -15px;
}
.packages-v4 .container .row .col .package .inner .package-name {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0px 0px 5px;
}
.packages-v4 .container .row .col .package .inner .package-price {
  display: inline-block;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  line-height: 130px;
  position: relative;
  margin: 15px 0px;
}
.packages-v4 .container .row .col .package .inner .package-price span {
  position: absolute;
  font-size: 16px;
  top: -10px;
  right: 40px;
}
.packages-v4 .container .row .col .package .inner .package-price strong {
  font-size: 60px;
}
.packages-v4 .container .row .col .package .inner .package-price small {
  margin-left: -5px;
}
.packages-v4 .container .row .col .package .inner .package-time {
  background: #f5f7fa;
  margin: 0px -15px;
  padding: 15px 0px;
  color: #202020;
  font-size: 12px;
}
.packages-v4 .container .row .col .package .inner .package-features {
  padding: 10px 0px;
  font-size: 11px;
  font-weight: 300;
  line-height: 20px;
  border: none;
}
.packages-v4 .container .row .col .package .inner .package-action {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.packages-v4 .container .row .col .package .inner .package-action a {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  color: #202020;
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
  height: 35px;
  line-height: 30px;
  text-decoration: none;
}
.packages-v4 .container .row .col .package .inner .package-action a:hover {
  margin-top: 2px;
  height: 33px;
  line-height: 30px;
}
.packages-v4 .container .row .col .package-vip .inner .package-price {
  border: 10px solid #dfbce9;
}
.packages-v4 .container .row .col .package-vip .inner .package-time {
  border-left: 5px solid #dfbce9;
}
.packages-v4 .container .row .col .package-vip .inner .package-action a {
  background: #dfbce9;
  border-bottom: 5px solid #a87eb3;
}
.packages-v4 .container .row .col .package-vip .inner .package-action a:hover {
  border-bottom: 3px solid #a87eb3;
}
.packages-v4 .container .row .col .package-gold .inner .package-price {
  border: 10px solid #c984dc;
}
.packages-v4 .container .row .col .package-gold .inner .package-time {
  border-left: 5px solid #c984dc;
}
.packages-v4 .container .row .col .package-gold .inner .package-action a {
  color: #fff;
  background: #c984dc;
  border-bottom: 5px solid #9e5faf;
}
.packages-v4 .container .row .col .package-gold .inner .package-action a:hover {
  border-bottom: 3px solid #9e5faf;
}
.packages-v4 .container .row .col .package-silver .inner .package-price {
  border: 10px solid #8b3ca0;
}
.packages-v4 .container .row .col .package-silver .inner .package-time {
  border-left: 5px solid #8b3ca0;
}
.packages-v4 .container .row .col .package-silver .inner .package-action a {
  color: #fff;
  background: #8b3ca0;
  border-bottom: 5px solid #491b55;
}
.packages-v4 .container .row .col .package-silver .inner .package-action a:hover {
  border-bottom: 3px solid #491b55;
}
.packages-v4 .container .row .col .package-bronze .inner .package-price {
  border: 10px solid #aea393;
}
.packages-v4 .container .row .col .package-bronze .inner .package-time {
  border-left: 5px solid #aea393;
}
.packages-v4 .container .row .col .package-bronze .inner .package-action a {
  background: #aea393;
  border-bottom: 5px solid #837a6e;
}
.packages-v4 .container .row .col .package-bronze .inner .package-action a:hover {
  border-bottom: 3px solid #837a6e;
}
.membership-container {
  margin: 50px;
}
.membership-container .inner .row {
  margin: 0px;
  padding: 0px;
}
.membership-container .inner .row .col {
  margin: 0px;
  padding: 0px;
}
.membership-container .inner .row .col .form-control {
  font-weight: 500;
  font-size: 13px;
  color: #3b454b;
}
.membership-container .inner .row .col .membership-col {
  border: 1px solid #f2f0e9;
  border-radius: 6px;
  overflow: hidden;
  margin: 15px 5px 15px 5px;
  text-align: center;
}
.membership-container .inner .row .col .membership-col .form-control {
  box-shadow: none;
}
.membership-container .inner .row .col .membership-col .table {
  margin-bottom: 0px;
}
.membership-container .inner .row .col .membership-col .table th,
.membership-container .inner .row .col .membership-col .table td {
  border-color: #f2f0e9;
}
.membership-container .inner .row .col .membership-col .table tr td {
  font-weight: 300;
  background: #f9f9f9;
  font-family: 'Roboto Slab', serif;
  font-size: 11px;
}
.membership-container .inner .row .col .membership-col .table .alt td {
  background: #f1f1f1;
}
.membership-container .inner .row .col .membership-col .table .title-line td {
  font-size: 13px;
  font-weight: 300;
  background: #fff;
  color: #ab3e5b;
  height: 52px;
}
.membership-container .inner .row .col .membership-col .table .title-line td strong {
  display: block;
  margin-top: 8px;
}
.membership-container .inner .row .col .membership-col .table .title-line-small td {
  font-size: 13px;
  font-weight: 300;
  background: #fff;
  color: #ab3e5b;
  height: 20px;
}
.membership-container .inner .row .col .membership-col .table .title-line-small td strong {
  display: block;
  margin-top: 8px;
}
.membership-container .inner .row .col .membership-col .table .choose-this td {
  background: #fff;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.membership-container .inner .row .col .membership-col .table .choose-this td input {
  position: relative;
  bottom: -2px;
  margin-right: 5px;
}
.membership-container .inner .row .col .membership-col .table th {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
}
.membership-container .inner .row .col .membership-col .table th .inner .details {
  margin-top: 20px;
  padding: 5px 0px;
  background: rgba(255, 255, 255, 0.6);
  color: #ab3e5b;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-weight: 700;
}
.membership-container .inner .row .col .membership-col .table th .inner .price {
  color: #fff;
}
.membership-container .inner .row .col .membership-col .table th .inner .price strong {
  font-size: 48px;
  font-weight: 700;
}
.membership-container .inner .row .col .membership-col .table th .inner .price small {
  font-size: 32px;
  font-weight: 500;
  position: relative;
  margin-left: -6px;
}
.membership-container .inner .row .col .membership-col .table th .inner .price span {
  display: block;
  margin-top: -10px;
}
.membership-container .inner .row .col .membership-col .table thead {
  background: #ff851b;
  height: 150px;
}
.membership-container .inner .row .col .membership-col .table thead th {
  height: 150px;
}
.membership-container .inner .row .col .explanation-col {
  border: 1px solid #fff;
  border-radius: 6px;
  overflow: hidden;
  margin: 15px 5px 15px 5px;
  text-align: right;
}
.membership-container .inner .row .col .explanation-col .form-control {
  box-shadow: none;
}
.membership-container .inner .row .col .explanation-col .table {
  margin-bottom: 0px;
}
.membership-container .inner .row .col .explanation-col .table th,
.membership-container .inner .row .col .explanation-col .table td {
  border-color: #fff;
}
.membership-container .inner .row .col .explanation-col .table tr td {
  font-weight: 300;
  background: #fff;
  font-family: 'Roboto Slab', serif;
  font-size: 11px;
}
.membership-container .inner .row .col .explanation-col .table .alt td {
  background: #fff;
}
.membership-container .inner .row .col .explanation-col .table .title-line td {
  font-size: 13px;
  font-weight: 300;
  background: #fff;
  color: #ab3e5b;
  height: 52px;
}
.membership-container .inner .row .col .explanation-col .table .title-line td strong {
  display: block;
  margin-top: 8px;
}
.membership-container .inner .row .col .explanation-col .table .title-line-small td {
  font-size: 13px;
  font-weight: 300;
  background: #fff;
  color: #ab3e5b;
  height: 20px;
}
.membership-container .inner .row .col .explanation-col .table .title-line-small td strong {
  display: block;
  margin-top: 0px;
}
.membership-container .inner .row .col .explanation-col .table .choose-this td {
  background: #fff;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.membership-container .inner .row .col .explanation-col .table .choose-this td input {
  position: relative;
  bottom: -2px;
  margin-right: 5px;
}
.membership-container .inner .row .col .explanation-col .table th {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
}
.membership-container .inner .row .col .explanation-col .table th .inner .details {
  margin-top: 20px;
  padding: 5px 0px;
  background: rgba(255, 255, 255, 0.6);
  color: #ab3e5b;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-weight: 700;
}
.membership-container .inner .row .col .explanation-col .table th .inner .price {
  color: #fff;
}
.membership-container .inner .row .col .explanation-col .table th .inner .price strong {
  font-size: 48px;
  font-weight: 700;
}
.membership-container .inner .row .col .explanation-col .table th .inner .price small {
  font-size: 32px;
  font-weight: 500;
  position: relative;
  margin-left: -6px;
}
.membership-container .inner .row .col .explanation-col .table th .inner .price span {
  display: block;
  margin-top: -10px;
}
.membership-container .inner .row .col .explanation-col .table thead {
  background: #fff;
  height: 150px;
}
.membership-container .inner .row .col .explanation-col .table thead th {
  height: 150px;
}
.membership-container .inner .row .col .membership-col-free {
  border: 1px solid #f2f0e9;
  border-radius: 6px;
  overflow: hidden;
  margin: 15px 5px 15px 5px;
  text-align: center;
}
.membership-container .inner .row .col .membership-col-free .form-control {
  box-shadow: none;
}
.membership-container .inner .row .col .membership-col-free .table {
  margin-bottom: 0px;
}
.membership-container .inner .row .col .membership-col-free .table th,
.membership-container .inner .row .col .membership-col-free .table td {
  border-color: #f2f0e9;
}
.membership-container .inner .row .col .membership-col-free .table tr td {
  font-weight: 300;
  background: #f9f9f9;
  font-family: 'Roboto Slab', serif;
  font-size: 11px;
}
.membership-container .inner .row .col .membership-col-free .table .alt td {
  background: #f1f1f1;
}
.membership-container .inner .row .col .membership-col-free .table .title-line td {
  font-size: 13px;
  font-weight: 300;
  background: #fff;
  color: #ab3e5b;
  height: 52px;
}
.membership-container .inner .row .col .membership-col-free .table .title-line td strong {
  display: block;
  margin-top: 8px;
}
.membership-container .inner .row .col .membership-col-free .table .choose-this td {
  background: #fff;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.membership-container .inner .row .col .membership-col-free .table .choose-this td input {
  position: relative;
  bottom: -2px;
  margin-right: 5px;
}
.membership-container .inner .row .col .membership-col-free .table .title-line-small td {
  font-size: 13px;
  font-weight: 300;
  background: #fff;
  color: #ab3e5b;
  height: 20px;
}
.membership-container .inner .row .col .membership-col-free .table .title-line-small td strong {
  display: block;
  margin-top: 8px;
}
.membership-container .inner .row .col .membership-col-free .table th {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
}
.membership-container .inner .row .col .membership-col-free .table th .inner .details {
  margin-top: 20px;
  padding: 5px 0px;
  background: rgba(255, 255, 255, 0.6);
  color: #ab3e5b;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-weight: 700;
}
.membership-container .inner .row .col .membership-col-free .table th .inner .price {
  color: #fff;
}
.membership-container .inner .row .col .membership-col-free .table th .inner .price strong {
  font-size: 48px;
  font-weight: 700;
}
.membership-container .inner .row .col .membership-col-free .table th .inner .price small {
  font-size: 32px;
  font-weight: 500;
  position: relative;
  margin-left: -6px;
}
.membership-container .inner .row .col .membership-col-free .table th .inner .price span {
  display: block;
  margin-top: -10px;
}
.membership-container .inner .row .col .membership-col-free .table thead {
  background: #c9c4a4;
  height: 150px;
}
.membership-container .inner .row .col .membership-col-free .table thead th {
  height: 150px;
}
.membership-container .inner .row .col .package-col {
  background: #ab3e5b;
  border-radius: 6px;
  overflow: hidden;
  margin: 15px 5px 15px 5px;
  text-align: center;
}
.membership-container .inner .row .col .package-col .form-control {
  box-shadow: none;
}
.membership-container .inner .row .col .package-col .table {
  margin-bottom: 0px;
}
.membership-container .inner .row .col .package-col .table th,
.membership-container .inner .row .col .package-col .table td {
  border-color: #ab3e5b;
}
.membership-container .inner .row .col .package-col .table tr td {
  font-weight: 300;
  background: #ab3e5b;
  font-family: 'Roboto Slab', serif;
  font-size: 11px;
  color: #fff;
}
.membership-container .inner .row .col .package-col .table tr td .btn {
  padding: 6px 25px;
}
.membership-container .inner .row .col .package-col .table .title-line td {
  font-size: 13px;
  font-weight: 300;
  background: #fff;
  color: #ab3e5b;
}
.membership-container .inner .row .col .package-col .table th {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
}
.membership-container .inner .row .col .package-col .table th .inner .details {
  padding: 7px 0px 5px 0px;
  background: #89334d;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #df6493;
  margin-bottom: 20px;
}
.membership-container .inner .row .col .package-col .table th .inner .price {
  color: #fff;
}
.membership-container .inner .row .col .package-col .table th .inner .price strong {
  font-size: 32px;
  font-weight: 700;
}
.membership-container .inner .row .col .package-col .table th .inner .price small {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  margin-left: 6px;
}
.membership-container .inner .row .col .package-col .table th .inner .price span {
  display: block;
  margin-top: -10px;
}
.membership-container .inner .row .col .package-col .table thead {
  background: #ab3e5b;
  height: 120px;
}
.incontrimigliori-benefits {
  margin-bottom: 50px;
  margin-top: 10px;
}
.incontrimigliori-benefits .col {
  text-align: center;
}
.incontrimigliori-benefits .col h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.incontrimigliori-benefits .col .btn {
  padding: 20px 35px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 20px;
}
.incontrimigliori-splash {
  text-align: right;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  padding-top: 220px;
}
.incontrimigliori-splash h1 {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 41px;
}
.incontrimigliori-splash h1 strong {
  display: block;
  font-size: 100px;
  font-weight: 100;
  letter-spacing: 10px;
}
.incontrimigliori-splash p {
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  margin-left: 220px;
}
.modal-chat-req-splash {
  background: url(../images/videochat-bg.jpg) top left no-repeat;
  background-size: 100%;
  padding: 25px;
  height: 200px;
  -webkit-box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.3);
  margin-top: -1px;
  text-align: left;
}
.modal-chat-req-splash .inner {
  position: relative;
  padding-left: 175px;
}
.modal-chat-req-splash .inner .bubble {
  position: relative;
  width: auto;
  height: auto;
  padding: 15px;
  background: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  top: 35px;
  font-family: 'Roboto Slab', serif;
  font-height: 100;
  font-size: 14px;
}
.modal-chat-req-splash .inner .bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF;
  display: block;
  width: 0;
  z-index: 1;
  margin-top: -15px;
  left: -15px;
  top: 50%;
}
.modal-chat-req-splash .inner .round {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.5);
}
.modal-chat-req-splash .inner .video-icon {
  text-align: center;
  padding-top: 8px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 3px solid  #de7d2c;
  background: #ff881f;
  position: absolute;
  left: 50%;
  margin-left: -26px;
  top: 120px;
}
.modal-chat-req-splash .inner .video-icon-denied {
  text-align: center;
  padding-top: 8px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 3px solid #adadad;
  background: #ebebeb;
  position: absolute;
  left: 50%;
  margin-left: -26px;
  top: 120px;
}
.item-extra {
  display: block;
  background: #c965a0 !important;
  text-decoration: none!important;
}
.item-extra:hover {
  background: #b94288 !important;
}
.item-extra .message {
  height: 100px!important;
  text-align: center;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-size: 11px;
}
.item-extra .message strong {
  font-size: 18px;
  display: block;
  font-weight: 400;
}
.item-extra .message small {
  font-size: 10px;
  padding: 1px 3px;
  margin-top: 5px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  background: #a73b7a !important;
  border-radius: 2px;
}
.videochat-holder {
  position: relative;
}
.videochat-holder .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
}
.videochat-holder .overlay .inner {
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  width: 150px;
  text-align: center;
  height: 30px;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -75px;
  position: absolute;
}
.videochat-holder .overlay .inner span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
}
.denied-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
}
.denied-container .denied-message {
  text-align: center;
  width: 200px;
  padding: 15px 20px;
  position: absolute;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
  border: 1px solid #c965a0;
}
.denied-container .denied-message span {
  display: block;
  color: #c965a0;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0px 5px 0px!important;
}
.modal-chat-req-splash-v2 {
  background: url(../images/videochat-bg.jpg) top left no-repeat;
  background-size: 100%;
  padding: 0px;
  height: 245px;
  -webkit-box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.3);
  margin-top: -1px;
  text-align: left;
}
.modal-chat-req-splash-v2 .video {
  float: left;
  width: 326px;
}
.modal-chat-req-splash-v2 .inner {
  position: relative;
  float: left;
  padding: 0px 20px 0px 30px;
  width: 272px;
}
.modal-chat-req-splash-v2 .inner .bubble {
  position: relative;
  width: auto;
  height: auto;
  padding: 10px 15px;
  background: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  line-height: 18px;
  top: 35px;
  font-height: 300;
  font-size: 12px;
}
.modal-chat-req-splash-v2 .inner .bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF;
  display: block;
  width: 0;
  z-index: 1;
  margin-top: -15px;
  left: -15px;
  top: 50%;
}
.modal-req-text-v2 {
  text-align: left;
  font-family: 'Roboto Slab', serif;
}
.modal-req-text-v2 .avatar {
  width: 100px;
  float: left;
  margin-right: 20px;
  border-radius: 4px;
  overflow: hidden;
}
.modal-req-text-v2 span {
  display: block;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -1px;
  margin-top: 5px;
}
.modal-req-text-v2 small {
  display: block;
  margin-top: 7px;
}
.members-incontrimigliori .title-top {
  margin-bottom: 30px;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -1px;
  text-align: center;
  color: #414042;
  margin-top: 30px;
  z-index: 1000;
}
.members-incontrimigliori .title-top p {
  font-size: 16px;
  font-weight: 300px;
  letter-spacing: normal;
  margin-top: 20px;
}
.members-incontrimigliori .item {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.members-incontrimigliori .item .overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  font-size: 11px;
  padding: 12px 15px;
  font-weight: 300;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.members-incontrimigliori .item .overlay a {
  font-weight: 700;
  font-size: 12px;
  color: #ffd6fc;
}
.item-extra {
  display: block;
  background: #c965a0 !important;
  text-decoration: none!important;
}
.item-extra:hover {
  background: #b94288 !important;
}
.item-extra .message {
  height: 100px!important;
  text-align: center;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-size: 11px;
}
.item-extra .message strong {
  font-size: 18px;
  display: block;
  font-weight: 400;
}
.item-extra .message small {
  font-size: 10px;
  padding: 1px 3px;
  margin-top: 5px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  background: #a73b7a !important;
  border-radius: 2px;
}
.videochat-holder {
  position: relative;
}
.videochat-holder .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
}
.videochat-holder .overlay .inner {
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  width: 150px;
  text-align: center;
  height: 30px;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -75px;
  position: absolute;
}
.videochat-holder .overlay .inner span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
}
.denied-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
}
.denied-container .denied-message {
  text-align: center;
  width: 200px;
  padding: 15px 20px;
  position: absolute;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
  border: 1px solid #c965a0;
}
.denied-container .denied-message span {
  display: block;
  color: #c965a0;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0px 5px 0px!important;
}
.landing-confirm {
  padding-top: 30px;
}
.landing-confirm .mid {
  margin: 30px 0px;
  font-size: 25px;
  font-weight: 300;
}
.landing-confirm .confirm {
  background: -webkit-linear-gradient(90deg, #B993D6 10%, #8CA6DB 90%);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(90deg, #B993D6 10%, #8CA6DB 90%);
  /* FF3.6+ */
  background: -ms-linear-gradient(90deg, #B993D6 10%, #8CA6DB 90%);
  /* IE10 */
  background: -o-linear-gradient(90deg, #B993D6 10%, #8CA6DB 90%);
  /* Opera 11.10+ */
  background: linear-gradient(90deg, #B993D6 10%, #8CA6DB 90%);
  /* W3C */
  border-radius: 5px;
  padding: 20px 25px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.landing-confirm .confirm h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
}
.landing-confirm .confirm p {
  font-size: 14px;
  font-weight: 300;
}
.landing-confirm .confirm .btn {
  border: none;
  padding: 24px 30px;
  font-size: 16px;
  font-weight: 900;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  margin: 25px 0px 15px 0px;
  background: #449d44;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #91cf91;
}
.landing-confirm .confirm .btn:hover {
  background: #3d8b3d;
}
.landing-confirm .upgrade {
  background: -webkit-linear-gradient(90deg, #FF512F 10%, #DD2476 90%);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(90deg, #FF512F 10%, #DD2476 90%);
  /* FF3.6+ */
  background: -ms-linear-gradient(90deg, #FF512F 10%, #DD2476 90%);
  /* IE10 */
  background: -o-linear-gradient(90deg, #FF512F 10%, #DD2476 90%);
  /* Opera 11.10+ */
  background: linear-gradient(90deg, #FF512F 10%, #DD2476 90%);
  /* W3C */
  border-radius: 5px;
  padding: 20px 25px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.landing-confirm .upgrade h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
}
.landing-confirm .upgrade p {
  font-size: 14px;
  font-weight: 300;
}
.landing-confirm .upgrade .btn {
  border: none;
  padding: 24px 30px;
  font-size: 16px;
  font-weight: 900;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  margin: 25px 0px 15px 0px;
  background: #449d44;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #91cf91;
}
.landing-confirm .upgrade .btn:hover {
  background: #3d8b3d;
}
.notifications-v2-toggle {
  display: block;
  width: 247px;
  height: 44px;
  position: absolute;
  top: 120px;
  right: 0px;
  z-index: 99999;
  background: url(../images/notif-v2-toggle-bg.png) top left no-repeat;
}
.notifications-v2-toggle .inner {
  position: relative;
}
.notifications-v2-toggle small {
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  display: block;
  font-weight: 700;
  border-radius: 50%;
  background: #d90000;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  font-size: 8px;
  position: absolute;
  top: 32px;
  left: 16px;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
}
.notifications-v2-toggle .toggle {
  float: left;
  width: 44px;
  height: 44px;
  margin-right: 9px;
}
.notifications-v2-toggle span {
  float: left;
  height: 44px;
  line-height: 44px;
  font-size: 11px;
  font-weight: 300;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.notifications-v2-toggle .on {
  float: left;
  display: block;
  width: 101px;
  height: 26px;
  background: url(../images/notif-v2-toggle-inside.png) top left no-repeat;
  margin: 9px 0px 0px 9px;
}
.notifications-v2-toggle .on:hover {
  opacity: 0.9;
}
.notifications-v2-toggle .off {
  float: left;
  display: block;
  width: 101px;
  height: 26px;
  background: url(../images/notif-v2-toggle-inside.png) bottom left no-repeat;
  margin: 9px 0px 0px 9px;
}
.notifications-v2-toggle .off:hover {
  opacity: 0.9;
}
.notifications-v2-toggle-closed {
  display: block;
  width: 47px;
  height: 44px;
  position: absolute;
  top: 120px;
  right: 0px;
  z-index: 99999;
}
.notifications-v2-toggle-closed a.on,
.notifications-v2-toggle-closed a.off {
  display: none;
}
.notifications-v2-toggle-closed span {
  display: none;
}
.notifications-v2-holder-abs {
  display: block;
  position: absolute;
  top: 170px;
  right: 0px;
  z-index: 99999;
}
.notifications-v2-list {
  margin-bottom: 15px;
}
.notifications-v2-list .item {
  padding: 10px;
  min-height: 80px;
  width: auto;
  float: right;
  clear: both;
  position: relative;
  right: 5px;
  padding-left: 45px;
  padding-right: 120px;
  padding-bottom: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  margin-bottom: 5px;
}
.notifications-v2-list .item .close {
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #c2c2bf;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 9999;
  opacity: 1;
}
.notifications-v2-list .item .close span {
  position: relative;
  top: -2px;
  opacity: 0.7;
}
.notifications-v2-list .item .small-actions .btn {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 8px;
}
.notifications-v2-list .item .item-holder .text-center img {
  height: 100px;
  width: auto;
}
.notifications-v2-list .item .notification-status {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 35px;
  height: 100%;
  border-radius: 4px 0px 0px 4px;
  text-align: center;
}
.notifications-v2-list .item .notification-status i.fa {
  color: #ffffff;
  font-size: 20px;
  margin-top: 24px;
}
.notifications-v2-list .item .notification-status-success {
  background: #93cd7c;
}
.notifications-v2-list .item .notification-status-info {
  background: #70bbe1;
}
.notifications-v2-list .item .notification-status-warning {
  background: #f0db70;
}
.notifications-v2-list .item .notification-status-danger {
  background: #7a190f;
}
.notifications-v2-list .item .avatar {
  width: 72px;
  height: 54px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.notifications-v2-list .item .user-details {
  margin-top: 7px;
  margin-bottom: 9px;
}
.notifications-v2-list .item .user-details .top {
  font-size: 13px;
  font-weight: 300;
  color: #808f96;
  margin-bottom: 5px;
}
.notifications-v2-list .item .user-details .top a {
  font-weight: 900;
}
.notifications-v2-list .item .user-details small {
  font-size: 10px;
  font-weight: 300;
}
.notifications-v2-list .item .user-details p {
  font-size: 11px;
  margin-bottom: 15px;
}
.notifications-v2-list .item .date {
  position: absolute;
  top: 65px;
  right: 10px;
  font-size: 10px;
  opacity: 0.7;
}
.notifications-v2-list .item .user-actions {
  position: absolute;
  top: 20px;
  right: 20px;
}
.notifications-v2-list .item .user-actions a {
  display: inline-block;
  border: 1px solid #af33a7;
  color: #af33a7;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
}
.notifications-v2-list .item .user-actions a:hover {
  opacity: 0.8;
}
.notifications-v2-list .item .user-actions a i.fa {
  font-size: 15px;
  margin: 6px 0px;
}
.notifications-v2-list .chat-item {
  padding: 10px;
  min-height: 80px;
  width: auto;
  float: right;
  clear: both;
  position: relative;
  right: 5px;
  padding-left: 45px;
  padding-right: 100px;
  padding-bottom: 10px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  margin-bottom: 5px;
}
.notifications-v2-list .chat-item .bubble {
  position: relative;
  width: auto;
  height: auto;
  padding: 10px 15px;
  background: #ab4c4c;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  line-height: 18px;
  top: 0px;
  font-height: 300;
  font-size: 11px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.notifications-v2-list .chat-item .bubble a {
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
}
.notifications-v2-list .chat-item .bubble .btn {
  text-decoration: none;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  padding: 5px 9px 4px 9px;
  margin-top: 5px;
  font-size: 10px;
  text-transform: uppercase;
  border: none;
}
.notifications-v2-list .chat-item .bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent #ab4c4c;
  display: block;
  width: 0;
  z-index: 1;
  margin-top: -10px;
  right: -10px;
  top: 50%;
}
.notifications-v2-list .item-new {
  background: #fff9d7;
}
.notifications-v2-list-static {
  margin-bottom: 15px;
}
.notifications-v2-list-static .item {
  width: auto;
  float: none;
  clear: both;
}
.notifications-v2-list-toggle {
  margin-right: -10px;
  margin-top: -5px;
}
.profile-top-package {
  padding-bottom: 30px;
}
.body-landing-hotier {
  background: url(../images/hotier-landing-bg.jpg) top center no-repeat;
  background-size: cover;
}
.container-landing-page-hotier .top-landing-page-hotier {
  margin-top: 50px;
  margin-bottom: 30px;
}
.container-landing-page-hotier .landing-page-hotier-splash .row {
  margin: 0px -5px;
}
.container-landing-page-hotier .landing-page-hotier-splash .row .col {
  padding: 0px 5px;
}
.container-landing-page-hotier .landing-page-hotier-splash .row .col .model-item {
  margin-bottom: 10px;
}
.container-landing-page-hotier .landing-page-hotier-splash .row .col .big-holder {
  position: relative;
}
.container-landing-page-hotier .landing-page-hotier-splash .row .col .big-holder .overlay-holder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.container-landing-page-hotier .landing-page-hotier-splash .row .col .big-holder .overlay-holder .widget-auth {
  margin: 10px 0px 0px 0px;
  background: none;
}
.container-landing-page-hotier .landing-page-hotier-splash .row .col .big-holder .overlay-holder .widget-auth .form-group .input-group .input-group-addon {
  padding: 12px 16px;
}
.container-landing-page-hotier .landing-page-hotier-splash .row .col .big-holder .overlay-holder .widget-auth .form-group .input-group .input-group-addon i.fa {
  font-size: 20px;
}
.container-landing-page-hotier .landing-page-hotier-splash .row .col .big-holder .overlay-holder .widget-auth .form-group .input-group .form-control {
  padding: 12px 22px;
  height: 55px;
  font-size: 16px;
  font-weight: 300;
}
.container-landing-page-hotier .landing-page-hotier-splash .row .col .big-holder .overlay-holder .splash-text {
  margin: 120px 20px 0px 20px;
  font-size: 30px;
  font-weight: 100;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  text-transform: uppercase;
}
.container-landing-page-hotier .landing-page-hotier-splash .row .col .big-holder .overlay-holder .splash-text span {
  display: block;
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 20px;
}
.landing-hotier-modal-container {
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.landing-hotier-modal-container .modal-header {
  background: none;
  z-index: 9999999;
  position: relative;
  border: none;
  margin-bottom: -10px;
}
.landing-hotier-modal-container .modal-body {
  background: none;
  border: none;
  padding: 20px 40px 0px 40px;
  text-align: center;
}
.landing-hotier-modal-container .modal-body h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  font-weight: 300;
  margin-top: 0px;
  padding-top: 0px;
}
.landing-hotier-modal-container .modal-body p {
  font-size: 16px;
  font-weight: 300;
}
.landing-hotier-modal-container .modal-body .row {
  margin: 40px -40px -15px -40px;
  padding: 0px;
}
.landing-hotier-modal-container .modal-body .row .col {
  margin: 0px;
  padding: 0px;
}
.landing-hotier-modal-container .modal-footer {
  background: none;
  border: none;
  text-align: center;
}
.landing-hotier-modal-container .modal-footer .btn {
  padding: 20px 35px;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}
.top-title-upgrade {
  background: #fff;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 5px;
  padding: 25px;
  position: relative;
  overflow: hidden;
}
.top-title-upgrade i.fa {
  color: #c965a0;
  font-size: 200px;
  position: absolute;
  top: -20px;
  left: -20px;
  opacity: 0.1;
}
.top-title-upgrade strong {
  display: block;
  color: #c965a0;
  font-size: 20px;
  font-weight: 000;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.top-title-upgrade span {
  font-size: 16px;
  font-weight: 300;
}
.packages-v6 {
  background: url(../images/packages-v6-splash-bg.jpg) top center no-repeat;
  background-size: cover!important;
  min-height: 700px;
  height: auto;
  color: #383838;
}
.packages-v6 .inner {
  margin-top: 50px;
  margin-bottom: 50px;
}
.packages-v6 .inner .package-holder .actions {
  text-align: center;
}
.packages-v6 .inner .package-holder .actions .cards {
  margin-top: 10px;
}
.packages-v6 .inner .package-holder .actions .terms {
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  margin-top: 10px;
}
.packages-v6 .inner .package-holder .actions .btn {
  display: block;
  margin: 0px 10px;
  border-radius: 0px;
  border-top: 0px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
  height: 50px;
  line-height: 38px;
}
.packages-v6 .inner .package-holder .package {
  -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.2);
  margin-top: 5px;
  border: 3px solid #fff;
}
.packages-v6 .inner .package-holder .package .package-top {
  background: #fff;
  position: relative;
  text-align: right;
  height: 65px;
}
.packages-v6 .inner .package-holder .package .package-top img {
  position: absolute;
  top: 10px;
  left: 10px;
}
.packages-v6 .inner .package-holder .package .package-top .package-title {
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 65px;
  font-size: 45px;
  font-weight: 900;
  margin-right: 20px;
}
.packages-v6 .inner .package-holder .package .upgrade-status {
  display: block;
  margin: 0px;
  background: #5cb85c;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  padding: 6px 10px;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  font-family: roboto;
}
.packages-v6 .inner .package-holder .package .upgrade-status strong {
  font-weight: 900;
}
.packages-v6 .inner .package-holder .package .package-container {
  padding: 30px 30px 60px 30px;
  position: relative;
}
.packages-v6 .inner .package-holder .package .package-container .price {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  margin-top: -10px;
  margin-left: 10px;
}
.packages-v6 .inner .package-holder .package .package-container .price .euro {
  font-size: 50px;
  position: relative;
  top: -3px;
}
.packages-v6 .inner .package-holder .package .package-container .price .big {
  font-size: 90px;
  font-weight: 900;
  letter-spacing: -3px;
}
.packages-v6 .inner .package-holder .package .package-container .price .small {
  font-size: 40px;
  position: relative;
  top: -35px;
}
.packages-v6 .inner .package-holder .package .package-container .price .month {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  margin-top: -30px;
}
.packages-v6 .inner .package-holder .package .package-container ul {
  float: right;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.packages-v6 .inner .package-holder .package .package-container ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  height: 30px;
  line-height: 30px;
}
.packages-v6 .inner .package-holder .package .package-container .package-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.packages-v6 .inner .package-holder .package .package-container .package-bottom .percent {
  font-size: 16px;
  font-weight: 900;
  font-family: 'Roboto Condensed', sans-serif;
  color: #FF0;
}
.packages-v6 .inner .package-holder .package-bronze .package-top .package-title {
  color: #aea393;
}
.packages-v6 .inner .package-holder .package-bronze .package-container {
  background: #aea393;
  background: -moz-linear-gradient(top, #aea393 0%, #978a76 100%);
  background: -webkit-linear-gradient(top, #aea393 0%, #978a76 100%);
  background: linear-gradient(to bottom, #aea393 0%, #978a76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aea393', endColorstr='#978a76', GradientType=0);
}
.packages-v6 .inner .package-holder .package-silver .package-top .package-title {
  color: #a4a29e;
}
.packages-v6 .inner .package-holder .package-silver .package-container {
  background: #a4a29e;
  background: -moz-linear-gradient(top, #a4a29e 0%, #8a8884 100%);
  background: -webkit-linear-gradient(top, #a4a29e 0%, #8a8884 100%);
  background: linear-gradient(to bottom, #a4a29e 0%, #8a8884 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4a29e', endColorstr='#8a8884', GradientType=0);
}
.packages-v6 .inner .package-holder .package-gold .package-top .package-title {
  color: #fab348;
}
.packages-v6 .inner .package-holder .package-gold .package-container {
  background: #fab348;
  background: -moz-linear-gradient(top, #fab348 0%, #f99e15 100%);
  background: -webkit-linear-gradient(top, #fab348 0%, #f99e15 100%);
  background: linear-gradient(to bottom, #fab348 0%, #f99e15 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fab348', endColorstr='#f99e15', GradientType=0);
}
.packages-v6 .inner .package-holder .package-vip .package-top .package-title {
  color: #05bd3c;
}
.packages-v6 .inner .package-holder .package-vip .package-container {
  background: #06e248;
  background: -moz-linear-gradient(top, #06e248 0%, #05bd3c 100%);
  background: -webkit-linear-gradient(top, #06e248 0%, #05bd3c 100%);
  background: linear-gradient(to bottom, #06e248 0%, #05bd3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#06e248', endColorstr='#05bd3c', GradientType=0);
}
.packages-v6 .inner .package-holder .top {
  position: relative;
  height: 40px;
}
.packages-v6 .inner .package-holder .top .text {
  font-size: 14px;
  font-weight: 300;
}
.packages-v6 .inner .package-holder .top .text strong {
  font-size: 14px;
  font-weight: 900;
}
.packages-v6 .inner .package-holder .top .dropdown-holder {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
}
.packages-v6 .inner .package-holder .top .dropdown-holder .dropdown img {
  margin-left: 5px;
}
.packages-v6 .inner .package-holder .top .dropdown-holder .dropdown .item {
  background: #383838;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0px 15px;
}
.packages-v6 .inner .package-holder .top .dropdown-holder .dropdown .item .bronze {
  color: #cdc0ae;
  display: inline-block;
  font-weight: 900;
  margin: 0px 5px 0px 10px;
}
.packages-v6 .inner .package-holder .top .dropdown-holder .dropdown .item .silver {
  color: #c2c0c0;
  display: inline-block;
  font-weight: 900;
  margin: 0px 5px 0px 10px;
}
.packages-v6 .inner .package-holder .top .dropdown-holder .dropdown .item .gold {
  color: #ffe851;
  display: inline-block;
  font-weight: 900;
  margin: 0px 5px 0px 10px;
}
.packages-v6 .inner .package-holder .top .dropdown-holder .dropdown .item .vip {
  color: #7be063;
  display: inline-block;
  font-weight: 900;
  margin: 0px 5px 0px 10px;
}
.packages-v6 .inner .package-holder .top .dropdown-holder .toggle {
  float: right;
  margin-top: 1px;
}
.packages-v6 .inner .package-holder .top .dropdown-holder .toggle .item {
  background: #383838;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0px 15px;
}
.packages-v6 .inner .package-holder .top .dropdown-holder .toggle .item .bronze {
  color: #cdc0ae;
  display: inline-block;
  font-weight: 900;
  margin: 0px 5px 0px 0px;
}
.packages-v6 .inner .package-holder .top .dropdown-holder .toggle .item .silver {
  color: #c2c0c0;
  display: inline-block;
  font-weight: 900;
  margin: 0px 5px 0px 0px;
}
.packages-v6 .inner .package-holder .top .dropdown-holder .toggle .item .gold {
  color: #ffe851;
  display: inline-block;
  font-weight: 900;
  margin: 0px 5px 0px 0px;
}
.packages-v6 .inner .package-holder .top .dropdown-holder .toggle .item .vip {
  color: #7be063;
  display: inline-block;
  font-weight: 900;
  margin: 0px 5px 0px 0px;
}
.packages-v6 .inner .big-title {
  font-family: 'Roboto Condensed', sans-serif;
  color: #383838;
  text-align: center;
  margin-bottom: 30px;
}
.packages-v6 .inner .big-title span {
  display: block;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: -1px;
}
.packages-v6 .inner .big-title small {
  display: block;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.5px;
}
.user-profile-v3 {
  padding-bottom: 50px;
}
.user-profile-v3 .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}
.user-profile-v3 .overlay .overlay-message-white {
  color: #fff;
  margin: 40px 40px 0px 40px;
  text-align: center;
}
.user-profile-v3 .overlay .overlay-message-white strong {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.user-profile-v3 .overlay .overlay-message-white small {
  display: block;
  font-family: 'Roboto Slab', serif;
  font-size: 11px;
  font-weight: 300;
  margin: 5px 0px 10px 0px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.user-profile-v3 .overlay .overlay-message-white .btn {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 4px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: 400;
  border: none;
}
.user-profile-v3 .overlay .overlay-message-green {
  color: #3F9;
  margin: 40px 40px 0px 40px;
  text-align: center;
}
.user-profile-v3 .overlay .overlay-message-green strong {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
}
.user-profile-v3 .overlay .overlay-message-green small {
  display: block;
  font-family: 'Roboto Slab', serif;
  font-size: 11px;
  font-weight: 300;
  margin: 5px 0px 10px 0px;
}
.user-profile-v3 .overlay .overlay-message-green .btn {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 4px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: 400;
  border: none;
}
.user-profile-v3 .overlay .label {
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 0.3px;
  padding: 3px 7px 3px 7px;
  text-decoration: none;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.user-profile-v3 .overlay .label-private {
  background: #d93455;
  background-image: -webkit-linear-gradient(top, #d93455, #c22948);
  background-image: -moz-linear-gradient(top, #d93455, #c22948);
  background-image: -ms-linear-gradient(top, #d93455, #c22948);
  background-image: -o-linear-gradient(top, #d93455, #c22948);
  background-image: linear-gradient(to bottom, #d93455, #c22948);
}
.user-profile-v3 .overlay .label-public {
  background: #2db348;
  background-image: -webkit-linear-gradient(top, #2db348, #208c36);
  background-image: -moz-linear-gradient(top, #2db348, #208c36);
  background-image: -ms-linear-gradient(top, #2db348, #208c36);
  background-image: -o-linear-gradient(top, #2db348, #208c36);
  background-image: linear-gradient(to bottom, #2db348, #208c36);
}
.user-profile-v3 .overlay .label-members {
  background: #2e63b3;
  background-image: -webkit-linear-gradient(top, #2e63b3, #2759a3);
  background-image: -moz-linear-gradient(top, #2e63b3, #2759a3);
  background-image: -ms-linear-gradient(top, #2e63b3, #2759a3);
  background-image: -o-linear-gradient(top, #2e63b3, #2759a3);
  background-image: linear-gradient(to bottom, #2e63b3, #2759a3);
}
.user-profile-v3 .overlay .link-build {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.user-profile-v3 .overlay .icon-status {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
}
.user-profile-v3 .overlay .online {
  background: none;
  color: #cce86f;
}
.user-profile-v3 .overlay .away {
  background: none;
  color: #ffdc00;
}
.user-profile-v3 .overlay .offline {
  background: none;
  color: #e6eded;
}
.user-profile-v3 .overlay .overlay-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 300;
  background: rgba(52, 73, 94, 0.8);
  height: 35px;
  text-align: right;
  z-index: 100;
}
.user-profile-v3 .overlay .overlay-bottom span {
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.user-profile-v3 .overlay .overlay-bottom a {
  color: rgba(255, 255, 255, 0.9);
  display: block;
  position: absolute;
  font-size: 11px;
  font-weight: 400;
  line-height: 10px;
}
.user-profile-v3 .overlay .overlay-bottom .left {
  bottom: 12px;
  left: 10px;
}
.user-profile-v3 .overlay .overlay-bottom small {
  display: inline-block;
  margin: 10px 10px 0px 0px;
  font-size: 10px;
}
.user-profile-v3 .overlay-denied {
  background: rgba(52, 73, 94, 0.85);
}
.user-profile-v3 .overlay-denied .overlay-bottom {
  background: none;
}
.user-profile-v3 .h5-title {
  font-size: 16px;
  font-weight: 300;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  position: relative;
}
.user-profile-v3 .interests-holder {
  background: #dcdfe6;
  padding: 5px 0px 0px 5px;
}
.user-profile-v3 .interests-holder .btn {
  margin: 0px 3px 5px 0px;
  font-size: 11px;
  font-weight: 400;
  padding: 4px 7px;
}
.user-profile-v3 .interests-holder .btn i.fa {
  color: #d9534f;
  margin-left: 2px;
}
.user-profile-v3 .interests-holder .add-interest {
  margin: 10px 5px 10px 0px;
  position: relative;
  top: -5px;
}
.user-profile-v3 .interests-holder .add-interest .btn {
  padding: 9px 12px;
}
.user-profile-v3 .table-user {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  border: 1px solid #dddddd;
  border-top: none;
}
.user-profile-v3 .table-user strong {
  font-weight: 900;
}
.user-profile-v3 .user-list .user-item {
  margin-bottom: 30px;
}
.user-profile-v3 .user-list .user-item .thumb {
  display: block;
  position: relative;
}
.user-profile-v3 .user-list .user-item .thumb .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.user-profile-v3 .user-list .user-item .thumb .overlay .user-status {
  font-size: 15px;
  margin: 5px 0px 0px 7px;
}
.user-profile-v3 .user-list .user-item .thumb .overlay .user-status-online {
  color: #51e645;
}
.user-profile-v3 .user-list .user-item .thumb .overlay .user-status-offline {
  color: #858585;
}
.user-profile-v3 .user-list .user-item .thumb .overlay .user-status-idle {
  color: #e6dd45;
}
.user-profile-v3 .user-list .user-item .bottom {
  background: #dcdfe6;
  padding: 5px 5px 1px 5px;
  position: relative;
}
.user-profile-v3 .user-list .user-item .bottom .gallery-actions {
  margin-right: -4px;
  margin-bottom: 4px;
}
.user-profile-v3 .user-list .user-item .bottom .gallery-actions .btn {
  font-size: 10px;
  font-weight: 900;
  padding: 4px 8px 3px 8px;
  margin: 0px 4px 0px 0px;
}
.user-profile-v3 .user-list .user-item .bottom .user-details {
  margin-bottom: 4px;
}
.user-profile-v3 .user-list .user-item .bottom .user-details a {
  display: block;
  font-size: 12px;
  font-weight: 900;
}
.user-profile-v3 .user-list .user-item .bottom .user-details small {
  font-size: 10px;
  font-weight: 300;
}
.user-profile-v3 .user-list .user-item .bottom .user-chat-action {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #d9534f;
  height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.user-profile-v3 .user-list .user-item .bottom .user-chat-action i.fa {
  color: #fff;
  font-size: 18px;
  margin: 7px 8px 0px 8px;
}
.user-profile-v3 .user-list .user-item .bottom .user-chat-action-red {
  background: #d9534f;
}
.user-profile-v3 .user-list .user-item .bottom .user-chat-action-red:hover {
  background: #c9302c;
}
.user-profile-v3 .user-list .user-item .bottom .user-chat-action-green {
  background: #93cd7c;
}
.user-profile-v3 .user-list .user-item .bottom .user-chat-action-green:hover {
  background: #75be57;
}
.user-profile-v3 .user-list .user-item .bottom .user-chat-action-gray {
  background: #ffffff;
}
.user-profile-v3 .user-list .user-item .bottom .user-chat-action-gray:hover {
  background: #ffffff;
}
.user-profile-v3 .user-list .user-item .bottom .user-actions {
  position: absolute;
  top: 9px;
  right: 10px;
}
.user-profile-v3 .user-list .user-item .bottom .user-actions a {
  display: inline-block;
  border: 1px solid #d9534f;
  color: #d9534f;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
}
.user-profile-v3 .user-list .user-item .bottom .user-actions a:hover {
  opacity: 0.8;
}
.user-profile-v3 .user-list .user-item .bottom .user-actions a i.fa {
  font-size: 15px;
  margin: 6px 0px;
}
.user-profile-v3 .account-filter {
  margin-bottom: 15px;
  margin-top: -10px;
  padding: 10px 10px 0px 10px;
}
.user-profile-v3 .account-filter i.fa {
  font-size: 14px;
  margin-left: 5px;
  position: relative;
  bottom: -1px;
}
.user-profile-v3 .account-items {
  background: #dcdfe6;
}
.user-profile-v3 .account-items a {
  display: block;
  color: #5b71de;
  border-bottom: 1px solid #c7cbd5;
  padding: 8px 15px 10px 15px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}
.user-profile-v3 .account-items a:hover {
  background: #c7cbd5;
}
.user-profile-v3 .account-items a i.fa {
  display: inline-block;
  font-size: 20px;
  position: relative;
  bottom: -3px;
  margin-right: 4px;
}
.user-profile-v3 .account-items .selected {
  background: #d9534f;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #fff;
}
.user-profile-v3 .account-items .selected:hover {
  background: #c9302c;
}
.user-profile-v3 .account-items .highlight {
  background: #5cb85c;
  border-bottom: 1px solid #449d44;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.user-profile-v3 .account-items .highlight:hover {
  background: #4cae4c;
}
.user-profile-v3 .account-items-left {
  margin-top: 37px;
}
.user-profile-v3 .account-items-top {
  background: #5cb85c;
  margin: 0px -15px 15px -15px;
}
.user-profile-v3 .account-items-top a {
  display: block;
  float: left;
  padding: 8px 10px 10px 10px;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
}
.user-profile-v3 .account-items-top a:hover {
  background: #c7cbd5;
}
.user-profile-v3 .account-items-top a i.fa {
  display: inline-block;
  font-size: 15px;
  position: relative;
  bottom: -1px;
  margin-right: 2px;
}
.user-profile-bar {
  background: #303b44;
}
.user-profile-bar .user-stats {
  text-align: right;
  margin-top: 10px;
}
.user-profile-bar .user-stats a {
  display: inline-block;
  color: #fff;
  font-weight: 300;
  text-align: center;
  margin-right: 20px;
  text-decoration: none;
}
.user-profile-bar .user-stats a:hover {
  opacity: 0.75;
}
.user-profile-bar .user-stats a strong {
  display: block;
  font-size: 30px;
  font-weight: 900;
}
.user-profile-bar .user-box {
  padding: 20px;
  position: relative;
  height: 90px;
  padding-left: 60px;
}
.user-profile-bar .user-box .avatar {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 20px;
  left: 0px;
  border-radius: 50%;
  overflow: hidden;
}
.user-profile-bar .user-box .details {
  margin-top: 3px;
}
.user-profile-bar .user-box .details a {
  color: #b8ffae;
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin: 6px 0px -4px 0px;
}
.user-profile-bar .user-box .details small {
  font-size: 10px;
  color: #fff;
  font-weight: 300;
}
.user-profile-bar .user-actions {
  margin-top: 25px;
}
.user-profile-bar .user-actions .row {
  margin: 0px;
  padding: 0px;
}
.user-profile-bar .user-actions .row .col {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.user-profile-bar .user-actions .row .col a {
  display: block;
  background: #d9534f;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}
.user-profile-bar .user-actions .row .col a:hover {
  background: #b52b27;
}
.user-profile-bar .user-actions .row .col a i.fa {
  font-size: 20px;
  position: relative;
  bottom: -2px;
}
.landing-video-v1 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}
.landing-video-v1 .hp-whitelabel-splash {
  position: relative;
  padding-top: 30px;
  border: none!important;
}
.landing-video-v1 .hp-whitelabel-splash .mobile {
  z-index: 99;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.landing-video-v1 .hp-whitelabel-splash .container {
  z-index: 1000;
  position: relative;
  min-height: 708px;
}
.landing-video-v1 .hp-whitelabel-splash .auth-box-top {
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  min-height: 115px;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -1px;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  z-index: 100000;
}
.landing-video-v1 .hp-whitelabel-splash .auth-box-top p {
  font-size: 14px;
  font-weight: 300px;
  letter-spacing: normal;
  display: block!important;
  margin-top: 20px;
  margin-bottom: 0px!important;
}
.landing-video-v1 .hp-whitelabel-splash .auth-box {
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
.landing-video-v1 .hp-whitelabel-splash .auth-box .inner {
  padding: 20px 20px 10px 20px;
}
.landing-video-v1 .hp-whitelabel-splash .auth-box .inner .copy {
  text-align: center;
  font-size: 10px;
  font-weight: 300;
  margin-top: 20px;
}
.landing-video-v1 .hp-whitelabel-splash .auth-box .inner .copy a {
  text-decoration: underline;
  color: #4d5b63;
}
.landing-video-v1 .hp-whitelabel-splash .auth-box .inner .hp-v3-register-fb {
  display: inline-block;
  border-radius: 3px;
  background: #647ba2!important;
  height: 40px;
  line-height: 28px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #495b7c;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 100%;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.landing-video-v1 .hp-whitelabel-splash .auth-box .inner .hp-v3-register-fb:hover {
  opacity: 0.9;
}
.landing-video-v1 .hp-whitelabel-splash .auth-box .inner .hp-v3-register-fb img {
  position: absolute;
  top: 10px;
  left: 10px;
}
.landing-video-v1 .hp-whitelabel-splash .auth-box .inner .form-horizontal .form-group {
  margin-bottom: 10px;
}
.landing-video-v1 .hp-whitelabel-splash .auth-box .inner .form-horizontal .form-group button.active {
  background: #4bc52f!important;
}
.landing-video-v1 .hp-whitelabel-splash .auth-box .inner .form-horizontal .form-group .control-label {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
  padding: 6px 0px 0px 0px;
  margin: 0px;
}
.landing-video-v1 .hp-whitelabel-splash .auth-box .inner .form-horizontal .form-group .hp-v3-register {
  display: inline-block;
  border-radius: 3px;
  background: #764f79;
  height: 55px;
  line-height: 30px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #5d3a60;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 0px 35px;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}
.landing-video-v1 .hp-whitelabel-splash .auth-box .inner .form-horizontal .form-group .hp-v3-register-google {
  display: inline-block;
  border-radius: 3px;
  background: #da4735;
  height: 30px;
  line-height: 15px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #af3d2f;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  text-align: right;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
  width: 95px;
}
.landing-video-v1 .hp-whitelabel-splash .auth-box .inner .form-horizontal .form-group .hp-v3-register-google img {
  position: absolute;
  top: 5px;
  left: 10px;
}
.landing-video-v1 .hp-whitelabel-splash .auth-box .inner .form-horizontal .form-group .hp-v3-register-twitter {
  display: inline-block;
  border-radius: 3px;
  background: #33ccff;
  height: 30px;
  line-height: 15px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #1d99c2;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  text-align: right;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  width: 95px;
  margin-right: 6px;
}
.landing-video-v1 .hp-whitelabel-splash .auth-box .inner .form-horizontal .form-group .hp-v3-register-twitter img {
  position: absolute;
  top: 5px;
  left: 10px;
}
.landing-video-v1 .hp-whitelabel-splash .auth-box .inner .form-horizontal .form-group .btn-more {
  padding: 2px 6px 3px 6px;
}
.landing-video-v1 .hp-whitelabel-splash .auth-box .inner .form-horizontal .form-group .btn-more span {
  font-size: 12px;
}
.landing-video-v1 .hp-whitelabel-splash .auth-box .inner .top {
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 30px;
}
.landing-video-v1 .hp-whitelabel-splash .auth-box .inner .top p {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  font-weight: 100;
}
.landing-video-v1 .hp-whitelabel-splash .auth-box .inner .top p .purp {
  color: #8a3658;
}
.landing-video-v1 .hp-whitelabel-splash .auth-box .inner .top span {
  font-size: 13px;
  font-weight: 300;
}
.landing-video-v1 .hp-whitelabel-splash .auth-box .inner .top span .purp {
  color: #8a3658;
}
.landing-video-v1 .hp-whitelabel-splash {
  background: none;
}
.landing-video-v1 .widget-auth {
  background: url(../images/auth-box-bg-landing-v1.png) top right no-repeat #eff0f3;
  height: auto;
  -webkit-box-shadow: 0 0 150px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 150px 0 rgba(0, 0, 0, 0.8);
}
.landing-video-v1 .widget-auth .form-group .input-group .input-group-addon {
  padding: 12px 16px;
}
.landing-video-v1 .widget-auth .form-group .input-group .input-group-addon i.fa {
  font-size: 20px;
}
.landing-video-v1 .widget-auth .form-group .input-group .form-control {
  padding: 12px 22px;
  height: 55px;
  font-size: 16px;
  font-weight: 300;
}
.landing-video-v1 .hotier-auth-girl {
  position: absolute;
  bottom: 30px;
  right: 80px;
  width: 500px;
  height: auto;
  z-index: 100;
  z-index: 99999999;
}
video#bgvid {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(polina.jpg) no-repeat;
  background-size: cover;
}
.widget-auth {
  background: #eff0f3;
  border-radius: 4px;
  padding: 40px;
  margin: 20px 0px 30px 0px;
  position: relative;
  z-index: 99999;
}
.widget-auth .terms {
  text-align: right;
  margin-top: 15px;
  font-size: 11px;
  font-weight: 300;
}
.widget-auth .terms a {
  text-decoration: underline;
}
.widget-auth .social-holder {
  padding: 0px 40px 0px 60px;
  margin-top: 15px;
  position: relative;
}
.widget-auth .social-holder .btn-social > :first-child {
  line-height: 30px;
}
.widget-auth .social-holder .dropdown-menu {
  padding: 5px;
}
.widget-auth .social-holder .or {
  position: absolute;
  top: 7px;
  left: 0px;
  width: 55px;
  text-align: right;
  font-weight: 900;
  font-size: 12px;
  opacity: 0.75;
}
.widget-auth .social-holder .dropdown {
  position: absolute;
  top: 0px;
  right: 0px;
}
.widget-auth .social-holder .btn {
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  padding-top: 0px;
}
.widget-auth .main-submit {
  padding: 20px 0px;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.widget-auth .call {
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
}
.widget-auth .call strong {
  font-weight: 900;
  color: #c965a0;
}
.widget-auth .form-group {
  margin-bottom: 10px;
}
.widget-auth .form-group input,
.widget-auth .form-group select {
  font-size: 12px;
  font-weight: 300;
}
.widget-auth-toggle {
  background: none;
  box-shadow: none;
  padding: 15px;
  margin: 0px;
}
.widget-auth-toggle .register {
  text-align: center;
  margin-top: 15px;
  font-size: 11px;
  font-weight: 300;
}
.widget-auth-toggle .register a {
  text-decoration: underline;
}
.label-notif-header {
  border-radius: 50%;
  z-index: 1000;
  position: absolute;
  top: -3px;
  left: -3px;
  background: #ff1f1f;
  border: 1px solid #e20000;
  padding: 0px 4px 0px 4px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  border-radius: 10px;
}
.live-sex-btn {
  margin: 6px 0px 25px 0px;
  font-size: 15px;
  font-weight: 900;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  background: none;
  border: none;
  text-align: center;
}
.live-sex-btn small {
  display: block;
  font-size: 11px;
  margin-top: -3px;
}
.live-feed-holder {
  background: #e5e5e5;
  padding: 10px 10px 1px 10px;
}
.live-feed-holder .feed-box {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.03);
  margin-bottom: 10px;
}
.live-feed-holder .feed-box .preview {
  padding: 10px;
  border-top: 1px solid #e5e5e5;
}
.live-feed-holder .feed-box .main {
  position: relative;
  padding: 10px 10px 10px 66px;
  min-height: 66px;
}
.live-feed-holder .feed-box .main .avatar {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 46px;
  height: 46px;
}
.live-feed-holder .feed-box .main .my-mood .top {
  font-size: 11px;
  font-weight: 700;
}
.live-feed-holder .feed-box .main .my-mood .button {
  font-size: 12px;
  font-weight: 400;
}
.live-feed-holder .feed-box .main .details {
  padding-right: 12px;
}
.live-feed-holder .feed-box .main .details .action {
  font-size: 16px;
  font-weight: 300;
}
.live-feed-holder .feed-box .main .details .action strong {
  font-weight: 900;
}
.live-feed-holder .feed-box .main .details .action-dropdown {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 300;
}
.live-feed-holder .feed-box .main .details .action-dropdown strong {
  font-weight: 900;
}
.live-feed-holder .feed-box .main .details .top {
  margin-bottom: 3px;
}
.live-feed-holder .feed-box .main .details .top .username {
  font-weight: 900;
}
.live-feed-holder .feed-box .main .details .top small {
  opacity: 0.5;
}
html,
body {
  height: 100%;
}
.body-landing-leave {
  background: url(../images/landing-new-v2/splash-1.jpg) bottom right no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
.landing-leave {
  color: #383838;
  margin-top: 10%;
}
.landing-leave .landing-leave-splash span {
  font-size: 30px;
  font-weight: 900;
  display: block;
  margin-bottom: 15px;
}
.landing-leave .landing-leave-splash p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 25px;
}
.landing-leave .landing-leave-splash .btn {
  font-size: 18px;
  font-weight: 900;
  padding: 25px 30px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.landing-leave {
  height: 100%;
}
.orange-v4-users-list {
  margin-bottom: 100px;
}
.orange-v4-users-list .action-holder .btn-default {
  padding: 19px 35px;
  border: none;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  margin-top: 30px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  background: #c965a0;
  height: auto;
}
.orange-v4-users-list .action-holder .btn-default:hover {
  background: #ba2251!important;
}
.orange-v4-users-list .row {
  padding: 0px 10px;
}
.orange-v4-users-list .col {
  padding: 0px 5px;
}
.orange-v4-users-list .user {
  position: relative;
  margin-bottom: 10px;
}
.orange-v4-users-list .user .details {
  position: relative;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 6px 12px;
  background: #383838;
  color: #fff;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.orange-v4-users-list .user .details .username {
  font-size: 20px;
  color: #dadada;
  font-weight: 300;
  display: block;
  margin-bottom: 4px;
}
.orange-v4-users-list .user .details .username i.fa {
  font-size: 16px;
  color: #deff00!important;
}
.orange-v4-users-list .user .details small {
  font-size: 9px;
  font-weight: 400;
  display: block;
  margin-bottom: 3px;
}
.orange-v4-users-list .user .details .chat {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 48px;
  height: 48px;
  background: none!important;
  padding: 0px;
}
.orange-v4-users-list .user .details .chat i.fa {
  color: #4bc52f!important;
  font-size: 20px;
  margin: 14px;
}
.orange-v4-users-list .user .details .chat:hover i.fa {
  color: #35941f!important;
  font-size: 20px;
  margin: 14px;
}
.orange-v4-users-list .user .pictures-details {
  position: relative;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 6px 12px;
  background: #dedede;
  color: #383838;
  text-align: center;
}
.orange-v4-users-list .user .pictures-details .avatar {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: -50px;
}
.orange-v4-users-list .user .pictures-details .username {
  font-size: 14px;
  color: #a73b7a;
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
}
.orange-v4-users-list .user .pictures-details .username i.fa {
  font-size: 16px;
  color: #deff00!important;
}
.orange-v4-users-list .user .pictures-details small {
  font-size: 9px;
  font-weight: 400;
  display: block;
  margin-bottom: 3px;
}
.orange-v4-users-list .user .pictures-details .chat {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 48px;
  height: 48px;
  background: none!important;
  padding: 0px;
}
.orange-v4-users-list .user .pictures-details .chat i.fa {
  color: #4bc52f!important;
  font-size: 20px;
  margin: 14px;
}
.orange-v4-users-list .user .pictures-details .chat:hover i.fa {
  color: #35941f!important;
  font-size: 20px;
  margin: 14px;
}
.orange-v4-users-list .user-online {
  position: relative;
}
.orange-v4-users-list .user-online .overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.orange-v4-users-list .user-online .overlay .username {
  font-size: 14px;
  color: #fff;
  font-weight: 900;
  display: block;
  margin-bottom: -4px;
}
.orange-v4-users-list .user-online .overlay small {
  font-size: 10px;
  font-weight: 300;
}
.orange-v4-users-list .user-online .overlay .chat {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 48px;
  height: 48px;
  background: #c965a0;
  padding: 0px;
}
.orange-v4-users-list .user-online .overlay .chat:hover {
  background: #a6264e;
}
.orange-v4-users-list .user-online .overlay .chat i.fa {
  color: #fff;
  font-size: 20px;
  margin: 14px;
}
.filter-nav-tabs {
  margin: 30px 0px 10px 0px;
  clear: both;
}
.filter-nav-tabs li {
  float: right;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  margin-right: 3px;
}
.filter-nav-tabs li a {
  background: #f1f1f1;
  color: #a73b7a;
  border-bottom: 1px solid #dddddd;
}
.whitelabel-list-details {
  display: none;
  font-size: 9px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.75);
  padding: 2px 4px;
  border-radius: 4px;
  opacity: 0.8;
}
.whitelabel-list-details span {
  display: inline-block;
  padding: 1px 3px;
}
.whitelabel-list-details span img {
  position: relative;
  top: -1px;
}
.profiles-grid-item:hover .whitelabel-list-details {
  display: block;
}
.user-profile .user-profile-header {
  padding: 30px 0px;
  background: #f8f9f5;
  border-bottom: 1px solid #dfded9;
}
.user-profile .user-profile-header .row .col {
  padding-left: 0px;
  padding-right: 0px;
}
.user-profile .user-profile-header .row .col .avatar {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  display: block;
  overflow: hidden;
  border: 5px solid #ffffff;
}
.user-profile .user-profile-header .row .col .vote-profile {
  position: relative;
  height: 20px;
  margin-top: 10px;
  padding: 0px 50px;
}
.user-profile .user-profile-header .row .col .vote-profile .vote-bar {
  border: 2px solid #fff;
  width: 100%;
  position: relative;
  bottom: -3px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
.user-profile .user-profile-header .row .col .vote-profile .vote-bar .inner {
  background: #fece24;
  background: -moz-linear-gradient(top, #fece24 0%, #fbb459 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fece24), color-stop(100%, #fbb459));
  background: -webkit-linear-gradient(top, #fece24 0%, #fbb459 100%);
  background: -o-linear-gradient(top, #fece24 0%, #fbb459 100%);
  background: -ms-linear-gradient(top, #fece24 0%, #fbb459 100%);
  background: linear-gradient(to bottom, #fece24 0%, #fbb459 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fece24', endColorstr='#fbb459', GradientType=0);
  height: 10px;
}
.user-profile .user-profile-header .row .col .vote-profile .vote-up {
  background: url(../images/vote-sprite.png) top right no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  right: 20px;
  text-decoration: none;
  opacity: 0.7;
  cursor: pointer;
}
.user-profile .user-profile-header .row .col .vote-profile .vote-up:hover {
  opacity: 1;
}
.user-profile .user-profile-header .row .col .vote-profile .vote-down {
  background: url(../images/vote-sprite.png) top left no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 20px;
  text-decoration: none;
  opacity: 0.7;
  cursor: pointer;
}
.user-profile .user-profile-header .row .col .vote-profile .vote-down:hover {
  opacity: 1;
}
.user-profile .user-profile-header .row .suggestions {
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-shadow: 0 0 5px 0 #e5e5e5;
  box-shadow: 0 0 5px 0 #e5e5e5;
  padding: 5px;
  margin-top: 3%;
}
.user-profile .user-profile-header .row .suggestions span {
  display: block;
  padding: 0px 5px;
  font-size: 14px;
  font-weight: 300;
}
.user-profile .user-profile-header .row .suggestions .thumbnail {
  margin-bottom: 0px;
}
.user-profile .user-profile-header .row .suggestions small {
  display: block;
  padding: 0px 5px;
  font-size: 11px;
  font-weight: 300;
}
.user-profile .user-profile-header .row .details {
  padding-left: 40px;
}
.user-profile .user-profile-header .row .details .username {
  margin-top: 15px;
}
.user-profile .user-profile-header .row .details .username .icon-status {
  font-size: 22px;
  position: relative;
  bottom: -2px;
}
.user-profile .user-profile-header .row .details .username .online {
  background: none;
  color: #cce86f;
}
.user-profile .user-profile-header .row .details .username .away {
  background: none;
  color: #ffdc00;
}
.user-profile .user-profile-header .row .details .username .offline {
  background: none;
  color: #e6eded;
}
.user-profile .user-profile-header .row .details .username strong {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 30px;
  color: #ab3e5b;
}
.user-profile .user-profile-header .row .details small {
  display: block;
  margin-top: 10px;
  font-weight: 300;
  font-size: 14px;
}
.user-profile .user-profile-header .row .details .tags {
  margin-top: 25px;
  position: relative;
  bottom: -3px;
}
.user-profile .user-profile-header .row .details .tags a {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
.user-profile .user-profile-header .row .details .tags .tag1 {
  background: url(../images/tags-sprite.png) 0px 0px no-repeat;
  opacity: 0.7;
}
.user-profile .user-profile-header .row .details .tags .tag1:hover {
  opacity: 1;
}
.user-profile .user-profile-header .row .details .tags .tag2 {
  background: url(../images/tags-sprite.png) -50px 0px no-repeat;
  opacity: 0.7;
}
.user-profile .user-profile-header .row .details .tags .tag2:hover {
  opacity: 1;
}
.user-profile .user-profile-header .row .details .tags .tag3 {
  background: url(../images/tags-sprite.png) -100px 0px no-repeat;
  opacity: 0.7;
}
.user-profile .user-profile-header .row .details .tags .tag3:hover {
  opacity: 1;
}
.user-profile .user-profile-header .row .details .tags .tag4 {
  background: url(../images/tags-sprite.png) -150px 0px no-repeat;
  opacity: 0.7;
}
.user-profile .user-profile-header .row .details .tags .tag4:hover {
  opacity: 1;
}
.hp-meet {
  padding: 30px 0px;
}
.hp-meet .inner .users-carousel {
  position: relative;
}
.hp-meet .inner .users-carousel .col .inner {
  background: none;
  border: 1px solid #fff;
  border-bottom: 5px solid #fff;
  box-shadow: none;
  padding: 5px;
}
.hp-meet .inner .users-carousel .col .inner .thumbnail {
  padding: 0px;
  margin: 0px 0px 5px 0px;
}
.hp-meet .inner .users-carousel .col .inner .caption-summary {
  font-size: 12px;
  visibility: hidden;
}
.hp-meet .inner .users-carousel .col .inner:hover {
  background: #fafafa;
  border: 1px solid #e6eded;
  border-bottom: 5px solid #ff6b6b;
  -webkit-box-shadow: 0 0 5px 0 #e5e5e5;
  box-shadow: 0 0 5px 0 #e5e5e5;
}
.hp-meet .inner .users-carousel .col .inner:hover .caption-summary {
  font-size: 12px;
  visibility: visible;
}
.hp-meet .inner .users-carousel .nav-icon {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  left: 50%;
  margin-left: -25px;
}
.hp-meet .inner .users-carousel .nav-icon span {
  color: #c6c4bf;
  font-size: 50px;
}
.hp-meet .inner .users-carousel .nav-icon:hover span {
  color: #b4b2ae;
}
.hp-meet .inner .users-carousel .thumbnail {
  margin-bottom: 0px;
}
.hp-meet .inner .story h2 {
  font-size: 40px;
}
.hp-meet .inner .story p {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  margin-top: 20px;
}
.hp-meet .inner .actions {
  border-top: 1px solid #f2f0e9;
  margin-top: 30px;
  padding-top: 30px;
}
.hp-meet .inner .actions .btn {
  width: 25%;
  height: 50px;
  line-height: 35px;
  font-size: 18px;
}
.landing-bottom-v2 {
  background: #FBFBF7;
  border-top: 1px solid #EAE9E7;
  padding-top: 30px;
}
.landing-bottom-v2 .carousel-steps {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  padding-bottom: 35px;
  margin-top: 10px;
}
.landing-bottom-v2 .carousel-steps .details {
  padding-top: 15px;
  color: #383838;
  font-weight: 300;
  font-size: 12px;
}
.landing-bottom-v2 .carousel-steps .details span {
  font-size: 16px;
  margin-bottom: 3px;
  font-weight: 900;
}
.landing-bottom-v2 .carousel-steps .carousel-control {
  background: none;
  color: #383838;
  text-shadow: none;
  font-size: 30px;
  padding-top: 30px;
}
.landing-bottom-v2 .widget-title {
  text-align: center;
  color: #383838;
  font-weight: 300;
  line-height: 30px;
  margin-top: 10px;
}
.landing-bottom-v2 .white-box {
  background-color: #FFFFFF;
  border: 1px solid #EAE9E7;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.03);
  border-radius: 30px;
  padding: 20px 30px 30px 30px;
}
.landing-bottom-v2 .white-box h3 {
  font-size: 16px;
  line-height: 24px;
  margin: 0px 0px 20px 0px;
}
.landing-bottom-v2 .white-box .confirm-email {
  background-color: #F5F6F6;
  border: 1px solid #C6C4BF;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) inset;
  margin: 0 0 10px;
  padding: 6px 12px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.landing-bottom-v2 .social-connections {
  list-style: none outside;
  padding: 0;
  margin: 0;
  text-align: center;
}
.landing-bottom-v2 .social-connections li {
  padding: 0;
  margin: 0 auto;
  display: block;
  position: relative;
  width: 50%;
}
.landing-bottom-v2 .social-connections li .btn {
  position: relative;
  padding-left: 48px;
}
.landing-bottom-v2 .social-connections li .btn .glyphicon {
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
  width: 48px;
  height: 100%;
  padding: 6px;
  border-right: solid 1px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.25);
  box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.25);
}
.landing-bottom-v2 small.text-center {
  text-align: center;
  margin-bottom: 10px;
  display: block;
}
@keyframes header-menu-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.8);
  }
  100% {
    transform: scale(1);
  }
}
.header-menu-pulse {
  animation: header-menu-pulse 1.5s infinite;
}
@keyframes header-tooltip-pulse {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-5px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(5px);
  }
}
.header-tooltip-pulse {
  animation: header-tooltip-pulse 1.5s infinite;
}
.chat-now-bottom-notif {
  z-index: 99999;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  left: 0px;
  height: 35px;
  bottom: 0px;
  width: 100%;
  padding: 0px 5px 0px 35px;
}
.chat-now-bottom-notif .avatar {
  position: fixed;
  bottom: 5px;
  left: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
}
.chat-now-bottom-notif .text {
  height: 35px;
  line-height: 35px;
  font-size: 10px;
  font-weight: 300;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.chat-now-bottom-notif .text .btn {
  margin-left: 10px;
  font-weight: 900;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.chat-now-bottom-notif .text .btn i.fa {
  font-size: 10px;
  position: relative;
  top: -1px;
  margin: 0px 3px;
}
.landing-confirm .icon-large {
  font-size: 100px;
}
.fresh-modal {
  z-index: 9999999;
}
.fresh-modal .vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
  /* This makes sure that we can still click outside of the modal to close it */
}
.fresh-modal .vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}
.fresh-modal .modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
}
.fresh-modal .modal-content-fresh {
  background: #812e5e;
  border-radius: 5px;
  padding: 20px 25px;
  color: #fff;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 250px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 250px 0 rgba(0, 0, 0, 0.25);
  color: #eac4da;
}
.fresh-modal .modal-content-fresh .users {
  text-align: center;
}
.fresh-modal .modal-content-fresh .users .item {
  display: inline-block;
  text-decoration: none;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 250px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 250px 0 rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  overflow: hidden;
}
.fresh-modal .modal-content-fresh .icon-large {
  font-size: 80px;
  color: #fff;
  position: relative;
}
.fresh-modal .modal-content-fresh .icon-large small {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -15px;
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  width: 30px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  background: #df8a13;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
}
.fresh-modal .modal-content-fresh h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #f7e9f1;
}
.fresh-modal .modal-content-fresh h2 strong {
  font-weight: 900;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
}
.fresh-modal .modal-content-fresh p {
  font-size: 12px;
  font-weight: 300;
}
.fresh-modal .modal-content-fresh .btn {
  border: none;
  padding: 24px 30px;
  font-size: 16px;
  font-weight: 900;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  margin: 25px 0px 15px 0px;
  background: #449d44;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #91cf91;
}
.fresh-modal .modal-content-fresh .btn:hover {
  background: #3d8b3d;
}
.fresh-modal-inline {
  z-index: 9999999;
}
.fresh-modal-inline .vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
  /* This makes sure that we can still click outside of the modal to close it */
}
.fresh-modal-inline .vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}
.fresh-modal-inline .modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
}
.fresh-modal-inline .modal-content-fresh {
  background: #812e5e;
  border-radius: 5px;
  padding: 15px 25px 0px 25px;
  color: #fff;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 250px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 250px 0 rgba(0, 0, 0, 0.25);
  color: #eac4da;
}
.fresh-modal-inline .modal-content-fresh .users {
  text-align: center;
}
.fresh-modal-inline .modal-content-fresh .users .item {
  display: inline-block;
  text-decoration: none;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 250px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 250px 0 rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  overflow: hidden;
}
.fresh-modal-inline .modal-content-fresh .title-top h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 100;
  margin: 0px;
  padding: 0px;
  margin: 10px 0px 30px 0px;
}
.fresh-modal-inline .modal-content-fresh .dismiss {
  margin: 0px 0px 20px 0px;
}
.fresh-modal-inline .modal-content-fresh .dismiss .btn-default {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 900;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  height: 40px;
  line-height: 28px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.fresh-modal-inline .modal-content-fresh h2 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #f7e9f1;
  text-align: left;
  position: relative;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 15px;
  padding-bottom: 20px;
  padding-right: 150px;
  border-bottom: 1px solid #a73b7a;
}
.fresh-modal-inline .modal-content-fresh h2 strong {
  font-weight: 900;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
}
.fresh-modal-inline .modal-content-fresh h2 i.fa {
  font-size: 30px;
  color: #fff;
  position: relative;
  bottom: -2px;
}
.fresh-modal-inline .modal-content-fresh p {
  font-size: 12px;
  font-weight: 300;
}
.fresh-modal-inline .modal-content-fresh .btn-success {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 900;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  background: #449d44;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #91cf91;
  height: 40px;
  line-height: 28px;
  width: 140px;
  text-align: center;
}
.fresh-modal-inline .modal-content-fresh .btn-success:hover {
  background: #3d8b3d;
}
@keyframes modal-blinker {
  0% {
    background: rgba(0, 0, 0, 0.1);
  }
  50% {
    background: rgba(0, 0, 0, 0.6);
  }
  100% {
    background: rgba(0, 0, 0, 0.1);
  }
}
.modal-blink {
  animation: modal-blinker 1.5s infinite;
}
.landing-modal-v2 {
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.85) !important;
}
.landing-modal-v2 .vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
  /* This makes sure that we can still click outside of the modal to close it */
}
.landing-modal-v2 .vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}
.landing-modal-v2 .modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
}
.landing-modal-v2 .landing-modal-v2-title {
  text-align: center;
  margin-bottom: 25px;
}
.landing-modal-v2 .landing-modal-v2-title h1,
.landing-modal-v2 .landing-modal-v2-title h5 {
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-family: 'Roboto', sans-serif;
}
.landing-modal-v2 .landing-modal-v2-title h1 strong,
.landing-modal-v2 .landing-modal-v2-title h5 strong {
  font-weight: 900;
  color: #eac4da;
}
.landing-modal-v2 .landing-modal-v2-title h1 {
  font-size: 40px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}
.landing-modal-v2 .landing-modal-v2-title h5 {
  font-size: 18px;
  font-weight: 300;
  padding: 15px 0px;
  margin: 0px;
}
.landing-modal-v2 .landing-modal-v2-content {
  background: #e4e4e4!important;
  border: none;
}
.landing-modal-v2 .landing-modal-v2-content .landing-modal-v2-header {
  border-radius: 6px 6px 0px 0px;
  background: #fff;
  position: relative;
  height: 75px;
  padding: 15px 75px 0px 15px;
}
.landing-modal-v2 .landing-modal-v2-content .landing-modal-v2-header .credits-holder {
  background: url(../images/credits-holder.png) bottom center no-repeat;
  width: 160px;
  height: 64px;
  position: absolute;
  top: -25px;
  right: 75px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.landing-modal-v2 .landing-modal-v2-content .landing-modal-v2-header .credits-holder strong {
  display: block;
  font-size: 24px;
  margin-top: 5px;
}
.landing-modal-v2 .landing-modal-v2-content .landing-modal-v2-header .credits-holder small {
  display: block;
  font-size: 12px;
  margin-top: -5px;
}
.landing-modal-v2 .landing-modal-v2-content .landing-modal-v2-header h2 {
  color: #383838;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.landing-modal-v2 .landing-modal-v2-content .landing-modal-v2-header h2 strong {
  font-weight: 700;
  color: #c965a0;
}
.landing-modal-v2 .landing-modal-v2-content .landing-modal-v2-header span {
  color: #383838;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.landing-modal-v2 .landing-modal-v2-content .landing-modal-v2-header span strong {
  font-weight: 900;
  color: #c965a0;
}
.landing-modal-v2 .landing-modal-v2-content .landing-modal-v2-header .close {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center;
  line-height: 75px;
  border-left: 1px solid rgba(0, 0, 0, 0.4);
}
.landing-modal-v2 .landing-modal-v2-content .landing-modal-v2-header .close i.fa {
  font-size: 30px;
}
.landing-modal-v2 .landing-modal-v2-content .bar {
  position: relative;
  height: 30px;
  padding-left: 150px;
}
.landing-modal-v2 .landing-modal-v2-content .bar .inner-label {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 30px;
  width: 150px;
  background: #a73b7a;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: 11px;
  line-height: 30px;
}
.landing-modal-v2 .landing-modal-v2-content .bar .bar-holder {
  padding: 5px;
  background: #b3b3b3;
  height: 30px;
}
.landing-modal-v2 .landing-modal-v2-content .bar .bar-holder .progress {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  overflow: visible;
}
.landing-modal-v2 .landing-modal-v2-content .bar .bar-holder .progress .progress-bar {
  font-size: 10px;
  font-weight: 400;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
.landing-modal-v2 .landing-modal-v2-content .bar .bar-holder .progress .progress-bar .tooltip {
  z-index: 9999999;
  position: absolute;
  width: 150px;
  top: 20px;
  right: -75px;
  opacity: 1;
  font-size: 10px;
}
.landing-modal-v2 .landing-modal-v2-content .bar .bar-holder .progress .progress-bar .tooltip strong {
  display: block;
  font-weight: 900;
  color: #dd9ec3;
}
.landing-modal-v2 .landing-modal-v2-content .modal-container {
  padding: 30px;
  text-align: center;
}
.landing-modal-v2 .landing-modal-v2-content .modal-container .inner-title {
  font-size: 18px;
  font-weight: 300;
  color: #383838;
  margin-bottom: 15px;
  line-height: 30px;
}
.landing-modal-v2 .landing-modal-v2-content .modal-container .inner-title strong {
  font-weight: 900;
}
.landing-modal-v2 .landing-modal-v2-content .modal-container .widget-auth {
  background: none;
  padding: 0px 40px;
  margin: 0px;
}
.landing-modal-v2 .landing-modal-v2-content .modal-container .widget-auth .form-control {
  padding: 12px 22px;
  height: 55px;
  font-size: 16px;
  font-weight: 300;
}
.landing-modal-v2 .landing-modal-v2-content .modal-container .pagination-holder {
  background: rgba(0, 0, 0, 0.15);
}
.landing-modal-v2 .landing-modal-v2-content .modal-container .pagination-holder .pagination {
  margin: 15px 10px 10px 10px;
}
.landing-modal-v2 .landing-modal-v2-content .modal-container .success-holder {
  display: inline-block;
  padding: 20px 25px;
  margin: 0px auto;
  position: relative;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  background: #a73b7a;
}
.landing-modal-v2 .landing-modal-v2-content .modal-container .success-holder .icon i.fa {
  font-size: 60px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.landing-modal-v2 .landing-modal-v2-content .modal-container .success-holder h3 {
  color: #f7e9f1;
  font-family: 'Roboto', sans-serif;
  margin-top: 10px;
}
.landing-modal-v2 .landing-modal-v2-content .modal-container .avatar-holder {
  width: 350px;
  height: 350px;
  margin: 0px auto;
  position: relative;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.landing-modal-v2 .landing-modal-v2-content .modal-container .avatar-holder .upload-holder {
  position: absolute;
  bottom: 15px;
  left: 0px;
  width: 100%;
  padding-bottom: 15px;
}
.landing-modal-v2 .landing-modal-v2-content .modal-container .avatar-holder .upload-holder .upload {
  font-size: 16px;
  font-weight: 300;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.landing-modal-v2 .landing-modal-v2-content .modal-container .avatar-holder .upload-holder .upload i.fa {
  font-size: 24px;
  margin-right: 5px;
  margin-top: -4px;
  position: relative;
  bottom: -3px;
}
.landing-modal-v2 .landing-modal-v2-content .modal-container .details {
  color: #383838;
  font-size: 11px;
  margin-top: 15px;
}
.landing-modal-v2 .landing-modal-v2-content .modal-container .more .btn {
  font-size: 11px;
  font-weight: 700;
}
.landing-modal-v2 .landing-modal-v2-content .modal-container .more .btn i.fa {
  margin-right: 5px;
}
.landing-modal-v2 .landing-modal-v2-content .modal-container .action {
  margin-top: 30px;
}
.landing-modal-v2 .landing-modal-v2-content .modal-container .action .btn {
  font-size: 20px;
  font-weight: 900;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  padding: 15px 25px;
}
.landing-modal-v2 .landing-modal-v2-content .modal-container .action .btn i.fa {
  font-size: 24px;
  margin-right: 5px;
  margin-top: -4px;
  position: relative;
  bottom: -2px;
}
.auth-confirm-popup-v2 {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  padding-top: 114px;
}
.auth-confirm-popup-v2 .popup {
  background: url(../images/confirm-modal-bg.jpg) top right no-repeat #181818;
  height: 530px;
  border: 10px solid #c965a0;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);
  position: relative;
}
.auth-confirm-popup-v2 .popup .close {
  background: #c965a0 !important;
  height: 30px;
  width: 30px;
  padding: 3px 0px 0px 9px;
  border-radius: 50%;
  position: absolute;
  float: none;
  right: -25px;
  top: -25px;
  opacity: 1;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
}
.auth-confirm-popup-v2 .popup .inner {
  width: 400px;
  margin: 50px 0px 0px 40px;
  text-align: center;
}
.auth-confirm-popup-v2 .popup .inner h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin: 0px;
  padding: 0px;
  display: block;
  margin-bottom: 15px;
}
.auth-confirm-popup-v2 .popup .inner h1 strong {
  font-weight: 900;
  color: #a3d7a3;
}
.auth-confirm-popup-v2 .popup .inner h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin: 0px;
  padding: 0px;
}
.auth-confirm-popup-v2 .popup .inner h2 strong {
  color: #fcb95b;
}
.auth-confirm-popup-v2 .popup .inner hr {
  border-color: #3c3c3c;
  margin: 30px 0px 30px 0px;
}
.auth-confirm-popup-v2 .popup .inner p {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Roboto Slab', serif;
  color: #fff;
  margin: 0px 20px 20px 20px;
  line-height: 24px;
}
.auth-confirm-popup-v2 .popup .inner small {
  display: block;
  font-size: 11px;
  font-weight: 400;
  font-family: 'Roboto Slab', serif;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 20px;
}
.auth-confirm-popup-v2 .popup .inner a {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  text-decoration: underline;
}
.auth-confirm-popup-v2 .popup .inner a.action {
  display: inline-block;
  border-radius: 3px;
  background: #449d44;
  height: 80px;
  padding: 0px 25px;
  line-height: 78px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #357935;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  margin-top: 10px;
}
.auth-confirm-popup-v2 .popup .inner a.action img {
  width: 50px;
  height: 50px;
}
@-webkit-keyframes glowing {
  0% {
    background-color: #357935;
    -webkit-box-shadow: 0 0 3px #357935;
  }
  50% {
    background-color: #449d44;
    -webkit-box-shadow: 0 0 40px #449d44;
  }
  100% {
    background-color: #357935;
    -webkit-box-shadow: 0 0 3px #357935;
  }
}
@-moz-keyframes glowing {
  0% {
    background-color: #357935;
    -moz-box-shadow: 0 0 3px #357935;
  }
  50% {
    background-color: #449d44;
    -moz-box-shadow: 0 0 40px #449d44;
  }
  100% {
    background-color: #357935;
    -moz-box-shadow: 0 0 3px #357935;
  }
}
@-o-keyframes glowing {
  0% {
    background-color: #357935;
    box-shadow: 0 0 3px #357935;
  }
  50% {
    background-color: #449d44;
    box-shadow: 0 0 40px #449d44;
  }
  100% {
    background-color: #357935;
    box-shadow: 0 0 3px #357935;
  }
}
@keyframes glowing {
  0% {
    background-color: #357935;
    box-shadow: 0 0 3px #357935;
  }
  50% {
    background-color: #449d44;
    box-shadow: 0 0 40px #449d44;
  }
  100% {
    background-color: #357935;
    box-shadow: 0 0 3px #357935;
  }
}
.auth-confirm-popup-v2 .popup .inner a.action {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
.fixed-bottom-confirm-notif {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  opacity: 1;
  color: #ffffff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  z-index: 999999;
  background: #449d44;
}
.fixed-bottom-confirm-notif .inner {
  padding: 10px;
}
.fixed-bottom-confirm-notif strong {
  font-weight: 900;
}
.fixed-bottom-confirm-notif a {
  color: #fff;
  text-decoration: underline;
}
.fixed-bottom-confirm-notif a:hover {
  text-decoration: none;
}
@-webkit-keyframes glowing {
  0% {
    background-color: #357935;
    -webkit-box-shadow: 0 0 3px #357935;
  }
  50% {
    background-color: #449d44;
    -webkit-box-shadow: 0 0 40px #449d44;
  }
  100% {
    background-color: #357935;
    -webkit-box-shadow: 0 0 3px #357935;
  }
}
@-moz-keyframes glowing {
  0% {
    background-color: #357935;
    -moz-box-shadow: 0 0 3px #357935;
  }
  50% {
    background-color: #449d44;
    -moz-box-shadow: 0 0 40px #449d44;
  }
  100% {
    background-color: #357935;
    -moz-box-shadow: 0 0 3px #357935;
  }
}
@-o-keyframes glowing {
  0% {
    background-color: #357935;
    box-shadow: 0 0 3px #357935;
  }
  50% {
    background-color: #449d44;
    box-shadow: 0 0 40px #449d44;
  }
  100% {
    background-color: #357935;
    box-shadow: 0 0 3px #357935;
  }
}
@keyframes glowing {
  0% {
    background-color: #357935;
    box-shadow: 0 0 3px #357935;
  }
  50% {
    background-color: #449d44;
    box-shadow: 0 0 40px #449d44;
  }
  100% {
    background-color: #357935;
    box-shadow: 0 0 3px #357935;
  }
}
.fixed-bottom-confirm-notif .inner {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
.above-head-notif {
  padding: 7px 0px 10px 0px;
  margin-bottom: 1px;
  background: #e9c856;
  color: #383838;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.above-head-notif i.fa {
  font-size: 14px;
  margin-right: 5px;
}
.above-head-notif .actions {
  margin-top: 5px;
}
.above-head-notif .btn {
  border: none;
  padding: 4px 7px;
  font-size: 12px;
  font-weight: 700;
  margin: 5px 2px 0px 2px;
}
.above-head-notif .btn-primary {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.above-head-notif .btn-default {
  text-shadow: none;
}
.gmail-invite {
  margin-top: 30px;
}
.gmail-invite .gmail-invite-inner {
  text-align: center;
}
.gmail-invite .gmail-invite-inner .gmail-logo {
  margin: 15px 75px;
}
.gmail-invite .gmail-invite-inner h2 {
  color: #383838;
  font-family: 'Roboto', sans-serif;
  font-weight: 900!important;
  font-size: 45px;
}
.gmail-invite .gmail-invite-inner h5 {
  color: #383838;
  font-family: 'Roboto', sans-serif;
  font-weight: 300!important;
  font-size: 18px;
  margin-bottom: 30px;
}
.gmail-invite .gmail-invite-inner .btn {
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 700px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.gmail-invite-users-left {
  margin-bottom: 20px;
}
.gmail-invite-users-left .row {
  padding: 0px 10px;
}
.gmail-invite-users-left .col {
  padding: 0px 5px;
}
.gmail-invite-users-left .user {
  position: relative;
  margin-bottom: 10px;
}
.gmail-invite-users-left .user .thumb {
  border-radius: 4px;
  overflow: hidden;
  display: block;
}
.gmail-invite-users-left .user .overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.gmail-invite-users-left .user .overlay .username {
  font-size: 14px;
  color: #dadada;
  font-weight: 900;
  display: block;
  margin-bottom: -4px;
}
.gmail-invite-users-left .user .overlay small {
  font-size: 10px;
  font-weight: 300;
}
.gmail-invite-users-left .user .overlay .chat {
  display: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 48px;
  height: 48px;
  background: #e2396d;
  padding: 0px;
}
.gmail-invite-users-left .user .overlay .chat:hover {
  background: #a6264e;
}
.gmail-invite-users-left .user .overlay .chat i.fa {
  color: #fff960;
  font-size: 20px;
  margin: 14px;
}
.gmail-invite-users-left .user-online {
  position: relative;
}
.gmail-invite-users-left .user-online .thumb {
  border-radius: 4px;
  overflow: hidden;
  display: block;
}
.gmail-invite-users-left .user-online .overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.gmail-invite-users-left .user-online .overlay .username {
  font-size: 14px;
  color: #fff960;
  font-weight: 900;
  display: block;
  margin-bottom: -4px;
}
.gmail-invite-users-left .user-online .overlay small {
  font-size: 10px;
  font-weight: 300;
}
.gmail-invite-users-left .user-online .overlay .chat {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 48px;
  height: 48px;
  background: #e2396d;
  padding: 0px;
}
.gmail-invite-users-left .user-online .overlay .chat:hover {
  background: #a6264e;
}
.gmail-invite-users-left .user-online .overlay .chat i.fa {
  color: #fff960;
  font-size: 20px;
  margin: 14px;
}
.gmail-invite-users-list {
  color: #383838;
}
.gmail-invite-users-list .gmail-invite-users-list-inner {
  max-height: 545px;
  overflow: auto;
  padding-right: 15px;
  border-top: 1px solid #dedede;
  padding-top: 10px;
}
.gmail-invite-users-list .user-title {
  color: #383838;
  font-size: 18px;
  font-weight: 400;
}
.gmail-invite-users-list .gmail-user {
  display: block;
  padding: 10px 0px;
  margin: 0px;
  border-bottom: 1px solid #dedede;
  position: relative;
  min-height: 70px;
  padding-left: 70px;
}
.gmail-invite-users-list .gmail-user .avatar {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
}
.gmail-invite-users-list .gmail-user .check {
  position: absolute;
  top: 10px;
  right: 10px;
}
.gmail-invite-users-list .gmail-user .details .name {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-top: 3px;
  margin-bottom: 1px;
}
.gmail-invite-users-list .gmail-user .details .email {
  font-size: 13px;
  font-weight: 400;
}
.gmail-invite-users-list .gmail-user-selected {
  background: #e8f7df;
}
.membership-popup-v1 {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  padding-top: 114px;
}
.membership-popup-v1 .popup {
  background: url(../images/membership-popup/membership-popup4.png) top right no-repeat #181818;
  background-size: cover;
  height: 500px;
  border: 10px solid #c965a0;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);
  position: relative;
  text-align: right;
}
.membership-popup-v1 .popup .close {
  background: #c965a0 !important;
  text-align: center;
  height: 30px;
  width: 30px;
  padding: 3px 0px 0px 1px;
  border-radius: 50%;
  position: absolute;
  float: none;
  right: -25px;
  top: -25px;
  opacity: 1;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
}
.membership-popup-v1 .popup .inner {
  display: inline-block;
  width: 400px;
  margin: 30px 0px 0px 40px;
  text-align: center;
}
.membership-popup-v1 .popup .inner h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin: 0px;
  padding: 0px;
  display: block;
  margin-bottom: 15px;
}
.membership-popup-v1 .popup .inner h1 strong {
  font-weight: 900;
  color: #a3d7a3;
}
.membership-popup-v1 .popup .inner h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin: 0px;
  padding: 0px;
}
.membership-popup-v1 .popup .inner h2 strong {
  color: #fcb95b;
}
.membership-popup-v1 .popup .inner hr {
  border-color: #3c3c3c;
  margin: 15px 0px;
  opacity: 0.75;
}
.membership-popup-v1 .popup .inner p {
  font-size: 13px;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  margin: 0px 20px 20px 20px;
  line-height: 24px;
  text-align: left;
}
.membership-popup-v1 .popup .inner small {
  display: block;
  font-size: 11px;
  font-weight: 400;
  font-family: 'Roboto Slab', serif;
  color: #fff;
  margin-top: 15px;
}
.membership-popup-v1 .popup .inner a {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  text-decoration: underline;
}
.membership-popup-v1 .popup .inner a.action {
  display: inline-block;
  border-radius: 3px;
  background: #449d44;
  height: 80px;
  padding: 0px 25px;
  line-height: 78px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #357935;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  margin-top: 10px;
  font-family: 'Roboto Condensed', sans-serif;
}
@-webkit-keyframes glowing {
  0% {
    background-color: #357935;
    -webkit-box-shadow: 0 0 3px #357935;
  }
  50% {
    background-color: #449d44;
    -webkit-box-shadow: 0 0 40px #449d44;
  }
  100% {
    background-color: #357935;
    -webkit-box-shadow: 0 0 3px #357935;
  }
}
@-moz-keyframes glowing {
  0% {
    background-color: #357935;
    -moz-box-shadow: 0 0 3px #357935;
  }
  50% {
    background-color: #449d44;
    -moz-box-shadow: 0 0 40px #449d44;
  }
  100% {
    background-color: #357935;
    -moz-box-shadow: 0 0 3px #357935;
  }
}
@-o-keyframes glowing {
  0% {
    background-color: #357935;
    box-shadow: 0 0 3px #357935;
  }
  50% {
    background-color: #449d44;
    box-shadow: 0 0 40px #449d44;
  }
  100% {
    background-color: #357935;
    box-shadow: 0 0 3px #357935;
  }
}
@keyframes glowing {
  0% {
    background-color: #357935;
    box-shadow: 0 0 3px #357935;
  }
  50% {
    background-color: #449d44;
    box-shadow: 0 0 40px #449d44;
  }
  100% {
    background-color: #357935;
    box-shadow: 0 0 3px #357935;
  }
}
.membership-popup-v1 .popup .inner a.action {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
.membership-popup-v2 {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  padding-top: 114px;
}
.membership-popup-v2 .popup {
  background: url(../images/membership-popup/membership-popup2.png) top right no-repeat #181818;
  background-size: cover;
  height: 500px;
  border: 10px solid #5cb85c;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);
  position: relative;
  text-align: left;
}
.membership-popup-v2 .popup .close {
  background: #5cb85c !important;
  text-align: center;
  height: 30px;
  width: 30px;
  padding: 3px 0px 0px 1px;
  border-radius: 50%;
  position: absolute;
  float: none;
  right: -25px;
  top: -25px;
  opacity: 1;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  color: #383838;
}
.membership-popup-v2 .popup .inner {
  display: inline-block;
  width: 400px;
  margin: 30px 0px 0px 40px;
  text-align: center;
}
.membership-popup-v2 .popup .inner h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #383838;
  margin: 0px;
  padding: 0px;
  display: block;
  margin-bottom: 15px;
}
.membership-popup-v2 .popup .inner h1 strong {
  font-weight: 900;
  color: #94346c;
}
.membership-popup-v2 .popup .inner h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #383838;
  margin: 0px;
  padding: 0px;
}
.membership-popup-v2 .popup .inner h2 strong {
  color: #fcb95b;
}
.membership-popup-v2 .popup .inner hr {
  border-color: #3c3c3c;
  margin: 15px 0px;
  opacity: 0.75;
}
.membership-popup-v2 .popup .inner p {
  font-size: 13px;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  color: #383838;
  margin: 0px 20px 20px 20px;
  line-height: 24px;
  text-align: left;
}
.membership-popup-v2 .popup .inner small {
  display: block;
  font-size: 11px;
  font-weight: 400;
  font-family: 'Roboto Slab', serif;
  color: #383838;
  margin-top: 15px;
}
.membership-popup-v2 .popup .inner a {
  color: #383838;
  font-size: 11px;
  font-weight: 400;
  text-decoration: underline;
}
.membership-popup-v2 .popup .inner a.action {
  display: inline-block;
  border-radius: 3px;
  background: #449d44;
  height: 80px;
  padding: 0px 25px;
  line-height: 78px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #357935;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  margin-top: 10px;
  font-family: 'Roboto Condensed', sans-serif;
}
@-webkit-keyframes glowing {
  0% {
    background-color: #357935;
    -webkit-box-shadow: 0 0 3px #357935;
  }
  50% {
    background-color: #449d44;
    -webkit-box-shadow: 0 0 40px #449d44;
  }
  100% {
    background-color: #357935;
    -webkit-box-shadow: 0 0 3px #357935;
  }
}
@-moz-keyframes glowing {
  0% {
    background-color: #357935;
    -moz-box-shadow: 0 0 3px #357935;
  }
  50% {
    background-color: #449d44;
    -moz-box-shadow: 0 0 40px #449d44;
  }
  100% {
    background-color: #357935;
    -moz-box-shadow: 0 0 3px #357935;
  }
}
@-o-keyframes glowing {
  0% {
    background-color: #357935;
    box-shadow: 0 0 3px #357935;
  }
  50% {
    background-color: #449d44;
    box-shadow: 0 0 40px #449d44;
  }
  100% {
    background-color: #357935;
    box-shadow: 0 0 3px #357935;
  }
}
@keyframes glowing {
  0% {
    background-color: #357935;
    box-shadow: 0 0 3px #357935;
  }
  50% {
    background-color: #449d44;
    box-shadow: 0 0 40px #449d44;
  }
  100% {
    background-color: #357935;
    box-shadow: 0 0 3px #357935;
  }
}
.membership-popup-v2 .popup .inner a.action {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
.membership-popup-v3 {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  padding-top: 114px;
}
.membership-popup-v3 .popup {
  background: url(../images/membership-popup/membership-popup3.png) top right no-repeat #181818;
  background-size: cover;
  height: 500px;
  border: 10px solid #383838;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);
  position: relative;
  text-align: right;
}
.membership-popup-v3 .popup .close {
  background: #383838!important;
  text-align: center;
  height: 30px;
  width: 30px;
  padding: 3px 0px 0px 1px;
  border-radius: 50%;
  position: absolute;
  float: none;
  right: -25px;
  top: -25px;
  opacity: 1;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
}
.membership-popup-v3 .popup .inner {
  display: inline-block;
  width: 400px;
  margin: 30px 0px 0px 40px;
  text-align: center;
}
.membership-popup-v3 .popup .inner h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #383838;
  margin: 0px;
  padding: 0px;
  display: block;
  margin-bottom: 15px;
}
.membership-popup-v3 .popup .inner h1 strong {
  font-weight: 900;
  color: #94346c;
}
.membership-popup-v3 .popup .inner h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #383838;
  margin: 0px;
  padding: 0px;
}
.membership-popup-v3 .popup .inner h2 strong {
  color: #fcb95b;
}
.membership-popup-v3 .popup .inner hr {
  border-color: #3c3c3c;
  margin: 15px 0px;
  opacity: 0.75;
}
.membership-popup-v3 .popup .inner p {
  font-size: 13px;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  color: #383838;
  margin: 0px 20px 20px 20px;
  line-height: 24px;
  text-align: left;
}
.membership-popup-v3 .popup .inner small {
  display: block;
  font-size: 11px;
  font-weight: 400;
  font-family: 'Roboto Slab', serif;
  color: #383838;
  margin-top: 15px;
}
.membership-popup-v3 .popup .inner a {
  color: #383838;
  font-size: 11px;
  font-weight: 400;
  text-decoration: underline;
}
.membership-popup-v3 .popup .inner a.action {
  display: inline-block;
  border-radius: 3px;
  background: #449d44;
  height: 80px;
  padding: 0px 25px;
  line-height: 78px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #357935;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  margin-top: 10px;
  font-family: 'Roboto Condensed', sans-serif;
}
@-webkit-keyframes glowing {
  0% {
    background-color: #357935;
    -webkit-box-shadow: 0 0 3px #357935;
  }
  50% {
    background-color: #449d44;
    -webkit-box-shadow: 0 0 40px #449d44;
  }
  100% {
    background-color: #357935;
    -webkit-box-shadow: 0 0 3px #357935;
  }
}
@-moz-keyframes glowing {
  0% {
    background-color: #357935;
    -moz-box-shadow: 0 0 3px #357935;
  }
  50% {
    background-color: #449d44;
    -moz-box-shadow: 0 0 40px #449d44;
  }
  100% {
    background-color: #357935;
    -moz-box-shadow: 0 0 3px #357935;
  }
}
@-o-keyframes glowing {
  0% {
    background-color: #357935;
    box-shadow: 0 0 3px #357935;
  }
  50% {
    background-color: #449d44;
    box-shadow: 0 0 40px #449d44;
  }
  100% {
    background-color: #357935;
    box-shadow: 0 0 3px #357935;
  }
}
@keyframes glowing {
  0% {
    background-color: #357935;
    box-shadow: 0 0 3px #357935;
  }
  50% {
    background-color: #449d44;
    box-shadow: 0 0 40px #449d44;
  }
  100% {
    background-color: #357935;
    box-shadow: 0 0 3px #357935;
  }
}
.membership-popup-v3 .popup .inner a.action {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
.membership-popup-v4 {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  padding-top: 114px;
}
.membership-popup-v4 .popup {
  background: url(../images/membership-popup/membership-popup1.png) top right no-repeat #181818;
  background-size: cover;
  height: 500px;
  border: 10px solid #383838;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);
  position: relative;
  text-align: left;
}
.membership-popup-v4 .popup .close {
  background: #383838!important;
  text-align: center;
  height: 30px;
  width: 30px;
  padding: 3px 0px 0px 1px;
  border-radius: 50%;
  position: absolute;
  float: none;
  right: -25px;
  top: -25px;
  opacity: 1;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
}
.membership-popup-v4 .popup .inner {
  display: inline-block;
  width: 400px;
  margin: 30px 0px 0px 0px;
  text-align: center;
}
.membership-popup-v4 .popup .inner h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #383838;
  margin: 0px;
  padding: 0px;
  display: block;
  margin-bottom: 15px;
}
.membership-popup-v4 .popup .inner h1 strong {
  font-weight: 900;
  color: #94346c;
}
.membership-popup-v4 .popup .inner h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #383838;
  margin: 0px;
  padding: 0px;
}
.membership-popup-v4 .popup .inner h2 strong {
  color: #383838;
}
.membership-popup-v4 .popup .inner hr {
  border-color: #3c3c3c;
  margin: 15px 0px;
  opacity: 0.75;
}
.membership-popup-v4 .popup .inner p {
  font-size: 13px;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  color: #383838;
  margin: 0px 20px 20px 20px;
  line-height: 24px;
  text-align: left;
}
.membership-popup-v4 .popup .inner small {
  display: block;
  font-size: 11px;
  font-weight: 400;
  font-family: 'Roboto Slab', serif;
  color: #383838;
  margin-top: 15px;
}
.membership-popup-v4 .popup .inner a {
  color: #383838;
  font-size: 11px;
  font-weight: 400;
  text-decoration: underline;
}
.membership-popup-v4 .popup .inner a.action {
  display: inline-block;
  border-radius: 3px;
  background: #449d44;
  height: 80px;
  padding: 0px 25px;
  line-height: 78px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #357935;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  margin-top: 10px;
  font-family: 'Roboto Condensed', sans-serif;
}
@-webkit-keyframes glowing {
  0% {
    background-color: #357935;
    -webkit-box-shadow: 0 0 3px #357935;
  }
  50% {
    background-color: #449d44;
    -webkit-box-shadow: 0 0 40px #449d44;
  }
  100% {
    background-color: #357935;
    -webkit-box-shadow: 0 0 3px #357935;
  }
}
@-moz-keyframes glowing {
  0% {
    background-color: #357935;
    -moz-box-shadow: 0 0 3px #357935;
  }
  50% {
    background-color: #449d44;
    -moz-box-shadow: 0 0 40px #449d44;
  }
  100% {
    background-color: #357935;
    -moz-box-shadow: 0 0 3px #357935;
  }
}
@-o-keyframes glowing {
  0% {
    background-color: #357935;
    box-shadow: 0 0 3px #357935;
  }
  50% {
    background-color: #449d44;
    box-shadow: 0 0 40px #449d44;
  }
  100% {
    background-color: #357935;
    box-shadow: 0 0 3px #357935;
  }
}
@keyframes glowing {
  0% {
    background-color: #357935;
    box-shadow: 0 0 3px #357935;
  }
  50% {
    background-color: #449d44;
    box-shadow: 0 0 40px #449d44;
  }
  100% {
    background-color: #357935;
    box-shadow: 0 0 3px #357935;
  }
}
.membership-popup-v4 .popup .inner a.action {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
.new-user-invite-footer {
  width: 100%;
  background: #383838;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  padding: 20px 0px 30px 0px;
}
.new-user-invite-footer h5 {
  color: #fff;
  font-family: 'Roboto', sans-serif;
}
.new-user-invite-footer small {
  display: block;
  font-size: 10px;
  margin-top: 15px;
}
.new-user-invite-v1-holder {
  padding: 150px 0px 130px 0px;
}
.new-user-invite-v1-holder .new-user-invite-v1-splash-text {
  text-align: right;
  margin-top: 180px;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
  margin-right: -30px;
  margin-left: -30px;
  border-radius: 10px 0px 0px 10px;
  display: block;
}
.new-user-invite-v1-holder .new-user-invite-v1-splash-text h1,
.new-user-invite-v1-holder .new-user-invite-v1-splash-text h2,
.new-user-invite-v1-holder .new-user-invite-v1-splash-text h4,
.new-user-invite-v1-holder .new-user-invite-v1-splash-text h5 {
  margin: 0px;
  padding: 0px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-weight: 300;
}
.new-user-invite-v1-holder .new-user-invite-v1-splash-text h1 strong,
.new-user-invite-v1-holder .new-user-invite-v1-splash-text h2 strong,
.new-user-invite-v1-holder .new-user-invite-v1-splash-text h4 strong,
.new-user-invite-v1-holder .new-user-invite-v1-splash-text h5 strong {
  font-weight: 900;
  color: #ffd200;
}
.new-user-invite-v1-holder .new-user-invite-v1-splash-text h1 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 70px;
  letter-spacing: -1px;
}
.new-user-invite-v1-holder .new-user-invite-v1-splash-text h2 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 32px;
  letter-spacing: -0.5px;
}
.new-user-invite-v1-holder .new-user-invite-v1-splash-text h4 {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.5px;
}
.new-user-invite-v1-holder .new-user-invite-v1-splash-text h5 {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: -0.5px;
  margin: 25px 0px 10px 0px;
}
.new-user-invite-v1-holder .new-user-invite-v1-splash .new-user-invite-v1-splash-box {
  position: relative;
  background: #fff;
  border-radius: 6px;
  padding: 15px 30px 30px 30px;
}
.new-user-invite-v1-holder .new-user-invite-v1-splash .new-user-invite-v1-splash-box .control-label {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
.new-user-invite-v1-holder .new-user-invite-v1-splash .new-user-invite-v1-splash-box .form-control {
  font-size: 12px;
}
.new-user-invite-v1-holder .new-user-invite-v1-splash .new-user-invite-v1-splash-box .terms {
  font-size: 10px;
  font-weight: 400;
  margin-top: 30px;
}
.new-user-invite-v1-holder .new-user-invite-v1-splash .new-user-invite-v1-splash-box .btn-submit {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 900;
  background: #358ec0;
  border: 1px solid #358ec0;
  padding-left: 50px;
  padding-right: 50px;
}
.new-user-invite-v1-holder .new-user-invite-v1-splash .new-user-invite-v1-splash-box .btn-submit:hover {
  background: #5cb85c !important;
}
.new-user-invite-v1-holder .new-user-invite-v1-splash .new-user-invite-v1-splash-box .btn-gender {
  font-size: 12px;
  font-weight: 400;
  text-shadow: none;
}
.new-user-invite-v1-holder .new-user-invite-v1-splash .new-user-invite-v1-splash-box .btn-gender i.fa {
  font-size: 20px;
  margin-right: 5px;
}
.new-user-invite-v1-holder .new-user-invite-v1-splash .new-user-invite-v1-splash-box .new-user-invite-v1-splash-box-title {
  background: #652771;
  background: -moz-linear-gradient(top, #652771 0%, #451556 100%);
  background: -webkit-linear-gradient(top, #652771 0%, #451556 100%);
  background: linear-gradient(to bottom, #652771 0%, #451556 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#652771', endColorstr='#451556', GradientType=0);
  position: relative;
  margin: -15px -30px 15px -30px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 15px 20px 150px;
  border-radius: 6px 6px 0px 0px;
  margin-bottom: 80px;
}
.new-user-invite-v1-holder .new-user-invite-v1-splash .new-user-invite-v1-splash-box .new-user-invite-v1-splash-box-title .new-user-invite-v1-splash-box-title-bottom {
  position: absolute;
  bottom: -50px;
  font-size: 12px;
  color: #383838;
  text-shadow: none;
}
.new-user-invite-v1-holder .new-user-invite-v1-splash .new-user-invite-v1-splash-box .new-user-invite-v1-splash-box-title .new-user-invite-v1-splash-box-title-bottom strong {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
}
.new-user-invite-v1-holder .new-user-invite-v1-splash .new-user-invite-v1-splash-box .new-user-invite-v1-splash-box-title .new-user-invite-v1-splash-box-title-avatar {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 125px;
  height: 125px;
  border: 3px solid #fff;
  border-radius: 6px;
  z-index: 999;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}
.new-user-invite-v1-holder .new-user-invite-v1-splash .new-user-invite-v1-splash-box .new-user-invite-v1-splash-box-title .new-user-invite-v1-splash-box-title-user {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 5px;
}
.new-user-invite-v1-holder .new-user-invite-v1-splash .new-user-invite-v1-splash-box .new-user-invite-v1-splash-box-title .new-user-invite-v1-splash-box-title-user strong {
  font-weight: 900;
}
.new-user-invite-v1-holder .new-user-invite-v1-splash .new-user-invite-v1-splash-box .new-user-invite-v1-splash-box-title .new-user-invite-v1-splash-box-title-details {
  font-size: 12px;
  font-weight: 300;
}
.new-user-invite-v1-holder .new-user-invite-v1-splash .new-user-invite-v1-splash-box .new-user-invite-v1-splash-box-title .new-user-invite-v1-splash-box-title-details strong {
  font-weight: 900;
}
.new-user-invite-v2-holder {
  background-size: cover;
  padding-bottom: 150px;
  padding-top: 30px;
  border-bottom: 1px solid #f2f0e9;
  position: relative;
}
.new-user-invite-v2-holder .new-user-invite-v2-splash-left {
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  margin-top: 100px;
}
.new-user-invite-v2-holder .new-user-invite-v2-splash-left .new-user-invite-v2-splash-top {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 15px;
}
.new-user-invite-v2-holder .new-user-invite-v2-splash-left .new-user-invite-v2-splash-avatar {
  background: #cf5679;
  background: -moz-linear-gradient(top, #cf5679 0%, #8a244f 100%);
  background: -webkit-linear-gradient(top, #cf5679 0%, #8a244f 100%);
  background: linear-gradient(to bottom, #cf5679 0%, #8a244f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5679', endColorstr='#8a244f', GradientType=0);
  border: 3px solid #fff;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
}
.new-user-invite-v2-holder .new-user-invite-v2-splash-left .new-user-invite-v2-splash-avatar .new-user-invite-v2-splash-user {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
  margin-top: 15px;
}
.new-user-invite-v2-holder .new-user-invite-v2-splash-left .new-user-invite-v2-splash-avatar .new-user-invite-v2-splash-user strong {
  font-weight: 900;
}
.new-user-invite-v2-holder .new-user-invite-v2-splash-left .new-user-invite-v2-splash-avatar .new-user-invite-v2-splash-details {
  font-size: 11px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 15px;
}
.new-user-invite-v2-holder .new-user-invite-v2-splash-left .new-user-invite-v2-splash-avatar .new-user-invite-v2-splash-details strong {
  font-weight: 900;
}
.new-user-invite-v2-holder .auth-box-top {
  position: relative;
  top: 25px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1px;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
}
.new-user-invite-v2-holder .auth-box {
  position: relative;
  top: 50px;
  background: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.15);
}
.new-user-invite-v2-holder .auth-box .inner {
  padding: 20px 20px 20px 20px;
}
.new-user-invite-v2-holder .auth-box .inner .copy {
  text-align: right;
  font-size: 10px;
  font-weight: 300;
  margin-top: 2px;
}
.new-user-invite-v2-holder .auth-box .inner .copy a {
  text-decoration: underline;
  color: #4d5b63;
}
.new-user-invite-v2-holder .auth-box .inner .hp-v3-register-fb {
  display: block;
  border-radius: 3px;
  background-color: #647ba2!important;
  background: -moz-linear-gradient(top, #647ba2 0%, #495b7c 100%);
  background: -webkit-linear-gradient(top, #647ba2 0%, #495b7c 100%);
  background: linear-gradient(to bottom, #647ba2 0%, #495b7c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#647ba2', endColorstr='#495b7c', GradientType=0);
  height: 50px;
  line-height: 38px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #495b7c;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 100%;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  margin-top: 15px;
}
.new-user-invite-v2-holder .auth-box .inner .hp-v3-register-fb i.fa {
  font-size: 33px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.new-user-invite-v2-holder .auth-box .inner .hp-v3-register-fb img {
  position: absolute;
  top: 15px;
  left: 15px;
}
.new-user-invite-v2-holder .auth-box .inner .form-horizontal .form-group {
  margin-bottom: 10px;
}
.new-user-invite-v2-holder .auth-box .inner .form-horizontal .form-group .form-control {
  border: 2px solid #dedede;
  height: 45px;
  font-size: 13px;
  font-weight: 700;
  color: #383838;
}
.new-user-invite-v2-holder .auth-box .inner .form-horizontal .form-group button.active {
  background: #4bc52f!important;
}
.new-user-invite-v2-holder .auth-box .inner .form-horizontal .form-group .control-label {
  font-size: 13px;
  font-weight: 300;
  text-align: right;
  padding: 6px 0px 0px 0px;
  margin: 0px;
  line-height: 34px;
}
.new-user-invite-v2-holder .auth-box .inner .form-horizontal .form-group .hp-v3-register {
  display: inline-block;
  border-radius: 3px;
  background: #4bc52f!important;
  background: -moz-linear-gradient(top, #4bc52f 0%, #35941f 100%);
  background: -webkit-linear-gradient(top, #4bc52f 0%, #35941f 100%);
  background: linear-gradient(to bottom, #4bc52f 0%, #35941f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4bc52f', endColorstr='#35941f', GradientType=0);
  height: 50px;
  line-height: 38px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #35941f;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 100%;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}
.new-user-invite-v2-holder .auth-box .inner .form-horizontal .form-group .hp-v3-register-google {
  display: inline-block;
  border-radius: 3px;
  background: #da4735;
  height: 30px;
  line-height: 15px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #af3d2f;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  text-align: right;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
  width: 95px;
}
.new-user-invite-v2-holder .auth-box .inner .form-horizontal .form-group .hp-v3-register-google img {
  position: absolute;
  top: 5px;
  left: 10px;
}
.new-user-invite-v2-holder .auth-box .inner .form-horizontal .form-group .hp-v3-register-twitter {
  display: inline-block;
  border-radius: 3px;
  background: #33ccff;
  height: 30px;
  line-height: 15px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #1d99c2;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  text-align: right;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  width: 95px;
  margin-right: 6px;
}
.new-user-invite-v2-holder .auth-box .inner .form-horizontal .form-group .hp-v3-register-twitter img {
  position: absolute;
  top: 5px;
  left: 10px;
}
.new-user-invite-v2-holder .auth-box .inner .form-horizontal .form-group .btn-more {
  padding: 2px 6px 3px 6px;
}
.new-user-invite-v2-holder .auth-box .inner .form-horizontal .form-group .btn-more span {
  font-size: 12px;
}
.new-user-invite-v2-holder .auth-box .inner .top {
  text-align: center;
  margin-bottom: 25px;
}
.new-user-invite-v2-holder .auth-box .inner .top p {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  font-weight: 900;
}
.new-user-invite-v2-holder .auth-box .inner .top p .purp {
  color: #c965a0;
}
.new-user-invite-v2-holder .auth-box .inner .top span {
  font-size: 13px;
  font-weight: 300;
}
.new-user-invite-v2-holder .auth-box .inner .top span .purp {
  color: #c965a0;
}
.landing-confirm .activate {
  background: #fff;
  border-radius: 5px;
  padding: 34px 25px;
}
.landing-confirm .activate h3 {
  color: #383838;
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 10px;
  margin-top: 10px;
}
.landing-confirm .activate p {
  font-size: 14px;
  font-weight: 300;
}
.landing-confirm .activate .input-group {
  margin: 25px 0px;
}
.landing-confirm .activate .btn {
  padding: 19px 30px;
  font-size: 16px;
  font-weight: 900;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  background: #449d44;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  border: none;
}
.landing-confirm .activate .btn:hover {
  background: #3d8b3d;
}
.landing-confirm .activate .form-control {
  padding: 24px 15px;
  font-size: 16px;
  font-weight: 400;
  color: #383838;
  height: 60px;
  border-right: none;
}
.upgrade-landing-v4 {
  border-radius: 5px;
}
.upgrade-landing-v4 .icon-large {
  font-size: 100px;
  color: #5cb85c;
}
.upgrade-landing-v4 h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: -10px;
  margin-top: 5px;
}
.upgrade-landing-v4 p {
  font-size: 14px;
  font-weight: 300;
}
.upgrade-landing-v4 .btn {
  border: none;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  background: #449d44;
}
.upgrade-landing-v4 .btn i.fa {
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  bottom: -1px;
}
.upgrade-landing-v4 .btn:hover {
  background: #3d8b3d;
}
.v3-blue-landing-v1-footer {
  background: #0a0a0a;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  padding: 20px 0px 30px 0px;
}
.v3-blue-landing-v1-footer h5 {
  color: #fff;
  font-family: 'Roboto', sans-serif;
}
.v3-blue-landing-v1-footer small {
  display: block;
  font-size: 10px;
  margin-top: 15px;
}
.v3-blue-landing-v2-footer {
  background: #f2c90b;
  color: #383838;
  font-size: 11px;
  font-weight: 400;
  padding: 20px 0px 30px 0px;
}
.v3-blue-landing-v2-footer h5 {
  color: #383838;
  font-family: 'Roboto', sans-serif;
}
.v3-blue-landing-v2-footer small {
  display: block;
  font-size: 10px;
  margin-top: 15px;
}
.v3-blue-landing-v3-footer {
  position: fixed;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  background: #f2c90b;
  color: #383838;
  font-size: 11px;
  font-weight: 400;
  padding: 20px 0px 30px 0px;
}
.v3-blue-landing-v3-footer h5 {
  color: #383838;
  font-family: 'Roboto', sans-serif;
}
.v3-blue-landing-v3-footer small {
  display: block;
  font-size: 10px;
  margin-top: 15px;
}
.v3-blue-landing-v1-holder {
  padding: 50px 0px 0px 0px;
  background: #f2c90b;
}
.v3-blue-landing-v1-holder .v3-blue-landing-v1-splash .v3-blue-landing-v1-splash-top {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
}
.v3-blue-landing-v1-holder .v3-blue-landing-v1-splash .v3-blue-landing-v1-splash-top strong {
  font-size: 55px;
  font-weight: 900;
  color: #358ec0;
  display: block;
  margin-bottom: -25px;
}
.v3-blue-landing-v1-holder .v3-blue-landing-v1-splash .v3-blue-landing-v1-splash-box {
  position: relative;
  background: #fff;
  border-radius: 6px;
  padding: 15px 30px 30px 30px;
  margin-top: 30px;
}
.v3-blue-landing-v1-holder .v3-blue-landing-v1-splash .v3-blue-landing-v1-splash-box .control-label {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
.v3-blue-landing-v1-holder .v3-blue-landing-v1-splash .v3-blue-landing-v1-splash-box .form-control {
  font-size: 12px;
}
.v3-blue-landing-v1-holder .v3-blue-landing-v1-splash .v3-blue-landing-v1-splash-box .terms {
  font-size: 10px;
  font-weight: 400;
  margin-top: 30px;
}
.v3-blue-landing-v1-holder .v3-blue-landing-v1-splash .v3-blue-landing-v1-splash-box .btn-submit {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 900;
  background: #358ec0;
  border: 1px solid #358ec0;
  padding-left: 50px;
  padding-right: 50px;
}
.v3-blue-landing-v1-holder .v3-blue-landing-v1-splash .v3-blue-landing-v1-splash-box .btn-submit:hover {
  background: #5cb85c !important;
}
.v3-blue-landing-v1-holder .v3-blue-landing-v1-splash .v3-blue-landing-v1-splash-box .btn-gender {
  font-size: 12px;
  font-weight: 400;
  text-shadow: none;
}
.v3-blue-landing-v1-holder .v3-blue-landing-v1-splash .v3-blue-landing-v1-splash-box .btn-gender i.fa {
  font-size: 20px;
  margin-right: 5px;
}
.v3-blue-landing-v1-holder .v3-blue-landing-v1-splash .v3-blue-landing-v1-splash-box .v3-blue-landing-v1-splash-box-title {
  color: #0a0a0a;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.v3-blue-landing-v2-holder {
  padding: 150px 0px 150px 0px;
  position: relative;
}
.v3-blue-landing-v2-holder .v3-blue-landing-v1-splash .v3-blue-landing-v1-splash-top {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
}
.v3-blue-landing-v2-holder .v3-blue-landing-v1-splash .v3-blue-landing-v1-splash-top strong {
  font-size: 55px;
  font-weight: 900;
  color: #c965a0;
  display: block;
  margin-bottom: -25px;
}
.v3-blue-landing-v2-holder .v3-blue-landing-v1-splash .v3-blue-landing-v1-splash-box {
  position: relative;
  background: #fff;
  border-radius: 6px;
  padding: 15px 30px 30px 30px;
  margin-top: 30px;
  min-height: 400px;
}
.v3-blue-landing-v2-holder .v3-blue-landing-v1-splash .v3-blue-landing-v1-splash-box .control-label {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
.v3-blue-landing-v2-holder .v3-blue-landing-v1-splash .v3-blue-landing-v1-splash-box .form-control {
  font-size: 12px;
}
.v3-blue-landing-v2-holder .v3-blue-landing-v1-splash .v3-blue-landing-v1-splash-box .terms {
  font-size: 10px;
  font-weight: 400;
  margin-top: 30px;
}
.v3-blue-landing-v2-holder .v3-blue-landing-v1-splash .v3-blue-landing-v1-splash-box .btn {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 900;
}
.v3-blue-landing-v2-holder .v3-blue-landing-v1-splash .v3-blue-landing-v1-splash-box .btn:hover {
  background: #5cb85c !important;
}
.v3-blue-landing-v2-holder .v3-blue-landing-v1-splash .v3-blue-landing-v1-splash-box .v3-blue-landing-v1-splash-box-title {
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.v3-blue-landing-v3-holder {
  padding: 150px 0px 0px 0px;
  position: relative;
  height: 750px;
}
.v3-blue-landing-v3-holder #video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-size: cover;
}
.v3-blue-landing-v3-holder .v3-blue-landing-v1-splash .v3-blue-landing-v1-splash-top {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
}
.v3-blue-landing-v3-holder .v3-blue-landing-v1-splash .v3-blue-landing-v1-splash-top strong {
  font-size: 55px;
  font-weight: 900;
  color: #c965a0;
  display: block;
  margin-bottom: -25px;
}
.v3-blue-landing-v3-holder .v3-blue-landing-v1-splash .v3-blue-landing-v1-splash-box {
  position: relative;
  background: #fff;
  border-radius: 6px;
  padding: 15px 30px 30px 30px;
  margin-top: 30px;
  min-height: 400px;
}
.v3-blue-landing-v3-holder .v3-blue-landing-v1-splash .v3-blue-landing-v1-splash-box .control-label {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
.v3-blue-landing-v3-holder .v3-blue-landing-v1-splash .v3-blue-landing-v1-splash-box .form-control {
  font-size: 12px;
}
.v3-blue-landing-v3-holder .v3-blue-landing-v1-splash .v3-blue-landing-v1-splash-box .terms {
  font-size: 10px;
  font-weight: 400;
  margin-top: 30px;
}
.v3-blue-landing-v3-holder .v3-blue-landing-v1-splash .v3-blue-landing-v1-splash-box .btn {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 900;
}
.v3-blue-landing-v3-holder .v3-blue-landing-v1-splash .v3-blue-landing-v1-splash-box .btn:hover {
  background: #5cb85c !important;
}
.v3-blue-landing-v3-holder .v3-blue-landing-v1-splash .v3-blue-landing-v1-splash-box .v3-blue-landing-v1-splash-box-title {
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
/*form styles*/
#msform2 {
  width: 400px;
  margin: 30px auto 0px auto;
  margin-left: 0px;
  text-align: center;
  position: relative;
  left: -20px;
}
#msform2 .progressline {
  border-top: 1px dashed #aaaaaa;
  margin-top: -50px;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
}
#msform2 fieldset {
  background: none;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 15px 30px;
  box-sizing: border-box;
  width: 100%;
  /*stacking fieldsets above each other*/
  position: absolute;
}
.msform-fix2 fieldset {
  background: none;
  border: 0 none;
  border-radius: 3px;
  box-shadow: none!important;
  padding: 15px 30px;
  box-sizing: border-box;
  width: 100%;
  /*stacking fieldsets above each other*/
  position: absolute;
}
/*Hide all except first fieldset*/
#msform2 fieldset:not(:first-of-type) {
  display: none;
}
/*inputs*/
#msform2 input,
#msform textarea,
#msform2 select {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Roboto Condensed', sans-serif;
  color: #2C3E50;
  font-size: 13px;
}
/*buttons*/
#msform2 .action-button {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 900;
  background: #358ec0;
  border: 1px solid #358ec0;
  padding-left: 50px;
  padding-right: 50px;
  display: inline-block;
  color: #fff;
  width: auto!important;
}
#msform2 .action-button:hover,
#msform2 .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.fs-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #383838;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 5px;
}
.msform-fix2 .fs-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #383838;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 10px;
}
.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #383838!important;
  margin-bottom: 10px;
}
/*progressbar*/
#progressbar2 {
  margin-bottom: 20px;
  padding: 0px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}
#progressbar2 li {
  list-style-type: none;
  color: #333;
  text-transform: uppercase;
  font-size: 9px;
  width: 20%;
  float: left;
  position: relative;
}
#progressbar2 li:before {
  content: counter(step);
  counter-increment: step;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 22px;
  color: #333;
  background: white;
  border-radius: 50%;
  margin: 0 auto 5px auto;
  border: 1px solid #cccccc;
  background: #ebebeb;
}
/*progressbar connectors*/
#progressbar2 li:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
  /*put it behind the numbers*/
}
#progressbar2 li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar2 li.active:before,
#progressbar2 li.active:after {
  background: #358ec0;
  color: white;
}
.payment-deny {
  margin: 150px 0px;
}
.payment-deny .payment-deny-inner {
  text-align: center;
}
.payment-deny .payment-deny-inner .payment-deny-icon {
  margin: 15px auto;
  width: 200px;
}
.payment-deny .payment-deny-inner h2 {
  color: #383838;
  font-family: 'Roboto', sans-serif;
  font-weight: 900!important;
  font-size: 45px;
}
.payment-deny .payment-deny-inner h5 {
  color: #383838;
  font-family: 'Roboto', sans-serif;
  font-weight: 300!important;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 24px;
}
.payment-deny .payment-deny-inner .btn {
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 700px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.fresh-landing-v1-holder {
  height: 600px;
}
.fresh-landing-v1-holder .container {
  position: relative;
  padding: 75px 0px 0px 0px;
}
.fresh-landing-v1-holder .container .inner {
  padding: 15px;
  text-align: center;
}
.fresh-landing-v1-holder .container .row {
  position: relative;
  z-index: 999;
}
.fresh-landing-v1-holder .container .row .col {
  padding: 0px;
}
.fresh-landing-v1-holder .container h1 {
  font-family: roboto;
  font-size: 24px;
  font-weight: 900;
  margin: 0px;
  padding: 0px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.fresh-landing-v1-holder .container h2 {
  font-family: roboto;
  font-size: 16px;
  font-weight: 900;
  margin: 0px;
  padding: 0px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.fresh-landing-v1-holder .container h4 {
  font-family: roboto;
  font-size: 20px;
  font-weight: 300;
  margin: 5px 0px 25px 0px;
  padding: 0px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.fresh-landing-v1-holder .container h4 strong {
  font-weight: 900;
}
.fresh-landing-v1-holder .container p {
  font-family: roboto;
  font-size: 16px;
  font-weight: 300;
  margin: 30px 0px;
  padding: 0px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.fresh-landing-v1-holder .container p strong {
  font-weight: 900;
}
.fresh-landing-v1-holder .container .thumb {
  border: 5px solid #fff;
  margin-top: 10px;
  margin-bottom: 25px;
}
.fresh-landing-v1-holder .container small {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  opacity: 0.75;
  font-size: 11px;
  font-weight: 300;
}
.fresh-landing-v1-holder .container small a {
  text-decoration: underline;
  font-weight: 500;
}
.fresh-landing-v1-holder .container .btn-group-holder {
  margin: 10px 0px 20px 0px;
}
.fresh-landing-v1-holder .container .btn-group-holder .btn {
  display: block;
  padding: 0px;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 12px;
  font-weight: 500;
}
.fresh-landing-v1-holder .container input.form-control {
  padding: 0px 25px;
  height: 50px;
  line-height: 50px;
  border: none;
  font-size: 16px;
  font-weight: 300;
  color: #383838;
  width: 100%;
}
.fresh-landing-v1-holder .container select.form-control {
  padding: 0px 25px;
  height: 50px;
  line-height: 50px;
  border: none;
  font-size: 16px;
  font-weight: 300;
  color: #383838;
  width: 100%;
}
.fresh-landing-v1-holder .container .btn-cta {
  padding: 19px 25px;
  border: none;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: auto;
}
.fresh-landing-v1-holder .wizard .inner a {
  color: #fff;
}
.fresh-landing-v1-holder .wizard .dropdown-autocomplete {
  width: 250px;
  top: 59px;
  text-align: left;
}
.fresh-landing-v1-holder .wizard .nav-tabs {
  position: relative;
  margin: 0px auto;
  margin-bottom: 0;
  border-bottom-color: #5cb85c;
}
.fresh-landing-v1-holder .wizard > div.wizard-inner {
  position: relative;
}
.fresh-landing-v1-holder .connecting-line {
  height: 2px;
  background: #5cb85c;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}
.fresh-landing-v1-holder .wizard .nav-tabs > li.active > a,
.fresh-landing-v1-holder .wizard .nav-tabs > li.active > a:hover,
.fresh-landing-v1-holder .wizard .nav-tabs > li.active > a:focus {
  color: #5cb85c;
  font-weight: 900;
  background: none;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}
.fresh-landing-v1-holder span.round-tab {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  border-radius: 100px;
  border: 2px solid #e0e0e0;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 25px;
}
.fresh-landing-v1-holder span.round-tab i {
  color: #fff;
}
.fresh-landing-v1-holder .wizard li.active span.round-tab {
  border: 2px solid #5cb85c;
}
.fresh-landing-v1-holder .wizard li.active span.round-tab i {
  color: #fff;
}
.fresh-landing-v1-holder .wizard .nav-tabs > li {
  width: 20%;
}
.fresh-landing-v1-holder .wizard li:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #5cb85c;
  transition: 0.1s ease-in-out;
}
.fresh-landing-v1-holder .wizard li.active:after {
  content: " ";
  position: absolute;
  left: 40%;
  opacity: 1;
  margin: 0 auto;
  bottom: 0px;
  border: 10px solid transparent;
  border-bottom-color: #5cb85c;
}
.fresh-landing-v1-holder .wizard .nav-tabs > li a {
  width: 70px;
  height: 70px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
}
.fresh-landing-v1-holder .wizard .nav-tabs > li a:hover {
  background: transparent;
}
.fresh-landing-v1-holder .wizard .tab-pane {
  position: relative;
  padding-top: 50px;
}
.fresh-landing-v1-holder .wizard h3 {
  margin-top: 0;
}
@media (max-width: 585px) {
  .fresh-landing-v1-holder .wizard {
    width: 100%;
    height: auto !important;
  }
  .fresh-landing-v1-holder span.round-tab {
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 26px;
  }
  .fresh-landing-v1-holder .wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    line-height: 26px;
  }
  .fresh-landing-v1-holder .wizard li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
  }
}
.fresh-landing-v1-step1 {
  background: url(../images/fresh-landing-v1/1dark.jpg) top center no-repeat #383838;
  background-size: cover;
}
.fresh-landing-v1-step2 {
  background: url(../images/fresh-landing-v1/2dark.jpg) top center no-repeat #383838;
  background-size: cover;
}
.fresh-landing-v1-step3 {
  background: url(../images/fresh-landing-v1/3dark.jpg) top center no-repeat #383838;
  background-size: cover;
}
.fresh-landing-v1-step4 {
  background: url(../images/fresh-landing-v1/4dark.jpg) top center no-repeat #383838;
  background-size: cover;
}
.fresh-landing-v1-step5 {
  background: url(../images/fresh-landing-v1/5dark.jpg) top center no-repeat #383838;
  background-size: cover;
}
.fresh-landing-v1-step6 {
  background: url(../images/fresh-landing-v1/6dark.jpg) top center no-repeat #383838;
  background-size: cover;
}
.fresh-landing-v2-holder {
  height: 100%;
  color: #fff;
}
.fresh-landing-v2-holder .container {
  position: relative;
  padding: 50px 0px 0px 0px;
}
.fresh-landing-v2-holder .container .inner {
  padding: 15px;
  text-align: center;
  color: #fff;
}
.fresh-landing-v2-holder .container .inner h1.cta-text-light {
  font-family: 'Sigmar One', cursive;
  font-size: 80px;
  font-weight: 900;
  margin: 0px;
  padding: 0px;
  letter-spacing: -3px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.fresh-landing-v2-holder .container .inner h1.cta-text-dark {
  font-family: 'Sigmar One', cursive;
  font-size: 60px;
  font-weight: 900;
  margin: 0px;
  padding: 0px;
  letter-spacing: -3px;
  color: #f0ad4e;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.fresh-landing-v2-holder .container .inner .counter {
  margin: 25px 0px;
  font-size: 11px;
}
.fresh-landing-v2-holder .container .inner .counter .main {
  font-family: 'Sigmar One', cursive;
  font-size: 30px;
}
.fresh-landing-v2-holder .container .inner h2 {
  font-family: roboto;
  font-size: 16px;
  font-weight: 900;
  margin: 0px;
  padding: 0px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.fresh-landing-v2-holder .container .inner h4 {
  font-family: roboto;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin: 10px 0px;
  padding: 0px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.fresh-landing-v2-holder .container .inner h4 strong {
  font-weight: 900;
}
.fresh-landing-v2-holder .container .inner p {
  font-family: roboto;
  font-size: 16px;
  font-weight: 300;
  margin: 30px 0px;
  padding: 0px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.fresh-landing-v2-holder .container .inner p strong {
  font-weight: 900;
}
.fresh-landing-v2-holder .container .inner .thumb {
  border: 5px solid #fff;
  margin-top: 10px;
  margin-bottom: 25px;
}
.fresh-landing-v2-holder .container .inner small {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  opacity: 0.75;
  font-size: 11px;
  font-weight: 300;
}
.fresh-landing-v2-holder .container .inner small a {
  text-decoration: underline;
  font-weight: 500;
}
.fresh-landing-v2-holder .container .inner .btn-group-holder {
  margin: 10px 0px 20px 0px;
}
.fresh-landing-v2-holder .container .inner .btn-group-holder .btn {
  display: block;
  padding: 0px;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 12px;
  font-weight: 500;
}
.fresh-landing-v2-holder .container .inner input.form-control {
  padding: 0px 25px;
  height: 50px;
  line-height: 50px;
  border: none;
  font-size: 16px;
  font-weight: 300;
  color: #383838;
  width: 100%;
}
.fresh-landing-v2-holder .container .inner select.form-control {
  padding: 0px 25px;
  height: 50px;
  line-height: 50px;
  border: none;
  font-size: 16px;
  font-weight: 300;
  color: #383838;
  width: 100%;
}
.fresh-landing-v2-holder .container .inner .btn-cta {
  padding: 20px 0px;
  border: none;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: auto;
}
.fresh-landing-v2-holder .wizard .inner a {
  color: #fff;
}
.fresh-landing-v2-holder .wizard .dropdown-autocomplete {
  width: 250px;
  top: 59px;
  text-align: left;
}
.fresh-landing-v2-holder .wizard .nav-tabs {
  position: relative;
  margin: 0px auto;
  margin-bottom: 0;
  border-bottom-color: #5cb85c;
}
.fresh-landing-v2-holder .wizard > div.wizard-inner {
  position: relative;
}
.fresh-landing-v2-holder .connecting-line {
  height: 2px;
  background: #5cb85c;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}
.fresh-landing-v2-holder .wizard .nav-tabs > li.active > a,
.fresh-landing-v2-holder .wizard .nav-tabs > li.active > a:hover,
.fresh-landing-v2-holder .wizard .nav-tabs > li.active > a:focus {
  color: #5cb85c;
  font-weight: 900;
  background: none;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}
.fresh-landing-v2-holder span.round-tab {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  border-radius: 100px;
  border: 2px solid #e0e0e0;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 25px;
}
.fresh-landing-v2-holder span.round-tab i {
  color: #fff;
}
.fresh-landing-v2-holder .wizard li.active span.round-tab {
  border: 2px solid #5cb85c;
}
.fresh-landing-v2-holder .wizard li.active span.round-tab i {
  color: #fff;
}
.fresh-landing-v2-holder .wizard .nav-tabs > li {
  width: 20%;
}
.fresh-landing-v2-holder .wizard li:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #5cb85c;
  transition: 0.1s ease-in-out;
}
.fresh-landing-v2-holder .wizard li.active:after {
  content: " ";
  position: absolute;
  left: 40%;
  opacity: 1;
  margin: 0 auto;
  bottom: 0px;
  border: 10px solid transparent;
  border-bottom-color: #5cb85c;
}
.fresh-landing-v2-holder .wizard .nav-tabs > li a {
  width: 70px;
  height: 70px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
}
.fresh-landing-v2-holder .wizard .nav-tabs > li a:hover {
  background: transparent;
}
.fresh-landing-v2-holder .wizard .tab-pane {
  position: relative;
  padding-top: 50px;
}
.fresh-landing-v2-holder .wizard h3 {
  margin-top: 0;
}
@media (max-width: 585px) {
  .fresh-landing-v2-holder .wizard {
    width: 100%;
    height: auto !important;
  }
  .fresh-landing-v2-holder span.round-tab {
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 26px;
  }
  .fresh-landing-v2-holder .wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    line-height: 26px;
  }
  .fresh-landing-v2-holder .wizard li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
  }
}
.fresh-landing-v2-bg1 {
  background: url(../images/fresh-landing-v2/1.jpg) top center no-repeat #383838;
  background-size: cover;
}
.fresh-landing-v2-bg2 {
  background: url(../images/fresh-landing-v2/2.jpg) top center no-repeat #383838;
  background-size: cover;
}
.fresh-landing-v2-bg3 {
  background: url(../images/fresh-landing-v2/3.jpg) top center no-repeat #383838;
  background-size: cover;
}
.fresh-landing-v2-bg4 {
  background: url(../images/fresh-landing-v2/4.jpg) top center no-repeat #383838;
  background-size: cover;
}
.fresh-landing-v2-bg5 {
  background: url(../images/fresh-landing-v2/5.jpg) top center no-repeat #383838;
  background-size: cover;
}
.fresh-landing-v2-bg6 {
  background: url(../images/fresh-landing-v2/6.jpg) top center no-repeat #383838;
  background-size: cover;
}
.fresh-landing-v2-bg7 {
  background: url(../images/fresh-landing-v2/7.jpg) top center no-repeat #383838;
  background-size: cover;
}
.fresh-landing-v2-bg8 {
  background: url(../images/fresh-landing-v2/8.jpg) top center no-repeat #383838;
  background-size: cover;
}
.fresh-landing-v2-bg9 {
  background: url(../images/fresh-landing-v2/9.jpg) top center no-repeat #383838;
  background-size: cover;
}
.fresh-landing-v2-bg10 {
  background: url(../images/fresh-landing-v2/10.jpg) top center no-repeat #383838;
  background-size: cover;
}
.fresh-landing-v2-bg11 {
  background: url(../images/fresh-landing-v2/11.jpg) top center no-repeat #383838;
  background-size: cover;
}
.fresh-landing-v2-bg12 {
  background: url(../images/fresh-landing-v2/12.jpg) top center no-repeat #383838;
  background-size: cover;
}
.fresh-landing-v2-bg13 {
  background: url(../images/fresh-landing-v2/13.jpg) top center no-repeat #383838;
  background-size: cover;
}
.fresh-landing-v2-bg14 {
  background: url(../images/fresh-landing-v2/14.jpg) top center no-repeat #383838;
  background-size: cover;
}
.fresh-landing-v2-bg15 {
  background: url(../images/fresh-landing-v2/15.jpg) top center no-repeat #383838;
  background-size: cover;
}
.fresh-landing-v2-bg16 {
  background: url(../images/fresh-landing-v2/16.jpg) top center no-repeat #383838;
  background-size: cover;
}
.fresh-landing-v2-bg17 {
  background: url(../images/fresh-landing-v2/17.jpg) top center no-repeat #383838;
  background-size: cover;
}
.fresh-landing-v2-bg18 {
  background: url(../images/fresh-landing-v2/18.jpg) top center no-repeat #383838;
  background-size: cover;
}
.fresh-landing-v2-bg19 {
  background: url(../images/fresh-landing-v2/19.jpg) top center no-repeat #383838;
  background-size: cover;
}
.fresh-landing-v2-bg20 {
  background: url(../images/fresh-landing-v2/20.jpg) top center no-repeat #383838;
  background-size: cover;
}
.fresh-landing-v2-footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #000;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  padding: 10px 0px 20px 0px;
}
.fresh-landing-v2-footer h5 {
  color: #fff;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
}
.fresh-landing-v2-footer small {
  display: block;
  font-size: 9px;
  margin-top: 10px;
}
.generic-top-banner-holder {
  background: #000;
  padding: 15px 0px;
  text-align: center;
}
.actions-audio {
  position: absolute;
  top: 15px;
  right: 15px;
}
.actions-audio .play {
  font-size: 20px;
  color: #d9534f;
  margin-left: 15px;
}
.actions-audio .delete {
  font-size: 20px;
  color: #808f96;
  margin-left: 15px;
}
.adwords-landing-holder .adwords-landing-splash-text {
  text-align: right;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}
.adwords-landing-holder .adwords-landing-splash-text strong {
  font-weight: 900;
}
.adwords-landing-holder .adwords-landing-splash-text h3 {
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 5px;
  color: #d9534f !important;
}
.adwords-landing-holder .adwords-landing-splash-text span {
  display: inline-block;
  background: #383838;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0px 15px;
  border-radius: 3px;
  margin: 5px 0px;
}
.app-body {
  background: url(../images/app/v2/bg.jpg) center center no-repeat #383838 !important;
  background-size: cover!important;
}
.app-landing-header {
  background: rgba(0, 0, 0, 0.5);
  height: 70px;
}
.app-landing-header .upgrade {
  border: none;
  background: #449d44;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  height: 30px;
  line-height: 18px!important;
  margin: 8px 8px 0px 0px;
  letter-spacing: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.app-landing-header .right-auth a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 70px;
  line-height: 70px;
  margin-left: 15px;
}
.app-landing-header .logo {
  height: 40px;
  margin: 15px 15px 5px 0px;
}
.app-landing-header .logo img {
  height: 40px;
  width: auto;
}
.app-landing-header .language {
  margin-top: 26px;
}
.app-landing-header .user {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  margin-top: 13px;
}
.app-landing-header .user a {
  color: #ffd200;
  font-weight: 900;
}
.app-landing-header .btn-bars {
  margin-top: 10px;
  background: none;
  border: none;
  color: #fff;
}
.app-landing-v1-holder .app-landing-v1-form {
  background: rgba(0, 0, 0, 0.5);
  padding: 25px;
  border-radius: 6px;
  text-align: center;
}
.app-landing-v1-holder .app-landing-v1-form input.form-control {
  padding: 0px 25px;
  height: 50px;
  line-height: 50px;
  border: none;
  font-size: 16px;
  font-weight: 300;
  color: #383838;
  width: 100%;
}
.app-landing-v1-holder .app-landing-v1-form select.form-control {
  padding: 0px 25px;
  height: 50px;
  line-height: 50px;
  border: none;
  font-size: 16px;
  font-weight: 300;
  color: #383838;
  width: 100%;
}
.app-landing-v1-holder .app-landing-v1-form .btn-cta {
  background: #63ac32;
  border-radius: 6px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  margin-top: 15px;
}
.app-landing-v1-holder .app-landing-v1-form h5 {
  font-family: roboto;
  font-size: 16px;
  font-weight: 300;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.app-landing-v1-holder .app-landing-v1-form .gender-pick {
  background: #63ac32;
  border-radius: 6px;
  padding: 10px;
}
.app-landing-v1-holder .app-landing-v1-form .gender-pick a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.app-landing-v1-holder .app-landing-v1-form .gender-pick a.selected {
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  color: #383838;
  text-shadow: none;
  text-decoration: none;
}
.app-landing-v1-holder .info-bar {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-weight: 300;
  font-size: 16px;
  padding: 25px 0px;
  text-align: center;
  margin: 30px 0px 30px 0px;
}
.app-landing-v1-holder .info-bar strong {
  font-weight: 900;
  color: #f8ff42;
}
.app-landing-v1-holder .info-text-btm {
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  margin: 15px 0px;
}
.app-landing-v1-holder .info-text-btm strong {
  font-weight: 900;
  color: #f8ff42;
}
.app-landing-v1-holder .container {
  position: relative;
}
.app-landing-v1-holder .container .inner {
  padding: 15px;
  text-align: center;
}
.app-landing-v1-holder .container .row {
  position: relative;
  z-index: 999;
}
.app-landing-v1-holder .container .row .col {
  padding: 0px;
}
.app-landing-v1-holder .container h1 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 60px;
  font-weight: 900;
  margin: 100px 0px 0px 0px;
  padding: 0px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.app-landing-v1-holder .container h2 {
  font-family: roboto;
  font-size: 28px;
  font-weight: 300;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  color: #fff;
  letter-spacing: -0.5px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.app-landing-v1-holder .container h2 strong {
  font-weight: 900;
  color: #f8ff42;
}
.app-landing-v1-holder .container h4 {
  font-family: roboto;
  font-size: 20px;
  font-weight: 300;
  margin: 5px 0px 25px 0px;
  padding: 0px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.app-landing-v1-holder .container h4 strong {
  font-weight: 900;
}
.app-landing-v1-holder .container p {
  font-family: roboto;
  font-size: 16px;
  font-weight: 300;
  margin: 30px 0px;
  padding: 0px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.app-landing-v1-holder .container p strong {
  font-weight: 900;
}
.app-landing-v1-holder .container .thumb {
  border: 5px solid #fff;
  margin-top: 10px;
  margin-bottom: 25px;
}
.app-landing-v1-holder .container small {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  opacity: 0.75;
  font-size: 11px;
  font-weight: 300;
}
.app-landing-v1-holder .container small a {
  text-decoration: underline;
  font-weight: 500;
}
.app-landing-v1-holder .container .btn-group-holder {
  margin: 10px 0px 20px 0px;
}
.app-landing-v1-holder .container .btn-group-holder .btn {
  display: block;
  padding: 0px;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 12px;
  font-weight: 500;
}
.app-landing-v1-holder .container .btn-cta {
  padding: 19px 25px;
  border: none;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: auto;
}
.audio-list .item {
  position: relative;
  min-height: 70px;
  border: 1px solid #f5f3ed;
  background: #fff;
  margin-bottom: 10px;
  padding: 20px;
  padding-left: 80px;
  opacity: 0.4;
}
.audio-list .item .actions-audio {
  position: absolute;
  top: 30px;
  right: 15px;
}
.audio-list .item .actions-audio .play {
  background: #d9534f;
  font-size: 20px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  margin-left: 15px;
  border-radius: 4px;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  clear: both;
}
.audio-list .item .actions-audio .play span {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  top: -2px;
}
.audio-list .item .actions-audio .delete {
  border: 1px solid #dedede;
  font-size: 18px;
  color: #383838;
  margin-left: 15px;
  border-radius: 4px;
  padding: 9px 14px;
  text-align: center;
  text-decoration: none;
}
.audio-list .item .top-details .name {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-size: 18px;
}
.audio-list .item .top-details small {
  display: inline-block;
  margin-top: 5px;
  font-size: 11px;
  color: #808f96;
  margin-left: 10px;
}
.audio-list .item .details {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  margin-left: 18px;
}
.audio-list .item .avatar {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 4px;
  overflow: hidden;
}
.audio-list .item .icon-status {
  font-size: 16px;
  position: relative;
}
.audio-list .item .online {
  background: none;
  color: #cce86f;
}
.audio-list .item .away {
  background: none;
  color: #ffdc00;
}
.audio-list .item .offline {
  background: none;
  color: #e6eded;
}
.audio-list .unread {
  opacity: 1;
}
.widget-chat-col {
  width: 225px;
}
.chat-list-content {
  position: relative;
}
.widget.widget-chat {
  background-color: transparent;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.widget-chat.is-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.widget-chat + .widget-chat {
  margin-top: 0;
  margin-right: 250px;
}
.widget-chat + .widget-chat + .widget-chat {
  margin-top: 0;
  margin-right: 500px;
}
.widget-chat + .widget-chat + .widget-chat + .widget-chat {
  margin-top: 0;
  margin-right: 750px;
}
.widget-chat + .widget-chat + .widget-chat + .widget-chat + .widget-chat {
  margin-top: 0;
  margin-right: 1000px;
}
.widget-chat-default .chat-default {
  min-height: 160px;
  max-height: 240px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.widget-chat-default-heading {
  line-height: 16px;
  height: 30px;
  padding: 5px 60px 5px 12px;
  display: block;
  position: relative;
  border: solid 1px transparent;
  cursor: pointer;
  /*.close {
		font-size: 16px;
		text-shadow: none;
		.square(16px);
		position: absolute;
		top: 50%;	
		right: 0;
		margin-top: -8px;
		margin-right: @padding-base-horizontal; //~12px

		.glyphicon {
			font-size: 16px;
			line-height: 1;
			top: -1px;
		}
	}*/
}
.widget-chat-default-heading:before,
.widget-chat-default-heading:after {
  content: " ";
  display: table;
}
.widget-chat-default-heading:after {
  clear: both;
}
.widget-chat-default-heading:before,
.widget-chat-default-heading:after {
  content: " ";
  display: table;
}
.widget-chat-default-heading:after {
  clear: both;
}
.widget-chat-default-heading .widget-chat-default-title {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  position: relative;
  left: -4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 110px;
  height: 18px;
  display: inline-block;
}
.chat-heading-actions.pull-right {
  margin-right: -48px;
}
.chat-heading-actions.pull-left {
  margin-right: -48px;
}
.btn-heading {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: inherit;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.btn-heading:hover,
.btn-heading:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
button.btn-heading {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn-heading + .btn-heading {
  margin-left: 10px;
}
.btn-heading.collapsed .glyphicon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: rotate 0s linear;
  transition: rotate 0s linear;
  top: 1px;
  position: relative;
}
.widget-chat-default-toolbar {
  padding: 5px 12px;
  line-height: 20px;
  border-bottom: solid 1px transparent;
  display: block;
  position: relative;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.015);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.015);
}
.widget-chat-default-toolbar:before,
.widget-chat-default-toolbar:after {
  content: " ";
  display: table;
}
.widget-chat-default-toolbar:after {
  clear: both;
}
.widget-chat-default-toolbar:before,
.widget-chat-default-toolbar:after {
  content: " ";
  display: table;
}
.widget-chat-default-toolbar:after {
  clear: both;
}
.widget-chat-default-toolbar > a {
  font-family: 'Roboto Medium', Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 11px;
  margin: 0;
  padding: 0;
  position: relative;
}
.widget-chat-default-toolbar > a:hover,
.widget-chat-default-toolbar > a:focus,
.widget-chat-default-toolbar > a:active {
  text-decoration: none;
}
.widget-chat-default-toolbar .nav-pills {
  margin-right: -10px;
}
.widget-chat-default-toolbar .nav-pills > li > a {
  padding: 0 6px;
}
.widget-chat-default-toolbar .nav-pills > li > a .glyphicon {
  font-size: 18px;
}
.widget-chat-default-toolbar .nav-pills > .dropdown.open > .dropdown-menu {
  margin-top: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.widget-chat-default,
.widget-chat-list {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #EAE9E7;
}
.widget-chat-default:before,
.widget-chat-list:before,
.widget-chat-default:after,
.widget-chat-list:after {
  content: " ";
  display: table;
}
.widget-chat-default:after,
.widget-chat-list:after {
  clear: both;
}
.widget-chat-default:before,
.widget-chat-list:before,
.widget-chat-default:after,
.widget-chat-list:after {
  content: " ";
  display: table;
}
.widget-chat-default:after,
.widget-chat-list:after {
  clear: both;
}
.widget-chat-list-heading {
  height: 46px;
  line-height: 36px;
  cursor: pointer;
  border-bottom: solid 1px transparent;
  display: block;
  position: relative;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.015);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.015);
}
.widget-chat-list-heading:before,
.widget-chat-list-heading:after {
  content: " ";
  display: table;
}
.widget-chat-list-heading:after {
  clear: both;
}
.widget-chat-list-heading:before,
.widget-chat-list-heading:after {
  content: " ";
  display: table;
}
.widget-chat-list-heading:after {
  clear: both;
}
.widget-chat-list-heading .chat-listing .chat-list-item {
  background: #ab3e5b!important;
  height: 45px!important;
}
.widget-chat-list-heading .chat-listing .chat-list-item .chat-list-item-title {
  margin-top: 6px;
  font-family: 'Roboto Slab', serif;
}
.widget-chat-list-heading .wcl-add-new {
  font-family: 'Roboto Medium', Helvetica, Arial, sans-serif;
  display: inline-block;
  margin: 0;
  padding: 0 10px 0 52px;
  position: relative;
}
.widget-chat-list-heading .wcl-add-new:hover,
.widget-chat-list-heading .wcl-add-new:focus,
.widget-chat-list-heading .wcl-add-new:active {
  text-decoration: none;
}
.widget-chat-list-heading .wcl-add-new:before {
  content: "\e62f";
  font-size: 20px;
  font-family: "flirtoid-glyphs", sans-serif;
  text-align: center;
  width: 36px;
  height: 36px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  height: 32px;
}
.widget-chat-list-heading .nav-pills > li > a {
  padding: 0 6px;
}
.widget-chat-list-heading .nav-pills > li > a .glyphicon {
  font-size: 18px;
}
.widget-chat-list-heading .nav-pills > li .btn-heading {
  line-height: inherit;
}
.widget-chat-list-heading .nav-pills > .dropdown.open > .dropdown-menu {
  margin-top: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.widget-chat-list-heading .status-label {
  text-transform: capitalize;
  font-family: 'Roboto Medium', Helvetica, Arial, sans-serif;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 36px;
}
.widget-chat-list-heading .status-label .status-msg-count {
  font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
}
.widget-chat-list-heading .status-label.pull-left .glyphicon {
  margin-right: 5px;
}
.widget-chat-list-heading .status-label.pull-right .glyphicon {
  margin-left: 5px;
}
.widget-chat-list-heading.is-hidden {
  display: none;
  visibility: hidden;
}
.modal-dialog .widget-chat-list-heading .nav-pills > li:last-child {
  display: none;
  visibility: hidden;
}
.status-toggle {
  margin: -1px 0px 0px 0px;
}
.status-toggle .btn {
  border-radius: 0px;
}
.widget-chat-list-body {
  height: 272px;
  min-height: 160px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget-chat-list-body:before,
.widget-chat-list-body:after {
  content: " ";
  display: table;
}
.widget-chat-list-body:after {
  clear: both;
}
.widget-chat-list-body:before,
.widget-chat-list-body:after {
  content: " ";
  display: table;
}
.widget-chat-list-body:after {
  clear: both;
}
@media (min-width: 991px) {
  .widget-chat-list-body {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.widget-chat-search {
  width: 100%;
  border-top: solid 1px transparent;
  padding: 5px;
  margin: 0;
  position: relative;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget-chat.is-theme-white .widget-chat-list {
  background-color: #ffffff;
  border-left: solid 1px #eae9e7;
  -webkit-box-shadow: -2px 0 1px rgba(0, 0, 0, 0.03);
  box-shadow: -2px 0 1px rgba(0, 0, 0, 0.03);
}
.widget-chat.is-theme-white .widget-chat-default {
  background-color: #ffffff;
  border: solid 1px #eae9e7;
  -webkit-box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.03);
  box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.03);
}
.widget-chat-default-heading {
  background-color: #ab3e5b;
  color: #ffffff;
  border-color: #93354e;
}
.widget-chat-default-heading .close .glyphicon {
  color: #ffffff;
}
.widget-chat-default-toolbar,
.chat-default-toolbar {
  border-bottom-color: #eae9e7;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.015);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.015);
}
.widget-chat-default-toolbar > a,
.chat-default-toolbar > a {
  color: #808f96;
}
.widget-chat-default-toolbar > a:hover,
.chat-default-toolbar > a:hover,
.widget-chat-default-toolbar > a:focus,
.chat-default-toolbar > a:focus,
.widget-chat-default-toolbar > a:active,
.chat-default-toolbar > a:active {
  color: #303539;
}
.widget-chat-list-heading {
  border-bottom-color: #eae9e7;
}
.widget-chat-list-heading .wcl-add-new {
  color: #808f96;
}
.widget-chat-list-heading .wcl-add-new:hover,
.widget-chat-list-heading .wcl-add-new:focus,
.widget-chat-list-heading .wcl-add-new:active {
  color: #303539;
}
.widget-chat-list-heading .wcl-add-new:before {
  background-color: #F2F0E9;
  color: #ffffff;
}
.widget-chat-search,
.chat-search {
  border-top-color: #eae9e7;
}
.chat-list-heading .nav-pills > li > a,
.chat-default-toolbar .nav-pills > li > a,
.widget-chat-list-heading .nav-pills > li > a,
.widget-chat-default-toolbar .nav-pills > li > a {
  color: #808f96;
}
.chat-list-heading .nav-pills > li > a:hover,
.chat-default-toolbar .nav-pills > li > a:hover,
.widget-chat-list-heading .nav-pills > li > a:hover,
.widget-chat-default-toolbar .nav-pills > li > a:hover,
.chat-list-heading .nav-pills > li > a:focus,
.chat-default-toolbar .nav-pills > li > a:focus,
.widget-chat-list-heading .nav-pills > li > a:focus,
.widget-chat-default-toolbar .nav-pills > li > a:focus,
.chat-list-heading .nav-pills > li > a:active,
.chat-default-toolbar .nav-pills > li > a:active,
.widget-chat-list-heading .nav-pills > li > a:active,
.widget-chat-default-toolbar .nav-pills > li > a:active {
  color: #303539;
  background-color: transparent;
}
.chat-list-heading .nav-pills > li.active > a,
.chat-default-toolbar .nav-pills > li.active > a,
.widget-chat-list-heading .nav-pills > li.active > a,
.widget-chat-default-toolbar .nav-pills > li.active > a {
  background-color: transparent;
  color: #ff851b;
}
.chat-list-heading .nav-pills > li.active > a:hover,
.chat-default-toolbar .nav-pills > li.active > a:hover,
.widget-chat-list-heading .nav-pills > li.active > a:hover,
.widget-chat-default-toolbar .nav-pills > li.active > a:hover,
.chat-list-heading .nav-pills > li.active > a:focus,
.chat-default-toolbar .nav-pills > li.active > a:focus,
.widget-chat-list-heading .nav-pills > li.active > a:focus,
.widget-chat-default-toolbar .nav-pills > li.active > a:focus,
.chat-list-heading .nav-pills > li.active > a:active,
.chat-default-toolbar .nav-pills > li.active > a:active,
.widget-chat-list-heading .nav-pills > li.active > a:active,
.widget-chat-default-toolbar .nav-pills > li.active > a:active {
  color: #ff851b;
  background-color: transparent;
}
.chat-list-heading .nav-pills > .dropdown.open > a,
.chat-default-toolbar .nav-pills > .dropdown.open > a,
.widget-chat-list-heading .nav-pills > .dropdown.open > a,
.widget-chat-default-toolbar .nav-pills > .dropdown.open > a {
  color: #ff851b;
  background-color: transparent;
}
.chat-list-heading .nav-pills > .dropdown.open .dropdown-menu,
.chat-default-toolbar .nav-pills > .dropdown.open .dropdown-menu,
.widget-chat-list-heading .nav-pills > .dropdown.open .dropdown-menu,
.widget-chat-default-toolbar .nav-pills > .dropdown.open .dropdown-menu {
  border-top-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chat {
  background: #FBFBF7;
  padding: 0px 0px 50px 0px;
}
.modal .chat-default-container,
.chat-default-container {
  background-color: #ffffff;
  border: solid 1px #eae9e7;
  padding: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.modal .chat-default-container > .row,
.chat-default-container > .row {
  margin: 0;
}
.modal .chat-default-container > .row > .col,
.chat-default-container > .row > .col {
  padding: 0;
}
.modal .chat-default-container > .row > .col + .col,
.chat-default-container > .row > .col + .col {
  border-left: solid 1px #eae9e7;
}
.modal .chat-default-container .chat-listing,
.chat-default-container .chat-listing,
.modal .chat-default-container .chat-default,
.chat-default-container .chat-default {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 991px) {
  .modal .chat-default-container .chat-listing,
  .chat-default-container .chat-listing,
  .modal .chat-default-container .chat-default,
  .chat-default-container .chat-default {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.modal .chat-default-container .chat-listing,
.chat-default-container .chat-listing {
  height: 519px;
}
.modal .chat-default-container .chat-default,
.chat-default-container .chat-default {
  height: 474px;
}
.modal .chat-default-container {
  border: none;
}
.modal .chat-default-container .chat-listing {
  height: 498px;
}
.modal .chat-default-container .chat-default {
  height: 453px;
}
.chat-listing {
  background-color: #fcfcfc;
  padding: 0;
  margin: 0;
  list-style: none outside;
  display: block;
  position: relative;
}
.chat-listing .chat-list-item {
  vertical-align: middle;
  padding: 5px;
  margin: 0;
  display: block;
  position: relative;
}
.chat-listing .chat-list-item:before,
.chat-listing .chat-list-item:after {
  content: " ";
  display: table;
}
.chat-listing .chat-list-item:after {
  clear: both;
}
.chat-listing .chat-list-item:before,
.chat-listing .chat-list-item:after {
  content: " ";
  display: table;
}
.chat-listing .chat-list-item:after {
  clear: both;
}
.chat-listing .chat-list-item + .chat-list-item {
  border-top: solid 1px #eae9e7;
}
.chat-listing .chat-list-item > .pull-left {
  margin-right: 16px;
}
.chat-listing .chat-list-item > .pull-right {
  margin-left: 10px;
}
.chat-listing .chat-list-item .chat-list-item-avatar {
  width: 36px;
  height: 36px;
}
.chat-listing .chat-list-item .chat-list-item-inner {
  padding: 0;
  margin: 0;
  display: block;
  overflow: hidden;
}
.chat-listing .chat-list-item .chat-list-item-inner a {
  min-height: 35px;
  padding: 0;
  margin: 0;
  display: block;
}
.chat-listing .chat-list-item .chat-list-item-inner a:hover,
.chat-listing .chat-list-item .chat-list-item-inner a:focus,
.chat-listing .chat-list-item .chat-list-item-inner a:active {
  color: #303539;
  text-decoration: none;
}
.chat-listing .chat-list-item .chat-list-item-inner .chat-list-item-title,
.chat-listing .chat-list-item .chat-list-item-inner .chat-list-item-msg {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat-listing .chat-list-item .chat-list-item-inner .chat-list-item-title {
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  text-indent: 0;
  line-height: 1.42857143;
}
.chat-listing .chat-list-item .chat-list-item-inner .chat-list-item-msg {
  display: block;
  color: #808f96;
  font-size: 12px;
  font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
  line-height: 1.17857143;
}
.chat-listing .chat-list-item .chat-list-item-inner > a:hover .chat-list-item-title,
.chat-listing .chat-list-item .chat-list-item-inner > a:focus .chat-list-item-title,
.chat-listing .chat-list-item .chat-list-item-inner > a:hover .chat-list-item-msg,
.chat-listing .chat-list-item .chat-list-item-inner > a:focus .chat-list-item-msg {
  color: #070a0d;
}
.chat-listing .chat-list-item.is-new-item {
  background-color: #ffffff;
}
.chat-listing .chat-list-item.is-new-item:before {
  content: "";
  background-color: #af33a7;
  width: 6px;
  height: 6px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-left: -10px;
  margin-top: -3px;
  border-radius: 50%;
}
.chat-listing .chat-list-item.is-new-item .chat-list-item-title {
  color: #4d5b63;
  font-family: 'Roboto Slab', serif;
}
.chat-listing .chat-list-item.is-new-item .chat-list-item-msg {
  color: #4d5b63;
}
.chat-listing .chat-list-item.is-new-item .chat-list-item-inner > a:hover .chat-list-item-title,
.chat-listing .chat-list-item.is-new-item .chat-list-item-inner > a:focus .chat-list-item-title,
.chat-listing .chat-list-item.is-new-item .chat-list-item-inner > a:hover .chat-list-item-msg,
.chat-listing .chat-list-item.is-new-item .chat-list-item-inner > a:focus .chat-list-item-msg {
  color: #070a0d;
}
.chat-listing .chat-list-item.is-active {
  background-color: #fef5c5;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.01);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.01);
}
.chat-listing .chat-list-item.is-active .chat-list-item-title {
  color: #ff851b;
  font-family: 'Roboto Slab', serif;
}
.chat-listing .chat-list-item.is-active .chat-list-item-msg {
  color: #f59e4a;
}
.chat-listing .chat-list-item.is-active .chat-list-item-inner > a:hover .chat-list-item-title,
.chat-listing .chat-list-item.is-active .chat-list-item-inner > a:focus .chat-list-item-title {
  color: #ff851b;
  font-family: 'Roboto Slab', serif;
}
.chat-listing .chat-list-item.is-active .chat-list-item-inner > a:hover .chat-list-item-msg,
.chat-listing .chat-list-item.is-active .chat-list-item-inner > a:focus .chat-list-item-msg {
  color: #f59e4a;
}
.chat-list-item-user .chat-list-item-title {
  color: #fff;
}
.chat-list-item-user .nav .dropdown .glyphicon {
  color: #fff;
}
.chat-list-item-user .nav .dropdown .dropdown-menu {
  margin-top: 3px!important;
}
.widget-chat-search-fixed {
  bottom: 0px;
}
.chat-listing .status-label {
  text-align: right;
}
.chat-listing .status-label > span {
  font-size: 12px;
  width: 100%;
  display: block;
  line-height: 1.42857143;
}
.chat-listing .status-label > span + span {
  margin-top: 2px;
}
.chat-listing .status-label .online {
  background: none;
  color: #cce86f;
}
.chat-listing .status-label .away {
  background: none;
  color: #ffdc00;
}
.chat-listing .status-label .offline {
  background: none;
  color: #e6eded;
}
.chat-listing .status-time {
  color: #c8d8d8;
  font-family: 'Roboto Medium', Helvetica, Arial, sans-serif;
  font-size: 10px;
}
.chat-search {
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
}
.chat-search .input-group {
  position: relative;
}
.chat-search .input-group:before {
  content: "\e610";
  font-family: "flirtoid-glyphs", sans-serif;
  line-height: 1.1;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  margin-left: 6px;
  z-index: 10;
}
.chat-search .form-control {
  padding-left: 24px;
}
.chat-search .form-control {
  background-color: #F2F0E9;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chat-search .form-control:focus {
  background-color: #ffffff;
  border-color: #ccc;
}
.chat-default-container .chat-search {
  border-top: solid 1px #eae9e7;
  padding: 6px;
}
.chat-default-toolbar {
  padding: 5px 10px;
  line-height: 34px;
  border-bottom: solid 1px transparent;
  display: block;
  position: relative;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.015);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.015);
}
.chat-default-toolbar:before,
.chat-default-toolbar:after {
  content: " ";
  display: table;
}
.chat-default-toolbar:after {
  clear: both;
}
.chat-default-toolbar:before,
.chat-default-toolbar:after {
  content: " ";
  display: table;
}
.chat-default-toolbar:after {
  clear: both;
}
.chat-default-toolbar > a {
  font-family: 'Roboto Medium', Helvetica, Arial, sans-serif;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}
.chat-default-toolbar > a:hover,
.chat-default-toolbar > a:focus,
.chat-default-toolbar > a:active {
  text-decoration: none;
}
.chat-default-toolbar .nav-pills {
  margin-right: 0;
}
.chat-default-toolbar .nav-pills > li > a {
  padding: 0 6px;
}
.chat-default-toolbar .nav-pills > li > a .glyphicon {
  font-size: 18px;
  vertical-align: middle;
  top: -1px;
}
.chat-default-toolbar .nav-pills > .dropdown.open > .dropdown-menu {
  margin-top: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chat-default-toolbar {
  border-bottom-color: #eae9e7;
}
.chat-default-toolbar-heading {
  height: 34px;
  line-height: 1;
  padding: 0;
  margin: 0;
  display: block;
  overflow: hidden;
}
.chat-default-toolbar-heading.pull-left {
  margin-left: -5px;
}
.chat-default-toolbar-heading.pull-right {
  margin-right: -5px;
}
.chat-default-toolbar-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
}
.chat-default-toolbar-avatar img {
  border-radius: 50%;
  display: block;
}
.chat-default-toolbar-avatar.pull-left {
  margin-right: 10px;
}
.chat-default-toolbar-avatar.pull-right {
  margin-left: 10px;
}
.chat-default-toolbar-title {
  font-size: 18px;
  font-family: 'Roboto Medium', Helvetica, Arial, sans-serif;
  overflow: hidden;
  display: inline-block;
  line-height: 34px;
  padding: 0;
  margin: 0;
}
.chat-default-toolbar-title > a {
  color: #4d5b63;
  text-decoration: none;
}
.chat-default-toolbar-title > a:hover,
.chat-default-toolbar-title > a:focus {
  color: #303539;
}
.chat-default-toolbar-title .status-label .glyphicon {
  top: -1px;
}
.chat-default {
  font-size: 11px;
  background-color: #fafaf3;
  padding: 0;
  margin: 0;
}
.chat-default .chat-item {
  display: block;
  position: relative;
  padding: 10px 0;
}
.chat-default .chat-item-avatar {
  width: 40px;
  height: 40px;
  background-color: #e6eded;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.chat-default .chat-item-avatar img {
  border-radius: 50%;
  display: block;
}
.chat-default .chat-item-avatar.pull-left {
  margin-right: 0;
  margin-left: 5px;
}
.chat-default .chat-item-avatar.pull-right {
  margin-left: 0;
  margin-right: 5px;
}
.chat-default .chat-item-body {
  overflow: hidden;
  position: relative;
}
.chat-default .chat-item-line {
  display: block;
  position: relative;
}
.chat-default .chat-item-line:before,
.chat-default .chat-item-line:after {
  content: " ";
  display: table;
}
.chat-default .chat-item-line:after {
  clear: both;
}
.chat-default .chat-item-line:before,
.chat-default .chat-item-line:after {
  content: " ";
  display: table;
}
.chat-default .chat-item-line:after {
  clear: both;
}
.chat-default .chat-item-line + .chat-item-line {
  margin-top: 10px;
}
.chat-default .chat-item-line:first-child .chat-item-line-inner:before,
.chat-default .chat-item-line:first-child .chat-item-line-inner:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  position: absolute;
  display: inline-block;
}
.chat-default .chat-item-line:first-child .chat-item-line-inner:before {
  border-width: 4px;
  z-index: 2;
}
.chat-default .chat-item-line:first-child .chat-item-line-inner:after {
  border-width: 5px;
  z-index: 1;
}
.chat-default .chat-item-line-inner {
  padding: 5px;
  margin: 0;
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-collapse: separate;
  border: solid 1px transparent;
  word-break: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.chat-default .chat-item-line-inner:before,
.chat-default .chat-item-line-inner:after {
  content: " ";
  display: table;
}
.chat-default .chat-item-line-inner:after {
  clear: both;
}
.chat-default .chat-item-line-inner:before,
.chat-default .chat-item-line-inner:after {
  content: " ";
  display: table;
}
.chat-default .chat-item-line-inner:after {
  clear: both;
}
.chat-default .chat-item-date {
  display: inline-block;
  color: #bacdcd;
  font-size: 10px;
  font-family: 'Roboto Bold', Helvetica, Arial, sans-serif;
  letter-spacing: -0.03em;
  word-spacing: -0.05em;
  white-space: nowrap;
  top: 100%;
  margin-top: -24px;
  position: absolute;
}
.chat-default .chat-item-image {
  list-style: none outside;
  padding: 0;
  margin: 0;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chat-default .chat-item-image:before,
.chat-default .chat-item-image:after {
  content: " ";
  display: table;
}
.chat-default .chat-item-image:after {
  clear: both;
}
.chat-default .chat-item-image:before,
.chat-default .chat-item-image:after {
  content: " ";
  display: table;
}
.chat-default .chat-item-image:after {
  clear: both;
}
.chat-default .chat-item-image > li {
  font-size: 11px;
  font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
  padding: 0 0 0 10px;
  color: #4d5b63;
  text-align: left;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  float: left;
}
.chat-default .chat-item-image > li:last-child {
  padding-left: 10px;
}
.chat-default .chat-item-image .chat-item-thumb {
  max-width: 60px;
  max-height: 60px;
  width: auto;
  height: auto;
  display: inline-block;
}
.chat-default .chat-item-left .chat-item-body {
  text-align: left;
  padding-left: 10px;
  padding-right: 30px;
}
.chat-default .chat-item-left .chat-item-body .chat-item-line .chat-item-line-inner:first-child:before,
.chat-default .chat-item-left .chat-item-body .chat-item-line .chat-item-line-inner:first-child:after {
  left: -10px;
  top: 0;
}
.chat-default .chat-item-left .chat-item-body .chat-item-line .chat-item-line-inner:first-child:before {
  border-color: #fef5c5 #fef5c5 transparent transparent;
  margin-left: 2px;
}
.chat-default .chat-item-left .chat-item-body .chat-item-line .chat-item-line-inner:first-child:after {
  border-color: #ffe65e #ffe65e transparent transparent;
  margin-top: -1px;
}
.chat-default .chat-item-left .chat-item-body .chat-item-line-inner {
  color: #ff851b;
  background-image: -webkit-linear-gradient(top, #fef5c5 50%, #fff2aa 100%);
  background-image: linear-gradient(to bottom, #fef5c5 50%, #fff2aa 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffef5c5', endColorstr='#fffff2aa', GradientType=0);
  border-radius: 0 6px 6px 6px;
  border-color: #ffe65e;
}
.chat-default .chat-item-left .chat-item-body .chat-item-date {
  left: 100%;
  margin-right: -10px;
  margin-left: 5px;
}
.chat-default .chat-item-right .chat-item-body {
  text-align: right;
  padding-right: 10px;
  padding-left: 30px;
}
.chat-default .chat-item-right .chat-item-body .chat-item-line .chat-item-line-inner:first-child:before,
.chat-default .chat-item-right .chat-item-body .chat-item-line .chat-item-line-inner:first-child:after {
  right: -10px;
  top: 0;
}
.chat-default .chat-item-right .chat-item-body .chat-item-line .chat-item-line-inner:first-child:before {
  border-color: #e6eded transparent transparent #e6eded;
  margin-right: 2px;
}
.chat-default .chat-item-right .chat-item-body .chat-item-line .chat-item-line-inner:first-child:after {
  border-color: #d1ddde transparent transparent #d1ddde;
  margin-top: -1px;
}
.chat-default .chat-item-right .chat-item-body .chat-item-line-inner {
  color: #4d5b63;
  background-image: -webkit-linear-gradient(top, #e6eded 50%, #d7e2e2 100%);
  background-image: linear-gradient(to bottom, #e6eded 50%, #d7e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6eded', endColorstr='#ffd7e2e2', GradientType=0);
  border-radius: 6px 0 6px 6px;
  border-color: #d1ddde;
}
.chat-default .chat-item-right .chat-item-body .chat-item-date {
  right: 100%;
  margin-left: -10px;
  margin-right: 5px;
}
.chat-divider {
  text-align: center;
  background-color: #d1ddde;
  height: 1px;
  position: relative;
  margin: 7px 0;
}
.chat-divider .chat-divider-time {
  background-color: #fafaf3;
  text-align: center;
  max-width: 100%;
  font-size: 12px;
  font-family: 'Roboto Bold', Helvetica, Arial, sans-serif;
  color: #d1ddde;
  height: 15px;
  line-height: 15px;
  padding: 0 5px;
  display: inline-block;
  position: absolute;
  top: -7px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.chat-divider .chat-divider-upgrade {
  background-color: #fafaf3;
  max-width: 100%;
  font-size: 12px;
  font-family: 'Roboto Bold', Helvetica, Arial, sans-serif;
  color: #999;
  padding: 0 5px;
  display: inline-block;
  position: absolute;
  top: -7px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 9px;
  text-align: center;
}
.chat-divider .chat-divider-upgrade .btn {
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 9px;
  padding: 2px 18px;
  display: block;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.3px;
}
.chat-default .alert {
  padding: 7.5px;
  margin: 0 5px 5px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.chat-default .alert:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.chat-default .alert-dismissable {
  padding-right: 27.5px;
}
.chat-default .alert-dismissable .close {
  top: -3px;
}
.chat-toolbar {
  border-top: solid 1px transparent;
  padding: 6px;
  margin: 0;
  width: 100%;
  position: relative;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chat-toolbar .chat-toolbar-counter {
  color: #ffffff;
  background-color: #c6c4bf;
  font-size: 12px;
  font-family: 'Roboto Medium', Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: 0;
  min-width: 22px;
  height: 22px;
  line-height: 22px;
  padding: 0 12px;
  border-radius: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 6px;
  margin-bottom: 6px;
  z-index: 10;
}
.chat-toolbar .chat-toolbar-inner {
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.chat-toolbar .chat-toolbar-inner .form-group,
.chat-toolbar .chat-toolbar-inner .input-group {
  width: 100%;
}
.chat-toolbar .chat-toolbar-inner .input-group-addon {
  background-color: #F2F0E9;
  padding-left: 6px;
  padding-right: 6px;
  border-left: none;
}
.chat-toolbar .chat-toolbar-inner .form-control {
  padding-right: 0;
  vertical-align: bottom;
  width: 100%;
  height: 34px;
  resize: none;
  overflow: auto;
  -webkit-transition: all ease-in-out;
  transition: all ease-in-out;
  overflow-y: auto;
  position: relative;
  display: block;
}
.chat-toolbar .chat-toolbar-inner .form-control {
  background-color: #F2F0E9;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chat-toolbar .chat-toolbar-inner .form-control:focus {
  background-color: #ffffff;
  border-color: #ccc;
}
.chat-toolbar .actions {
  width: 22px;
  height: 34px;
  display: inline-block;
  position: relative;
}
.chat-toolbar .actions.pull-left {
  margin-right: 6px;
}
.chat-toolbar .actions.pull-right {
  margin-left: 6px;
}
.chat-toolbar .actions .dropdown > a,
.chat-toolbar .actions .dropup > a,
.chat-toolbar .actions > a {
  display: inline-block;
  text-decoration: none;
  padding: 0;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.chat-toolbar .actions .dropdown > a .glyphicon,
.chat-toolbar .actions .dropup > a .glyphicon,
.chat-toolbar .actions > a .glyphicon {
  font-size: 20px;
  text-align: center;
  line-height: 1;
  width: 22px;
  height: 22px;
  color: #4d5b63;
  display: inline-block;
  vertical-align: middle;
  top: 1px;
}
.chat-toolbar .actions .dropdown > a:hover .glyphicon,
.chat-toolbar .actions .dropup > a:hover .glyphicon,
.chat-toolbar .actions > a:hover .glyphicon,
.chat-toolbar .actions .dropdown > a:focus .glyphicon,
.chat-toolbar .actions .dropup > a:focus .glyphicon,
.chat-toolbar .actions > a:focus .glyphicon,
.chat-toolbar .actions .dropdown > a:active .glyphicon,
.chat-toolbar .actions .dropup > a:active .glyphicon,
.chat-toolbar .actions > a:active .glyphicon {
  color: #303539;
}
.chat-toolbar .actions .dropdown > a.active .glyphicon,
.chat-toolbar .actions .dropup > a.active .glyphicon,
.chat-toolbar .actions > a.active .glyphicon {
  color: #ff851b;
}
.chat-toolbar .actions .dropdown.open > a .glyphicon,
.chat-toolbar .actions .dropup.open > a .glyphicon {
  color: #ff851b;
}
.chat-toolbar .actions .dropup .dropdown-menu {
  border-bottom-color: transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 6px;
  margin-right: -6px;
}
.chat-toolbar.chat-toolbar-sm {
  padding: 5px 6px;
}
.chat-toolbar.chat-toolbar-sm .actions .dropup .dropdown-menu {
  margin-bottom: 5px;
  margin-right: -7px;
}
.chat-toolbar {
  border-top-color: #eae9e7;
}
.widget-chat-count-label {
  display: inline-block;
  font-family: 'Roboto Slab', serif;
  font-size: 10px;
  font-weight: 700;
  background: #ff881f;
  border-radius: 3px;
  padding: 0px 4px;
  position: relative;
  top: -5px;
}
@media (max-width: 767px) {
  .fresh-landing-v2-footer {
    display: none;
  }
  .fresh-landing-v2-holder {
    height: 100%;
    color: #fff;
  }
  .fresh-landing-v2-holder .container {
    position: relative;
    padding: 15px 0px 0px 0px;
  }
  .fresh-landing-v2-holder .container .col {
    min-height: auto!important;
  }
  .fresh-landing-v2-holder .container .inner {
    padding: 15px 0px;
    text-align: center;
    color: #fff;
  }
  .fresh-landing-v2-holder .container .inner h1.cta-text-light {
    font-family: 'Sigmar One', cursive;
    font-size: 40px;
    font-weight: 900;
    margin: 0px;
    padding: 0px;
    letter-spacing: -1px;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  }
  .fresh-landing-v2-holder .container .inner h1.cta-text-dark {
    font-family: 'Sigmar One', cursive;
    font-size: 30px;
    font-weight: 900;
    margin: 0px;
    padding: 0px;
    letter-spacing: -1px;
    color: #f0ad4e;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  }
  .fresh-landing-v2-holder .container .inner .counter {
    margin: 25px 0px;
    font-size: 11px;
  }
  .fresh-landing-v2-holder .container .inner .counter .main {
    font-family: 'Sigmar One', cursive;
    font-size: 30px;
  }
  .fresh-landing-v2-holder .container .inner h2 {
    font-family: roboto;
    font-size: 14px;
    font-weight: 900;
    margin: 0px;
    padding: 0px;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  }
  .fresh-landing-v2-holder .container .inner h4 {
    font-family: roboto;
    font-size: 14px;
    line-height: 18px!important;
    font-weight: 300;
    margin: 10px 0px;
    padding: 0px;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  }
  .fresh-landing-v2-holder .container .inner h4 strong {
    font-weight: 900;
  }
  .fresh-landing-v2-holder .container .inner p {
    font-family: roboto;
    font-size: 16px;
    font-weight: 300;
    margin: 30px 0px;
    padding: 0px;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  }
  .fresh-landing-v2-holder .container .inner p strong {
    font-weight: 900;
  }
  .fresh-landing-v2-holder .container .inner .thumb {
    border: 5px solid #fff;
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .fresh-landing-v2-holder .container .inner small {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    opacity: 0.75;
    font-size: 11px;
    font-weight: 300;
  }
  .fresh-landing-v2-holder .container .inner small a {
    text-decoration: underline;
    font-weight: 500;
  }
  .fresh-landing-v2-holder .container .inner .btn-group-holder {
    margin: 10px 0px 20px 0px;
  }
  .fresh-landing-v2-holder .container .inner .btn-group-holder .btn {
    display: block;
    padding: 0px;
    height: 40px;
    line-height: 40px;
    border: none;
    font-size: 12px;
    font-weight: 500;
  }
  .fresh-landing-v2-holder .container .inner input.form-control {
    padding: 0px 25px;
    height: 50px;
    line-height: 50px;
    border: none;
    font-size: 16px;
    font-weight: 300;
    color: #383838;
    width: 100%;
  }
  .fresh-landing-v2-holder .container .inner select.form-control {
    padding: 0px 25px;
    height: 50px;
    line-height: 50px;
    border: none;
    font-size: 16px;
    font-weight: 300;
    color: #383838;
    width: 100%;
  }
  .fresh-landing-v2-holder .container .inner .btn-cta {
    padding: 20px 0px;
    border: none;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    height: auto;
  }
  .audio-list .item {
    position: relative;
    min-height: 70px;
    border: 1px solid #f5f3ed;
    background: #fff;
    margin-bottom: 10px;
    padding: 20px;
    padding-left: 80px;
    opacity: 0.4;
  }
  .audio-list .item .actions-audio {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 20px;
    text-align: right;
  }
  .audio-list .unread {
    opacity: 1;
  }
  .app-landing-v1-holder .app-landing-v1-form {
    background: rgba(0, 0, 0, 0.5);
    padding: 25px;
    border-radius: 6px;
    text-align: center;
  }
  .app-landing-v1-holder .app-landing-v1-form h5 {
    font-family: roboto;
    font-size: 16px;
    font-weight: 300;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  }
  .app-landing-v1-holder .app-landing-v1-form .gender-pick {
    background: #63ac32;
    border-radius: 6px;
    padding: 10px;
  }
  .app-landing-v1-holder .app-landing-v1-form .gender-pick a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  }
  .app-landing-v1-holder .app-landing-v1-form .gender-pick a.selected {
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    color: #383838;
    text-shadow: none;
    text-decoration: none;
  }
  .app-landing-v1-holder .info-bar {
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    font-weight: 300;
    font-size: 13px;
    padding: 15px 0px;
    text-align: center;
    margin: 20px 0px 20px 0px;
  }
  .app-landing-v1-holder .info-bar strong {
    font-weight: 900;
    color: #f8ff42;
  }
  .app-landing-v1-holder .info-text-btm {
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    font-weight: 300;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    margin: 15px 0px;
  }
  .app-landing-v1-holder .info-text-btm strong {
    font-weight: 900;
    color: #f8ff42;
  }
  .app-landing-v1-holder .container {
    position: relative;
  }
  .app-landing-v1-holder .container .inner {
    padding: 15px;
    text-align: center;
  }
  .app-landing-v1-holder .container .row {
    position: relative;
    z-index: 999;
  }
  .app-landing-v1-holder .container .row .col {
    padding: 0px;
  }
  .app-landing-v1-holder .container h1 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 30px;
    font-weight: 900;
    margin: 50px 0px 0px 0px;
    padding: 0px;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  }
  .app-landing-v1-holder .container h2 {
    font-family: roboto;
    font-size: 20px;
    font-weight: 300;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    color: #fff;
    letter-spacing: -0.5px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  }
  .app-landing-v1-holder .container h2 strong {
    font-weight: 900;
    color: #f8ff42;
  }
  .app-landing-v1-holder .container h4 {
    font-family: roboto;
    font-size: 20px;
    font-weight: 300;
    margin: 5px 0px 25px 0px;
    padding: 0px;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  }
  .app-landing-v1-holder .container h4 strong {
    font-weight: 900;
  }
  .app-landing-v1-holder .container p {
    font-family: roboto;
    font-size: 16px;
    font-weight: 300;
    margin: 30px 0px;
    padding: 0px;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  }
  .app-landing-v1-holder .container p strong {
    font-weight: 900;
  }
  .app-landing-v1-holder .container .thumb {
    border: 5px solid #fff;
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .app-landing-v1-holder .container small {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    opacity: 0.75;
    font-size: 11px;
    font-weight: 300;
  }
  .app-landing-v1-holder .container small a {
    text-decoration: underline;
    font-weight: 500;
  }
  .adwords-landing-holder {
    padding: 120px 0px!important;
    background-position: top left!important;
    background-size: cover!important;
  }
  .adwords-landing-holder .adwords-landing-splash-text {
    padding: 20px;
    background: rgba(255, 255, 255, 0.85) !important;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
  }
  .adwords-landing-holder .adwords-landing-splash-text strong {
    font-weight: 900;
  }
  .adwords-landing-holder .adwords-landing-splash-text h3 {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 5px;
  }
  .adwords-landing-holder .adwords-landing-splash-text span {
    display: inline-block;
    background: #383838;
    color: #fff;
    height: 34px;
    line-height: 36px;
    padding: 0px 15px;
    border-radius: 3px;
    margin: 5px 0px;
  }
  .adwords-landing-holder .v3-blue-landing-v1-splash-box {
    background: rgba(255, 255, 255, 0.85) !important;
  }
  .upgrade-landing-v4 {
    margin-top: 30px;
  }
  .splash-msform2 {
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -120px;
  }
  /*form styles*/
  #msform2 {
    width: 280px;
    margin: 30px auto 0px auto;
    margin-left: 0px;
    text-align: center;
    position: relative;
    left: -20px;
  }
  #msform2 .progressline {
    border-top: 1px dashed #aaaaaa;
    margin-top: -40px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 50px;
  }
  #msform2 fieldset {
    background: none;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 15px 0px;
    box-sizing: border-box;
    width: 230px;
    /*stacking fieldsets above each other*/
    position: absolute;
  }
  .msform-fix2 fieldset {
    background: none;
    border: 0 none;
    border-radius: 3px;
    box-shadow: none!important;
    padding: 15px 30px;
    box-sizing: border-box;
    width: 100%;
    /*stacking fieldsets above each other*/
    position: absolute;
  }
  /*Hide all except first fieldset*/
  #msform2 fieldset:not(:first-of-type) {
    display: none;
  }
  /*inputs*/
  #msform2 input,
  #msform textarea,
  #msform2 select {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Roboto Condensed', sans-serif;
    color: #2C3E50;
    font-size: 13px;
  }
  /*buttons*/
  #msform2 .action-button {
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    font-weight: 900;
    background: #358ec0;
    border: 1px solid #358ec0;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    color: #fff;
    width: auto!important;
  }
  #msform2 .action-button:hover,
  #msform2 .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
  }
  /*headings*/
  .fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #383838;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 5px;
  }
  .msform-fix2 .fs-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #383838;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 10px;
  }
  .fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #383838!important;
    margin-bottom: 10px;
  }
  /*progressbar*/
  #progressbar2 {
    width: 240px;
    margin-bottom: 20px;
    padding: 0px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
  }
  #progressbar2 li {
    list-style-type: none;
    color: #333;
    text-transform: uppercase;
    font-size: 9px;
    width: 20%;
    float: left;
    position: relative;
  }
  #progressbar2 li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    font-size: 14px;
    color: #333;
    background: white;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    border: 1px solid #cccccc;
    background: #ebebeb;
  }
  /*progressbar connectors*/
  #progressbar2 li:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
    /*put it behind the numbers*/
  }
  #progressbar2 li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
  }
  /*marking active/completed steps green*/
  /*The number of the step and the connector before it = green*/
  #progressbar2 li.active:before,
  #progressbar2 li.active:after {
    background: #358ec0;
    color: white;
  }
  .v3-blue-landing-v2-holder {
    padding: 50px 0px 50px 0px;
  }
  .membership-popup-v4 {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding-top: 50px!important;
  }
  .membership-popup-v4 .popup {
    background-position: center left;
    height: auto!important;
  }
  .membership-popup-v4 .popup .inner {
    width: auto!important;
    margin: 20px 10px!important;
    text-align: center;
  }
  .membership-popup-v4 .popup .inner h1 {
    font-size: 22px!important;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0px!important;
    padding: 0px;
  }
  .membership-popup-v4 .popup .inner h2 {
    font-size: 18px!important;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
  }
  .membership-popup-v4 .popup .inner hr {
    margin: 30px 0px 30px 0px;
  }
  .membership-popup-v4 .popup .inner p {
    font-size: 13px!important;
    font-weight: 400!important;
    margin: 0px!important;
    line-height: 24px;
  }
  .membership-popup-v4 .popup .inner small {
    display: block;
    font-size: 11px;
    font-weight: 400;
    margin-top: 15px;
  }
  .membership-popup-v3 {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding-top: 50px!important;
  }
  .membership-popup-v3 .popup {
    background-position: center left;
    height: auto!important;
  }
  .membership-popup-v3 .popup .inner {
    width: auto!important;
    margin: 20px 10px!important;
    text-align: center;
  }
  .membership-popup-v3 .popup .inner h1 {
    font-size: 22px!important;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0px!important;
    padding: 0px;
  }
  .membership-popup-v3 .popup .inner h2 {
    font-size: 18px!important;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
  }
  .membership-popup-v3 .popup .inner hr {
    margin: 30px 0px 30px 0px;
  }
  .membership-popup-v3 .popup .inner p {
    font-size: 13px!important;
    font-weight: 400!important;
    margin: 0px!important;
    line-height: 24px;
  }
  .membership-popup-v3 .popup .inner small {
    display: block;
    font-size: 11px;
    font-weight: 400;
    margin-top: 15px;
  }
  .membership-popup-v2 {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding-top: 50px!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
  .membership-popup-v2 .popup {
    background-position: center left;
    height: auto!important;
  }
  .membership-popup-v2 .popup .inner {
    width: auto!important;
    margin: 20px 10px!important;
    text-align: center;
  }
  .membership-popup-v2 .popup .inner h1 {
    font-size: 22px!important;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0px!important;
    padding: 0px;
  }
  .membership-popup-v2 .popup .inner h2 {
    font-size: 18px!important;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
  }
  .membership-popup-v2 .popup .inner hr {
    margin: 30px 0px 30px 0px;
  }
  .membership-popup-v2 .popup .inner p {
    font-size: 13px!important;
    font-weight: 400!important;
    margin: 0px!important;
    line-height: 24px;
  }
  .membership-popup-v2 .popup .inner small {
    display: block;
    font-size: 11px;
    font-weight: 400;
    margin-top: 15px;
  }
  .membership-popup-v1 {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding-top: 50px!important;
  }
  .membership-popup-v1 .popup {
    height: auto!important;
  }
  .membership-popup-v1 .popup .inner {
    width: auto!important;
    margin: 20px 10px!important;
    text-align: center;
  }
  .membership-popup-v1 .popup .inner h1 {
    font-size: 22px!important;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0px!important;
    padding: 0px;
  }
  .membership-popup-v1 .popup .inner h2 {
    font-size: 18px!important;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0px;
    padding: 0px;
  }
  .membership-popup-v1 .popup .inner h2 strong {
    color: #fff;
  }
  .membership-popup-v1 .popup .inner hr {
    margin: 30px 0px 30px 0px;
  }
  .membership-popup-v1 .popup .inner p {
    font-size: 13px!important;
    font-weight: 400!important;
    color: #fff;
    margin: 0px!important;
    line-height: 24px;
  }
  .membership-popup-v1 .popup .inner small {
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    margin-top: 15px;
  }
  .auth-confirm-popup-v2 {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding-top: 50px!important;
  }
  .auth-confirm-popup-v2 .popup {
    background-position: center left;
    height: auto!important;
  }
  .auth-confirm-popup-v2 .popup .inner {
    width: auto!important;
    margin: 20px 10px!important;
    text-align: center;
  }
  .auth-confirm-popup-v2 .popup .inner h1 {
    font-size: 22px!important;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0px!important;
    padding: 0px;
  }
  .auth-confirm-popup-v2 .popup .inner h2 {
    font-size: 18px!important;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0px;
    padding: 0px;
  }
  .auth-confirm-popup-v2 .popup .inner h2 strong {
    color: #fff;
  }
  .auth-confirm-popup-v2 .popup .inner hr {
    margin: 30px 0px 30px 0px;
  }
  .auth-confirm-popup-v2 .popup .inner p {
    font-size: 13px!important;
    font-weight: 400!important;
    color: #fff;
    margin: 0px!important;
    line-height: 24px;
  }
  .auth-confirm-popup-v2 .popup .inner small {
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    margin-top: 15px;
  }
  .landing-modal-v2 {
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.85) !important;
  }
  .landing-modal-v2 .vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
    /* This makes sure that we can still click outside of the modal to close it */
  }
  .landing-modal-v2 .vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
  }
  .landing-modal-v2 .modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
  }
  .landing-modal-v2 .landing-modal-v2-title {
    text-align: center;
    margin: 25px 10px;
  }
  .landing-modal-v2 .landing-modal-v2-title h1,
  .landing-modal-v2 .landing-modal-v2-title h5 {
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    font-family: 'Roboto', sans-serif;
  }
  .landing-modal-v2 .landing-modal-v2-title h1 strong,
  .landing-modal-v2 .landing-modal-v2-title h5 strong {
    font-weight: 900;
    color: #eac4da;
  }
  .landing-modal-v2 .landing-modal-v2-title h1 {
    font-size: 24px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
  }
  .landing-modal-v2 .landing-modal-v2-title h5 {
    font-size: 12px;
    font-weight: 300;
    padding: 15px 0px;
    margin: 0px;
  }
  .landing-modal-v2 .landing-modal-v2-content {
    background: #e4e4e4!important;
    border: none;
  }
  .landing-modal-v2 .landing-modal-v2-content .landing-modal-v2-header {
    border-radius: 6px 6px 0px 0px;
    background: #fff;
    position: relative;
    height: 75px;
    padding: 10px 75px 10px 10px;
  }
  .landing-modal-v2 .landing-modal-v2-content .landing-modal-v2-header .credits-holder {
    display: none;
  }
  .landing-modal-v2 .landing-modal-v2-content .landing-modal-v2-header h2 {
    color: #383838;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
  }
  .landing-modal-v2 .landing-modal-v2-content .landing-modal-v2-header h2 strong {
    font-weight: 700;
    color: #c965a0;
  }
  .landing-modal-v2 .landing-modal-v2-content .landing-modal-v2-header span {
    color: #383838;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 11px;
  }
  .landing-modal-v2 .landing-modal-v2-content .landing-modal-v2-header span strong {
    font-weight: 900;
    color: #c965a0;
  }
  .landing-modal-v2 .landing-modal-v2-content .landing-modal-v2-header .close {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    line-height: 75px;
    border-left: 1px solid rgba(0, 0, 0, 0.4);
  }
  .landing-modal-v2 .landing-modal-v2-content .landing-modal-v2-header .close i.fa {
    font-size: 30px;
  }
  .landing-modal-v2 .landing-modal-v2-content .bar {
    position: relative;
    height: 30px;
    padding-left: 150px;
  }
  .landing-modal-v2 .landing-modal-v2-content .bar .inner-label {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 30px;
    width: 150px;
    background: #a73b7a;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
    font-size: 11px;
    line-height: 30px;
  }
  .landing-modal-v2 .landing-modal-v2-content .bar .bar-holder {
    padding: 5px;
    background: #b3b3b3;
    height: 30px;
  }
  .landing-modal-v2 .landing-modal-v2-content .bar .bar-holder .progress {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    overflow: visible;
  }
  .landing-modal-v2 .landing-modal-v2-content .bar .bar-holder .progress .progress-bar {
    font-size: 10px;
    font-weight: 400;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    position: relative;
  }
  .landing-modal-v2 .landing-modal-v2-content .bar .bar-holder .progress .progress-bar .tooltip {
    z-index: 9999999;
    position: absolute;
    width: 150px;
    top: 20px;
    right: -75px;
    opacity: 1;
    font-size: 10px;
  }
  .landing-modal-v2 .landing-modal-v2-content .bar .bar-holder .progress .progress-bar .tooltip strong {
    display: block;
    font-weight: 900;
    color: #dd9ec3;
  }
  .landing-modal-v2 .landing-modal-v2-content .modal-container {
    padding: 20px 10px;
    text-align: center;
  }
  .landing-modal-v2 .landing-modal-v2-content .modal-container .inner-title {
    font-size: 18px;
    font-weight: 300;
    color: #383838;
    margin-bottom: 15px;
    line-height: 30px;
  }
  .landing-modal-v2 .landing-modal-v2-content .modal-container .inner-title strong {
    font-weight: 900;
  }
  .landing-modal-v2 .landing-modal-v2-content .modal-container .widget-auth {
    background: none;
    padding: 0px 10px;
    margin: 0px;
  }
  .landing-modal-v2 .landing-modal-v2-content .modal-container .widget-auth .form-control {
    padding: 12px 22px;
    height: 55px;
    font-size: 16px;
    font-weight: 300;
  }
  .landing-modal-v2 .landing-modal-v2-content .modal-container .pagination-holder {
    background: rgba(0, 0, 0, 0.15);
  }
  .landing-modal-v2 .landing-modal-v2-content .modal-container .pagination-holder .pagination {
    margin: 15px 10px 10px 10px;
  }
  .landing-modal-v2 .landing-modal-v2-content .modal-container .avatar-holder {
    width: 250px;
    height: 250px;
    margin: 0px auto;
    position: relative;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }
  .landing-modal-v2 .landing-modal-v2-content .modal-container .avatar-holder .upload-holder {
    position: absolute;
    bottom: 15px;
    left: 0px;
    width: 100%;
    padding-bottom: 15px;
  }
  .landing-modal-v2 .landing-modal-v2-content .modal-container .avatar-holder .upload-holder .upload {
    font-size: 16px;
    font-weight: 300;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  }
  .landing-modal-v2 .landing-modal-v2-content .modal-container .avatar-holder .upload-holder .upload i.fa {
    font-size: 24px;
    margin-right: 5px;
    margin-top: -4px;
    position: relative;
    bottom: -3px;
  }
  .landing-modal-v2 .landing-modal-v2-content .modal-container .details {
    color: #383838;
    font-size: 11px;
    margin-top: 15px;
  }
  .landing-modal-v2 .landing-modal-v2-content .modal-container .action {
    margin-top: 30px;
  }
  .landing-modal-v2 .landing-modal-v2-content .modal-container .action .btn {
    font-size: 20px;
    font-weight: 900;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    padding: 15px 25px;
  }
  .landing-modal-v2 .landing-modal-v2-content .modal-container .action .btn i.fa {
    font-size: 24px;
    margin-right: 5px;
    margin-top: -4px;
    position: relative;
    bottom: -2px;
  }
  .landing-confirm .confirm {
    margin-bottom: 15px!important;
  }
  .landing-confirm .icon-large {
    font-size: 30px;
  }
  .landing-bottom-v2 .col-sm-6 {
    text-align: center!important;
  }
  .packages-v6 {
    background: url(../images/packages-v6-splash-bg.jpg) top left no-repeat;
  }
  .cozychat-splash {
    display: none;
    text-align: right;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    padding-top: 220px;
  }
  .cozychat-splash h1 {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 41px;
  }
  .cozychat-splash h1 strong {
    display: block;
    font-size: 100px;
    font-weight: 100;
    letter-spacing: 10px;
  }
  .cozychat-splash p {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    margin-left: 220px;
  }
  .hp-whitelabel-splash {
    background: url(../images/splash-whitelabel_incontrimigliori.jpg) top center repeat #fff;
    height: auto;
    border-bottom: 1px solid #f2f0e9;
    position: relative;
  }
  .hp-whitelabel-splash .mobile {
    display: none;
  }
  .hp-whitelabel-splash .auth-box-top {
    position: relative;
    top: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
  }
  .hp-whitelabel-splash .auth-box-top p {
    display: none;
  }
  .hp-whitelabel-splash .auth-box {
    position: relative;
    top: 30px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    -webkit-box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.7);
  }
  .hp-whitelabel-splash .auth-box .inner {
    padding: 20px 10px;
  }
  .hp-whitelabel-splash .auth-box .inner .copy {
    text-align: center;
    font-size: 10px;
    font-weight: 300;
    margin-top: 20px;
  }
  .hp-whitelabel-splash .auth-box .inner .copy a {
    text-decoration: underline;
    color: #4d5b63;
  }
  .hp-whitelabel-splash .auth-box .inner .form-horizontal .form-group {
    margin-bottom: 3px;
  }
  .hp-whitelabel-splash .auth-box .inner .form-horizontal .form-group .control-label {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    padding: 6px 15px 0px 15px;
    margin: 0px;
  }
  .hp-whitelabel-splash .auth-box .inner .form-horizontal .form-group .btn-more {
    padding: 2px 6px 3px 6px;
  }
  .hp-whitelabel-splash .auth-box .inner .form-horizontal .form-group .btn-more span {
    font-size: 12px;
  }
  .hp-whitelabel-splash .auth-box .inner .top {
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 30px;
  }
  .hp-whitelabel-splash .auth-box .inner .top p {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 100;
  }
  .hp-whitelabel-splash .auth-box .inner .top p .purp {
    color: #78368a;
  }
  .hp-whitelabel-splash .auth-box .inner .top span {
    font-size: 13px;
    font-weight: 300;
  }
  .hp-whitelabel-splash .auth-box .inner .top span .purp {
    color: #78368a;
  }
  .hp-v3-tools {
    background: url(../images/users-background-hp.jpg) bottom center repeat-x #fbfbf7;
    min-height: 550px;
  }
  .hp-v3-tools .container {
    margin: 0px!important;
  }
  .hp-v3-tools .container .inner {
    position: relative;
    background: none;
  }
  .hp-v3-tools .container .inner .tools-box {
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    padding: 10px 10px 1px 10px!important;
    position: relative;
    bottom: -30px;
  }
  .hp-v3-tools .container .inner .tools-box .item {
    position: relative;
    min-height: auto;
    padding-left: 80px!important;
    margin: 10px 0px 0px 0px!important;
  }
  .hp-v3-tools .container .inner .tools-box .item img {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .hp-v3-tools .container .inner .tools-box .item .details h4 {
    color: #4d5b63;
    font-weight: 300;
    font-size: 16px;
    padding: 3px 0px 7px 0px;
    margin: 0px;
  }
  .hp-v3-tools .container .inner .tools-box .item .details p {
    font-family: 'Roboto Slab', serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 20px;
  }
  .user-profile-v2 .profile-top .container .avatar .inner {
    position: relative!important;
    top: auto!important;
    left: auto!important;
    margin: 20px auto 0px auto!important;
    max-width: 200px!important;
    max-height: 200px!important;
  }
  .user-profile-v2 .profile-top .container .avatar .love {
    display: block;
    width: 75px!important;
    height: 75px!important;
    position: relative!important;
    top: auto!important;
    left: auto!important;
    margin-left: 0px!important;
    margin: -65px auto 0px auto !important;
  }
  .user-profile-v2 .profile-top .container .avatar .love:hover {
    background: #000000;
  }
  .user-profile-v2 .profile-top .container .avatar .love span {
    display: block;
    color: #fff;
    font-size: 10px!important;
    margin-top: 5px;
  }
  .user-profile-v2 .profile-top .container .avatar .love span strong {
    color: #f27669;
  }
  .user-profile-v2 .profile-top .container .profile-actions-v2 {
    margin: 10px 0px 10px 0px;
    text-align: center;
  }
  .user-profile-v2 .profile-top .container .profile-actions-v2 .btn {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 11px!important;
    font-weight: 700!important;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    border: none;
    -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 3px 8px 5px 28px!important;
    position: relative;
    margin-bottom: 5px;
  }
  .user-profile-v2 .profile-top .container .profile-actions-v2 .btn i {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 2px!important;
    left: 6px;
    margin-top: -2px !important;
  }
  .user-profile-v2 .profile-top .container .profile-actions-v2 .profile-v2-chat {
    background: #a4c33f;
  }
  .user-profile-v2 .profile-top .container .profile-actions-v2 .profile-v2-chat i {
    background: url(../images/profile-actions-v2.png) 0px 0px no-repeat;
  }
  .user-profile-v2 .profile-top .container .profile-actions-v2 .profile-v2-gift {
    background: #ca958f;
  }
  .user-profile-v2 .profile-top .container .profile-actions-v2 .profile-v2-gift i {
    background: url(../images/profile-actions-v2.png) -18px 0px no-repeat;
  }
  .user-profile-v2 .profile-top .container .profile-actions-v2 .profile-v2-fav {
    background: #d1be58;
  }
  .user-profile-v2 .profile-top .container .profile-actions-v2 .profile-v2-fav i {
    background: url(../images/profile-actions-v2.png) -36px 0px no-repeat;
  }
  .user-profile-v2 .profile-top .container .profile-actions-v2 .profile-v2-msg {
    background: #9c9c9c;
  }
  .user-profile-v2 .profile-top .container .profile-actions-v2 .profile-v2-msg i {
    background: url(../images/profile-actions-v2.png) -54px 0px no-repeat;
  }
  .user-profile-v2 .profile-top .container .profile-actions-v2 .profile-v2-check {
    background: #d1be58;
  }
  .user-profile-v2 .profile-top .container .profile-actions-v2 .profile-v2-check i {
    background: url(../images/profile-actions-v2.png) -72px 0px no-repeat;
  }
  .user-profile-v2 .profile-top .container .user-details-v2 {
    padding-top: 20px;
    text-align: center;
  }
  .user-profile-v2 .profile-top .container .user-details-v2 .username {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 18px;
    color: #78368a;
  }
  .user-profile-v2 .profile-top .container .user-details-v2 .username .icon-status {
    font-size: 22px;
    position: relative;
    bottom: -2px;
  }
  .user-profile-v2 .profile-top .container .user-details-v2 .username .online {
    background: none;
    color: #cce86f;
  }
  .user-profile-v2 .profile-top .container .user-details-v2 .username .away {
    background: none;
    color: #ffdc00;
  }
  .user-profile-v2 .profile-top .container .user-details-v2 .username .offline {
    background: none;
    color: #e6eded;
  }
  .user-profile-v2 .profile-top .container .user-details-v2 small {
    display: block;
    margin: 2px;
    font-weight: 300;
    font-size: 11px;
  }
  .user-profile-v2 .profile-container-v2-right .profile-container-v2-right-inner {
    padding: 20px 5px 20px 5px!important;
  }
  .user-profile-v2 .profile-container-v2-right .profile-container-v2-right-inner .user-details .interests-list {
    margin-top: 5px;
  }
  .user-profile-v2 .profile-container-v2-right .profile-container-v2-right-inner .user-details .interests-list .btn {
    margin: 3px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 11px;
  }
  .user-profile-v2 .profile-container-v2-right .profile-container-v2-right-inner .user-details .user-details-title {
    background: #f9f9f9;
    border-bottom: 1px solid #e5e5e5;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 400;
    color: #af33a7;
    padding: 10px 15px;
    margin-bottom: -1px;
  }
  .user-profile-v2 .profile-container-v2-right .profile-container-v2-right-inner .user-details table.table {
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0px;
  }
  .user-profile-v2 .profile-container-v2-right .profile-container-v2-right-inner .user-details table.table strong {
    font-weight: 400;
  }
  .user-profile-v2 .profile-container-v2-right .profile-container-v2-right-inner .photo-preview {
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
  }
  .user-profile-v2 .profile-container-v2-right .profile-container-v2-right-inner .photo-preview .col {
    margin: 0px;
    padding: 0px 1px 0px 0px;
  }
  .user-profile-v2 .profile-container-v2-left {
    padding: 0px!important;
  }
  .user-profile-v2 .profile-container-v2-left .menu {
    border-top: none!important;
    border-bottom: 1px solid #e1e1dd!important;
  }
  .user-profile-v2 .profile-container-v2-left .menu a {
    display: block;
    float: left!important;
    border-right: 1px solid #e1e1dd!important;
    border-bottom: none!important;
    padding: 10px 10px 10px 35px!important;
    font-size: 11px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    color: #383838;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
  }
  .user-profile-v2 .profile-container-v2-left .menu a:hover {
    background: #fff;
  }
  .user-profile-v2 .profile-container-v2-left .menu a i {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
  }
  .user-profile-v2 .profile-container-v2-left .menu .profile i {
    background: url(../images/profile-menu-v2-sprite.png) 0px 0px no-repeat;
  }
  .auth-confirm-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    padding-top: 50px!important;
  }
  .auth-confirm-popup .popup {
    background: #181818!important;
    height: auto!important;
    border: 10px solid #f27669;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);
  }
  .auth-confirm-popup .popup .inner {
    width: auto!important;
    margin: 20px 10px!important;
    text-align: center;
  }
  .auth-confirm-popup .popup .inner h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px!important;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0px!important;
    padding: 0px;
  }
  .auth-confirm-popup .popup .inner h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px!important;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0px;
    padding: 0px;
  }
  .auth-confirm-popup .popup .inner h2 strong {
    color: #f27669;
  }
  .auth-confirm-popup .popup .inner hr {
    border-color: #3c3c3c;
    margin: 30px 0px 30px 0px;
  }
  .auth-confirm-popup .popup .inner p {
    font-size: 13px!important;
    font-weight: 400!important;
    font-family: 'Roboto Slab', serif;
    color: #fff;
    margin: 0px!important;
    line-height: 24px;
  }
  .auth-confirm-popup .popup .inner small {
    display: block;
    font-size: 11px;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    color: #fff;
    margin-top: 15px;
  }
  .auth-confirm-popup .popup .inner a {
    display: inline-block;
    border-radius: 3px;
    background: #4bc52f;
    height: 45px;
    padding: 0px 25px;
    line-height: 45px!important;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #35941f;
    font-family: 'Roboto Slab', serif;
    font-size: 12px!important;
    font-weight: 700;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    margin-top: 10px;
  }
  .landing-section {
    height: auto!important;
  }
  .landing-section .confirm-msg {
    font-size: 12px;
  }
  .landing-section .confirm-msg h1 {
    font-size: 20px;
  }
  .landing-section .confirm-msg-error {
    font-size: 12px;
  }
  .landing-section .confirm-msg-error h1 {
    font-size: 20px;
  }
  .landing-bottom {
    background: #FBFBF7;
    border-top: 1px solid #EAE9E7;
    padding-top: 30px;
  }
  .landing-bottom .white-box {
    background-color: #FFFFFF;
    border: 1px solid #EAE9E7;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.03);
    border-radius: 30px;
    padding: 20px 30px 30px 30px;
  }
  .landing-bottom .white-box h3 {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin: 0px 0px 20px 0px;
  }
  .landing-bottom .white-box .confirm-email {
    background-color: #F5F6F6;
    border: 1px solid #C6C4BF;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) inset;
    margin: 0 0 10px;
    padding: 6px 12px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  }
  .landing-bottom .social-connections {
    list-style: none outside;
    padding: 0;
    margin: 0;
  }
  .landing-bottom .social-connections li {
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    width: 33%;
    margin-left: 0.3%;
  }
  .landing-bottom .social-connections li .btn {
    position: relative;
    padding-left: 28px;
    font-size: 11px!important;
  }
  .landing-bottom .social-connections li .btn .glyphicon {
    background-color: rgba(0, 0, 0, 0.05);
    font-size: 14px!important;
    text-align: center;
    line-height: 0.8!important;
    width: 28px;
    height: 100%;
    padding: 6px;
    border-right: solid 1px rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.25);
    box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.25);
  }
  .landing-bottom small.text-center {
    text-align: center;
    margin-bottom: 10px;
    display: block;
  }
  .abs-flag-action {
    display: none;
  }
  .notif-dropdown-v2 {
    width: 100%;
    padding: 10px;
    left: 0px;
    margin-top: 0px;
    border-top: none;
    border-radius: 0px 0px 3px 3px;
  }
  .notif-dropdown-v2 .notifications-list .item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    min-height: 50px;
    opacity: 1;
  }
  .notif-dropdown-v2 .actions {
    display: none;
  }
  header.header-v2 .header-v2-top {
    height: 48px;
    position: relative;
  }
  header.header-v2 .header-v2-top .container {
    margin: 0px;
    padding: 0px;
  }
  header.header-v2 .header-v2-top .container .logo {
    display: block;
    height: 40px;
    margin-top: 3px;
    margin-left: 6px;
    margin-right: 0px;
  }
  header.header-v2 .header-v2-top .container .logo img {
    height: 40px;
  }
  header.header-v2 .header-v2-top .container nav {
    margin-left: 0px!important;
    padding-top: 16px!important;
  }
  header.header-v2 .header-v2-top .container .online {
    display: inline-block;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 3px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 10px!important;
    font-weight: 300!important;
    color: #f27669;
    padding: 5px 10px!important;
    margin-left: 0px;
    position: relative;
    top: -3px;
    text-decoration: none;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  }
  header.header-v2 .header-v2-top .container .online:hover {
    background: rgba(0, 0, 0, 0.5);
  }
  header.header-v2 .header-v2-top .container .online strong {
    color: #fff;
  }
  header.header-v2 .header-v2-top .container .online img {
    position: relative;
    top: -2px;
    margin-left: 3px;
  }
  header.header-v2 .header-v2-top .container .user-box {
    position: relative;
    padding-right: 64px;
    text-align: right;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  }
  header.header-v2 .header-v2-top .container .user-box .dropdown-menu {
    z-index: 9999;
    text-shadow: none;
    min-width: 120px;
  }
  header.header-v2 .header-v2-top .container .user-box .dropdown-menu li a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: 400;
  }
  header.header-v2 .header-v2-top .container .user-box .dropdown-menu li a img {
    position: relative;
    top: -2px;
    left: -4px;
  }
  header.header-v2 .header-v2-top .container .user-box .avatar {
    display: block;
    border: 3px solid #92354d;
    border-radius: 5px;
    width: 39px;
    height: 39px;
    overflow: hidden;
    position: absolute;
    top: 4px;
    right: 20px;
  }
  header.header-v2 .header-v2-top .container .user-box .avatar img {
    width: 100%;
  }
  header.header-v2 .header-v2-top .container .user-box .arrow {
    display: inline-block;
    padding: 5px;
    position: absolute;
    top: 10px;
    right: 0px;
  }
  header.header-v2 .header-v2-top .container .user-box .username {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    font-weight: 400;
    padding-top: 7px;
  }
  header.header-v2 .header-v2-top .container .user-box .username .user-abs-badge {
    position: relative;
    top: -1px;
  }
  header.header-v2 .header-v2-top .container .user-box small {
    color: #e0819b;
    font-size: 9px;
    position: relative;
    top: -3px;
  }
  header.header-v2 .header-v2-bottom {
    height: 56px;
  }
  header.header-v2 .header-v2-bottom .btn-optional-toggle {
    height: 56px;
  }
  header.header-v2 .header-v2-bottom .btn-optional-toggle img {
    top: 15px;
  }
  header.header-v2 .header-v2-bottom .container {
    padding-right: 0px;
  }
  header.header-v2 .header-v2-bottom .container nav a {
    height: 56px;
    line-height: 85px;
    display: block;
    float: left;
    padding: 0px 15px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 10px;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  }
  header.header-v2 .header-v2-bottom .container nav a:hover {
    background: #99455c;
  }
  header.header-v2 .header-v2-bottom .container nav a i {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    left: 50%;
    margin-left: -15px;
  }
  header.header-v2 .header-v2-bottom .container nav a small {
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    display: block;
    font-weight: 700;
    border-radius: 50%;
    background: #d90000;
    position: absolute;
    top: 10px;
    right: 50%;
    margin-right: -20px;
    -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
  }
  .navbar-upgrade {
    position: relative;
    top: 10px;
    left: 14px;
  }
  .messages-container {
    padding: 30px 0px;
    background: #f8f9f5;
  }
  .messages-container .big-title {
    text-align: center;
    margin-bottom: 30px;
  }
  .messages-container .big-title span {
    font-family: 'Roboto Slab', serif;
    font-size: 36px;
    font-weight: 100;
    display: block;
    margin-bottom: 5px;
  }
  .messages-container .big-title small {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: 400;
    display: block;
  }
  .messages-container .big-title a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 11px;
    font-weight: 400;
  }
  .messages-container .container .row .col {
    padding: 0px;
  }
  .messages-container .container .row .col .messages-list {
    border-radius: 6px;
    overflow: hidden;
    margin: 15px 5px 15px 5px;
    border: 1px solid #f2f0e9;
    border-top: none;
    background: #fff;
  }
  .messages-container .container .row .col .messages-list .form-control {
    box-shadow: none;
  }
  .messages-container .container .row .col .messages-list table {
    margin-bottom: 0px;
    border-top: none;
  }
  .messages-container .container .row .col .messages-list table th,
  .messages-container .container .row .col .messages-list table td {
    border-color: #f2f0e9;
    background: #fff;
  }
  .messages-container .container .row .col .messages-list table td {
    font-size: 14px;
    font-weight: 300;
  }
  .messages-container .container .row .col .messages-list table th {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 400;
  }
  .messages-container .container .row .col .messages-list table thead {
    background: #fcfcfc;
  }
  .messages-container .container .row .col .messages-list .form-control {
    box-shadow: none;
  }
  .messages-container .container .row .col .messages-list .table {
    margin-bottom: 0px;
  }
  .messages-container .container .row .col .messages-list .table th,
  .messages-container .container .row .col .messages-list .table td {
    border-color: #f2f0e9;
  }
  .messages-container .container .row .col .messages-list .table td {
    font-size: 14px;
    font-weight: 300;
  }
  .messages-container .container .row .col .messages-list .table td.unread {
    font-size: 14px;
    font-weight: 300;
    background: #fff9f0;
  }
  .messages-container .container .row .col .messages-list .table th {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 400;
  }
  .messages-container .container .row .col .messages-list .table thead {
    background: #fcfcfc;
  }
  .messages-container .container .row .col .inner-item {
    position: relative;
    min-height: 50px;
    padding-left: 60px;
    padding-right: 120px;
  }
  .messages-container .container .row .col .inner-item .action {
    position: absolute;
    top: 15px;
    right: 0px;
  }
  .messages-container .container .row .col .inner-item .action span {
    display: none;
  }
  .messages-container .container .row .col .inner-item .action .unread {
    display: inline-block;
    width: 90px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    font-size: 12px;
    font-weight: 400;
    border-radius: 4px;
    height: 35px;
    line-height: 32px;
    text-decoration: none;
    background: #e54770;
    position: relative;
    top: -5px;
    margin-left: 10px;
    border-bottom: 5px solid #a11b3d;
  }
  .messages-container .container .row .col .inner-item .action .unread:hover {
    margin-top: 2px;
    height: 33px;
    line-height: 30px;
    border-bottom: 3px solid #a11b3d;
  }
  .messages-container .container .row .col .inner-item .action .read {
    display: inline-block;
    width: 90px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    font-size: 12px;
    font-weight: 400;
    border-radius: 4px;
    height: 35px;
    line-height: 32px;
    text-decoration: none;
    background: #a6a6a6;
    position: relative;
    top: -5px;
    margin-left: 10px;
    border-bottom: 5px solid #828282;
  }
  .messages-container .container .row .col .inner-item .action .read:hover {
    margin-top: 2px;
    height: 33px;
    line-height: 30px;
    border-bottom: 3px solid #828282;
  }
  .messages-container .container .row .col .inner-item .name {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    color: #78368a;
    font-size: 12px;
    display: block;
    padding-top: 5px;
  }
  .messages-container .container .row .col .inner-item .name span {
    display: none;
  }
  .messages-container .container .row .col .inner-item .name strong {
    display: none;
  }
  .messages-container .container .row .col .inner-item small {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    color: #808f96;
    height: 15px;
    overflow: hidden;
  }
  .messages-container .container .row .col .inner-item .avatar {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 4px;
    overflow: hidden;
  }
  .messages-container .container .row .col .inner-item .icon-status {
    font-size: 16px;
    position: relative;
  }
  .messages-container .container .row .col .inner-item .online {
    background: none;
    color: #cce86f;
  }
  .messages-container .container .row .col .inner-item .away {
    background: none;
    color: #ffdc00;
  }
  .messages-container .container .row .col .inner-item .offline {
    background: none;
    color: #e6eded;
  }
  .chat-v2-header .btn-back {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 11px;
    font-weight: 400;
    padding: 3px 17px 4px 10px;
    margin-top: 8px!important;
    margin-right: 8px!important;
  }
  .chat-v2-header-user-details {
    margin: 0px 8px;
  }
  .chat-v2-header-user-details a {
    color: #78368a;
    display: block;
    font-family: "Roboto Slab", serif;
    font-size: 14px!important;
    font-weight: 400;
    padding-top: 3px!important;
    margin-bottom: -5px !important;
  }
  .chat-v2-header-user-details small {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 10px!important;
    font-weight: 400;
  }
  .packages-v5 {
    background: #efe2d7;
    padding: 30px 0px;
  }
  .packages-v5 .container .top-title {
    color: #383838;
    text-align: center;
    margin-bottom: 30px;
  }
  .packages-v5 .container .top-title strong {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    display: block;
  }
  .packages-v5 .container .top-title span {
    font-size: 12px;
    font-weight: 300;
  }
  .packages-v5 .container .row .col .package {
    background: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 10px;
    position: relative;
    margin-left: 60px;
    height: auto;
  }
  .packages-v5 .container .row .col .package .inner {
    padding-left: 40px;
    padding-right: 0px;
  }
  .packages-v5 .container .row .col .package .inner .upgrade-status {
    display: block;
    margin: -15px 0px 0px -40px;
    padding-left: 60px;
    padding-right: 30px;
    text-align: left;
    border-radius: 0px 5px 0px 0px;
    font-size: 10px;
    font-weight: 400;
    color: #383838;
    font-family: roboto;
    min-height: 20px;
    height: auto;
    line-height: 16px;
  }
  .packages-v5 .container .row .col .package .inner .upgrade-status strong {
    font-weight: 900;
  }
  .packages-v5 .container .row .col .package .inner .abs-corner {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
  }
  .packages-v5 .container .row .col .package .inner .package-name {
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0px 0px 5px;
  }
  .packages-v5 .container .row .col .package .inner .package-time {
    padding: 15px 0px;
    color: #ab3e5b;
    font-size: 12px;
  }
  .packages-v5 .container .row .col .package .inner .package-features {
    padding: 10px 0px;
    font-size: 11px;
    font-weight: 300;
    line-height: 20px;
    border: none;
  }
  .packages-v5 .container .row .col .package .inner .package-action {
    width: 140px;
    margin: 0px auto;
    position: relative;
    left: auto;
    top: auto;
    margin-top: 20px;
  }
  .packages-v5 .container .row .col .package .inner .package-action a {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
    height: 35px;
    line-height: 30px;
    text-decoration: none;
  }
  .packages-v5 .container .row .col .package .inner .package-action a:hover {
    margin-top: 2px;
    height: 33px;
    line-height: 30px;
  }
  .packages-v5 .container .row .col .package-small {
    background: #fff;
    height: auto;
  }
  .packages-v5 .container .row .col .package-small .inner .upgrade-status {
    display: block;
    margin: -10px 0px 0px -40px;
    padding-left: 60px;
    padding-right: 30px;
    text-align: left;
    border-radius: 0px 5px 0px 0px;
    font-size: 10px;
    font-weight: 400;
    color: #383838;
    font-family: roboto;
    min-height: 20px;
    height: auto;
    line-height: 16px;
  }
  .packages-v5 .container .row .col .package-small .inner .upgrade-status strong {
    font-weight: 900;
  }
  .packages-v5 .container .row .col .package-small .package-action {
    margin-top: 5px!important;
  }
  .packages-v5 .container .row .col .package-small .package-name {
    margin: 0px!important;
    padding: 10px 0px 10px 0px!important;
  }
  .packages-v5 .container .row .col .package-vip .inner .package-price {
    border: 10px solid #ff8922;
  }
  .packages-v5 .container .row .col .package-vip .inner .package-action a {
    background: #ff8922;
    border-bottom: 5px solid #bf671a;
  }
  .packages-v5 .container .row .col .package-vip .inner .package-action a:hover {
    border-bottom: 3px solid #bf671a;
  }
  .packages-v5 .container .row .col .package-gold .inner .package-price {
    border: 10px solid #ffbc5d;
  }
  .packages-v5 .container .row .col .package-gold .inner .package-action a {
    background: #ffbc5d;
    border-bottom: 5px solid #bf8d46;
  }
  .packages-v5 .container .row .col .package-gold .inner .package-action a:hover {
    border-bottom: 3px solid #bf8d46;
  }
  .packages-v5 .container .row .col .package-silver .inner .package-price {
    border: 10px solid #dbb785;
  }
  .packages-v5 .container .row .col .package-silver .inner .package-action a {
    background: #dbb785;
    border-bottom: 5px solid #a48964;
  }
  .packages-v5 .container .row .col .package-silver .inner .package-action a:hover {
    border-bottom: 3px solid #a48964;
  }
  .packages-v5 .container .row .col .package-bronze .inner .package-price {
    border: 10px solid #aea393;
  }
  .packages-v5 .container .row .col .package-bronze .inner .package-action a {
    background: #aea393;
    border-bottom: 5px solid #837a6e;
  }
  .packages-v5 .container .row .col .package-bronze .inner .package-action a:hover {
    border-bottom: 3px solid #837a6e;
  }
  .hp-logged-userlist {
    background: #f6f6f1;
    margin: 0px!important;
    margin-bottom: 0px;
    padding: 0px;
    border-bottom: 1px solid #e3e3e3;
  }
  .videochat-wrapper {
    background: url(../images/videochat-bg.jpg) top left no-repeat;
    padding: 10px 10px 5px 10px!important;
    -webkit-box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.3);
  }
  .videochat-wrapper .row {
    border-radius: 10px;
    border: 5px solid rgba(255, 255, 255, 0.3);
  }
  .videochat-wrapper .row .col {
    margin: 0px;
    padding: 0px;
  }
  .videochat-wrapper .row .my-stream {
    border-radius: 5px 0px 0px 5px;
    overflow: hidden;
  }
  .videochat-wrapper .row .user-stream {
    border-radius: 0px 5px 5px 0px;
    overflow: hidden;
  }
  .videochat-wrapper .row .user-stream-big {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  .videochat-wrapper .row .user-stream-big .my-stream-small {
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 100px!important;
  }
  .modal-profile-tabs {
    margin-bottom: 10px;
  }
  .modal-profile-tabs li {
    float: left;
    display: block;
  }
  .modal-profile-tabs li a {
    font-size: 14px;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    letter-spacing: -0.5px;
  }
  .dropdown-menu-list-fix {
    left: auto;
    top: 30px;
    right: 0px;
  }
  .dropdown-menu-list-fix li a {
    font-size: 14px!important;
    color: #303539!important;
    display: block!important;
  }
  .register-landing {
    height: 550px;
  }
  .register-landing .inner {
    height: 550px;
    position: relative;
  }
  .register-landing .inner .main-title {
    margin-top: 100px;
  }
  .register-landing .inner .main-title h1 {
    font-size: 48px;
  }
  .register-landing .inner .main-title p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
  }
  .register-landing .inner .subtitle {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin-top: 30px;
  }
  .register-landing .inner .subtitle-auth {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .register-landing .inner .widget-register {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.9);
    padding: 10px 30px 15px 30px;
    border-radius: 3px;
    font-family: 'Roboto Slab', serif;
  }
  .register-landing .inner .widget-register h3.subtitle {
    margin: 0px;
    padding: 0px;
    font-size: 30px;
    font-weight: 100;
  }
  .register-landing .inner .widget-register .subtitle-text {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
  }
  .register-landing .inner .widget-register .form-group {
    margin-bottom: 5px;
  }
  .register-landing .inner .widget-register .form-group input {
    height: 100px;
    text-align: center;
  }
  .register-landing .inner .widget-register .form-group .btn-group-justified a {
    height: 100px;
    font-size: 50px;
  }
  .register-landing .inner .widget-register .form-group .btn-group-justified .dropdown-toggle {
    height: 40px;
  }
  .register-landing .inner .widget-register .form-group .control-label {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .register-landing .inner .btn-block {
    font-size: 18px;
    font-weight: 300;
    padding: 15px 30px;
    margin-top: 20px;
  }
  .register-landing-alt {
    height: 550px;
  }
  .register-landing-alt .inner {
    height: 550px;
    position: relative;
  }
  .register-landing-alt .inner .main-title {
    margin-top: 100px;
  }
  .register-landing-alt .inner .main-title h1 {
    font-size: 48px;
  }
  .register-landing-alt .inner .main-title p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
  }
  .register-landing-alt .inner .subtitle {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin-top: 30px;
  }
  .register-landing-alt .inner .subtitle-auth {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .register-landing-alt .inner .widget-register {
    background: url(../images/register-landing-v2-bg.png) top right no-repeat #ffffff;
    border: 1px solid #ffffff;
    padding: 10px 30px 15px 30px;
    border-radius: 3px;
    font-family: 'Roboto Slab', serif;
  }
  .register-landing-alt .inner .widget-register h3.subtitle {
    margin: 0px;
    padding: 0px;
    font-size: 30px;
    font-weight: 100;
  }
  .register-landing-alt .inner .widget-register .subtitle-text {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
  }
  .register-landing-alt .inner .widget-register .form-group {
    margin-bottom: 5px;
  }
  .register-landing-alt .inner .widget-register .form-group input {
    height: 100px;
    text-align: center;
  }
  .register-landing-alt .inner .widget-register .form-group .btn-group-justified a {
    height: 100px;
    font-size: 50px;
  }
  .register-landing-alt .inner .widget-register .form-group .btn-group-justified .dropdown-toggle {
    height: 40px;
  }
  .register-landing-alt .inner .widget-register .form-group .control-label {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .register-landing-alt .inner .btn-block {
    font-size: 18px;
    font-weight: 300;
    padding: 15px 30px;
    margin-top: 20px;
  }
  .register-landing-bg1 {
    background: url(../images/register-landing-bg1.png) top left no-repeat #f2f0e9;
  }
  .widget-cont {
    margin-top: 15px;
  }
  .list-container .col .inner .details small {
    height: 30px;
    overflow: hidden;
    word-wrap: break-word;
  }
  .list-container .col .inner .details a {
    height: 20px;
    overflow: hidden;
  }
  .hp-logged .container .inner {
    padding: 5px!important;
  }
  .hp-logged .container .left-col {
    padding: 0px 5px;
  }
  .hp-right-map {
    border-radius: 5px;
    border: 1px solid #c6c4bf;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
  }
  .hp-right-map .overlay-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-weight: 300;
    background: rgba(171, 62, 91, 0.9);
    padding: 3px 7px;
    text-align: right;
    font-family: 'Roboto Slab', serif;
    text-align: center;
  }
  .hp-right-map .overlay-bottom span {
    display: block;
    font-size: 18px;
    color: fff;
    position: relative;
    top: 2px;
    left: -3px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .hp-right-map .overlay-bottom a.btn {
    display: block;
    margin: 10px 30px 15px 30px!important;
  }
  .blog-container {
    background: #fbfbf7;
    padding: 50px 0px;
  }
  .blog-container .container-title {
    margin-top: 0px!important;
  }
  .blog-container .container {
    border: 1px solid #f2f0e9;
    background: #fff;
    margin-top: 30px;
  }
  .blog-container .container .post-list {
    border-right: 1px solid #f2f0e9;
    padding: 15px;
  }
  .blog-container .container .post-list .post {
    padding: 30px 30px 0px 30px;
    position: relative;
  }
  .blog-container .container .post-list .post .comments {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #f2f0e9;
  }
  .blog-container .container .post-list .post .comments .counter {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .blog-container .container .post-list .post .comments .comment {
    position: relative;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f2f0e9;
    padding-left: 70px;
  }
  .blog-container .container .post-list .post .comments .comment .avatar {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 4px;
    overflow: hidden;
    top: 0px;
    left: 0px;
  }
  .blog-container .container .post-list .post .comments .comment .details {
    font-size: 11px;
  }
  .blog-container .container .post-list .post .comments .comment p {
    font-size: 12px;
    margin-top: 3px;
  }
  .blog-container .container .post-list .post .comments .add-comment {
    position: relative;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f2f0e9;
    padding-left: 70px;
  }
  .blog-container .container .post-list .post .comments .add-comment .avatar {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 4px;
    overflow: hidden;
  }
  .blog-container .container .post-list .post .comments .add-comment .row input.form-control {
    box-shadow: none;
    transition: none;
    height: 50px!important;
    line-height: 50px!important;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }
  .blog-container .container .post-list .post .comments .add-comment .row .form-control::-moz-placeholder {
    color: #a2a2a2;
  }
  .blog-container .container .post-list small {
    font-size: 11px;
    display: block;
    margin-bottom: 5px;
    background: #af33a7;
    position: absolute;
    top: 30px;
    left: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    color: #fff;
  }
  .blog-container .container .post-list small a {
    color: #fff;
    font-weight: bold;
  }
  .blog-container .container .post-list .inner {
    line-height: 24px;
    font-weight: 300;
  }
  .blog-container .container .post-list .inner h3 {
    color: inherit;
    margin: 30px 0px 10px 0px;
  }
  .blog-container .container .post-list .actions {
    background: #fcfcfc;
    padding: 15px 0px;
    margin-top: 15px;
  }
  .blog-container .container .post-list .actions a {
    margin: 0px 10px;
  }
  .blog-container .container .post-list .actions a span {
    margin: 0px 5px;
    color: #303539;
  }
  .blog-container .container .post-list .easy-nav {
    background: #fcfcfc;
    border-top: 1px solid #f2f0e9;
    margin: 30px -15px -15px -15px;
    padding: 15px 15px 15px 15px;
  }
  .blog-container .container .post-list .easy-nav a {
    color: #4d5b63;
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
  }
  .blog-container .container .post-list .easy-nav a span {
    display: inline-block;
    margin: 0px 10px;
  }
  .blog-container .container-title {
    border: none;
    background: none;
  }
  .blog-container .container-title h3 {
    margin-top: 0px;
    padding-top: 0px;
  }
  .blog-container .right-col {
    padding: 15px;
  }
  .blog-container .right-col .search {
    padding: 30px 30px 45px 30px;
    border-bottom: 1px solid #f2f0e9;
  }
  .blog-container .right-col .tabs {
    padding: 45px 30px 0px 30px;
  }
  .blog-container .right-col .tabs .btn-group .btn {
    width: 50%;
  }
  .blog-container .right-col .articles-list {
    padding: 30px 30px 15px 30px;
    border-bottom: 1px solid #f2f0e9;
  }
  .blog-container .right-col .articles-list .item {
    display: block;
    position: relative;
    margin-bottom: 30px;
  }
  .blog-container .right-col .articles-list .item .details .title {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 16px;
    display: block;
    margin-bottom: 0px;
    position: relative;
    top: -7px;
  }
  .blog-container .right-col .articles-list .item .details span {
    font-size: 10px;
    color: #777777;
    display: block;
    margin-bottom: 5px;
    position: relative;
    top: -7px;
  }
  .blog-container .right-col .articles-list .item .details p {
    font-size: 11px;
    line-height: 18px;
    position: relative;
    top: -5px;
  }
  .blog-container .right-col .tag-cloud {
    padding: 45px 30px 30px 30px;
  }
  .blog-container .right-col .tag-cloud .title {
    color: #2c3e50;
    background: #f2f4f4;
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 18px;
  }
  .blog-container .right-col .tag-cloud .list a {
    display: inline-block;
    margin: 5px 1px 0px 0px;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    background: #c6c4bf;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  }
  .hp-landing {
    height: 570px;
  }
  .hp-landing .inner {
    height: 570px;
    position: relative;
  }
  .hp-landing .inner .main-title {
    margin-top: 100px;
  }
  .hp-landing .inner .main-title h1 {
    font-size: 48px;
  }
  .hp-landing .inner .main-title p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
  }
  .hp-landing .inner .subtitle {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin-top: 30px;
  }
  .hp-landing .inner .subtitle-auth {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .hp-landing .inner .widget-register {
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 10px 30px 15px 30px;
    border-radius: 3px;
  }
  .hp-landing .inner .widget-register .form-group {
    margin-bottom: 5px;
  }
  .hp-landing .inner .widget-register .form-group input {
    height: 30px!important;
  }
  .hp-landing .inner .widget-register .form-group .btn-group-justified a {
    height: 36px;
    font-size: 18px;
  }
  .hp-landing .inner .widget-register .form-group .btn-group-justified .dropdown-toggle {
    height: 40px;
  }
  .hp-landing .inner .widget-register .form-group .control-label {
    text-align: left;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 18px;
  }
  .hp-landing .inner .widget-register .widget-register-header {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
  }
  .hp-landing .inner .widget-register .widget-register-header a {
    font-size: 50px;
    margin: 0px 5px;
  }
  .hp-landing .inner .widget-register .widget-register-header .facebook {
    color: #3c5a98;
  }
  .hp-landing .inner .widget-register .widget-register-header .twitter {
    color: #00aced;
  }
  .hp-landing .inner .widget-register .widget-register-header .google {
    color: #d95333;
  }
  .hp-landing .inner .widget-register-auth {
    padding: 40px 50px 35px 50px;
  }
  .hp-landing .inner .widget-register-auth .widget-social-items h4 {
    color: #4d5b63;
    font-weight: 700;
    margin: 0px;
  }
  .hp-landing .inner .widget-register-auth .options {
    margin-top: 30px;
  }
  .hp-landing .inner .widget-register-auth .options .options-item {
    padding-left: 50px;
    margin-bottom: 20px;
    margin-left: 30px;
    position: relative;
    font-size: 12px;
  }
  .hp-landing .inner .widget-register-auth .options .options-item .icon {
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .hp-landing .inner .widget-register-auth .options .options-item .login {
    background: url(../images/auth-sprite.png) 0px 0px no-repeat;
  }
  .hp-landing .inner .widget-register-auth .options .options-item .contact {
    background: url(../images/auth-sprite.png) 0px -40px no-repeat;
  }
  .hp-landing .inner .widget-register-auth .options .options-item .recover {
    background: url(../images/auth-sprite.png) 0px -80px no-repeat;
  }
  .hp-landing .inner .copy {
    padding-top: 30px;
    font-size: 12px;
    width: 60%;
    text-align: center;
    margin: 0px auto;
  }
  .profile-list-header-logged .filters {
    margin-top: 20px;
    margin-left: 15px;
  }
  .profile-list-header-logged .filters .btn-group {
    margin-right: 10px;
    margin-bottom: 10px!important;
  }
  .profile-list-header-logged .filters .btn-group button {
    font-size: 12px;
  }
  .profile-list-header-logged .filters .btn-group button .caret {
    margin-left: 5px;
  }
  .profile-list-header-logged .filters .btn-group a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 300;
  }
  .profiles-list-header-logged .inner .filter-container .filters .btn-group {
    margin-bottom: 10px!important;
  }
  .mobile-toggle-justified {
    border-top: 5px solid #c6c4bf;
  }
  .mobile-toggle-justified .arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    position: absolute;
    z-index: 1000;
    top: -5px;
    left: 20px;
  }
  section.chat {
    padding: 15px 0px;
  }
  .dropdown-menu-header-fix {
    right: 0px;
    left: auto;
    top: 44px!important;
  }
  footer.footer {
    border-top: 1px solid #f2f0e9;
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer.footer .navbar-left {
    text-align: center;
  }
  footer.footer .navbar-left li {
    display: inline-block;
    font-size: 11px;
    font-family: 'Roboto Slab', serif;
  }
  footer.footer .navbar-left li a {
    padding: 5px!important;
  }
  footer.footer .navbar-right {
    display: block;
  }
  footer.footer .navbar-footer {
    border-bottom: 1px solid #f2f0e9;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  footer.footer .navbar-footer .navbar-header {
    display: block;
  }
  footer.footer .navbar-footer .dropup {
    margin-top: 0px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: #fbfbf7;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0px;
  }
  footer.footer .navbar-footer .dropup .dropdown-toggle {
    color: #808F96;
    border: 1px solid #c6c4bf;
    padding: 5px 15px;
    border-radius: 4px;
  }
  footer.footer .navbar-footer .dropup .dropdown-toggle .caret {
    position: relative;
    top: -2px;
    margin-left: 10px;
  }
  footer.footer .navbar-footer .dropup .dropdown-menu {
    text-align: left;
  }
  footer.footer .navbar-footer .dropup:focus,
  footer.footer .navbar-footer .dropup:active:focus,
  footer.footer .navbar-footer .dropup.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  footer.footer .navbar-footer .dropup:hover,
  footer.footer .navbar-footer .dropup:focus {
    color: #333;
    text-decoration: none;
  }
  footer.footer .navbar-footer .dropup:active,
  footer.footer .navbar-footer .dropup.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  footer.footer .navbar-footer .dropup.disabled,
  footer.footer .navbar-footer .dropup[disabled],
  fieldset[disabled] footer.footer .navbar-footer .dropup {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  footer.footer .navbar-brand {
    color: #78368a;
  }
  footer.footer .navbar-brand:hover {
    color: #9d3953;
  }
  footer.footer .navbar-subfooter {
    margin-bottom: 0px;
    text-align: center;
  }
  footer.footer .navbar-subfooter a {
    color: #808f96;
  }
  footer.footer .widget-social-items a {
    font-size: 40px;
    margin: 0px 5px;
  }
  footer.footer .widget-social-items .facebook {
    color: #3c5a98;
  }
  footer.footer .widget-social-items .twitter {
    color: #00aced;
  }
  footer.footer .widget-social-items .google {
    color: #d95333;
  }
  .btn-optional-toggle {
    margin-top: 0px;
    margin-left: 0px;
    float: left;
    background-color: #3d3d3d;
    border-radius: 0px!important;
    border: none;
    height: 39px;
    padding: 1px 9px!important;
    display: inline-block !important;
  }
  .btn-optional-toggle img {
    position: relative;
    top: 8px;
    left: 2px;
  }
  .dashboard-container {
    text-align: center;
    margin: 25px 0px 30px 0px;
  }
  .dashboard-container a {
    display: inline-block;
    background: none;
    padding: 0px;
    margin: 0px 10px 20px 10px;
  }
  .dashboard-container a i {
    display: block;
    font-style: normal;
    width: 80px;
    height: 80px;
    position: relative;
  }
  .dashboard-container a i small {
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 11px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    color: #fff;
    background: #af33a7;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    border-radius: 16px;
  }
  .dashboard-container a span {
    display: block;
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
  }
  .dashboard-container .chat i {
    background: url(../images/dashboard-icon-sprites.png) 0px 0px no-repeat;
  }
  .dashboard-container .chat span {
    color: #95ae39;
  }
  .dashboard-container .gifts i {
    background: url(../images/dashboard-icon-sprites.png) -80px 0px no-repeat;
  }
  .dashboard-container .gifts span {
    color: #af33a7;
  }
  .dashboard-container .notifications i {
    background: url(../images/dashboard-icon-sprites.png) -160px 0px no-repeat;
  }
  .dashboard-container .notifications span {
    color: #2980b9;
  }
  .dashboard-container .favorites i {
    background: url(../images/dashboard-icon-sprites.png) -240px 0px no-repeat;
  }
  .dashboard-container .favorites span {
    color: #f59e4a;
  }
  .dashboard-container .flirtmap i {
    background: url(../images/dashboard-icon-sprites.png) -320px 0px no-repeat;
  }
  .dashboard-container .flirtmap span {
    color: #19d4c6;
  }
  .menu-left-mobile {
    margin-left: -6px;
  }
  .menu-left-mobile .btn {
    font-family: 'Roboto Slab', serif;
    font-size: 11px;
    font-weight: 500;
    padding: 4px 8px;
    margin-top: 6px;
    margin-right: 3px;
  }
  .menu-left-mobile-sm a {
    padding-left: 10px!important;
    padding-right: 10px!important;
  }
  .menu-left-mobile-sm .dropdown-toggle {
    padding-right: 10px!important;
  }
  .viewport .content-wrapper {
    padding-top: 0px;
  }
  .navbar-main {
    margin-bottom: 0px;
    min-height: 45px!important;
    height: 45px;
    text-align: right;
  }
  .navbar-main .navbar-header {
    float: left;
    height: 43px;
  }
  .navbar-main .navbar-brand {
    display: block;
  }
  .navbar-main .navbar-brand img {
    width: 100px;
  }
  .navbar-main .navbar-brand-mobile {
    display: block;
    height: auto!important;
    padding: 1px;
  }
  .navbar-main .navbar-brand-mobile img {
    width: 40px;
    height: 40px;
  }
  .navbar-main .navbar-auth {
    color: #fff;
    position: relative;
    margin-top: 0px!important;
    top: -3px;
  }
  .navbar-main .navbar-auth .dropdown {
    color: #4D5B63;
  }
  .navbar-main .navbar-auth .dropdown .dropdown-toggle {
    background: none;
    border-width: 2px;
    color: #f27669;
  }
  .navbar-main .navbar-auth .dropdown .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 7px;
    min-width: 280px;
    padding: 12px 16px 16px;
  }
  .navbar-main .navbar-form {
    float: left;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    border: none;
    box-shadow: none;
  }
  .navbar-main .navbar-form input.form-control {
    background: #f2f0e9;
    border: none;
    box-shadow: none;
  }
  .navbar-main .navbar-form .input-group-addon,
  .navbar-main .navbar-form .input-group-btn {
    width: 1px!important;
  }
  .navbar-main .navbar-form .btn {
    padding: 0px 10px 3px 10px!important;
    border-radius: 4px;
  }
  .navbar-main .advanced-link {
    display: none;
    margin-top: 25px;
    margin-left: 25px;
    color: #f27669;
  }
  .navbar-main .navbar-right {
    float: right!important;
  }
  .navbar-main .navbar-user {
    margin-top: 7px;
    margin-right: -5px;
    float: none!important;
    width: auto!important;
  }
  .navbar-main .navbar-user .dropdown {
    position: relative;
    top: -6fpx;
  }
  .navbar-main .navbar-user .dropdown-menu {
    top: 53px;
    border-radius: 0px 0px 4px 4px;
  }
  .navbar-main .navbar-user .navbar-text {
    text-align: right;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    margin: -4px 10px 0px 5px;
  }
  .navbar-main .navbar-user .navbar-text small {
    display: block;
    font-size: 10px;
    color: #E0819B;
  }
  .navbar-main .navbar-user img {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
  }
  .navbar-main .navbar-user .caret {
    color: #f27669;
  }
  .navbar-main .language {
    float: left;
  }
  .navbar-main .language .dropdown a.dropdown-toggle {
    padding: 0px;
    color: #f27669;
    margin: 5px 40px 0px 40px;
  }
  .navbar-main .language .dropdown a.dropdown-toggle:hover,
  .navbar-main .language .dropdown a.dropdown-toggle:focus {
    background: #90354d;
  }
  .left-menu-mobile-toggle {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #fff;
  }
  .left-menu-mobile-toggle .btn-group-vertical {
    display: block;
    margin-top: 20px;
  }
  .left-menu-mobile-toggle .btn-group-vertical .btn-profile-menu {
    border: none;
    border-radius: 0px;
    display: block;
    text-align: left;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
    border-right: 5px solid #fff;
  }
  .left-menu-mobile-toggle .btn-group-vertical .btn-profile-menu strong {
    color: #d6587a;
    font-size: 400;
    position: absolute;
    top: 0px;
    right: 15px;
  }
  .left-menu-mobile-toggle .btn-group-vertical .btn-profile-menu:hover {
    background: #fbfbf7;
    border-right: 5px solid #af33a7;
  }
  .left-menu-mobile-toggle .btn-group-vertical .selected {
    background: #fbfbf7;
    border-right: 5px solid #af33a7;
  }
  .subheader-menu-mobile {
    display: block;
    position: absolute;
    top: 110px;
    left: 0px;
    width: 100%;
    z-index: 1000;
    background: #fff;
    box-shadow: 0px 2px 2px #dedede;
  }
  .subheader-menu-mobile a {
    display: inline-block;
    color: #3b454b;
    height: 40px;
    line-height: 40px;
    position: relative;
    top: -1px;
    font-size: 13px;
    padding: 0px 15px;
    text-decoration: none;
    display: block!important;
    padding: 10px 10px 15px 20px!important;
    height: auto!important;
  }
  .subheader-menu-mobile a:hover {
    border-bottom: 5px solid #af33a7;
  }
  .subheader-menu-mobile a:hover {
    padding: 10px 10px 10px 20px!important;
  }
  .top-menu .menu-left .dropdown {
    margin-left: 4px!important;
  }
  .viewport .content-wrapper .top-menu .dropdowns .dropdown {
    margin-left: 4px!important;
  }
  .viewport .content-wrapper .top-menu .dropdowns .dropdown .dropdown-toggle {
    padding-left: 10px;
    padding-right: 20px;
  }
  .viewport .content-wrapper .top-menu .menu-left {
    padding-left: 30px!important;
  }
  .viewport .content-wrapper .top-menu .menu-left a {
    padding: 0px 5px!important;
  }
  .viewport .content-wrapper .hp-landing {
    height: auto;
  }
  .viewport .content-wrapper .hp-landing .inner .main-title {
    text-align: center;
    margin-top: 30px;
  }
  .viewport .content-wrapper .hp-landing .inner .main-title h1 {
    font-size: 36px;
  }
  .viewport .content-wrapper .hp-landing .inner .main-title p {
    font-size: 14px;
    line-height: normal;
    margin: 0px 0px 30px 0px;
    padding: 0px;
  }
  .viewport .content-wrapper .hp-landing .inner h3.subtitle {
    margin: 10px 0px 10px 0px;
  }
  .viewport .content-wrapper .hp-landing .inner .widget-register .widget-body .form-group .control-label {
    display: none;
  }
  .viewport .content-wrapper .hp-landing .inner .copy {
    display: none;
  }
  .users-carousel {
    display: none;
  }
  .viewport .content-wrapper .hp-meet .inner .story {
    margin-top: 0px;
    text-align: center;
  }
  .viewport .content-wrapper .hp-meet .inner .story h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .viewport .content-wrapper .hp-meet .inner .story p {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
  }
  .viewport .content-wrapper .hp-meet .inner .story .btn {
    margin-top: 170px;
    font-size: 14px;
  }
  .viewport .content-wrapper .hp-discover .inner .story {
    margin-top: 40px;
    text-align: center;
  }
  .viewport .content-wrapper .hp-discover .inner .story h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .viewport .content-wrapper .hp-discover .inner .story p {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
  }
  .viewport .content-wrapper .hp-discover .inner .story .btn {
    margin-top: 140px;
    font-size: 14px;
  }
  .viewport .content-wrapper .hp-feed .inner .actions .btn {
    font-size: 12px;
    font-weight: 700;
  }
  .viewport .content-wrapper .hp-meet .inner .actions .btn {
    font-size: 12px;
    font-weight: 700;
  }
  .viewport .content-wrapper .hp-listen {
    height: auto;
  }
  .viewport .content-wrapper .hp-listen .inner {
    background: none;
    height: auto;
  }
  .viewport .content-wrapper .hp-listen .inner .story {
    margin-top: 40px;
    text-align: center;
  }
  .viewport .content-wrapper .hp-listen .inner .story h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .viewport .content-wrapper .hp-listen .inner .story p {
    font-size: 12px;
    text-align: center;
  }
  .viewport .content-wrapper .hp-listen .inner .story .btn {
    font-size: 14px;
    padding: 10px 30px;
    margin: 30px auto;
    float: none!important;
  }
  .hp-feed .btn-group {
    display: none;
  }
  .hp-feed .feed-title {
    display: block;
    float: none;
    text-align: center;
  }
  .hp-feed .feed-title h3 {
    font-size: 24px!important;
    float: none!important;
    margin: 0px;
    padding: 0px;
  }
  .viewport .content-wrapper .hp-landing .inner .widget-register-auth .options {
    display: none;
  }
  .hp-logged {
    margin: 0px;
    padding: 0px;
  }
  .hp-logged .hp-profile-users-list .actions {
    display: none;
  }
  .matchmaking-actions {
    margin-top: 14px;
    margin-bottom: 10px;
  }
  .matchmaking-actions .btn-group-justified {
    margin: 0px;
    padding: 0px;
  }
  .matchmaking-actions .btn-group-justified .btn {
    border: 1px solid #fff;
    height: 50px;
    line-height: 50px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 18px;
    padding: 0px;
  }
  .matchmaking-actions .btn-group-justified .btn i {
    display: inline-block;
    height: 25px;
    width: 25px;
    position: relative;
    bottom: -12px;
  }
  .matchmaking-actions .btn-group-justified .first {
    -webkit-border-radius: 100px 0px 0px 100px;
    -moz-border-radius: 100px 0px 0px 100px;
    border-radius: 100px 0px 0px 100px;
  }
  .matchmaking-actions .btn-group-justified .last {
    -webkit-border-radius: 0px 100px 100px 0px;
    -moz-border-radius: 0px 100px 100px 0px;
    border-radius: 0px 100px 100px 0px;
  }
  .matchmaking-actions .btn-group-justified .btn-flag {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: block;
    height: 50px;
    width: 50px;
  }
  .matchmaking-actions .btn-group-justified .chat {
    background: #dbf48a;
    color: #849e24;
  }
  .matchmaking-actions .btn-group-justified .chat i {
    background: url(../images/profile-actions-sprite.png) 0px 0px no-repeat;
    margin-right: 10px;
  }
  .matchmaking-actions .btn-group-justified .chat:hover {
    box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.05);
  }
  .matchmaking-actions .btn-group-justified .gift {
    background: #fee4e1;
    color: #af33a7;
  }
  .matchmaking-actions .btn-group-justified .gift i {
    background: url(../images/profile-actions-sprite.png) -25px 0px no-repeat;
    margin-right: 10px;
  }
  .matchmaking-actions .btn-group-justified .gift:hover {
    box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.05);
  }
  .matchmaking-actions .btn-group-justified .fav {
    background: #fef5c5;
    color: #f59e4a;
  }
  .matchmaking-actions .btn-group-justified .fav i {
    background: url(../images/profile-actions-sprite.png) -50px 0px no-repeat;
    margin-right: 10px;
  }
  .matchmaking-actions .btn-group-justified .fav:hover {
    box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.05);
  }
  .matchmaking-actions .btn-group-justified .flag {
    display: none;
  }
  .vip-bar {
    display: none;
  }
  .subheader-chat-dropdown-offline {
    width: 240px;
    top: 40px;
    height: 175px;
    overflow: hidden;
    padding: 0px;
    border-top: none;
  }
  .subheader-chat-dropdown-offline .widget-chat-list {
    position: relative;
    top: 0px;
    margin-top: -1px;
  }
  .guest-dropdown {
    min-width: 250px;
    padding: 10px;
    font-family: 'Roboto Slab', serif;
  }
  .guest-dropdown .dd-preloader {
    text-transform: none;
  }
  .guest-dropdown .dd-preloader p {
    font-size: 12px;
    font-weight: 300;
    color: #3b454b;
  }
  .guest-dropdown .dd-preloader span {
    font-size: 14px;
    font-weight: 700;
    color: #af33a7;
  }
  .guest-dropdown {
    min-width: 250px;
    padding: 10px;
    font-family: 'Roboto Slab', serif;
  }
  .guest-dropdown .dd-preloader {
    text-transform: none;
  }
  .guest-dropdown .dd-preloader p {
    font-size: 12px;
    font-weight: 300;
    color: #3b454b;
  }
  .guest-dropdown .dd-preloader span {
    font-size: 14px;
    font-weight: 700;
    color: #af33a7;
  }
  .guest-dropdown .pull-right > .dropdown-menu {
    left: auto;
    right: -35px;
  }
  .profile-list-no-results-top {
    text-align: center;
    font-size: 18px;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    border: 1px solid #f4f4f4;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    margin: 0px 10px 10px 10px;
  }
  .profile-list-no-results-top strong {
    font-weight: 500;
    color: #af33a7;
    display: block;
    font-size: 24px;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 20px;
  }
  .profile-list-no-results-top p {
    font-size: 14px;
    display: block;
  }
  .notifications-list .item .top-details .name {
    font-family: "Roboto Slab", serif;
    font-size: 12px;
    font-weight: 500;
  }
  .notifications-list .item .details {
    display: block;
    font-size: 11px;
    margin-left: 0px;
    margin-top: 5px;
  }
  .hp-title {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 300;
    border-bottom: 1px solid #f2f0e9;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 5px;
    text-align: center;
  }
  .hp-title strong {
    color: #78368a;
    font-weight: 700;
  }
  .hp-title a {
    padding: 3px 8px;
    font-size: 11px;
  }
  .hp-title .pull-right {
    float: none!important;
  }
  .notif-dropdown-mobile {
    width: 250px!important;
    right: 0px!important;
    left: auto!important;
    float: none!important;
    padding: 10px;
    border-radius: 0px 0px 4px 4px;
  }
  .notif-dropdown-mobile .notifications-list .item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    min-height: 50px;
  }
  .notif-dropdown-mobile .notifications-list .item .top-details small {
    display: none;
  }
  .subheader-chat-dropdown-mobile {
    background: #fff;
    width: 300px!important;
    right: 0px;
    left: auto!important;
    float: none!important;
    top: 83px;
    overflow: visible;
    padding: 0px;
    border-top: none;
  }
  .subheader-chat-dropdown-mobile .widget-chat-list {
    position: relative;
    top: 0px;
    margin-top: -1px;
  }
  .profiles-list-header {
    background: url(../images/discover-featurette-base.jpg) top left repeat-x;
    background-size: 200%;
    height: 180px;
  }
  .profiles-list-header .inner {
    background: url(../images/discover-featurette-front.png) bottom center no-repeat;
    background-size: 30%;
    background-position: 70% bottom;
    height: 180px;
  }
  .profiles-list-header .inner .msg {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #AFCC43 #AFCC43;
    border-radius: 30px;
    font-size: 16px;
    line-height: 1.42857;
    padding: 32px;
    margin-top: 30px;
    width: 100%;
    text-align: center;
    background-color: #AFCC43;
    color: #FFFFFF;
  }
  .profiles-list-header .inner .msg p {
    margin: 0px;
  }
  .profiles-list-header .inner .msg p span {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 300;
    display: block;
    color: #78368a;
  }
  .profiles-list-header .inner .msg p span strong {
    color: #fff;
  }
  .chat-page-header .container,
  .chat-page-header .container-fluid {
    background: #fff;
    border: 1px solid #eae9e7;
    border-bottom: none;
    padding: 15px 15px 15px 15px;
    position: relative;
    height: 80px;
  }
  .chat-page-header .container .row,
  .chat-page-header .container-fluid .row {
    margin: 0px;
    padding: 0px;
  }
  .chat-page-header .container .row .col,
  .chat-page-header .container-fluid .row .col {
    margin: 0px;
    padding: 0px;
  }
  .chat-page-header .container .row .col .avatar,
  .chat-page-header .container-fluid .row .col .avatar {
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: block;
    overflow: hidden;
    width: 50px;
    height: 50px;
  }
  .chat-page-header .container .row .col .back,
  .chat-page-header .container-fluid .row .col .back {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #808f96;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto Slab', serif;
    margin-left: 65px;
  }
  .chat-page-header .container .row .dropdown,
  .chat-page-header .container-fluid .row .dropdown {
    margin-top: 8px;
    margin-right: 8px;
  }
  .chat-page-header .container .row .top-menu,
  .chat-page-header .container-fluid .row .top-menu {
    padding: 0px;
    margin: 0px;
    border: 0px;
    position: relative;
    left: -4px;
    display: none;
  }
  .chat-page-header .container .row .top-menu .btn-group,
  .chat-page-header .container-fluid .row .top-menu .btn-group {
    display: block;
    margin-top: 0px;
  }
  .chat-page-header .container .row .top-menu .btn-group .btn-profile-menu,
  .chat-page-header .container-fluid .row .top-menu .btn-group .btn-profile-menu {
    border: none;
    border-radius: 0px;
    display: block;
    text-align: left;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
    border-bottom: 5px solid #fff;
    position: relative;
  }
  .chat-page-header .container .row .top-menu .btn-group .btn-profile-menu strong,
  .chat-page-header .container-fluid .row .top-menu .btn-group .btn-profile-menu strong {
    color: #d6587a;
    font-size: 400;
    position: relative;
    top: 1px;
    margin-left: 5px;
  }
  .chat-page-header .container .row .top-menu .btn-group .btn-profile-menu:hover,
  .chat-page-header .container-fluid .row .top-menu .btn-group .btn-profile-menu:hover {
    background: #fbfbf7;
    border-bottom: 5px solid #af33a7;
  }
  .chat-page-header .container .row .top-menu .btn-group .selected,
  .chat-page-header .container-fluid .row .top-menu .btn-group .selected {
    background: #fbfbf7;
    border-bottom: 5px solid #af33a7;
  }
  section.chat {
    padding: 15px 0px;
  }
  .container {
    width: auto!important;
  }
  .profile-users-list {
    width: 100%;
  }
  .profile-users-list .item {
    position: relative;
    min-height: 70px;
    border-bottom: 1px solid #f5f3ed;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
  }
  .profile-users-list .item .actions {
    display: block!important;
    position: absolute;
    top: 10px;
    right: 0px;
  }
  .profile-users-list .item .actions div {
    display: none;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    color: #808f96;
    margin-right: 0px;
    position: relative;
    top: -3px;
  }
  .profile-users-list .item .actions a {
    display: inline-block;
    font-size: 20px;
    margin-left: 10px;
    color: #808f96;
  }
  .profile-users-list .item .actions a:hover {
    color: #586368;
  }
  .profile-users-list .item .name {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 18px;
  }
  .profile-users-list .item small {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    color: #808f96;
    margin-left: 18px;
  }
  .profile-users-list .item .avatar {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 4px;
    overflow: hidden;
  }
  .profile-users-list .item .icon-status {
    font-size: 16px;
    position: relative;
  }
  .profile-users-list .item .online {
    background: none;
    color: #cce86f;
  }
  .profile-users-list .item .away {
    background: none;
    color: #ffdc00;
  }
  .profile-users-list .item .offline {
    background: none;
    color: #e6eded;
  }
  .dashboard-user-msg-item .actions {
    display: none;
  }
  .profile-summary {
    border: 1px solid #f2f0e9;
    border-radius: 6px;
    overflow: hidden;
    margin: 15px 5px 15px 5px;
  }
  .profile-summary .form-control {
    box-shadow: none;
  }
  .profile-summary .table {
    margin-bottom: 0px;
  }
  .profile-summary .table th,
  .profile-summary .table td {
    border-color: #f2f0e9;
  }
  .profile-summary .table td {
    font-size: 14px;
    font-weight: 300;
  }
  .profile-summary .table th {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 400;
  }
  .profile-summary .table thead {
    background: #fcfcfc;
  }
  .table {
    font-size: 11px;
  }
  .matchmaking-bottom .inner .profile-actions .btn-group-justified .btn {
    font-size: 11px!important;
    margin-top: 20px!important;
  }
  .profile-summary-interests .btn-default {
    background: #c6c4bf;
    border-color: #c6c4bf;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    margin: 0px 5px 10px 0px;
  }
  .profile-summary-interests .btn-default span {
    margin-left: 5px;
  }
  .btn-group-settings {
    display: block;
    margin: 5px;
  }
  .btn-group-settings .btn {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 16px;
    text-align: left;
    padding: 10px 15px;
  }
  .profile-users-list-filters {
    border-bottom: 1px solid #f5f3ed;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .inline-block {
    display: inline-block !important;
  }
  .btn {
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 4px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
  }
  .hidden-phone {
    display: none!important;
  }
}
@media (min-width: 768px) {
  .hidden-desktop {
    display: none!important;
  }
}
@media (max-width: 991px) {
  .packages-v6 .inner {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .packages-v6 .inner .package-holder .package .package-top img {
    display: none;
  }
  .packages-v6 .inner .package-holder .package .package-container {
    background: #F90;
    padding: 30px 30px 60px 30px;
    position: relative;
    text-align: center;
  }
  .packages-v6 .inner .package-holder .package .package-container .price {
    margin-bottom: 30px;
    float: none;
    width: 100%;
    text-align: center;
  }
  .packages-v6 .inner .package-holder .top {
    position: relative;
    height: 40px;
  }
  .packages-v6 .inner .package-holder .top .text {
    display: none;
  }
  .packages-v6 .inner .big-title {
    font-family: 'Roboto Condensed', sans-serif;
    color: #383838;
    text-align: center;
    margin-bottom: 30px;
  }
  .packages-v6 .inner .big-title span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -1px;
  }
  .packages-v6 .inner .big-title small {
    display: block;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.5px;
  }
  .hp-v3-tools {
    background: url(../images/users-background-hp.jpg) bottom center repeat-x #fbfbf7;
  }
  .hp-v3-tools .container {
    margin: 0px 20px;
  }
  .hp-v3-tools .container .inner {
    position: relative;
    background: none;
    min-height: 470px;
  }
  .hp-v3-tools .container .inner .tools-box {
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    padding: 20px 20px 1px 20px;
    position: relative;
    bottom: -30px;
  }
  .hp-v3-tools .container .inner .tools-box .item {
    position: relative;
    min-height: 68px;
    padding-left: 80px;
    margin: 0px 0px 40px 0px;
  }
  .hp-v3-tools .container .inner .tools-box .item img {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .hp-v3-tools .container .inner .tools-box .item .details h4 {
    color: #4d5b63;
    font-weight: 300;
    font-size: 16px;
    padding: 3px 0px 7px 0px;
    margin: 0px;
  }
  .hp-v3-tools .container .inner .tools-box .item .details p {
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
  }
  .user-profile-v2 .profile-top .container .avatar .inner {
    position: relative!important;
    top: auto!important;
    left: auto!important;
    margin: 20px auto!important;
  }
  .user-profile-v2 .profile-top .container .avatar .love {
    display: block;
    width: 75px!important;
    height: 75px!important;
    position: relative!important;
    top: auto!important;
    left: auto!important;
    margin-left: 0px!important;
    margin: -65px auto 0px auto !important;
  }
  .user-profile-v2 .profile-top .container .avatar .love:hover {
    background: #000000;
  }
  .user-profile-v2 .profile-top .container .avatar .love span {
    display: block;
    color: #fff;
    font-size: 10px!important;
    margin-top: 5px;
  }
  .user-profile-v2 .profile-top .container .avatar .love span strong {
    color: #f27669;
  }
  .user-profile-v2 .profile-top .container .profile-actions-v2 {
    margin: 20px 0px 10px 0px!important;
    text-align: left!important;
  }
  .user-profile-v2 .profile-top .container .profile-actions-v2 .btn {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 11px!important;
    font-weight: 700!important;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    border: none;
    -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 5px 10px 7px 30px;
    position: relative;
    margin-bottom: 5px;
  }
  .user-profile-v2 .profile-top .container .profile-actions-v2 .btn i {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px!important;
    left: 6px;
  }
  .user-profile-v2 .profile-top .container .profile-actions-v2 .profile-v2-chat {
    background: #a4c33f;
  }
  .user-profile-v2 .profile-top .container .profile-actions-v2 .profile-v2-chat i {
    background: url(../images/profile-actions-v2.png) 0px 0px no-repeat;
  }
  .user-profile-v2 .profile-top .container .profile-actions-v2 .profile-v2-gift {
    background: #ca958f;
  }
  .user-profile-v2 .profile-top .container .profile-actions-v2 .profile-v2-gift i {
    background: url(../images/profile-actions-v2.png) -18px 0px no-repeat;
  }
  .user-profile-v2 .profile-top .container .profile-actions-v2 .profile-v2-fav {
    background: #d1be58;
  }
  .user-profile-v2 .profile-top .container .profile-actions-v2 .profile-v2-fav i {
    background: url(../images/profile-actions-v2.png) -36px 0px no-repeat;
  }
  .user-profile-v2 .profile-top .container .profile-actions-v2 .profile-v2-msg {
    background: #9c9c9c;
  }
  .user-profile-v2 .profile-top .container .profile-actions-v2 .profile-v2-msg i {
    background: url(../images/profile-actions-v2.png) -54px 0px no-repeat;
  }
  .user-profile-v2 .profile-top .container .profile-actions-v2 .profile-v2-check {
    background: #d1be58;
  }
  .user-profile-v2 .profile-top .container .profile-actions-v2 .profile-v2-check i {
    background: url(../images/profile-actions-v2.png) -72px 0px no-repeat;
  }
  .user-profile-v2 .profile-top .container .user-details-v2 {
    padding-top: 20px!important;
    text-align: left!important;
  }
  .user-profile-v2 .profile-top .container .user-details-v2 .username {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 18px;
    color: #78368a;
  }
  .user-profile-v2 .profile-top .container .user-details-v2 .username .icon-status {
    font-size: 22px;
    position: relative;
    bottom: -2px;
  }
  .user-profile-v2 .profile-top .container .user-details-v2 .username .online {
    background: none;
    color: #cce86f;
  }
  .user-profile-v2 .profile-top .container .user-details-v2 .username .away {
    background: none;
    color: #ffdc00;
  }
  .user-profile-v2 .profile-top .container .user-details-v2 .username .offline {
    background: none;
    color: #e6eded;
  }
  .user-profile-v2 .profile-top .container .user-details-v2 small {
    display: block;
    margin: 2px;
    font-weight: 300;
    font-size: 11px;
  }
  .user-profile-v2 .profile-container-v2-right .profile-container-v2-right-inner {
    padding: 20px 5px 20px 5px!important;
  }
  .user-profile-v2 .profile-container-v2-right .profile-container-v2-right-inner .user-details .interests-list {
    margin-top: 5px;
  }
  .user-profile-v2 .profile-container-v2-right .profile-container-v2-right-inner .user-details .interests-list .btn {
    margin: 3px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 11px;
  }
  .user-profile-v2 .profile-container-v2-right .profile-container-v2-right-inner .user-details .user-details-title {
    background: #f9f9f9;
    border-bottom: 1px solid #e5e5e5;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 400;
    color: #af33a7;
    padding: 10px 15px;
    margin-bottom: -1px;
  }
  .user-profile-v2 .profile-container-v2-right .profile-container-v2-right-inner .user-details table.table {
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0px;
  }
  .user-profile-v2 .profile-container-v2-right .profile-container-v2-right-inner .user-details table.table strong {
    font-weight: 400;
  }
  .user-profile-v2 .profile-container-v2-right .profile-container-v2-right-inner .photo-preview {
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
  }
  .user-profile-v2 .profile-container-v2-right .profile-container-v2-right-inner .photo-preview .col {
    margin: 0px;
    padding: 0px 1px 0px 0px;
  }
  .user-profile-v2 .profile-container-v2-left {
    padding: 0px!important;
  }
  .user-profile-v2 .profile-container-v2-left .menu {
    border-top: none!important;
    border-bottom: 1px solid #e1e1dd!important;
  }
  .user-profile-v2 .profile-container-v2-left .menu a {
    display: block;
    float: left!important;
    border-right: 1px solid #e1e1dd!important;
    border-bottom: none!important;
    padding: 10px 10px 10px 35px!important;
    font-size: 11px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    color: #383838;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
  }
  .user-profile-v2 .profile-container-v2-left .menu a:hover {
    background: #fff;
  }
  .user-profile-v2 .profile-container-v2-left .menu a i {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
  }
  .user-profile-v2 .profile-container-v2-left .menu .profile i {
    background: url(../images/profile-menu-v2-sprite.png) 0px 0px no-repeat;
  }
  .viewport .content-wrapper .hp-listen {
    height: auto;
  }
  .viewport .content-wrapper .hp-listen .inner {
    height: auto;
    padding-bottom: 30px;
    background-size: 40%;
    background-position: 20px 20px;
  }
  .viewport .content-wrapper .hp-listen .inner .story {
    margin-top: 40px;
    text-align: center;
  }
  .viewport .content-wrapper .hp-listen .inner .story h2 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 0px!important;
  }
  .viewport .content-wrapper .hp-listen .inner .story .btn {
    margin-top: 20px;
    margin-left: 100px;
    font-size: 14px;
  }
  .inline-block {
    display: inline-block !important;
  }
  .user-profile-container {
    background: #fbfbf7;
    padding-bottom: 50px;
  }
  .user-profile-container .container {
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
  }
  .user-profile-container .container .left-menu {
    padding: 0px;
  }
  .user-profile-container .container .left-menu .btn-group-vertical {
    display: block;
    margin-top: 20px;
  }
  .user-profile-container .container .left-menu .btn-group-vertical .btn-profile-menu {
    border: none;
    border-radius: 0px;
    display: block;
    text-align: left;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
    border-right: 5px solid #fff;
  }
  .user-profile-container .container .left-menu .btn-group-vertical .btn-profile-menu strong {
    color: #d6587a;
    font-size: 400;
    position: absolute;
    top: 0px;
    right: 15px;
  }
  .user-profile-container .container .left-menu .btn-group-vertical .btn-profile-menu:hover {
    background: #fbfbf7;
    border-right: 5px solid #af33a7;
  }
  .user-profile-container .container .left-menu .btn-group-vertical .selected {
    background: #fbfbf7;
    border-right: 5px solid #af33a7;
  }
  .user-profile-container .container .right-inner {
    border-left: 1px solid #f2f0e9;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .user-profile-container .container .right-inner .profile-actions {
    margin-bottom: 20px;
  }
  .user-profile-container .container .right-inner .profile-actions .btn-group-justified {
    margin: 0px;
    padding: 0px;
  }
  .user-profile-container .container .right-inner .profile-actions .btn-group-justified .btn {
    border: 1px solid #fff;
    height: 50px;
    line-height: 50px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 0px!important;
    padding: 0px;
  }
  .user-profile-container .container .right-inner .profile-actions .btn-group-justified .btn i {
    display: inline-block;
    height: 25px;
    width: 25px;
    position: relative;
    bottom: -12px;
  }
  .user-profile-container .container .right-inner .profile-actions .btn-group-justified .first {
    -webkit-border-radius: 100px 0px 0px 100px;
    -moz-border-radius: 100px 0px 0px 100px;
    border-radius: 100px 0px 0px 100px;
  }
  .user-profile-container .container .right-inner .profile-actions .btn-group-justified .last {
    -webkit-border-radius: 0px 100px 100px 0px;
    -moz-border-radius: 0px 100px 100px 0px;
    border-radius: 0px 100px 100px 0px;
  }
  .user-profile-container .container .right-inner .profile-actions .btn-group-justified .btn-flag {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: none!important;
    height: 50px;
    width: 50px;
  }
  .user-profile-container .container .right-inner .profile-actions .btn-group-justified .chat {
    background: #dbf48a;
    color: #849e24;
  }
  .user-profile-container .container .right-inner .profile-actions .btn-group-justified .chat i {
    background: url(../images/profile-actions-sprite.png) 0px 0px no-repeat;
    margin-right: 10px;
  }
  .user-profile-container .container .right-inner .profile-actions .btn-group-justified .chat:hover {
    box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.05);
  }
  .user-profile-container .container .right-inner .profile-actions .btn-group-justified .message {
    background: #dee6e9;
    color: #808f96;
  }
  .user-profile-container .container .right-inner .profile-actions .btn-group-justified .message i {
    background: url(../images/profile-actions-sprite.png) -100px 0px no-repeat;
    margin-right: 10px;
  }
  .user-profile-container .container .right-inner .profile-actions .btn-group-justified .message:hover {
    box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.05);
  }
  .user-profile-container .container .right-inner .profile-actions .btn-group-justified .gift {
    background: #fee4e1;
    color: #af33a7;
  }
  .user-profile-container .container .right-inner .profile-actions .btn-group-justified .gift i {
    background: url(../images/profile-actions-sprite.png) -25px 0px no-repeat;
    margin-right: 10px;
  }
  .user-profile-container .container .right-inner .profile-actions .btn-group-justified .gift:hover {
    box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.05);
  }
  .user-profile-container .container .right-inner .profile-actions .btn-group-justified .fav {
    background: #fef5c5;
    color: #f59e4a;
  }
  .user-profile-container .container .right-inner .profile-actions .btn-group-justified .fav i {
    background: url(../images/profile-actions-sprite.png) -50px 0px no-repeat;
    margin-right: 10px;
  }
  .user-profile-container .container .right-inner .profile-actions .btn-group-justified .fav:hover {
    box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.05);
  }
  .user-profile-container .container .right-inner .profile-actions .btn-group-justified .faved {
    background: #fef5c5;
    color: #f59e4a;
  }
  .user-profile-container .container .right-inner .profile-actions .btn-group-justified .faved i {
    background: url(../images/profile-actions-sprite.png) -125px 0px no-repeat;
    margin-right: 10px;
  }
  .user-profile-container .container .right-inner .profile-actions .btn-group-justified .faved:hover {
    box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.05);
  }
  .user-profile-container .container .right-inner .profile-actions .btn-group-justified .flag {
    background: #f2f4f4;
  }
  .user-profile-container .container .right-inner .profile-actions .btn-group-justified .flag i {
    background: url(../images/profile-actions-sprite.png) -75px 0px no-repeat;
  }
  .user-profile-container .container .right-inner .profile-actions .btn-group-justified .flag:hover {
    box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.05);
  }
  .user-profile-container .container .right-inner .gallery-preview .col {
    padding: 0px;
  }
  .user-profile-container .container .right-inner .gallery-preview .col .thumb {
    display: block;
    padding: 0px 5px 6px 5px;
    position: relative;
  }
  .user-profile-container .container .right-inner .gallery-preview .col .thumb .btn-primary {
    position: absolute;
    top: 10px;
    left: 15px;
    margin: 0px;
  }
  .user-profile-container .container .right-inner .profile-details .col {
    padding: 5px;
  }
  .user-profile-container .container .right-inner .profile-details .col .progress {
    height: 30px;
    margin-bottom: 10px;
  }
  .user-profile-container .container .right-inner .profile-details .col .progress .progress-bar {
    height: 30px;
  }
  .user-profile-container .container .right-inner .profile-details .col .progress .progress-bar span {
    display: block;
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0px 5px;
  }
  .user-profile-container .container .right-inner .profile-details .col .progress .progress-bar-profile {
    background: #a8bcbc;
  }
  .user-profile-container .container .right-inner .profile-details .inner {
    border-top: 1px solid #f2f0e9;
    margin-right: 10px;
  }
  .user-profile-container .container .right-inner .profile-details .inner .line {
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid #f2f0e9;
  }
  .user-profile-container .container .right-inner .profile-details .inner .line .col {
    padding: 10px;
    line-height: 24px;
  }
  .user-profile-container .container .right-inner .btn-group-justified > .btn,
  .user-profile-container .container .right-inner .btn-group-justified > .btn-group {
    width: auto;
  }
  .profile-summary {
    border: 1px solid #f2f0e9;
    border-radius: 6px;
    overflow: hidden;
    margin: 15px 5px 15px 5px;
  }
  .profile-summary .form-control {
    box-shadow: none;
  }
  .profile-summary .table {
    margin-bottom: 0px;
  }
  .profile-summary .table th,
  .profile-summary .table td {
    border-color: #f2f0e9;
  }
  .profile-summary .table td {
    font-size: 14px;
    font-weight: 300;
  }
  .profile-summary .table th {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 400;
  }
  .profile-summary .table thead {
    background: #fcfcfc;
  }
  .profile-summary-interests .btn-default {
    background: #c6c4bf;
    border-color: #c6c4bf;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    margin: 0px 5px 10px 0px;
  }
  .profile-summary-interests .btn-default span {
    margin-left: 5px;
  }
  .container {
    width: auto!important;
  }
  .profile-summary {
    border: 1px solid #f2f0e9;
    border-radius: 6px;
    overflow: hidden;
    margin: 15px 5px 15px 5px;
  }
  .profile-summary .form-control {
    box-shadow: none;
  }
  .profile-summary .table {
    margin-bottom: 0px;
  }
  .profile-summary .table th,
  .profile-summary .table td {
    border-color: #f2f0e9;
  }
  .profile-summary .table td {
    font-size: 14px;
    font-weight: 300;
  }
  .profile-summary .table th {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 400;
  }
  .profile-summary .table thead {
    background: #fcfcfc;
  }
  .profile-summary-interests .btn-default {
    background: #c6c4bf;
    border-color: #c6c4bf;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    margin: 0px 5px 10px 0px;
  }
  .profile-summary-interests .btn-default span {
    margin-left: 5px;
  }
  .chat-page-header .container,
  .chat-page-header container-fluid {
    background: #fff;
    border: 1px solid #eae9e7;
    border-bottom: none;
    padding: 15px 15px 15px 15px;
    position: relative;
    height: 80px;
  }
  .chat-page-header .container .row,
  .chat-page-header container-fluid .row {
    margin: 0px;
    padding: 0px;
  }
  .chat-page-header .container .row .col,
  .chat-page-header container-fluid .row .col {
    margin: 0px;
    padding: 0px;
  }
  .chat-page-header .container .row .col .avatar,
  .chat-page-header container-fluid .row .col .avatar {
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: block;
    overflow: hidden;
    width: 50px;
    height: 50px;
  }
  .chat-page-header .container .row .col .back,
  .chat-page-header container-fluid .row .col .back {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #808f96;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto Slab', serif;
    margin-left: 65px;
  }
  .chat-page-header .container .row .dropdown,
  .chat-page-header container-fluid .row .dropdown {
    margin-top: 8px;
    margin-right: 8px;
  }
  .chat-page-header .container .row .top-menu,
  .chat-page-header container-fluid .row .top-menu {
    padding: 0px;
    margin: 0px;
    border: 0px;
    position: relative;
    left: -4px;
    display: none;
  }
  .chat-page-header .container .row .top-menu .btn-group,
  .chat-page-header container-fluid .row .top-menu .btn-group {
    display: block;
    margin-top: 0px;
  }
  .chat-page-header .container .row .top-menu .btn-group .btn-profile-menu,
  .chat-page-header container-fluid .row .top-menu .btn-group .btn-profile-menu {
    border: none;
    border-radius: 0px;
    display: block;
    text-align: left;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
    border-bottom: 5px solid #fff;
    position: relative;
  }
  .chat-page-header .container .row .top-menu .btn-group .btn-profile-menu strong,
  .chat-page-header container-fluid .row .top-menu .btn-group .btn-profile-menu strong {
    color: #d6587a;
    font-size: 400;
    position: relative;
    top: 1px;
    margin-left: 5px;
  }
  .chat-page-header .container .row .top-menu .btn-group .btn-profile-menu:hover,
  .chat-page-header container-fluid .row .top-menu .btn-group .btn-profile-menu:hover {
    background: #fbfbf7;
    border-bottom: 5px solid #af33a7;
  }
  .chat-page-header .container .row .top-menu .btn-group .selected,
  .chat-page-header container-fluid .row .top-menu .btn-group .selected {
    background: #fbfbf7;
    border-bottom: 5px solid #af33a7;
  }
  section.chat {
    padding: 15px 0px;
  }
  .hidden-tablet {
    display: none!important;
  }
}
@media (max-width: 992px) {
  .modal-gallery-comments {
    height: auto!important;
    overflow: visible;
  }
  .modal-gallery-comments .comments .comment {
    min-height: 70px;
  }
  section.chat {
    padding: 15px 0px;
  }
  .register-hover {
    width: 300px;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -150px;
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .hidden-desktop {
    display: none!important;
  }
}
@media (max-width: 1200px) {
  .videochat-wrapper {
    background: url(../images/videochat-bg.jpg) top left no-repeat;
    padding: 30px 30px 10px 30px;
    -webkit-box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.3);
  }
  .videochat-wrapper .row {
    border-radius: 10px;
    border: 5px solid rgba(255, 255, 255, 0.3);
  }
  .videochat-wrapper .row .col {
    margin: 0px;
    padding: 0px;
  }
  .videochat-wrapper .row .my-stream {
    border-radius: 5px 0px 0px 5px;
    overflow: hidden;
  }
  .videochat-wrapper .row .user-stream {
    border-radius: 0px 5px 5px 0px;
    overflow: hidden;
  }
  .videochat-wrapper .row .user-stream-big {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  .videochat-wrapper .row .user-stream-big .my-stream-small {
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 200px;
  }
  .chat-page-header .container,
  .chat-page-header .container-fluid {
    background: #fff;
    border: 1px solid #eae9e7;
    border-bottom: none;
    padding: 15px 15px 15px 15px;
    position: relative;
    height: 80px;
  }
  .chat-page-header .container .row,
  .chat-page-header .container-fluid .row {
    margin: 0px;
    padding: 0px;
  }
  .chat-page-header .container .row .col,
  .chat-page-header .container-fluid .row .col {
    margin: 0px;
    padding: 0px;
  }
  .chat-page-header .container .row .col .avatar,
  .chat-page-header .container-fluid .row .col .avatar {
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: block;
    overflow: hidden;
    width: 50px;
    height: 50px;
  }
  .chat-page-header .container .row .col .back,
  .chat-page-header .container-fluid .row .col .back {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #808f96;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto Slab', serif;
    margin-left: 65px;
  }
  .chat-page-header .container .row .dropdown,
  .chat-page-header .container-fluid .row .dropdown {
    margin-top: 8px;
    margin-right: 8px;
  }
  .chat-page-header .container .row .top-menu,
  .chat-page-header .container-fluid .row .top-menu {
    padding: 0px;
    margin: 0px;
    border: 0px;
    position: relative;
    left: -4px;
    display: none;
  }
  .chat-page-header .container .row .top-menu .btn-group,
  .chat-page-header .container-fluid .row .top-menu .btn-group {
    display: block;
    margin-top: 0px;
  }
  .chat-page-header .container .row .top-menu .btn-group .btn-profile-menu,
  .chat-page-header .container-fluid .row .top-menu .btn-group .btn-profile-menu {
    border: none;
    border-radius: 0px;
    display: block;
    text-align: left;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
    border-bottom: 5px solid #fff;
    position: relative;
  }
  .chat-page-header .container .row .top-menu .btn-group .btn-profile-menu strong,
  .chat-page-header .container-fluid .row .top-menu .btn-group .btn-profile-menu strong {
    color: #d6587a;
    font-size: 400;
    position: relative;
    top: 1px;
    margin-left: 5px;
  }
  .chat-page-header .container .row .top-menu .btn-group .btn-profile-menu:hover,
  .chat-page-header .container-fluid .row .top-menu .btn-group .btn-profile-menu:hover {
    background: #fbfbf7;
    border-bottom: 5px solid #af33a7;
  }
  .chat-page-header .container .row .top-menu .btn-group .selected,
  .chat-page-header .container-fluid .row .top-menu .btn-group .selected {
    background: #fbfbf7;
    border-bottom: 5px solid #af33a7;
  }
  section.chat {
    padding: 15px 0px;
  }
  .profile-summary {
    border: 1px solid #f2f0e9;
    border-radius: 6px;
    overflow: hidden;
    margin: 15px 5px 15px 5px;
  }
  .profile-summary .form-control {
    box-shadow: none;
  }
  .profile-summary .table {
    margin-bottom: 0px;
  }
  .profile-summary .table th,
  .profile-summary .table td {
    border-color: #f2f0e9;
  }
  .profile-summary .table td {
    font-size: 14px;
    font-weight: 300;
  }
  .profile-summary .table th {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 400;
  }
  .profile-summary .table thead {
    background: #fcfcfc;
  }
  .profile-summary-interests .btn-default {
    background: #c6c4bf;
    border-color: #c6c4bf;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    margin: 0px 5px 10px 0px;
  }
  .profile-summary-interests .btn-default span {
    margin-left: 5px;
  }
  .hp-right-map {
    border-radius: 5px;
    border: 1px solid #c6c4bf;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
  }
  .hp-right-map .overlay-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-weight: 300;
    background: rgba(171, 62, 91, 0.9);
    padding: 3px 7px;
    text-align: right;
    font-family: 'Roboto Slab', serif;
    text-align: center;
  }
  .hp-right-map .overlay-bottom span {
    display: block;
    font-size: 18px;
    color: fff;
    position: relative;
    top: 2px;
    left: -3px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .hp-right-map .overlay-bottom a.btn {
    display: block;
    margin: 10px 30px 15px 30px!important;
  }
}
@media (min-width: 1200px) {
  .navbar-main .navbar-form {
    width: 300px!important;
  }
  .hidden-desktop {
    display: none!important;
  }
}
/* 1.25 dpr */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Retina-specific stuff here */
}
/* 1.3 dpr */
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi) {
  /* Retina-specific stuff here */
}
/* 1.5 dpr */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* Retina-specific stuff here */
}
@media (max-width: 767px) {
  .profile-top-v2 {
    height: auto!important;
  }
  .user-profile-v2 .profile-top .container .profile-actions-v2 {
    text-align: center!important;
  }
  .user-profile-v2 .profile-top .container .user-details-v2 {
    text-align: center!important;
  }
}
.form-control::-webkit-input-placeholder {
  color: #333;
}
.form-control:-moz-placeholder {
  color: #333;
}
.form-control::-moz-placeholder {
  color: #333;
}
.form-control:-ms-input-placeholder {
  color: #333;
}
.landing-v1 .landing-v1-header {
  background: #333;
  padding: 10px;
  text-align: center;
}
.landing-v1 .landing-v1-splash {
  background: url(../images/landing-new-v1/landing-v1-splash.jpg) top center no-repeat;
  height: 410px;
}
.landing-v1 .landing-v1-splash .splash-text {
  margin-top: 80px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 0px #000;
  font-size: 50px;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-weight: 100;
}
.landing-v1 .landing-v1-splash .splash-text strong {
  font-weight: 100;
  color: #fbb85b;
}
.landing-v1 .landing-v1-splash .splash-text span {
  font-size: 70px!important;
}
.landing-v1 .landing-v1-form {
  background: url(../images/landing-new-v1/landing-v1-form.jpg) top center no-repeat;
  height: 410px;
}
.landing-v1 .landing-v1-form .form-horizontal {
  margin-top: 20px;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 3px;
  padding: 20px 20px 10px 20px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
}
.landing-v1 .landing-v1-form .form-horizontal label.control-label {
  padding-right: 0px;
  text-align: right!important;
}
.landing-v1 .landing-v1-form .form-horizontal button {
  background: #f27669;
  border: none;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}
.landing-v1 .landing-v1-form .form-text {
  margin-top: 120px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  font-size: 24px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 100;
}
.landing-v1 .landing-v1-form .form-text strong {
  font-weight: 400;
  color: #333;
  text-shadow: none;
}
.landing-v1 .landing-v1-form .form-text span {
  display: inline-block;
  color: #333;
  text-shadow: none;
  background: #fff;
  border-radius: 3px;
  padding: 3px 15px;
  font-weight: 400;
}
.landing-v2 .landing-v2-splash {
  background: url(../images/landing-new-v1/landing-v2-splash-big.jpg) top center no-repeat;
  height: 900px;
}
.landing-v2 .landing-v2-splash .splash-v2-header {
  background: #333;
  border-bottom: 4px solid rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: center;
}
.landing-v2 .landing-v2-splash .form-horizontal {
  margin-top: 20px;
  background: #e1e1e1;
  border-radius: 10px;
  padding: 20px 20px 10px 20px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #333;
}
.landing-v2 .landing-v2-splash .form-horizontal label.control-label {
  padding-right: 0px;
  text-align: right!important;
  font-weight: 300;
}
.landing-v2 .landing-v2-splash .form-horizontal button {
  background: #f27669;
  border: none;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}
.landing-v2 .landing-v2-splash .form-text {
  margin-top: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  font-size: 20px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 100;
}
.landing-v2 .landing-v2-splash .form-text strong {
  font-weight: 400;
  color: #fbb85b;
  text-shadow: none;
}
.landing-v2 .landing-v2-splash .form-text span {
  display: inline-block;
  color: #333;
  text-shadow: none;
  background: #fff;
  border-radius: 3px;
  padding: 3px 15px;
  font-weight: 400;
}
.landing-v2 .landing-v2-splash .splash-text {
  margin-top: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 0px #000;
  font-size: 50px;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-weight: 100;
}
.landing-v2 .landing-v2-splash .splash-text strong {
  font-weight: 100;
  color: #fbb85b;
}
.landing-v2 .landing-v2-splash .splash-text span {
  font-size: 70px!important;
}
.landing-v3 .landing-v3-header {
  background: #333;
  padding: 10px;
  text-align: center;
}
.landing-v3 .landing-v3-splash {
  background: url(../images/landing-new-v1/landing-v3-splash.jpg) top center no-repeat;
  height: 630px;
}
.landing-v3 .landing-v3-splash .form-horizontal {
  margin-top: 20px;
  background: #e1e1e1;
  border-radius: 10px;
  padding: 20px 20px 10px 20px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #333;
}
.landing-v3 .landing-v3-splash .form-horizontal label.control-label {
  padding-right: 0px;
  text-align: right!important;
  font-weight: 300;
}
.landing-v3 .landing-v3-splash .form-horizontal button {
  background: #f27669;
  border: none;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}
.landing-v3 .landing-v3-splash .form-text {
  margin-top: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  color: #333;
  font-size: 18px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  line-height: 35px;
  font-weight: 300;
}
.landing-v3 .landing-v3-splash .form-text strong {
  font-weight: 400;
  color: #dd8000;
  text-shadow: none;
}
.landing-v3 .landing-v3-splash .form-text span {
  display: inline-block;
  color: #333;
  text-shadow: none;
  background: #fff;
  border-radius: 3px;
  padding: 3px 15px;
  font-weight: 400;
}
.landing-v3 .landing-v3-splash .splash-text {
  margin-top: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: right;
  color: #641026;
  font-size: 48px;
  letter-spacing: -2px;
  line-height: 48px;
  text-transform: uppercase;
  font-weight: 400;
}
.landing-v3 .landing-v3-splash .splash-text strong {
  font-weight: 700;
  color: #dd8000;
}
.landing-v3 .landing-v3-splash .splash-text span {
  font-size: 62px!important;
}
.landing-v4 .landing-v4-header {
  background: #333;
  padding: 10px;
  text-align: center;
}
.landing-v4 .landing-v4-splash {
  background: url(../images/landing-new-v1/landing-v4-splash.jpg) top center no-repeat;
  height: 630px;
}
.landing-v4 .landing-v4-splash .form-horizontal {
  margin-top: 20px;
  background: #e1e1e1;
  border-radius: 10px;
  padding: 20px 20px 10px 20px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #333;
}
.landing-v4 .landing-v4-splash .form-horizontal label.control-label {
  padding-right: 0px;
  text-align: right!important;
  font-weight: 300;
}
.landing-v4 .landing-v4-splash .form-horizontal button {
  background: #f27669;
  border: none;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}
.landing-v4 .landing-v4-splash .form-text {
  margin-top: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  color: #333;
  font-size: 18px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  line-height: 35px;
  font-weight: 300;
}
.landing-v4 .landing-v4-splash .form-text strong {
  font-weight: 400;
  color: #dd8000;
  text-shadow: none;
}
.landing-v4 .landing-v4-splash .form-text span {
  display: inline-block;
  color: #333;
  text-shadow: none;
  background: #dd8000;
  border-radius: 3px;
  padding: 3px 15px;
  font-weight: 700;
}
.landing-v4 .landing-v4-splash .splash-text {
  margin-top: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: lefts;
  color: #641026;
  font-size: 48px;
  letter-spacing: -2px;
  line-height: 48px;
  text-transform: uppercase;
  font-weight: 400;
}
.landing-v4 .landing-v4-splash .splash-text strong {
  font-weight: 700;
  color: #dd8000;
}
.landing-v4 .landing-v4-splash .splash-text span {
  font-size: 62px!important;
}
.landing-v5 .landing-v5-header {
  background: #333;
  padding: 10px;
  text-align: center;
}
.landing-v5 .landing-v5-splash {
  background: url(../images/landing-new-v1/landing-v5-splash.jpg) top center no-repeat;
  height: 630px;
}
.landing-v5 .landing-v5-splash .form-horizontal {
  margin-top: 20px;
  background: #e1e1e1;
  border-radius: 10px;
  padding: 20px 20px 10px 20px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #333;
}
.landing-v5 .landing-v5-splash .form-horizontal label.control-label {
  padding-right: 0px;
  text-align: right!important;
  font-weight: 300;
}
.landing-v5 .landing-v5-splash .form-horizontal button {
  background: #f27669;
  border: none;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}
.landing-v5 .landing-v5-splash .form-text {
  margin-top: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  color: #333;
  font-size: 18px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  line-height: 35px;
  font-weight: 300;
}
.landing-v5 .landing-v5-splash .form-text strong {
  font-weight: 400;
  color: #dd8000;
  text-shadow: none;
}
.landing-v5 .landing-v5-splash .form-text span {
  display: inline-block;
  color: #333;
  text-shadow: none;
  background: #dd8000;
  border-radius: 3px;
  padding: 3px 15px;
  font-weight: 700;
}
.landing-v5 .landing-v5-splash .splash-text {
  margin-top: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: lefts;
  color: #641026;
  font-size: 48px;
  letter-spacing: -2px;
  line-height: 48px;
  text-transform: uppercase;
  font-weight: 400;
}
.landing-v5 .landing-v5-splash .splash-text strong {
  font-weight: 700;
  color: #dd8000;
}
.landing-v5 .landing-v5-splash .splash-text span {
  font-size: 62px!important;
}
/*form styles*/
#msform {
  width: 400px;
  margin: 20px auto 0px auto;
  margin-left: 55px;
  text-align: center;
  position: relative;
}
#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 15px 30px;
  box-sizing: border-box;
  width: 90%;
  margin: 0 10%;
  /*stacking fieldsets above each other*/
  position: absolute;
}
.msform-fix fieldset {
  background: #333!important;
  border: 0 none;
  border-radius: 3px;
  box-shadow: none!important;
  padding: 15px 30px;
  box-sizing: border-box;
  width: 90%;
  margin: 0 10%;
  /*stacking fieldsets above each other*/
  position: absolute;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}
/*inputs*/
#msform input,
#msform textarea,
#msform select {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Roboto Condensed', sans-serif;
  color: #2C3E50;
  font-size: 13px;
}
/*buttons*/
#msform .action-button {
  width: 100px;
  background: #27AE60;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  border: 0 none;
  font-size: 20px;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}
#msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.fs-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #2C3E50;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 5px;
}
.msform-fix .fs-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #dd8000;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 10px;
}
.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #fff;
  margin-bottom: 10px;
}
/*progressbar*/
#progressbar {
  margin-bottom: 20px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}
#progressbar li {
  list-style-type: none;
  color: #333;
  text-transform: uppercase;
  font-size: 9px;
  width: 16.66%;
  float: left;
  position: relative;
}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #333;
  background: white;
  border-radius: 3px;
  margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
  /*put it behind the numbers*/
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #27AE60;
  color: white;
}
.landing-v6 .landing-v6-header {
  background: #333;
  padding: 10px;
  text-align: center;
}
.landing-v6 .landing-v6-header .btn {
  margin-top: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
.landing-v6 .landing-v6-splash {
  background: url(../images/landing-new-v1/girls-big.jpg) top center no-repeat;
  height: 910px;
}
.landing-v6 .landing-v6-splash .splash-text {
  margin: 50px 0px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 0px #000;
  font-size: 50px;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-weight: 100;
}
.landing-v6 .landing-v6-splash .splash-text strong {
  font-weight: 100;
  color: #fbb85b;
}
.landing-v6 .landing-v6-splash .splash-text span {
  font-size: 70px!important;
}
.landing-v6 .landing-v6-form {
  background: rgba(0, 0, 0, 0.75);
}
.landing-v6 .landing-v6-form .form-horizontal {
  margin-top: 20px;
  border-radius: 3px;
  padding: 20px 20px 10px 20px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
}
.landing-v6 .landing-v6-form .form-horizontal label.control-label {
  padding-right: 0px;
  text-align: right!important;
}
.landing-v6 .landing-v6-form .form-horizontal button {
  background: #f27669;
  border: none;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}
.landing-v6 .landing-v6-form .form-text {
  margin-top: 120px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  font-size: 24px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 100;
}
.landing-v6 .landing-v6-form .form-text strong {
  font-weight: 400;
  color: #f27669;
  text-shadow: none;
}
.landing-v6 .landing-v6-form .form-text span {
  display: inline-block;
  color: #333;
  text-shadow: none;
  background: #fff;
  border-radius: 3px;
  padding: 3px 15px;
  font-weight: 400;
}
.landing-v8 .landing-v8-splash {
  background: url(../images/landing-new-v2/splash-1.jpg) top center no-repeat;
  height: 880px;
}
.landing-v8 .landing-v8-splash .splash-text {
  margin: 50px 0px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  color: #383838;
  font-size: 40px;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-weight: 700;
}
.landing-v8 .landing-v8-splash .splash-text strong {
  font-weight: 700;
}
.landing-v8 .landing-v8-splash .splash-text span {
  font-size: 50px;
  display: block;
  font-weight: 300;
}
.landing-v8 .landing-v8-splash .splash-text-box {
  background: #383838;
  border-radius: 10px;
  padding: 15px 25px;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  text-align: center;
  line-height: 36px;
  margin-bottom: 30px;
}
.landing-v8 .landing-v8-splash .splash-text-box strong {
  color: #f8ff42;
}
.landing-v8 .landing-v8-header {
  background: #333;
  padding: 10px;
  text-align: center;
  margin-top: 25px;
}
.landing-v8 .landing-v8-header .btn {
  margin-top: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
.landing-v8 .register-splash {
  text-align: center;
  padding: 50px 0px;
}
.landing-v8 .register-splash span {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 50px;
  font-weight: 100;
  text-transform: uppercase;
  color: #414042;
}
.landing-v8 .register-splash p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
.landing-v8 .register-splash a {
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  background: #f27669;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 55px;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}
.landing-v9 .landing-v9-splash {
  background: url(../images/landing-new-v2/splash-2.jpg) top center no-repeat;
  height: 880px;
}
.landing-v9 .landing-v9-splash .splash-text {
  margin: 50px 0px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  color: #383838;
  font-size: 40px;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-weight: 700;
}
.landing-v9 .landing-v9-splash .splash-text strong {
  font-weight: 700;
}
.landing-v9 .landing-v9-splash .splash-text span {
  font-size: 50px;
  display: block;
  font-weight: 300;
}
.landing-v9 .landing-v9-splash .splash-text-box {
  background: #383838;
  border-radius: 10px;
  padding: 15px 25px;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  text-align: center;
  line-height: 36px;
  margin-bottom: 30px;
}
.landing-v9 .landing-v9-splash .splash-text-box strong {
  color: #f8ff42;
}
.landing-v9 .landing-v9-header {
  background: #333;
  padding: 10px;
  text-align: center;
  margin-top: 25px;
}
.landing-v9 .landing-v9-header .btn {
  margin-top: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
.landing-v9 .register-splash {
  text-align: center;
  padding: 50px 0px;
}
.landing-v9 .register-splash span {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 50px;
  font-weight: 100;
  text-transform: uppercase;
  color: #414042;
}
.landing-v9 .register-splash p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
.landing-v9 .register-splash a {
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  background: #f27669;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 55px;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}
.landing-v10 .landing-v10-splash {
  background: url(../images/landing-new-v2/splash-3.jpg) top center no-repeat;
  height: 798px;
}
.landing-v10 .landing-v10-splash .splash-text {
  margin: 50px 0px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  color: #fbb85b;
  font-size: 40px;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-weight: 700;
}
.landing-v10 .landing-v10-splash .splash-text strong {
  font-weight: 700;
}
.landing-v10 .landing-v10-splash .splash-text span {
  font-size: 50px;
  display: block;
  font-weight: 300;
}
.landing-v10 .landing-v10-splash .splash-text-box {
  background: #383838;
  border-radius: 10px;
  padding: 15px 25px;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  text-align: center;
  line-height: 36px;
  margin-bottom: 30px;
}
.landing-v10 .landing-v10-splash .splash-text-box strong {
  color: #f8ff42;
}
.landing-v10 .landing-v10-header {
  background: #333;
  padding: 10px;
  text-align: center;
  margin-top: 25px;
}
.landing-v10 .landing-v10-header .btn {
  margin-top: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
.landing-v10 .register-splash {
  text-align: center;
  padding: 50px 0px;
}
.landing-v10 .register-splash span {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 50px;
  font-weight: 100;
  text-transform: uppercase;
  color: #414042;
}
.landing-v10 .register-splash p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
.landing-v10 .register-splash a {
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  background: #f27669;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 55px;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}
.landing-v10 .splash-form #progressbar li {
  color: #fff;
}
.landing-wiveschat .landing-wiveschat-splash {
  background: url(../images/landing-new-v2/babes-splash.jpg) top center no-repeat;
  height: 800px;
}
.landing-wiveschat .landing-wiveschat-splash .container {
  height: 800px;
  position: relative;
}
.landing-wiveschat .landing-wiveschat-splash .container .babes-splash {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.landing-wiveschat .landing-wiveschat-splash .splash-text {
  margin: 50px 0px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: left;
  color: #fff;
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 300;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.landing-wiveschat .landing-wiveschat-splash .splash-text ul {
  list-style-type: decimal;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}
.landing-wiveschat .landing-wiveschat-splash .splash-text h1 {
  font-family: 'Roboto Condensed', sans-serif;
  text-align: left;
  font-size: 50px;
  color: #f8ff42;
  letter-spacing: -0.5px;
  font-weight: 700;
  margin-top: 40px;
}
.landing-wiveschat .landing-wiveschat-splash .splash-text strong {
  font-weight: 300;
}
.landing-wiveschat .landing-wiveschat-splash .splash-text span {
  font-size: 50px;
  display: block;
  font-weight: 300;
}
.landing-wiveschat .landing-wiveschat-splash .splash-text-box {
  background: #383838;
  border-radius: 10px;
  padding: 15px 25px;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  text-align: center;
  line-height: 36px;
  margin-bottom: 30px;
}
.landing-wiveschat .landing-wiveschat-splash .splash-text-box strong {
  color: #f8ff42;
  display: block;
  font-size: 24px;
}
.landing-wiveschat .landing-wiveschat-splash .splash-text-box span {
  display: block;
  font-size: 18px;
}
.landing-wiveschat .landing-wiveschat-splash .splash-text-box .actions .btn {
  padding: 20px 35px;
  font-size: 20px;
  font-weight: 700;
  margin: 10px 10px;
}
.landing-wiveschat .landing-wiveschat-header {
  background: #333;
  padding: 10px;
  text-align: center;
  margin-top: 25px;
}
.landing-wiveschat .landing-wiveschat-header .btn {
  margin-top: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
.landing-wiveschat .register-splash {
  text-align: center;
  padding: 50px 0px;
}
.landing-wiveschat .register-splash span {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 50px;
  font-weight: 100;
  text-transform: uppercase;
  color: #414042;
}
.landing-wiveschat .register-splash p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
.landing-wiveschat .register-splash a {
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  background: #f27669;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 55px;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}
.landing-wiveschat .splash-form #progressbar li {
  color: #fff;
}
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .landing-v6 .landing-v6-header {
    padding: 10px;
    text-align: center;
  }
  .landing-v6 .landing-v6-header .btn {
    margin-top: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
  }
  .landing-v6 .landing-v6-splash {
    background: url(../images/landing-new-v1/girls-big.jpg) top center no-repeat;
    height: 910px;
  }
  .landing-v6 .landing-v6-splash .splash-text {
    margin: 50px 0px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 0px #000;
    font-size: 30px;
    letter-spacing: -2px;
    text-transform: uppercase;
    font-weight: 300;
  }
  .landing-v6 .landing-v6-splash .splash-text strong {
    font-weight: 300;
    color: #fbb85b;
  }
  .landing-v6 .landing-v6-splash .splash-text span {
    font-size: 40px!important;
  }
  .landing-v6 .landing-v6-form {
    height: auto!important;
    background: rgba(0, 0, 0, 0.75);
    min-height: 465px;
  }
  .landing-v6 .landing-v6-form .form-horizontal {
    margin-top: 20px;
    border-radius: 3px;
    padding: 20px 20px 10px 20px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
  }
  .landing-v6 .landing-v6-form .form-horizontal label.control-label {
    display: none;
  }
  .landing-v6 .landing-v6-form .form-horizontal button {
    background: #f27669;
    border: none;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
  }
  .landing-v6 .landing-v6-form .form-text {
    margin-top: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 100;
  }
  .landing-v6 .landing-v6-form .form-text strong {
    font-weight: 400;
    color: #f27669;
    text-shadow: none;
  }
  .landing-v6 .landing-v6-form .form-text span {
    display: inline-block;
    color: #333;
    text-shadow: none;
    background: #fff;
    border-radius: 3px;
    padding: 3px 15px;
    font-weight: 400;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .landing-v6 .landing-v6-header {
    padding: 10px;
    text-align: center;
  }
  .landing-v6 .landing-v6-header .btn {
    margin-top: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
  }
  .landing-v6 .landing-v6-splash {
    background: url(../images/landing-new-v1/girls-big.jpg) top center no-repeat;
    height: 910px;
  }
  .landing-v6 .landing-v6-splash .splash-text {
    margin: 50px 0px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 0px #000;
    font-size: 30px;
    letter-spacing: -2px;
    text-transform: uppercase;
    font-weight: 300;
  }
  .landing-v6 .landing-v6-splash .splash-text strong {
    font-weight: 300;
    color: #fbb85b;
  }
  .landing-v6 .landing-v6-splash .splash-text span {
    font-size: 40px!important;
  }
  .landing-v6 .landing-v6-form {
    height: auto;
    background: rgba(0, 0, 0, 0.75);
  }
  .landing-v6 .landing-v6-form .form-horizontal {
    margin-top: 20px;
    border-radius: 3px;
    padding: 20px 20px 10px 20px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
  }
  .landing-v6 .landing-v6-form .form-horizontal label.control-label {
    display: none;
  }
  .landing-v6 .landing-v6-form .form-horizontal button {
    background: #f27669;
    border: none;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
  }
  .landing-v6 .landing-v6-form .form-text {
    margin-top: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 100;
  }
  .landing-v6 .landing-v6-form .form-text strong {
    font-weight: 400;
    color: #f27669;
    text-shadow: none;
  }
  .landing-v6 .landing-v6-form .form-text span {
    display: inline-block;
    color: #333;
    text-shadow: none;
    background: #fff;
    border-radius: 3px;
    padding: 3px 15px;
    font-weight: 400;
  }
  .landing-v1 .landing-v1-header {
    padding: 10px;
    text-align: center;
  }
  .landing-v1 .landing-v1-splash {
    background: url(../images/landing-new-v1/landing-v1-splash.jpg) top center no-repeat;
    height: 210px;
  }
  .landing-v1 .landing-v1-splash .splash-text {
    margin-top: 50px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 0px #000;
    font-size: 24px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 100;
  }
  .landing-v1 .landing-v1-splash .splash-text strong {
    font-weight: 100;
    color: #fbb85b;
  }
  .landing-v1 .landing-v1-splash .splash-text span {
    font-size: 34px!important;
  }
  .landing-v1 .landing-v1-form {
    background: url(../images/landing-new-v1/landing-v1-form.jpg) top center no-repeat;
    height: 410px;
  }
  .landing-v1 .landing-v1-form .form-horizontal {
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 3px;
    padding: 20px 20px 10px 20px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
  }
  .landing-v1 .landing-v1-form .form-horizontal label.control-label {
    display: none;
  }
  .landing-v1 .landing-v1-form .form-horizontal button {
    background: #f27669;
    border: none;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
  }
  .landing-v1 .landing-v1-form .form-text {
    display: none;
  }
  .landing-v2 .landing-v2-splash {
    background: url(../images/landing-new-v1/landing-v2-splash-big.jpg) top center no-repeat;
    height: 900px;
  }
  .landing-v2 .landing-v2-splash .splash-v2-header {
    background: rgba(114, 24, 48, 0.85);
    border-bottom: 4px solid rgba(0, 0, 0, 0.5);
    padding: 10px;
    text-align: center;
  }
  .landing-v2 .landing-v2-splash .form-horizontal {
    margin-top: 20px;
    background: #e1e1e1;
    border-radius: 10px;
    padding: 20px 20px 10px 20px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #333;
  }
  .landing-v2 .landing-v2-splash .form-horizontal label.control-label {
    display: none;
  }
  .landing-v2 .landing-v2-splash .form-horizontal button {
    background: #f27669;
    border: none;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
  }
  .landing-v2 .landing-v2-splash .form-text {
    margin-top: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 100;
  }
  .landing-v2 .landing-v2-splash .form-text strong {
    font-weight: 400;
    color: #fbb85b;
    text-shadow: none;
  }
  .landing-v2 .landing-v2-splash .form-text span {
    display: inline-block;
    color: #333;
    text-shadow: none;
    background: #fff;
    border-radius: 3px;
    padding: 3px 15px;
    font-weight: 400;
  }
  .landing-v2 .landing-v2-splash .splash-text {
    margin-top: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 0px #000;
    font-size: 24px;
    letter-spacing: -2px;
    text-transform: uppercase;
    font-weight: 100;
  }
  .landing-v2 .landing-v2-splash .splash-text strong {
    font-weight: 100;
    color: #fbb85b;
  }
  .landing-v2 .landing-v2-splash .splash-text span {
    font-size: 34px!important;
  }
  /*form styles*/
  #msform {
    width: 400px;
    margin: 20px auto 0px auto;
    margin-left: 0px!important;
    text-align: center;
    position: relative;
  }
  #msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 15px 30px;
    box-sizing: border-box;
    width: 90%;
    margin: 0 10%;
    /*stacking fieldsets above each other*/
    position: absolute;
  }
  .msform-fix fieldset {
    background: #333!important;
    border: 0 none;
    border-radius: 3px;
    box-shadow: none!important;
    padding: 15px 30px;
    box-sizing: border-box;
    width: 90%;
    margin: 0 10%;
    /*stacking fieldsets above each other*/
    position: absolute;
  }
  /*Hide all except first fieldset*/
  #msform fieldset:not(:first-of-type) {
    display: none;
  }
  /*inputs*/
  #msform input,
  #msform textarea,
  #msform select {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Roboto Condensed', sans-serif;
    color: #2C3E50;
    font-size: 13px;
  }
  /*buttons*/
  #msform .action-button {
    width: 100px;
    background: #27AE60;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    color: white;
    border: 0 none;
    font-size: 20px;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
  }
  #msform .action-button:hover,
  #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
  }
  /*headings*/
  .fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 5px;
  }
  .msform-fix .fs-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #dd8000;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 10px;
  }
  .fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #fff;
    margin-bottom: 10px;
  }
  /*progressbar*/
  #progressbar {
    margin-bottom: 20px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
  }
  #progressbar li {
    list-style-type: none;
    color: #333;
    text-transform: uppercase;
    font-size: 9px;
    width: 16.66%;
    float: left;
    position: relative;
  }
  #progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
  }
  /*progressbar connectors*/
  #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
    /*put it behind the numbers*/
  }
  #progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
  }
  /*marking active/completed steps green*/
  /*The number of the step and the connector before it = green*/
  #progressbar li.active:before,
  #progressbar li.active:after {
    background: #27AE60;
    color: white;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 480px) {
  #msform {
    width: 400px;
    margin: 20px auto 0px auto;
    margin-left: -50px !important;
    text-align: center;
    position: relative;
  }
}
