/* Global styles */

html, body {
  height: 100%; }

main {
  display: block;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  font-size: 100%; }

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
 /** font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; */
  font-family: Arial, sans-serif !important;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

header {
  background-color: #f7f7f7;
}

/* Hiding the default dropdown arrow so we can use ours */
.dropdown.button:before, button.dropdown:before {
    border-color: transparent transparent transparent; 
}

.label {
  font-weight: normal;
  font-family: Arial, sans-serif !important;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.25rem 0.5rem 0.375rem;
  font-size: 0.6875rem;
  background-color: #008cba;
  color: white; 
}

.no-pad-right {
padding-right: 0;
}
.no-pad-left{
padding-left: 0;
}

/* The male and female switch toggle */
div.switch {
  position: relative;
  padding: 0;
  display: block;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1.25rem;
  height: 2.25rem;
  background: white;
  border-color: #cccccc; }
  div.switch label {
    position: relative;
    left: 0;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    font-weight: bold;
    text-align: left;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
  div.switch input {
    position: absolute;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    /*-moz-appearance: none;*/ }
    div.switch input:hover, div.switch input:focus {
      cursor: pointer; }
  div.switch span:last-child {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    display: block;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
  div.switch input:not(:checked) + label {
    opacity: 0; }
  div.switch input:checked {
    display: none !important; }
  div.switch input {
    left: 0;
    display: block !important; }
  div.switch input:first-of-type + label, div.switch input:first-of-type + span + label {
    left: -50%; }
  div.switch input:first-of-type:checked + label, div.switch input:first-of-type:checked + span + label {
    left: 0%; }
  div.switch input:last-of-type + label, div.switch input:last-of-type + span + label {
    right: -50%;
    left: auto;
    text-align: right; }
  div.switch input:last-of-type:checked + label, div.switch input:last-of-type:checked + span + label {
    right: 0%;
    left: auto; }
  div.switch span.custom {
    display: none !important; }
  form.custom div.switch .hidden-field {
    margin-left: auto;
    position: absolute;
    visibility: visible; }
  div.switch label {
    padding: 0;
    line-height: 2.3rem;
    font-size: 0.875rem; }
  div.switch input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.1875rem; }
  div.switch span:last-child {
    width: 2.25rem;
    height: 2.25rem; }
  div.switch span:last-child {
    background: #430e6a;
    -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #f3faf6, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke;
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #f3faf6, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke; }
  div.switch:hover span:last-child, div.switch:focus span:last-child {
    background: #8e6ea5;
    }
  div.switch:active {
    background: transparent; }
  div.switch.large {
    height: 2.75rem; }
    div.switch.large label {
      padding: 0;
      line-height: 2.3rem;
      font-size: 1.0625rem; }
    div.switch.large input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -2.6875rem; }
    div.switch.large span:last-child {
      width: 2.75rem;
      height: 2.75rem; }
  div.switch.small {
    height: 1.75rem; }
    div.switch.small label {
      padding: 0;
      line-height: 2.1rem;
      font-size: 0.75rem; }
    div.switch.small input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -1.6875rem; }
    div.switch.small span:last-child {
      width: 1.75rem;
      height: 1.75rem; }
  div.switch.tiny {
    height: 1.375rem; }
    div.switch.tiny label {
      padding: 0;
      line-height: 1.9rem;
      font-size: 0.6875rem; }
    div.switch.tiny input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -1.3125rem; }
    div.switch.tiny span:last-child {
      width: 1.375rem;
      height: 1.375rem; }
  div.switch.radius {
    -webkit-border-radius: 4px;
    border-radius: 4px; }
    div.switch.radius span:last-child {
      -webkit-border-radius: 3px;
      border-radius: 3px; }
  div.switch.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
    div.switch.round span:last-child {
      -webkit-border-radius: 999px;
      border-radius: 999px; }
    div.switch.round label {
      padding: 0 0.5625rem; }

@-webkit-keyframes webkitSiblingBugfix {
  from {
    position: relative; }

  to {
    position: relative; } }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333333; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 2.813rem; }

/* The top navigation bar */

  .top-bar {
  overflow: hidden;
  height: 4.2rem;
  line-height: 2.813rem;
  position: relative;
  background: #f7f7f7;
  margin-bottom: 0; }
  
  .top-bar .title-area a img {
      height:30px;
      margin-top: 7px!important;
      vertical-align: middle!important;
     }
      .top-bar .logo-meet a img {
      height:30px;
      margin-top: 16px!important;
      vertical-align: middle!important;
     }
 
.name {
  padding: 1px;
}

.js-generated {
  display: block; }

@media only screen and (min-width:40.063em) {
  .top-bar {
    background: #f7f7f7;
    *zoom: 1;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
     }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input, .top-bar .button {
      font-size: 0.875rem;
      position: relative;
      top: 7px; }
    .top-bar.expanded {
      background: #333333; }
  .contain-to-grid .top-bar {
    max-width: 62.5rem;
    margin: 0 auto;
    margin-bottom: 0; }
  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
       }
    .top-bar-section li.hover > a:not(.button) {
      background: #272727;
      color: white; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      background: #333333; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background: #272727; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      color: white;
      background: #008cba; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #007ba0; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -1px;
      right: 5px;
      line-height: 1.2; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: white;
        line-height: 1;
        white-space: nowrap;
        padding: 12px 15px;
        background: #333333; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333333; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #4e4e4e;
      clear: none;
      height: 45px;
      width: 0; }
    .top-bar-section .has-form {
      background: #333333;
      padding: 0 15px;
      height: 45px; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }
  .no-js .top-bar-section ul li:hover > a {
    background: #272727;
    color: white; }
  .no-js .top-bar-section ul li:active > a {
    background: #008cba;
    color: white; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; } }

/* Typography resets */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #2685d5;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #02C1FF; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: Arial, sans-serif !important;
  font-weight: normal;
  font-size: 0.8rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: Arial, sans-serif !important;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  line-height: 1.4; }

@media only screen and (min-width:40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.75rem; }
  h2 {
    font-size: 2.3125rem; }
  h3 {
    font-size: 1.6875rem; }
  h4 {
    font-size: 1.313em; } }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow-x: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    height: 100%; }

.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  *zoom: 1;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 80%;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 80%;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.off-canvas-list li label {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
  ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #262626;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #242424; }

.move-right > .inner-wrap {
  -webkit-transform: translate3d(80%, 0, 0);
  -moz-transform: translate3d(80%, 0, 0);
  -ms-transform: translate3d(80%, 0, 0);
  -o-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width:40.063em) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-80%, 0, 0);
  -moz-transform: translate3d(-80%, 0, 0);
  -ms-transform: translate3d(-80%, 0, 0);
  -o-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width:40.063em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.csstransforms.no-csstransforms3d .left-off-canvas-menu {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
.csstransforms.no-csstransforms3d .right-off-canvas-menu {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }
.csstransforms.no-csstransforms3d .move-left > .inner-wrap {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }
.csstransforms.no-csstransforms3d .move-right > .inner-wrap {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

.no-csstransforms .left-off-canvas-menu {
  left: -80%; }
.no-csstransforms .right-off-canvas-menu {
  right: -80%; }
.no-csstransforms .move-left > .inner-wrap {
  right: 80%; }
.no-csstransforms .move-right > .inner-wrap {
  left: 80%; }

html[data-useragent*='MSIE 10.0'] img {
  height: 100%; }

html[data-useragent*='MSIE 10.0'] .floatingyeti img {
  width: 100%; }

html[data-useragent*='MSIE 10.0'] #responsive-gallery-large-marquee .imageoverlay {
  max-width: 1200px; }

.left-off-canvas-menu hr {
  border-color: #444444;
  margin: 5px 0 10px 0 !important; }

ul.off-canvas-list li.gs {
  margin-top: 8px; }

ul.off-canvas-list li a {
  border-bottom: none !important;
  font-size: 1.25rem;
  padding: 0.2rem 0.95rem !important;
  color: #cccccc;
  font-family: Arial, sans-serif !important;
  font-weight: 500; }

ul.off-canvas-list li label {
  background: none !important;
  border-top: none !important;
  padding: 0.4rem 0.95rem 0.4rem 0.95rem !important;
  font-size: 0.775rem !important; }

ul.off-canvas-list li label.first {
  text-align: center;
  padding-top: 0.75rem !important; }

#main-content { }
  @media screen and (max-width: 768px) {
    #main-content {
      margin: 20px 0 0px;
      padding-bottom: 0px; } }
  #main-content h1, #main-content h2, #main-content h3, #main-content h4 {
    font-style: normal;
    font-weight: 300;
    color: #000000; }
  #main-content h2 {
    margin-bottom: 25px;
    margin-top: 25px;
    font-size: 1.8rem;
    color: #575757; }
    @media screen and (max-width: 768px) {
      #main-content h2 {
        font-size: 1.313em;
        line-height: 30px; } }
    @media screen and (max-width: 768px) {
      #main-content h4 {
        margin-top: 10px;
        font-size: 18px;
        line-height: 20px; } }
  #main-content h5 {
    font-weight: 400;
    line-height: 25px;
    margin-top: 35px; }
  #main-content p { }
  @media screen and (max-width: 768px) {
    #main-content .text-center-on-small {
      text-align: center; } }
  #main-content .right-text {
    text-align: right; }
  #main-content .centered-text {
    text-align: center; }
  #main-content .headspace-10 {
    margin-top: 10px; }
  #main-content .headspace-20 {
    margin-top: 20px; }
  #main-content .margin-bottom-minus-20px {
    margin-bottom: -20px; }
  #main-content .margin-top-minus-44px {
    margin-top: -44px; }
  #main-content .margin-40px {
    margin: 40px 0; }
  #main-content .margin-top-40px {
    margin-top: 40px; }
  #main-content .margin-bottom-40px {
    margin-bottom: 40px; }
  #main-content .smallicons img {
    max-width: 25px;
    margin: 3px 0 5px 0;
    position: absolute; }
  #main-content .smallicons h4 {
    padding-bottom: 20px; }
  #main-content .smallicons h5, #main-content .smallicons p {
    padding-left: 40px; }
  #main-content .supporticons {
    text-align: center; }
    #main-content .supporticons img {
      padding: 20px;
      max-height: 200px; }
  #main-content .smallfeaturesicons img {
    position: relative;
    height: 38px;
    max-width: 38px;
    margin-top: 10px; }
  #main-content .smallfeaturesicons h5, #main-content .smallfeaturesicons p {
    margin-top: 10px;
    padding-left: 0px; }
  @media screen and (max-width: 768px) {
    #main-content .smallfeaturesicons img {
      position: absolute;
      height: 30px;
      max-width: 30px;
      margin-top: auto; }
    #main-content .smallfeaturesicons h5, #main-content .smallfeaturesicons p {
      margin-top: 0px;
      padding-left: 40px; } }
  #main-content .toolslist ul, #main-content .toolslist li, #main-content .toolslist ol, #main-content .toolslist dl {
    list-style-type: none;
    padding: 0px;
    margin: 0px; }
  #main-content #githubissues {
    background: #1399bd;
    padding: 15px 0px; }
  #main-content #githubissues p.commit {
    line-height: 18px; }
  #main-content #githubissues h4 {
    font-size: 13px !important; }
  #main-content #githubissues .commit {
    margin-top: 8px;
    color: white;
    opacity: 0.7;
    float: left; }
  #main-content #githubissues span.date, #main-content #github #github a {
    color: white;
    font-size: 12px !important;
    white-space: break-word;
    line-height: 1.3;
    margin-bottom: 3px; }
  #main-content #githubissues a.commit {
    color: white;
    font-weight: 300;
    font-size: 13px !important;
    word-break: break-word;
    white-space: break-word;
    top: 10px;
    word-wrap: break-word;
    opacity: 0.7;
    position: relative; }
    @media only screen and (max-width: 767px) {
      #main-content #githubissues a.commit {
        top: auto; } }
  #main-content #githubissues a.button {
    background: #137795;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    float: right;
    width: auto;
    margin-top: 4px; }
    #main-content #githubissues a.button:hover {
      background: #006582; }
  #main-content #github {
    background: #1399bd;
    padding: 15px 0; }
  #main-content #github h4 {
    color: white;
    opacity: 0.7;
    float: left;
    font-size: 13px; }
  #main-content #github span, #main-content #github #github a {
    color: white;
    font-size: 13px;
    white-space: break-word;
    line-height: 1.3;
    margin-bottom: 3px; }
  #main-content #github span.date {
    text-transform: uppercase;
    color: #d8f7fd;
    top: 13px;
    position: relative;
    font-size: 12px !important; }
  #main-content #github a.commit {
    color: white;
    font-weight: 300;
    font-size: 12px;
    font-size: 13px;
    word-break: break-word;
    white-space: break-word;
    word-wrap: break-word;
    opacity: 0.7;
    top: 13px;
    position: relative; }
  #main-content #github a.button {
    background: #137795;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    float: right;
    width: auto;
    margin-top: 4px; }
    #main-content #github a.button:hover {
      background: #006582; }
  #main-content #sideDeviceiPad {
    max-width: 140%; }
  #main-content #sideDeviceDesktop {
    max-width: 240%; }
  @media only screen and (max-width: 767px) {
    #main-content #sideDeviceDesktop {
      max-width: 100%; }
    #main-content #sideDeviceiPad {
      max-width: 100%; } }
  #main-content header#home {
    background-position: center bottom;
    padding: 120px 0 220px;
    background-repeat: no-repeat;
    background-color: #13a7c7; }
    @media screen and (max-width: 768px) {
      #main-content header#home {
        padding: 20px 0 220px; } }
  #main-content header#home input {
    height: 45px; }
  #main-content header#home h4 {
    line-height: 30px;
    margin-bottom: 44px; }
  #main-content header#home .button {
    background: #137795;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    #main-content header#home .button:hover {
      background: #006582; }
    #main-content header#home .button.secondary {
      background: #248cac;
      background: rgba(0, 0, 0, 0.15);
      color: #9ccbd9;
      color: rgba(255, 255, 255, 0.55); }
      #main-content header#home .button.secondary.small {
        padding: 5px 8px 6px; }
    #main-content header#home .button.secondary:hover {
      background: #207c98;
      background: rgba(0, 0, 0, 0.25);
      color: rgba(255, 255, 255, 0.75); }

#homepage input {
  height: 50px; }

#howtocontribute .row {
  margin-bottom: 50px; }

#howtocontribute h5 {
  line-height: 25px; }

#howtocontribute .resources {
  background: #f8f8f8;
  padding: 15px 30px 15px 30px;
  margin-bottom: 20px; }

#contributorsfeatures {
  padding: 40px 0 0 0;
  background: #f8f8f8;
  margin: 0 0 40px !important; }

#contributorsfeatures h3 {
  margin-bottom: 8px; }

#contributorsfeatures div.pic {
  max-width: 110px;
  max-height: 110px;
  background-size: 100% 100%; }

#contributorsfeatures > .row > .nine > p {
  margin-bottom: 40px; }

#contributorsfeatures img .pics {
  position: absolute;
  bottom: 0;
  margin-bottom: -20px; }

form.contribute-tweet a.button {
  height: 50px;
  margin-left: -1px; }
form.contribute-tweet input[type="text"] {
  height: 50px; }

/*Secondary Call-out*/
#secondary-content {
  margin-top: 60px;
  padding: 40px 0;
  background-color: #f7f7f7; }
  @media screen and (max-width: 768px) {
    #secondary-content {
      padding: 20px 0; } }
  #secondary-content h1, #secondary-content h2, #secondary-content h3, #secondary-content h4, #secondary-content h5 {
    font-style: normal;
    font-weight: 300; }
  @media screen and (max-width: 768px) {
    #secondary-content {
      text-align: center; } }

@media screen and (max-width: 768px) {
  h3 {
    font-size: 23px;
    line-height: 30px; } }

#homepage-hero {
  background: url('/images/products/dating2/common/background_image.jpg');
  text-align: left;
  position: relative;
  padding: 0rem 1.25rem 0 1.25rem;
  height: 576px;
 }
#homepage-hero #couple {
  margin: 0 auto;
  margin-top:121px;
  width:440px;
}
  .slogan-2 {
    margin-left:270px;
    position: absolute;
  }

      #onthego {
            margin-top:0px!important;
           }
   }
    #phones {
             margin-top:0px!important;
           }


  @media screen and (max-width: 1024px) {
    #homepage-hero #couple {
    margin: 0 auto;
    margin-top:161px;
    width:400px!important;
  }
  #homepage-hero .slogan-2 {
      margin-left:50px!important;
    }
    #onthego {
            margin-top:-40px!important;
           }
    #phones {
             margin-top:-40px!important;
           }
   }

 @media screen and (max-width: 900px) {
    #homepage-hero #couple{
    margin-top:213px;
    width:350px!important;
  }
}
 @media screen and (max-width: 800px) {
    #homepage-hero #couple{
    margin-top:265px;
    width:300px!important;
  }
}



  @media screen and (max-width: 768px) {
    #homepage-hero {
      height: 576px; }
    #couple{
      display:none!important;  
      }
      .homepage-hero{
        width:100%;
      }
      .form-wrap{
        width:70%!important;
        margin-right:15%!important;
        margin-left:15%!important;
        position: relative!important;
        right:0!important;
        }
        .slogan-2{
          display:none;
          }
           #onthego {
            clear:both!important;
           }
          #phones {
             margin-top: 10px!important;
           }
            }
@media screen and (max-width: 640px) {
    #homepage-hero .form-wrap {
    margin-top: 20px;
    width:80%!important;
    margin-left:10%!important;
    margin-right:10%!important;
    position: relative!important;
    right:0!important;
  } 
  .top-bar .log{
    position: absolute;
    right: 0px;
    margin-top:6px;
  }
 #phones {
    width:80%!important;
    margin-left:10%!important;
    margin-right:10%!important;
    float:none!important;
  }
}

  @media screen and (max-width: 1024px) {
    #homepage-hero {
      height: 576px; } }
  #homepage-hero h1 {
    font-size: 4em;
    color: white;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 100%; }
    @media screen and (max-width: 768px) {
      #homepage-hero h1 {
        font-size: 50px; } }
  #homepage-hero h4 {
    font-size: 1.35em;
    color: white;
    font-weight: 300; }
  #homepage-hero h3 {
    color: white; }
    @media screen and (max-width: 768px) {
      #homepage-hero h3 {
        font-size: 18px;
        line-height: 28px; } }
  #homepage-hero .floatingyeti img {
    max-width: 50%;
    position: absolute;
    right: 100px;
    top: 30px; }
    @media only screen and (max-width: 40em) {
      #homepage-hero .floatingyeti img {
        width: 100%;
        position: relative;
        right: 0;
        bottom: 0px;
        top: 0px;
        left: 120px; } }
    @media only screen and (min-width:40.063em) and (max-width:64em) {
      #homepage-hero .floatingyeti img {
        width: 100%;
        position: absolute;
        right: 0;
        bottom: 0px; } }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  height: 2.15em; }

footer {
  background-color: #f7f7f7;
  padding-top: 1.1rem;
  padding-bottom: 1rem; 
  width: 100%;
  bottom:0;
  clear:both!important;
  position:fixed;
  z-index: 2;
}

.social-elements li {
  display: inline;
}

#social-elements ul {
  margin-bottom: 0;
}

.social-elementsSe li {
  display: inline;
}

#social-elementsSe ul {
  margin-bottom: 0;
}

.copy-contact p {
  margin-bottom: 0;
  padding-top: 2px;
  font-size: 1rem;
}

.copy-contact a {
  color: #2685d5;
}

.copy-contactSe p {
  text-align: center;
  font-weight: bold;
  font-size: 0.875em;
  margin-bottom: 0;
}

.copy-contactSe a {
  color: #2685d5;
}

.center-icon {
  font-size: 4.5em;
  color: #02C1FF;
  display: block;
  margin-bottom:20px;
  margin-top:20px;

}

#buttons-top {
  margin-top: 0.2em;
  position: relative;
}

#buttons-top .dropdown {
  color: black;
  font-size: 1em;
}

#buttons-top span {
  margin-left: 5px;
  color: #0072BF;
  position: absolute;
  font-size: 1rem;
  line-height: 1.2em;
}

#buttons-top #language {
  background: #f7f7f7;
  padding-right: 1rem;
  margin-right: 0.625rem;
}

#buttons-top #signin {
  background: #2685d5;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
}

#buttons-top #signin:hover {
  background: #02C1FF;
}


/* Center h4 bigger resets */
.big {
  font-size: 2.250em;
  margin-top: 2.300em;
  margin-left: 1.090em;
  text-align: left;
  color: #575757;
}

div.medium-6.large-6.columns > a > h4.big#onthego {
  color: #575757;
}

div.medium-6.large-6.columns > h4.bigsmall#under-onthego, div.medium-6.large-6.columns > h4.bigsmall#under-onthego2 {
  color: #575757;
}

/* Part of the text left to the phone being made light blue */
.light-blue {
  color: #02C1FF;
  font-family: Arial, sans-serif !important;
}

/* Footer background and sizes */
.gray {
  background-color: #f7f7f7;
  padding-top: 3.125em;
  padding-bottom: 3.125em;
}

.gray2 {
  background-color: #f7f7f7;
}

.stores #google {
  width: 75%;
  margin-left: -15px;
}

.stores #apple {
  width: 70%;
  margin-top: -1px;
}

@media screen and (max-width: 768px) {
.stores #google {
  width: 80%;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}

.stores #apple {
  width: 75%;
  margin-top: 0.4em;
  margin-bottom: 1.5em;
}

.big {
  margin-left: 1.9em;
}

}

.first-middle {
  margin-top: 1.250em;
}

.first-middle .bigIcons {
  margin-bottom: 1.563em;
}

#main-content #firstHeader {
  margin-top: 1.563em;
}

.bigsmall {
  margin-top: 0.600em;
  margin-bottom: 1.200em;
  margin-left: 1.850em;
  text-align: left;
  max-width: 18em;
}

#phones {
  width: 70%;
  float:right;
}

/* Background cirles for the social icons */
.circle-facebook {
color: #ffffff;
min-height: 1.250em;
width: 1.250em;
-moz-border-radius: 50%;
border-radius: 50%;
background-color: #3b5998;
padding: 0.75rem 0.75rem 0.25rem 0.75rem;
}

.circle-twitter {
color: #ffffff;
min-height: 1.250em;
width: 1.250em;
-moz-border-radius: 50%;
border-radius: 50%;
background-color: #00aced;
padding: 0.75rem 0.5rem 0.25rem 0.5rem;
}

.circle-google {
color: #ffffff;
min-height: 1.250em;
width: 1.250em;
-moz-border-radius: 50%;
border-radius: 50%;
background-color: #4b4b4b;
padding: 0.75rem 0.5rem 0.25rem 0.5625rem;
}

/*
.circle-facebook-form {
color: #ffffff;
min-height: 1.250em;
width: 1.250em;
-moz-border-radius: 50%;
border-radius: 50%;
background-color: #3b5998;
padding: 0.250em 0.625em;
}

.circle-twitter-form {
color: #ffffff;
min-height: 1.250em;
width: 1.250em;
-moz-border-radius: 50%;
border-radius: 50%;
background-color: #00aced;
padding: 0.250em 0.500em;
}

.circle-google-form {
color: #ffffff;
min-height: 1.250em;
width: 1.250em;
-moz-border-radius: 50%;
border-radius: 50%;
background-color: #4b4b4b;
padding: 0.250em 0.500em;
}
*/

@media screen and (max-width: 355px) {
  .big {
margin-left: auto; } }

@media screen and (max-width: 355px) {
  .bigsmall {
margin-bottom: 0;
margin-left: auto; } }

@media screen and (max-width: 355px) {
  #google {
display: none; } }

@media screen and (max-width: 355px) {
  #apple {
display: none; } }

@media screen and (min-width: 355px) {
  #googleSe {
display: none; } }

@media screen and (min-width: 355px) {
  #appleSe {
display: none; } }

@media screen and (min-width: 355px) {
  .stores hr {
display: none; } }

@media screen and (max-width: 355px) {
  .copy-contact {
display: none; } }

@media screen and (min-width: 355px) {
  .copy-contactSe {
margin-left: 115px;
display: none; } }

@media screen and (max-width: 355px) {
  .social-elements {
display: none; } }

@media screen and (min-width: 355px) {
  .social-elementsSe {
display: none; } }

.center-social {   
    margin-top: 1em;
    text-align: center;
  }

@media screen and (max-width: 355px) {
  .gray {
padding-top: 0.5em;
padding-bottom: 0.5em; } }

@media screen and (max-width: 355px) {
  .first-middle .bigIcons {
margin-bottom: 0em; } }

@media screen and (max-width: 355px) {
  .first-middle {
margin-top: 0em; } }

@media screen and (max-width: 355px) {
  #main-content {
  margin-top: 0em; } }

#newpeople {
  font-size: 2rem;
  color: #2685d5;
  padding: 0.375rem 0.5rem 0.375rem 0.5rem;
  margin-right: 2.6rem;
  letter-spacing: 1px;
}

#anywhere {
  font-size: 2rem;
  color: #575757;
  padding: 0.375rem 0.75rem 0.375rem 0.75rem;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.anywhere {
  margin-left: 5.938em;
}

@media screen and (max-width: 400px) {
  .anywhere {
  margin-top: -2px;
  margin-left: 4rem; } }

.newpeople {
  padding-top: 2.05rem;
}

/* Form background and wrapper */
.form-wrap {
  background: rgba(255, 255, 255, 0.5);
  -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
  border-radius: 0.5em 0.5em 0.5em 0.5em;
  margin-top: 2.2rem;
}
#facebookConnect {
  margin-top: 0.9375rem;
  margin-left: 0.9375rem;
  width: 60%;
}

#facebookSpanOne {
  background-color: #3b5998;
  color: #ffffff;
  padding: 0.6rem 0.4375rem 0.5625rem 0.8125rem;
  cursor: pointer;
}

#facebookSpanTwo {
  background-color: #3b5998;
  color: #ffffff;
  padding: 0.625rem 1.375rem 0.4375rem 0.3125rem;
  cursor: pointer;
}

#facebookConnectTwo {
  margin-top: 20px;
  margin-left: 0px;
  margin-bottom: 10px;
}

.formLabel {
  margin-top: 2px;
  color: #3a3a3a;
  font-family: Arial, sans-serif !important;
}

.spanLabel {
  margin-top: 3px;
  margin-bottom: 3px;
  color: #3a3a3a;
  font-family: Arial, sans-serif !important;
  font-size: 14px;
}

#firstInput {
  margin-top: 2px;
}

.day {
  padding-left: 0px;
  padding-right: 0px;
  
}

.month {
  padding-left: 0px;
  padding-right: 0px;
}

.toage {
  display: block;
  margin-left:0px;
  margin-right:14px;
  margin-top:7px;
}

.year {
  padding-left: 0px;
  padding-right: 0px;
  
}

#male {
  margin-bottom: 0px;
}

#female {
  margin-left: 0px;
  margin-bottom: 0px;
}

.inline-listTwo {
  margin-bottom: 0px;
}

.to {
  padding-left: 0px;
  padding-right: 0px;
}

/* Bottom left social icons label inside form */
#findus {
  margin-bottom: 0px;
  line-height: 1;
  font-size: 12px;
  color: #ffffff;
}

.formsocial {
  font-size: 20px;
}

.formSocialSpan {
  color: #ffffff;
  font-size: 1.5rem;
}

.formSocialSpan:hover {
  color: #02C1FF;
}

/* Changing button backgrounds and hover color */
#submitBTN {
  background-color: #2685d5;
  font-size: 13px;
}

/* Button hover color goes here */
#submitBTN:hover {
  background-color: #02C1FF;
}

@media screen and (max-width: 1024px) {
  #homepage-hero {
padding-top: 0.02rem;
height:576px; } }

.sortway1 {
  margin-left: 0.5rem;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
}

#plusbkg {
  background-color: #575757;
  color: #ffffff;
  padding: 0.7rem 0.7rem 0.5rem 0.7rem;
  margin-left: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

::-webkit-input-placeholder {
   color: #4c4c4c;
}

:-moz-placeholder { /* Firefox 18- */
   color: #4c4c4c;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #4c4c4c;  
}

:-ms-input-placeholder {  
   color: #4c4c4c;  
}

select {
  height: 2.2rem;
}

input[type="text"], input[type="password"], input[type="email"] {
  height: 2.2rem;
}

 .center-social > li > a {
  color: #ffffff;
}

input#location {
  text-indent: 30px;
  height:34px!important;
  line-height:1;
  display:block;
}

.select-arrow select {
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  /*-moz-appearance: none;*/
  border: 1px solid #cccccc;
  height:34px;
  padding-top: 0.425rem;

}

.select-arrow {
  margin-right: 2px;
  background: url('/images/products/dating2/common/arrow_down_blue.png') no-repeat right #ffffff;
}

.ie_birthdate_fix{
  width:35%;
}
.birthdayLabel {
  padding-left: 15px;
}
.birthdayLabel label {
  line-height:14px;
  margin-bottom: 9px;
}
.select-arrow2 select {
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  /*-moz-appearance: none;*/
  border: 1px solid #cccccc;
  height:34px;
  padding-top: 0.425rem;
  padding-left:1px;
  margin-right: 2px;
  background: url('/images/products/dating2/common/arrow_down_blue.png') no-repeat right #ffffff;
}
.birth-right {
  float:right;
  margin-right: 13px;
  margin-bottom:10px;
}
form label .inline {
  margin:0;
}

.select-arrow2 {
 
}

.selectdiv2 {
  width: 100%;
  margin-bottom: 12px;

}

.select2 {
  margin-bottom: 0em;
  width: 100%;
}

.remove-bottom-margin {
  margin-bottom: 0rem;
}
.selectdiv3 {
  display:inline-block;
  float:right;
  margin-left: 10px;
  margin-bottom:8px;
}

.select-arrow3 select {

  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  /*-moz-appearance: none;*/
  border: 1px solid #cccccc;
  height:34px;
  padding-top: 0.425rem;
  padding-left:1px!important;
  margin-right: 2px;
  background: url('/images/products/dating2/common/arrow_down_blue.png') no-repeat right #ffffff;


}
.from-txt-rgt-mgn{
  margin-right:15px;
}
.from-txt{
  padding-left: 15px;
  padding-right: 0px;
  margin-top:7px;
}
.select3 {
  width: 75px;
  margin-left: -15px;
}
.email-margin {
  margin-top:-7px;
}

#birthday {
  margin-bottom: 0em;
  width: 66px;
}

.birthdaydiv {
  width: 66px;
}
.month {
  width: 66px;
}

#year {
  width: 66px;
}

.yeardiv {
  width: 66px;
}

/* Mozilla specific CSS */

@-moz-document url-prefix() { {}

#facebookSpanOne {
  background-color: #3b5998;
  color: #ffffff;
  padding: 8px 7px 9px 13px;
  cursor: pointer;
}

#facebookSpanTwo {
  background-color: #3b5998;
  color: #ffffff;
  padding: 8px 22px 7px 5px;
  cursor: pointer;
} 

.select-arrow, .select-arrow2, .select-arrow3 {
    margin-right: 2px;
}

select {
  height: 1.4rem;
  /*-moz-appearance: none;*/
  text-indent: 0px!important;
  text-overflow: '';
  padding-left:0px!important;
}

label.inline {
  padding: 0rem;
} } /* Mozilla specific CSS end here */


li.gs > p, li.gs > p > a {
  margin-bottom: 10px;
}

.f-dropdown {
  position: absolute;
  list-style: none;
  margin-left: -0.15em;
  width: 100%;
  max-height: none;
  height: auto;
  border: 0px;
  font-size: 0.875rem;
  z-index: 99;
  max-width: 150px;
  float:right;
}

.f-dropdown:after {
  margin-left: 3rem;
}

.f-dropdown:before {
  margin-left: 3rem;
}

ul#drop1 > li:hover {
  background-color: #DEF9FF;
}

.liked {
  color: #02C1FF;
}

.liked:hover {
  color: #02C1FF;
}

.liked_no_hover {
  color: #02C1FF;
}

.liked a {
  color: #02C1FF;
}

.liked a:hover {
  color: #FFFFFF;
}

.not_liked {
  color: #FFFFFF;
}

.not_liked:hover {
  color: #02C1FF;
}

.not_liked a {
  color: #FFFFFF;
}

.not_liked a:hover {
  color: #02C1FF;
}

.not_liked_no_hover {
  color: #FFFFFF;
}

.like_heart {
  font-size: 2rem; 
  position: absolute; 
  bottom: 3.7rem;
  right: 1rem;
  text-shadow: 1px 1px 1px #000000;
  text-shadow: 1px 1px 1px #000000;
}
.like_heart_search_page{
    bottom:4.5rem !important;
}

@media only screen and (max-width: 900px) {

.like_heart {
  font-size: 1.375rem; 
  position: absolute; 
  bottom: 3.7rem;
  right: 1rem;
  }
}

@media only screen and (max-width: 620px) {

.like_heart {
  font-size: 1.375rem; 
  position: absolute; 
  bottom: 3.5rem;
  right: 0.7rem;
  }
}

@media only screen and (max-width: 400px) {

.like_heart {
  font-size: 1.375rem; 
  position: absolute; 
  bottom: 3.6rem;
  right: 0.7rem;
  }
}

.mutual span.mrg-left {
  margin-left: -2px;
}

.mrg-left {
  margin-left: -2px;
}
.resultoption2 .not_liked, .resultoption2 .mrg-left, .resultoption2 .not_liked_no_hover{
  color: #b2b2b2;
}
.liked_no_hover.mrg-left {
  color:#02C1FF!important;
}

.heartcontainer {
  position: relative;
}

.blue-dark {
  color: #2685d5;
}

.blue-light {
  color: #02C1FF;
}

input[type="text"], input[type="password"], input[type="email"] {
  margin-bottom: 10px;
}

label.inline.right.inline.formLabel {
  margin-bottom: 0rem;
}

label.inline.formLabel.toage {
  margin: 0rem 0rem 0rem 0rem;
}

.homeMiniTag {
  max-width: 70%;
  display: inline-block;
  color: #575757;
}

.hundred_width {
  width: 100%;
}

.reqaccess_text {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1rem;
}

.modal-access {
  margin-top: 2rem;
}

.grey-btn {
  background-color: #919191 !important;
}

.grey-btn:hover {
  background-color: #e9e9e9 !important;
  color: #919191 !important;
}

.blue-btn {
  background-color: #2685d5 !important;
}

.blue-btn:hover {
  background-color: #02c1ff !important;
}

.no_bullet_list {
  list-style: none;
}

.pwdForgot {
  color: #000000;
  line-height: 2rem;
}

.pwdForgot:hover {
  color: #02C1FF;
}

.emailForgot {
  display: none;
}

.sendForgot {
  display: none;
}

.next:hover {
  color: #02C1FF;
}

.requested_states {
  color: #b2b2b2;
  margin-top: 0.625rem;
}

.requested_states > a {
  color: #b2b2b2;
}

.requested_states > span {
  padding: 0 5px;
}

.requested_states > a.active {
  color: #2685d5;
  font-weight: bold;
}

.requested_states > a:hover {
  color: #2685d5;
}

.requested_states_links {
  color: #b2b2b2;
  font-weight: bold;
}

.requested_states_links > a {
  color: #b2b2b2;
}

.requested_states_links > a.active {
  color: #2685d5;
}

.requested_states_links > a:hover {
  color: #2685d5;
}

 span.name.requested {
  color: #575757;
}

.requested_states_links > span.separator {
  margin: 0 0.3125rem;
  color: #b2b2b2;
}

.requested_states_list {
  color: #b2b2b2;
  margin-top: 0.625rem;
  margin-bottom: 0.9375rem;
}

.requested_states_list > a {
  color: #b2b2b2;
  font-weight: bold;
}

.requested_states_list > span {
  padding: 0 0.3125rem;
}

.requested_states_list > a.active {
  color: #2685d5;
}

.requested_states_list > a:hover {
  color: #2685d5;
}

.requested_states_links > a > span.name.msg_name {
  color: #2685d5;
}

div.bottom-10 {
  margin-bottom: 0.625rem;
}

.self_desc {
  max-height: 5rem;
  overflow: hidden;
}

.tall-textarea {
  height: 7.5rem;
}

.hide_adsense2 {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .hide_adsense {
    display: none;
  }
}

.quarter-width {
  width: 25%;
}

select {
    -moz-appearance: none;
    text-indent: 1px!important;
    text-overflow: '';
    /*-moz-appearance: window;*/
}

.fb_form_div {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.fb_form_icon {
  font-size:24px!important;
  line-height: 36px!important;
  border-right:#fff solid 1px;
 padding-right: 0.85rem;
}
.fb_icon_form_div {
  height: 2.1875rem;
  background: #3b5998; 
  background-repeat: no-repeat;
  /*border-right: 1px solid #ffffff;*/
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  cursor: pointer;
}
.fb_span_form_div span{
margin-right:2.1875rem;
}
.fb_span_form_div {
  line-height: 2.2rem;   
  background: #3b5998;
  height: 2.1875rem;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  cursor: pointer;
}
.choice-age {
  float:left;
  display: inline-block;

}

.home_loc_link_cover {
  display: block;
  background-image: url('/images/products/dating2/common/btn_locate.png');
  background-repeat: no-repeat;
  width: 34px;
  height:34px;
  position: absolute;
}
.home_loc_link_cover:hover {
  background-position: -34px 0px;

}

#pro-img-2, #pro-img-4, #pro-img-5, #pro-img-8, #pro-img-9, #pro-img-10 {
  float: left;
}
/*
.snapper {
  position: absolute;
  left: 11.5%;
  width: 330px;
  top: 10%;
}
*/
.new_result_bg{
    background: #DEF9FF !important;
}

.text_ellipsis {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/*
 * Google Adsense style
 */
#ads_google_container_top.google_ads_loaded {
    margin-bottom:10px !important;
}

#ads_google_container_left.google_ads_loaded {
    margin-top:20px !important;
}
.sgup_copyright_row2 button {

  margin-bottom: 90px;
}
.sgup_copyright_row3 button {

  margin-bottom: 90px;
}
form span.error, form small.error {
  display: block;
  padding: 0.25rem 0.25rem 0.25rem;
  margin: 0;
  margin-top: -8px;
  font-size: 9px;
  font-weight: bolder;
  font-style: italic;
  background-color: #f04124;
  color: white;
}
#main_form select{
  text-indent: 1px;
}
.button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.text-center p{
  font-size: 16px;
  font-weight: 600;
  color:#B2B2B2!important;
  line-height: 22px;
  width:50%;
  margin-left:25%;
  margin-right:25%;
  text-align: center;
  margin-top:20px;
}
*:focus{
outline: none!important;
}
 @media only screen and (max-width: 1240px) {
#couple{
  }
.form-wrap {
  right:20px;
  clear: both;
  position: absolute;
  }
  #anywhere {
    margin-right:50px;
  }
  #newpeople {
    margin-right:50px;
  }
  }

a:focus, a:link, a:visited, a:hover, a:active {
  outline:none!important;
  moz-outline-style:none!important;

}

select:focus, select:link, select:visited, select:hover, select:active {
  outline:none!important;
  moz-outline-style:none!important;

}
.inline {
  display:inline-block!important;
}
.right-choice {
  position: absolute;
  right:0;
  display: inline-block;
  width:100%;
}

/* Wrapped around .top-bar-log to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333333; }
  .contain-to-grid .top-bar-log {
    margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar-log) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar-log) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar-log) .top-bar-log-section {
      z-index: 98;
      margin-top: 2.813rem; }

.profileboxes .like_heart {
  margin-right: 10px;
}
/*settings saved message text
 *  */
.success_green_text {
    color: green !important;
    background:white !important;
}

textarea {
  resize: vertical!important;
}

.pro-chat-areatext textarea {
  resize: vertical!important;
  max-height: 280px;
}
.rotate_90:hover {
 transform: rotate(90deg); 
}
.width_auto {
    width:auto !important;
}

.default_cursor {
    cursor:default !important;
}
/*
 * SIGNUP START
 */

.sgup_add_prof_phototxt {
	margin-top: 0.9375rem;
	margin-bottom: 0.9375rem;
	font-weight: bold;
}

.sgup_prof_photo {
	/*font-size: 7.5rem;
	border: solid 0.250rem;
	color: #b2b2b2;*/
  font-size: 10rem;
  color: #2685d5;
	text-align: center;
	width: 35%;
	margin: auto;
	min-width: 8.125rem;
}

.sgup_prof_photo_border {
	font-size: 7.5rem;
	border: solid 1rem #f4f4f4;
	text-align: center;
}

.sgup_prof_photo_padding {
    padding-top:25%;
    padding-bottom:25%;
}

.sgup_steps_margin {
	margin-top: 4.063rem;
}

.sgup_steps_margin_top {
	margin-top: 4.063rem;
}

.sgup_circle_steps {
	color: #ffffff;
	min-height: 1.250em;
	width: 1.250em;
	background-color: #f4f4f4;
	padding: 0.4rem 1.1rem 0.4rem 1.1rem;
	font-size: 2.5rem;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.sgup_circle_steps:hover {
	/* background-color: #02C1FF; */
}

.sgup_circle_steps.active-step {
	background-color: #02C1FF;
}

.sgup_photo_btn .button, .sgup_photo_btn2 .button {
	background-color: #2685d5;
	width: 100%;
}

.sgup_photo_btn .button:hover, .sgup_photo_btn2 .button:hover {
	background-color: #02C1FF;
}

.sgup_photo_btn > span, .sgup_photo_btn2 > span {
	line-height: 1.5rem;
}

.sgup_photo_btn > span > span.left {
	font-size: 26px;
}

.sgup_photo_btn .button {
	padding-top: 4px;
	height:32px;
}

.sgup_photo_btn2 .button {
	padding-top: 4px;
	height:32px;
}

.sgup_photo_btn2 > span > span {
	font-size: 22px;
}

.sgup_choose_phototxt {
	margin-top: 3.438rem;
	margin-bottom: 1.25rem;
}

.sgup_grt_prof_photo {
	margin-right: -35px;
}

.sgup_grt_prof_photo img {
	max-width: 65%;
}

.sgup_check_text_start {
	margin-top: 0.9375rem;
}

.sgup_check_text_common {
	margin-top: 0px;
}

.sgup_chck_mark {
	color: green;
	font-size: 1.875rem;
	line-height: 0.6rem;
}

.sgup_chck_mark_text {
	position: absolute;
	margin-top: 0.5rem;
	margin-left: 0.625rem;
}

.container {
	min-width: 700px;
}

.sgup_copyright_icon {
	color: #02C1FF;
	font-size: 1.875rem;
}

.sgup_copyright_text {
	position: absolute;
	margin-left: 0.625rem;
}

.sgup_copyright_row {
	margin-top: 10%;
	margin-bottom:30px;
}

.sgup_next_step_btn {
	width: 80%;
	background-color: #2685d5;
}

.sgup_next_step_btn:hover {
	background-color: #02C1FF;
}

@media screen and (max-width: 500px) {
.sgup_copyright_row {
	margin-top: 45%;
	margin-bottom: 6rem;
	}
}

.sgup_step2_title {
	font-weight: bold;
	margin-top: 0.9375rem;
}

.sgup_personal_char {
	margin-top: 0.93rem;
}

.sgup_row_title_icon {
	color: #02C1FF;
	font-size: 1.625rem;
}

.sgup_row_title {
	color: #02C1FF;
	position: absolute;
	margin-top: 0.3125rem;
	margin-left: 0.3125rem;
}

.sgup_char_detail_first {
	margin-top: 10px;
	background-color: #f7f7f7;
	padding: 8px 8px;
	width: 95%;
	color: #575757;
}

.sgup_char_detail_common_white {
	padding: 8px 8px;
	width: 95%;
	color: #575757;
}

.sgup_char_detail_common_gray {
	background-color: #f7f7f7;
	padding: 8px 8px;
	width: 95%;
	color: #575757;
}

span.sgup_arrow_right {
	color: #2685d5;
	font-size: 22px;
	line-height: 1rem;
}

/* .sgup_arrow_right:hover {
	color: #02C1FF;

	transform         : rotate(90deg) ;
	-webkit-transform : rotate(90deg) ;
	-moz-transform    : rotate(90deg) ;
	-o-transform      : rotate(90deg) ;
	-ms-transform     : rotate(90deg) ;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition   : all 0.3s ease-in-out;
	-ms-transition    : all 0.3s ease-in-out;
	-o-transition     : all 0.3s ease-in-out;
	transition        : all 0.3s ease-in-out;
} */

.sgup_personal_char_common {
	margin-top: 0.6rem;
}

.sgup_personal_char_bkg {
	margin-top: 3.15rem;
}

.sgup_copyright_row2 {
	margin-top: 1.1rem;
	margin-bottom: 5rem;
}

.sgup_copyright_row3 {
	margin-top: 6.7rem;
}

.sgup_row_title2 {

}

.sgup_char_interview {
	margin-top: 1rem;
}

textarea {
    resize: none!important;
}
.sgup_char_interview textarea {
	height: 7.15em;
}

.sgup_char_detail_common_white textarea {
	height: 7.15em;
}

.sgup_personal_char_int {
	margin-top: 1rem;
}

.sgup_privacy_text {
	position: absolute;
	margin-top: 0.4rem;
	margin-left: 0.625rem;
}

.sgup_filterCharlink {
	color: #000000;
	font-size: 0.9rem;
}

.sgup_filterCharlink:hover {
	color: #2685d5;
}

.char_hover {
	color: #2685d5 !important;
}

.acc-arrow {
  color: #02C1FF;
  font-weight: bold;
  font-size: 1.5rem;
}

span.char_pick_arrow {
	font-size: 1.5rem;
	color: #2685d5;
}
/*disabled transition-duration property as it is not correctly rendered for chrome 35 onward builds
 *  */
.rotate1 {
/*
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
*/ 
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;

-webkit-transition-property: -webkit-transform; 
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: transform;
transition-property: transform;
overflow:hidden;
} 

.rotate1.hovered, .rotate1:hover, .rotate1.rotated {
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

.rotate2 {
/*-webkit-transition-duration: 0.3s; 
transition-duration: 0.3s;*/
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;

-webkit-transition-property: -webkit-transform; 
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: transform;
transition-property: transform;
overflow:hidden;
} 

.rotate2.hovered, .rotate2:hover, .rotate2.rotated {
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

.rotate3 {
/*-webkit-transition-duration: 0.3s; 
transition-duration: 0.3s;*/
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;

-webkit-transition-property: -webkit-transform; 
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: transform;
transition-property: transform;
overflow:hidden;
} 

.rotate3.hovered, .rotate3:hover, .rotate3.rotated {
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

.rotate4 {
/*-webkit-transition-duration: 0.3s; 
transition-duration: 0.3s;*/
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;

-webkit-transition-property: -webkit-transform; 
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: transform;
transition-property: transform;
overflow:hidden;

} 

.rotate4.hovered, .rotate4:hover, .rotate4.rotated {
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);

}

.rotate5 {
/*-webkit-transition-duration: 0.3s; 
transition-duration: 0.3s;*/
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;

-webkit-transition-property: -webkit-transform; 
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: transform;
transition-property: transform;
overflow:hidden;
} 

.rotate5.hovered, .rotate5:hover, .rotate5.rotated {
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

.rotate6 {
/*-webkit-transition-duration: 0.3s; 
transition-duration: 0.3s;*/
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;

-webkit-transition-property: -webkit-transform; 
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: transform;
transition-property: transform;
overflow:hidden;

} 

.rotate6.hovered, .rotate6:hover, .rotate6.rotated {
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

.rotate7 {
/*-webkit-transition-duration: 0.3s; 
transition-duration: 0.3s;*/
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;

-webkit-transition-property: -webkit-transform; 
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: transform;
transition-property: transform;
overflow:hidden;
} 

.rotate7.hovered, .rotate7:hover, .rotate7.rotated {
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

.rotate8 {
/*-webkit-transition-duration: 0.3s; 
transition-duration: 0.3s;*/
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;

-webkit-transition-property: -webkit-transform; 
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: transform;
transition-property: transform;
overflow:hidden;
} 

.rotate8.hovered, .rotate8:hover, .rotate8.rotated {
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

.rotate8.rotated-inverse {
  -moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}

.rotate9 {
/*-webkit-transition-duration: 0.3s; 
transition-duration: 0.3s;*/
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;

-webkit-transition-property: -webkit-transform; 
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: transform;
transition-property: transform;
overflow:hidden;
} 

.rotate9.hovered, .rotate9:hover, .rotate9.rotated {
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

.rotate10 {
/*-webkit-transition-duration: 0.3s; 
transition-duration: 0.3s;*/
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;

-webkit-transition-property: -webkit-transform; 
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: transform;
transition-property: transform;
overflow:hidden;
} 

.rotate10.hovered, .rotate10:hover, .rotate10.rotated {
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

.rotate11 {
/*-webkit-transition-duration: 0.3s; 
transition-duration: 0.3s;*/
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;

-webkit-transition-property: -webkit-transform; 
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: transform;
transition-property: transform;
overflow:hidden;
} 

.rotate11.hovered, .rotate11:hover, .rotate11.rotated {
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

.rotate12 {
/*-webkit-transition-duration: 0.3s; 
transition-duration: 0.3s;*/
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;

-webkit-transition-property: -webkit-transform; 
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: transform;
transition-property: transform;
overflow:hidden;
} 

.rotate12.hovered, .rotate12:hover, .rotate12.rotated {
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

.rotate13 {
/*-webkit-transition-duration: 0.3s; 
transition-duration: 0.3s;*/
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;

-webkit-transition-property: -webkit-transform; 
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: transform;
transition-property: transform;
overflow:hidden;
} 

.rotate13.hovered, .rotate13:hover, .rotate13.rotated {
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

.rotate14 {
/*-webkit-transition-duration: 0.3s; 
transition-duration: 0.3s;*/
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;

-webkit-transition-property: -webkit-transform; 
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: transform;
transition-property: transform;
overflow:hidden;
} 

.rotate14.hovered, .rotate14:hover, .rotate14.rotated {
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

.rotate15 {
/*-webkit-transition-duration: 0.3s; 
transition-duration: 0.3s;*/
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;

-webkit-transition-property: -webkit-transform; 
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: transform;
transition-property: transform;
overflow:hidden;
} 

.rotate15.hovered, .rotate15:hover, .rotate15.rotated {
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

.rotate16 {
/*-webkit-transition-duration: 0.3s; 
transition-duration: 0.3s;*/
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;

-webkit-transition-property: -webkit-transform; 
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: transform;
transition-property: transform;
overflow:hidden;
} 

.rotate16.hovered, .rotate16:hover, .rotate16.rotated {
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

.rotate17 {
/*-webkit-transition-duration: 0.3s; 
transition-duration: 0.3s;*/
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;

-webkit-transition-property: -webkit-transform; 
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: transform;
transition-property: transform;
overflow:hidden;
} 

.rotate17.hovered, .rotate17:hover, .rotate17.rotated {
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

/* === White accordion characteristics in private profile */
dl > dd > .white-panel {
	background-color: #ffffff;
	font-weight: normal;
	font-size: 1rem;
	color: #575757;
	padding: 0.5rem;
}

dl > dd > .white-panel:hover {
	background-color: #ffffff;
}

.accordion dd.active > a.white-panel {
	background-color: #ffffff;
}

.accordion .content.listed.white.active {
	background-color: #ffffff;
	padding: 0rem;
}

.white > ul > li:hover {
	background-color: #DEF9FF;
	cursor: pointer;
}

.white > ul > li {
	padding: 0.3rem 0rem 0.3rem 0.8rem;
}

.white > ul > li > a {
	margin: 0rem; 
	display: block; 
	width: 100%; 
	height: 100%;
	color: #000000;
}

a.white-panel > p {
	color: #000000;
	font-size: 0.9rem;
	margin-bottom: 0rem;
}

/* === Grey accordion characteristics in private profile */
dl > dd > .grey-panel {
	background-color: #f7f7f7;
	font-weight: normal;
	font-size: 1rem;
	color: #575757;
	padding: 0.5rem;
}

dl > dd > .grey-panel:hover {
	background-color: #f7f7f7;
}

.accordion dd.active > a.grey-panel {
	background-color: #f7f7f7;
}

.accordion .content.listed.grey.active {
	background-color: #ffffff;
	padding: 0rem;
}

.grey > ul > li:hover {
	background-color: #DEF9FF;
	cursor: pointer;
}

.grey > ul > li {
	padding: 0.3rem 0rem 0.3rem 0.8rem;
}

.grey > ul > li > a {
	margin: 0rem; 
	display: block; 
	width: 100%; 
	height: 100%;
}

a.grey-panel > p {
	color: #000000;
	font-size: 0.9rem;
	margin-bottom: 0rem;
}

span.char_pick_arrow {
	font-size: 1.5rem;
	color: #2685d5;
}

.lessIcon {
	font-size: 2.5rem;
	color: #b2b2b2;
	line-height: 1.5rem;
}

.lessIcon:hover {
	color: #575757;
}

.last-panel {
	margin-bottom: 6.25rem;
}

dd > a.publicWhitePanel {
	padding-left: 0rem;
	padding-right: 0rem;
}

.sgup_right_char {
	margin-right: 0.625rem;
}

.sgup_photo_after_up {
	display: none;
}

.sgup_photo_caption {
	margin-bottom: 0rem;
}
/*
 *END OF SIGNUP .css
 */

/* ============================================================== */
/* PUBLIC PROFILE STARTS HERE */
/* ============================================================== */

.pro-precontent-span {
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 0.9375rem;
  cursor:default;
  color:#02c1ff;
}

.pro-main-img img {
	width: 100%;
}

.uppercase {
	text-transform: uppercase;
}

.pro-col-2 {
	margin: 0.5rem auto;
}

.pro-intermission-sidebar {
	color: #808080;
}

@media screen and (max-width: 31.25rem) {
	.pro-intermission-sidebar {
	color: #575757;
	font-size: 0.875rem;
	}
}

.pro-intermission-sidebar-icontext {
	margin-left: 0.3125rem;
}

.pro-intermission-sidebar .pro-intermission-sidebar-icon {
	font-size: 1.625rem;
	line-height: 1rem;
}

#pro-img-1 {
	padding-left: 0.4375rem;
	padding-right: 0.4375rem;
}
#pro-img-2 {
	padding-left: 0.4375rem;
	padding-right: 0.4375rem;
}
#pro-img-3 {
	padding-left: 0.4375rem;
	padding-right: 0.4375rem;
}
#pro-img-4 {
	padding-left: 0.4375rem;
	padding-right: 0.4375rem;
}
#pro-img-5 {
	padding-left: 0.4375rem;
	padding-right: 0.4375rem;
}
#pro-img-6 {
	padding-left: 0.4375rem;
	padding-right: 0.4375rem;
}

.pro-row-3 img {
	padding-bottom: 0.9375rem;
}
.pro-row-3 {
	padding-left:7px;
}

.pro-main-img-div {
	padding-left: 0.4375rem;
	padding-right: 0.4375rem;
}

.pro-more-link {
	margin-top: 5px;
	margin-bottom:5px;
}

.pro-sidebar-hr {
	margin: 1rem 0 0.6rem;
}

.pro-add-10-down {
	margin-bottom: 0.625rem;
}

.pro-add-15-down {
	margin-bottom: 0.9375rem;
}

.pro-add-20-down {
	margin-bottom: 1.25rem;
}

#pro-img-7 {
	padding-left: 0.4375rem;
	padding-right: 0.4375rem;
}
#pro-img-8 {
	padding-left: 0.4375rem;
	padding-right: 0.4375rem;
}
#pro-img-9 {
	padding-left: 0.4375rem;
	padding-right: 0.4375rem;
}
#pro-img-10 {
	padding-left: 0.4375rem;
	padding-right: 0.4375rem;
}
#pro-img-11 {
	padding-left: 0.4375rem;
	padding-right: 0.4375rem;
}
#pro-img-12 {
	padding-left: 0.4375rem;
	padding-right: 0.4375rem;
}

.pro-row-6 img {
	padding-bottom: 0.9375rem;
}

.pro-no-access {
    /*-webkit-filter: blur(4px);*/
    position:relative;
    top: 0;
}
.pro-no-access img {
	position:relative;
    left: 0;
    top: 0;
}
.pro-no-access:after {
    content:'\A';
    position:absolute;
    width:100%; height:87%;
    top:0; 
    left:7px;
    background:url('/images/products/dating2/common/private-picture-mask.png');
}
.pro-no-access-margin{
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
}
.private-icon {
	position: absolute; 
	top: 1.5rem; 
	left: 1.313rem;
	color: #b2b2b2;
	font-size: 3.125rem;
	z-index:1;
	margin-left:7px;
}

.pro-access-button {
	width: 100%;
	background-color: #2685d5;
	margin-top: 0.4375rem;
	margin-bottom: 0.5rem;
}

.pro-access-button:hover {
	background-color: #02C1FF;
}

.pro-report-text {
	position: absolute;
	margin-top: 0.5rem;
	margin-left: 0.625rem;
}

.pro-report-icon {
	color: #02C1FF;
	font-size: 1.875rem;
}

.pro-report-user {
	margin-bottom: 12rem;
}

#pro-save-btn {
  background-color: #f7f7f7;
  color: #808080;
  padding: 0.7rem 0.5rem 0.5rem 0.5rem;
  -webkit-box-shadow: 3px 3px 2px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow:    3px 3px 2px 0px rgba(50, 50, 50, 0.4);
  box-shadow:         3px 3px 2px 0px rgba(50, 50, 50, 0.4);
  width: 100%;
  min-width: 7.9375rem;
  text-align: center;
}
#pro-save-btn:hover {
    color: #575757;
}
#pro-save-btn:active {
    -webkit-box-shadow:inset 0 0 10px 1px rgba(0,0,0,0.4);
    -moz-box-shadow:inset 0 0 10px 1px rgba(0,0,0,0.4);
    box-shadow:inset 0 0 10px 1px rgba(0,0,0,0.4);
}

.pro-liked_no_hover {
	color: #575757;
}

.pro_not_liked:hover {
	color: #575757;
}

.pro-save-search .pro-heart-icon1 {
	margin-left: 0.2rem;
	margin-top: 0.2rem;
	font-size: 1.5rem;
	line-height: 0.8rem;
}


.pro-save-search .pro-heart-icon2 {
	margin-right: 0.4rem;
	margin-top: 0.2rem;
	font-size: 1.5rem;
	line-height: 0.8rem;
}

#pro-msg-btn {
  background-color: #f7f7f7;
  color: #808080;
  padding: 0.7rem 0.5rem 0.5rem 0.5rem;
  -webkit-box-shadow: 3px 3px 2px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow:    3px 3px 2px 0px rgba(50, 50, 50, 0.4);
  box-shadow:         3px 3px 2px 0px rgba(50, 50, 50, 0.4);
  width: 100%;
  min-width: 7.9375rem;
  text-align: center;
}

#pro-msg-btn:hover {
	color: #575757;
}

#pro-msg-btn:active {
	-webkit-box-shadow:inset 0 0 10px 1px rgba(0,0,0,0.4);
	-moz-box-shadow:inset 0 0 10px 1px rgba(0,0,0,0.4);
	box-shadow:inset 0 0 10px 1px rgba(0,0,0,0.4);
}

.pro-msg-text .pro-msg-icon {
	margin-right: 0.4rem;
	margin-top: 0.2rem;
	font-size: 1.5rem;
	line-height: 0.8rem;
}

.about-text {
	line-height: 1.15rem;
	margin-bottom: 0.3125rem;
	max-width: 98%;
    height:55px;
    overflow:hidden;
}
.more-about-text {
    position:absolute;
    top:35px;
    right:0;
}
.pro-row-title-icon {
	color: #02C1FF;
	font-size: 22px;
	line-height: 22px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom:5px;
}
.pro-row-8{
	padding:0;
	}_
.pro-row-title {
	line-height: 22px;
	display:inline-block;
	margin-left:20px!important;
	color: #02C1FF;
}

.pro-char-detail-first {
	background-color: #f7f7f7;
	padding: 0.5rem 0.75rem;
	width: 87%;
	color: #808080;
}

.pro-char-detail-common-white {
	padding: 0.5rem 0.75rem;
	width: 87%;
	color: #575757;
}

.pro-char-detail-common-grey {
	background-color: #f7f7f7;
	padding: 0.5rem 0.75rem;
	width: 87%;
	color: #575757;
}

.pro-personal-char {
	color: #000000;
	line-height: 1.8rem;
}

.pro-row-title-first {
	margin-top: 1rem;
}

.pro-char-detail-common-grey .pro-blue-icon {
	font-size: 1.625rem;
	line-height: 1rem;
}

.pro-char-detail-common-white .pro-blue-icon {
	font-size: 1.625rem;
	line-height: 1rem;
}

.pro-middle-min-width {
	min-width: 30.25rem;
}

@media screen and (max-width: 840px) {
.pro-intermission-sidebar-icon {
	display: none;
} }

.pro-left-min-width {
	min-width: 7.5rem;
}

.pro-topbar-min-width {
	min-width: 26.3125rem;
}

.modal-h3 {
	background-color: #f7f7f7;
	margin-top: 0rem;
}

.reveal-modal h3 {
	padding-left: 3.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 21px
}

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  display: none;
  top: 0;
  left: 0; }

dialog, .reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 100;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: white;
  padding: 0rem;
 
  -webkit-box-shadow: 3px 3px 2px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow:    3px 3px 2px 0px rgba(50, 50, 50, 0.4);
  box-shadow:         3px 3px 2px 0px rgba(50, 50, 50, 0.4); }
  @media only screen and (max-width: 40em) {
    dialog, .reveal-modal {
      height: 136vh;
      min-height: 100vh; } }
  @media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
      left: 50%; } }
  dialog .column,
  dialog .columns, .reveal-modal .column,
  .reveal-modal .columns {
  min-width: 100px; }
  dialog > :first-child, .reveal-modal > :first-child {
    margin-top: 0; }
  dialog > :last-child, .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
      margin-left: -40%;
      width: 80%; } }
  @media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
      top: 6.25rem; } }
  dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #808080;
    font-weight: bold;
    cursor: pointer;
    font-family: "icons-lines";
}
.or {
	padding: 20px;
	background-color: #FFFFFF;
}

.or_line p{
 	color:#575757;
 	line-height: 16px;
 	font-size: 16px;
	text-align: center;
	text-transform: uppercase;

}
.or_line hr {
	margin-top: -28px;
	width:70%;
	margin-left: 15%;
}

#location_string {
	margin-top:8px;
	margin-bottom: 20px;
}
#confirm_button {
	color:#FFFFFF!important;
}
.set_position {
	width:70%;
	margin-left: 15%;
}
#locateModal .button {
	font-size: 1rem;
}
.confirm_btn {
	margin-bottom: 10px;
}
.text-center .please_note{
	color:#393939!important;
	font-weight: normal!important;
	width:70%;
	margin-left: 15%;
}
dialog[open] {
  display: block;
  visibility: visible; }

@media only screen and (min-width: 40.063em) {
  dialog, .reveal-modal {
    padding: 0rem; }
  dialog.full, .reveal-modal.full {
    top: 0;
    left: 0;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0 !important; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog, .reveal-modal {
      top: 6.25rem; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.tiny, .reveal-modal.tiny {
      margin-left: -15%;
      width: 30%; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.small, .reveal-modal.small {
      margin-left: -15%;
      width: 70%; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.medium, .reveal-modal.medium {
      margin-left: -30%;
      width: 60%; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.large, .reveal-modal.large {
      margin-left: -35%;
      width: 70%; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.xlarge, .reveal-modal.xlarge {
      margin-left: -47.5%;
      width: 95%; } }

  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.full, .reveal-modal.full {
      margin-left: -50vw;
      width: 100vw; } }

@media print {
  dialog, .reveal-modal {
    background: white !important; } }

#addPublicPhoto .pro-modal-icon-addthis {
	position: absolute;
	color: #02C1FF;
	font-size: 2.5rem;
	margin-left: 0.625rem;
	margin-top: 0.625rem;
}

#reportAbuseModal .pro-modal-icon-problem {
	position: absolute;
	color: #02C1FF;
	font-size: 1.8rem;
	padding:16px;
}

#reqAccess .pro-modal-icon-problem {
	position: absolute;
	color: #02C1FF;
	font-size: 2.5rem;
	margin-left: 0.625rem;
	margin-top: 0.625rem;
}

#deletePopup .pro-modal-icon-problem {
	position: absolute;
	color: #02C1FF;
	font-size: 2.5rem;
	margin-left: 0.625rem;
	margin-top: 0.625rem;
}

#locateModal .pro-modal-icon-locate {
	position: absolute;
	color: #02C1FF;
	font-size: 1.8rem;
	padding:16px;
}

#modalform textarea {
	height: 6.25rem;
	margin-top: 0.9375rem;
	
}

#modalform ::-webkit-input-placeholder {
	color: #b2b2b2;
}

#modalform :-moz-placeholder {
	color: red;
}

#modalform ::-moz-placeholder {
	color: red;
}

.pro-report-button {
	background-color: #2685d5;
}

.pro-report-button:hover {
	background-color: #02C1FF;
}

.pro-block-user {
	margin-left: 1.5625rem;
}
.pro-block-div {
	margin-top:10px;
	font-size: 0.6875rem;
	position: absolute;
}
.pro-block-div span {
	cursor: pointer;
	color: #FFFFFF;
	padding-top: 0.625rem;
	padding-right: 0.875rem;
	padding-bottom: 0.6875rem;
	padding-left: 0rem;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background: #B2B2B2!important;
}
.pro-report-lock-icon {
	background: transparent!important;
	font-size: 1.25rem;
	position: absolute;
	margin-top: -4px;
	margin-left:10px;
	padding: 0!important;	
}
.slidingDiv {
	display: none;
    margin-top: 0.625rem;
}
.pro-moreAbout-Hide {
    display: none;
}

.pro-msg-disabled-btn {
	color: #d9d9d9 !important;
}

.slidingChat {
	display: none;
}

.pro-chatContainer {
	position: relative;
}

.pro-chatDiv {
	max-height: 500px;
	overflow: auto;
}

.down-10 {
	margin-bottom: 10px;
}

.pro-chat-text {
  margin-bottom: 0.5rem !important;
}

.pro-chat-text-suggest {
	margin-bottom: 0.5rem !important;
	font-style: italic;
	cursor: pointer;
}

#closeChat {
	font-size: 2.5rem;
	color: #b2b2b2;
	line-height: 1.5rem;
}

#closeChat:hover {
	color: #575757;
}

#closeChat:active {
	color: #02C1FF;
}

#priv-closeChat {
	font-size: 2.5rem;
	color: #b2b2b2;
	line-height: 1.5rem;
}

#priv-closeChat:hover {
	color: #575757;
}

#priv-closeChat:active {
	color: #02C1FF;
}

.pro-close-chat {
	cursor: pointer;
	/*margin-right: 1rem;*/
}

.priv-pro-close-chat {
	cursor: pointer;
	/*margin-right: 2.65rem;*/
	display: none;
}

.pro-chat-timestamp {
	color: #b2b2b2;
	margin: 0;
}

.pro-chat-me {
	margin: 0.625rem 0rem 0.625rem 0rem;
}

.pro-chat-other-person {
	margin: 0.625rem 0rem 0.625rem 0rem;
}

.pro-chat-other-person:hover {
	-webkit-box-shadow: 0 0 10px 1px rgba(2, 193, 255, 0.7);
	box-shadow: 0 0 10px 1px rgba(2, 193, 255, 0.7);

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.pro-chat-me:hover {
	-webkit-box-shadow: 0 0 10px 1px rgba(2, 193, 255, 0.7);
	box-shadow: 0 0 10px 1px rgba(2, 193, 255, 0.7);

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

/* Let's get this party started */
.slidingChat ::-webkit-scrollbar {
    width: 0.5rem;
}
 
/* Handle */
.slidingChat ::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background-color: rgba(0, 0, 0, 0.3);
	color: rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
	border-radius: 50%;
	width: 8px;
	height: 8px;
	border: 1px solid #b2b2b2;
    background-color: #ffffff;
	display: block;
}

.pro-chat-areatext textarea {
	height: 3.75rem;
	padding-right:85px;
}

.pro-chat-send-btn {
	bottom: 0;
	right: 0;
	margin-top: -62px;
	margin-right: 15px;
	background-color: #2685d5;
}

.pro-chat-send-btn:hover {
	background-color: #02C1FF;
}

.proSuggestMore {
	background: #e9e9e9;
	color: #000;
	margin-top: 0.9375rem;
}

.proSuggestMore:hover {
	background: #02C1FF;
}

.more-suggest {
	display: none;
}

#suggestLess {
	display: none;
}

#proNeedHelp {
  line-height: 1.5rem;
}

textarea.saySomething:focus {
	-webkit-box-shadow: 0 0 0.3125rem red !important;
	-moz-box-shadow: 0 0 0.3125rem red !important;
	box-shadow: 0 0 0.3125rem red !important;
}

.proPublicPhotosGrid {
  padding: 0rem 0.75rem 0rem 1.25rem;
}

ul#publicPhotos.proPublicPhotosGrid > li {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  padding-bottom: 0.6rem;
}

.pro-publicphotos-icon {
  font-size: 1.5rem;
  margin-bottom: -5px;
  position: absolute;
  margin-top: -5px;

}

.pro-publicphotos-icontext {
  margin-left: 1.5625rem;
  margin-top: -10px;
  display: inline-block;

}

.publicPhotos-firstText {
  display: inline-block;
  margin: 0rem 0.9375rem 0.9375rem 0.625rem;
}

@media screen and (max-width: 402px) {
	.publicPhotosDiv {
		display: none;
	}
}

#closePublicPhotos {
	font-size: 2.5rem;
	color: #b2b2b2;
	line-height: 1rem;
}

#closePublicPhotos:hover {
	color: #575757;
}

#closePublicPhotos:active {
	color: #02C1FF;
}

/* ============================================================== */
/* PRIVATE PROFILE STARTS HERE */
/* ============================================================== */

.priv_pro_precontent_span {
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 0.9375rem;
  font-size: 1.2rem;
}

#pro-pre-content {
	position: relative;
}

#pro-pre-content div > a > i.priv_pro_locate_icon {
  color: #2685d5;
  margin-left: 0.625rem;
  margin-right: 0.3125rem;
  font-size: 1.5rem;
  position: absolute;
  margin-top: 0.9375rem;
}

#pro-pre-content div > a > i.priv_pro_locate_icon:hover {
	color: #02C1FF;
}

#pro-pre-content div > a {
	color: #575757;
}

#locateyou {
	position: absolute;
	top: 1.125rem;
	left: 9rem;
}

.bigger_p_margins_15 {
	margin-top: 0.9375rem;
	margin-bottom: 0.9375rem;
	font-size: 0.9rem;
}
.text-center .bigger_p_margins_15 {
	color: #393939!important;
	font-weight: normal!important;
}
.text-center .bold {
	font-size: 18px!important;
	font-weight: bold!important;
	padding-bottom: 15px;
}

#locateModal .pro_auto_detect_button {
	width: 70%;
	font-size: 1rem;
	background-color: #2685d5;
}

#locateModal .pro_auto_detect_button:hover {
	background-color: #02C1FF;
}

#pro_modal_loc {
	margin-top: 1.25rem;
	margin-bottom: 2.5rem;
}

.pro-access-button.private {
	margin-bottom: 8rem;
}

.private-pro-img-1 {
	padding-left: 0.4375rem;
	padding-right: 0.4375rem;
	text-align: center;
	color: #575757;
    width:106px;
}
.private-add-photo-left-margin{
    margin-left:-0.5em !important;
}
.private-add-photo {
	font-size: 3.75rem;
	margin-left: 0.9375rem;
}

.private-add-text {
	margin-left: 0.25rem;
	font-size: 0.9375rem;
	margin-bottom: 0rem;
}

.addPhotoLink {
	color: #575757;
}

.addPhotoLink:hover {
	color: #02C1FF;
}

@media screen and (min-width: 640px) and (max-width: 680px) {
	.private-add-photo {
	font-size: 3.4375rem;
	margin-left: 0.9375rem;
}

.private-add-text {
	margin-left: 0.25rem;
	font-size: 0.9375rem;
	margin-bottom: 0rem;
	}
}

@media screen and (min-width: 745px) and (max-width: 1024px) {
	.private-add-photo {
	font-size: 3.75rem;
	margin-left: 0.9375rem;
}

.private-add-text {
	margin-left: 0.25rem;
	font-size: 1.25rem;
	margin-bottom: 0rem;
	}
}

.prv_edit_interview {
  height: 5rem;
  overflow:hidden;
}

.close-reveal-modal:hover  {
	color: #575757;
}

.priv_prof_photo_border {
	font-size: 7.5rem;
	border: solid 1rem #f4f4f4;
	text-align: center;
	margin: 0.9375rem 0rem 0.9375rem 0rem;
}

.priv_prof_photo {
	font-size: 7.5rem;
	border: solid 0.250rem;
	text-align: center;
	width: 35%;
	color: #b2b2b2;
	margin: auto;
	min-width: 50%;
}
.priv_prof_photo_padding {
    padding-top: 25%;
    padding-bottom: 25%;
}

.priv-photo-frame-div {
}

.priv_choose_phototxt {
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}

div.small-7 > div.row > div.priv_grt_prof_photo {
	min-width: 0rem;
	padding-right: 0.2rem;
	padding-left: 0.2rem;
}

.priv_chck_mark_text {
	position: absolute;
	margin-top: 0.2rem;
	margin-left: 0.625rem;
}

.priv_chck_mark {
	color: green;
	font-size: 1.775rem;
	line-height: 0.6rem;
}

.priv_check_text_last {
}

.priv_photo_btn .button, .priv_photo_btn2 .button {
	background-color: #2685d5;
	width: 100%;
}

.priv_photo_btn .button:hover, .priv_photo_btn2 .button:hover {
	background-color: #02C1FF;
}

.priv_photo_btn > span, .priv_photo_btn2 > span {
	line-height: 1.5rem;
}

.priv_photo_btn > span > span.left {
	font-size: 1.625rem;
}

.priv_photo_btn .button {
	padding-top: 0.1875rem;
	padding-bottom: 0.125rem;
	margin-bottom: 1.6rem;
}

.priv_photo_btn2 .button {
	padding-top: 0.1875rem;
	padding-bottom: 0.25rem;
}

.priv_photo_btn2 > span > span {
	font-size: 1.375rem;
}

@media all and (max-width: 1130px) {
	.priv_prof_photo {
		font-size: 6.5rem;
	}
}

@media all and (max-width: 1025px) {
	.priv_prof_photo {
		font-size: 5.5rem;
	}
}

@media all and (max-width: 920px) {
	.priv_prof_photo {
		font-size: 4rem;
	}
}

@media all and (max-width: 760px) {
	.priv_prof_photo {
		font-size: 3rem;
	}
}

.priv_copyright_icon {
	color: #02C1FF;
	font-size: 1.875rem;
}

.priv_copyright_text {
	position: absolute;
	top: 0.9375rem;
	margin-left: 0.625rem;
	font-size: 0.75rem;
}

.priv_copyright_row {
	margin-top: 0rem;
	margin-bottom: 1rem;
}

.pro-last-link {
	margin-bottom: 7rem;
}

.no_bullet_list {
	list-style: none;
}

/* === Global accordion characteristics in private profile */

.filterCharlink {
	color: #000000;
	font-size: 0.9rem;
	cursor: default;
}

.no_bullet_list .no_pointer > li {
	cursor: default;
}

.filterCharlink:hover {
	color: #2685d5;
}

.char_hover {
	color: #2685d5 !important;
}

/* === White accordion characteristics in private profile */
dl > dd > .white-panel {
	background-color: #ffffff;
	font-weight: normal;
	font-size: 1rem;
	color: #575757;
}

dl > dd > .white-panel:hover {
	background-color: #ffffff;
}

.accordion dd.active > a.white-panel {
	background-color: #ffffff;
}

.accordion .content.listed.white.active {
	padding: 0rem;
	background: transparent!important;
}

.white > ul > li:hover {
	background-color: #DEF9FF;
	cursor: pointer;
}

.white > ul > li {
	padding: 0.3rem 0rem 0.3rem 0.8rem;
}

.white > ul > li > a {
	margin: 0rem; 
	display: block; 
	width: 100%; 
	height: 100%;
}

a.white-panel > p {
	color: #000000;
	font-size: 0.9rem;
	margin-bottom: 0rem;
}

/* === Grey accordion characteristics in private profile */
dl > dd > .grey-panel {
	background-color: #f7f7f7;
	font-weight: normal;
	font-size: 1rem;
	color: #575757;
}

dl > dd > .grey-panel:hover {
	background-color: #f7f7f7;
}

.accordion dd.active > a.grey-panel {
	background-color: #f7f7f7;
}

.accordion .content.listed.grey.active {
	padding: 0rem;
	background: transparent!important;

}
.accordion.content.active {
	background: transparent!important;
}

.grey > ul > li:hover {
	background-color: #DEF9FF;
	cursor: pointer;
}

.grey > ul > li {
	padding: 0.3rem 0rem 0.3rem 0.8rem;
}

.grey > ul > li > a {
	margin: 0rem; 
	display: block; 
	width: 100%; 
	height: 100%;
}

a.grey-panel > p {
	color: #000000;
	font-size: 0.9rem;
	margin-bottom: 0rem;
}

span.char_pick_arrow {
	font-size: 24px;
	line-height: 3.2rem;
	color: #2685d5;
}

.lessIcon {
	font-size: 2.5rem;
	color: #b2b2b2;
	line-height: 1.5rem;
}

.lessIcon:hover {
	color: #575757;
}

.last-panel {
  margin-bottom: 8rem;
}

dd > a.publicWhitePanel {
	padding-left: 0rem;
	padding-right: 0rem;
}

.private-add-text-gallery {
	margin-left: 2.875rem;
	font-size: 1.5625rem;
	margin-bottom: 0rem;
}

.private-add-photo-gallery {
	font-size: 7.5rem;
	margin-left: 1.875rem;
}

.addPhoto {

}

#openPhoto .pro-modal-icon-edit {
	position: absolute;
	color: #02C1FF;
	font-size: 2.5rem;
	margin-left: 0.625rem;
	margin-top: 0.325rem;
}

.modalPhoto {
	padding-left: 0;
	padding-right: 0;
}

.modalPhotoCaption {
	position: absolute;
	bottom: 0;
    left:0;
	background-color: rgba(178, 178, 178, 0.7);
	font-size: 0.875rem;
	text-align: left;
}

#openPhoto {
	top: 3.125rem;
}

.captionArea {
	display: none;
}

.setAsProfile {
	margin-bottom: 0.625rem;
	background-color: #f7f7f7;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}

.profileIcon {
	font-size: 24px;
}

.profileIcon:hover {
	color: #02C1FF;
	cursor: pointer;
}

.modalPhoto > img {
	width: 100%;
}

.text-danger {
	color: #7f0000;
}

.modal-access {
	margin-bottom: 32px;
}

.fa-stack.fa-lg.privatePhotosMainIcon.privatePhotosMainIcon {
  font-size: 80px;
}
/* ===================================== */
/* THE DROPDOWN ON PRIVATE PROFILE */
/* ===================================== */
.wrapper-dropdown-4 {
    /* Size and position */
    position: relative;
    margin: 0 auto;

    /* Styles */
    background: #fff;
    cursor: pointer;
    width: 100%;
    padding: 5px 5px 5px 5px;
    outline: none;
    border: 1px solid #e5e5e5;
}

ul.dropdown {
	overflow: auto;
	height: 300px;
	margin-bottom: 100px;
}

ul.dropdown > li > label {
	margin-right: 0rem;
	margin-left: 0rem;
}

ul.dropdown > li > a.lang_valid_btn {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #2685d5;
  font-weight: bold;
  font-size: 14px;

}

.wrapper-dropdown-4:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -5px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #2685d5 transparent;
}

.wrapper-dropdown-4 .dropdown {
    /* Size & position */
    position: absolute;
    z-index: 999;
    top: 100%;
    margin-top: 1px;
    left: -1px;
    right: -1px;

    /* Styles */
    background: white;
    border: inherit;
    border-top: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  
    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown-4 .dropdown li {
    position: relative; /* Enable absolute positioning for checkboxes */
}

.wrapper-dropdown-4 .dropdown li label {
    display: block;
    padding: 5px 5px 5px 23px; /* Same padding as the button */
    border-bottom: 1px dotted #1ccfcf;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-4 .dropdown li:last-of-type label {
    border: none;
}

.wrapper-dropdown-4 .dropdown li input /* Checkboxes */ {
    position: absolute;
    display: block;
    left: 10px;
    top: 50%;
    margin-top: -6px;
}

/* Hover state */
.wrapper-dropdown-4 .dropdown li:hover label {
    background: #DEF9FF;
    color: #2685d5;
}

/* Checked state */
.wrapper-dropdown-4 .dropdown li input:checked ~ label {
    color: #2685d5;
}

/* Active state */
.wrapper-dropdown-4.active:after {
    border-width: 0 10px 10px 10px;
}

.wrapper-dropdown-4.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */
.no-opacity       wrapper-dropdown-4 .dropdown,
.no-pointerevents .wrapper-dropdown-4 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-4.active .dropdown,
.no-pointerevents .wrapper-dropdown-4.active .dropdown {
    display: block;
}

/* GLOBALS */
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
/*
::selection {
    background: transparent; 
}

::-moz-selection {
    background: transparent; 
}
*/
.wrapper-demo {
    margin: 60px 0 0 0;
    *zoom: 1;
    font-weight: 400;
}

.wrapper-demo:after {
    clear: both;
    content: "";
    display: table;
}

/* Let's get this party started */
.wrapper-dropdown-4 ::-webkit-scrollbar {
    width: 0.5rem;
}
 
/* Handle */
.wrapper-dropdown-4 ::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background-color: rgba(0, 0, 0, 0.3);
	color: rgba(0, 0, 0, 0.3);
}

.wrapper-dropdown-4 ::-webkit-scrollbar-button:start:decrement,
.wrapper-dropdown-4 ::-webkit-scrollbar-button:end:increment {
	border-radius: 50%;
	width: 8px;
	height: 8px;
	border: 1px solid #b2b2b2;
    background-color: #ffffff;
	display: block;
}

.pro_photo_after_up {
	display: none;
}

.pro_photo_caption {
	margin-bottom: 0.35rem;
}

.dropdown input[type=checkbox] {
	visibility: hidden;
}

.squaredFour label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 15px;
	height: 8px;
	background: transparent;
	top: 10px;
	left: 4px;
	border: 3px solid green;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredFour label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.5;
}

.squaredFour input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

#report_abuse_body {
	margin-top: 1rem;
}

.language-save-btn {
	width: 100%;
	margin-top: 5px;
	background-color: #2685d5;
}

.chosen-results > .active-result {
	color: #000000;
}

.priv-prof-lang-form {
	margin-bottom: 100px;
}
#edit_profile_photo {
	height:90!important;

}
.inline {
    cursor:default;
}
.next{
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

}

/*
 * add user photo sprite
 */
.user_sprite {
    background:url('/images/products/dating2/common/placeholder/add_user_photo_100_sprite.png') no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.add_photo_sprite {
    margin-left: -0.5em;
    padding: 0 0 5em 7em;
    background-position: left top;
    display: block;
    height: 100px;
    width: 100px;
}
.add_photo_sprite:hover {
 background-position: left bottom;
}

/* ============================================================== */
/* PUBLIC PROFILE ENDS HERE */
/* ============================================================== */


/* ============================================================== */
/* CHOSEN  STARTS HERE */
/* ============================================================== */


/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
/*  padding: 0 0 0 8px;*/
  height: 28px;
  background-clip: padding-box;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
  background-color: transparent!important;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('chosen-sprite.png') no-repeat 100% -20px;
  background: url('chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#2685d5 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  background-color: #fff;
  cursor: text;
  border: 1px solid #cccccc;
  font-size: 14px;

}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 100% !important;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('chosen-sprite.png') no-repeat -30px -20px;
  background: url('chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

a.chosen-single span {
    color:black;
    font-size: 0.9 rem;
}

/* ============================================================== */
/* CHOSEN ENDS HERE */
/* ============================================================== */

.pull_right{
    float:right;
}
.pull_left{
    float:left;
}

.sgn_mtme_label{
    margin-left:10px;
}

/* fixed for 5.5.3 version update*/
.row {
  max-width:81.25rem !important;
}

.dropdown.button::after, button.dropdown::after {
  border-style: none;
}
