@font-face {
    font-family: "Proxima Nova";
    src: url("/assets/font/proxima-nova/ProximaNova.eot");
    src: url("/assets/font/proxima-nova/ProximaNova.eot?#iefix") format("embedded-opentype"), url("/assets/font/proxima-nova/ProximaNova.woff") format("woff"), url("/assets/font/proxima-nova/ProximaNova.ttf") format("truetype"), url("/assets/font/proxima-nova/ProximaNova.svg#ProximaNova") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("/assets/font/proxima-nova/ProximaNova-Bold.eot");
    src: url("/assets/font/proxima-nova/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/font/proxima-nova/ProximaNova-Bold.woff") format("woff"), url("/assets/font/proxima-nova/ProximaNova-Bold.ttf") format("truetype"), url("/assets/font/proxima-nova/ProximaNova-Bold.svg#ProximaNova") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("/assets/font/proxima-nova/proxima_nova_semibold.eot");
    src: url("/assets/font/proxima-nova/proxima_nova_semibold.eot?#iefix") format("embedded-opentype"), url("/assets/font/proxima-nova/proxima_nova_semibold.woff") format("woff"), url("/assets/font/proxima-nova/proxima_nova_semibold.ttf") format("truetype"), url("/assets/font/proxima-nova/proxima_nova_semibold.svg#ProximaNova") format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("assets/font/proxima-nova/ProximaNova-Italic.eot");
    src: url("/assets/font/proxima-nova/ProximaNova-Italic.eot?#iefix") format("embedded-opentype"), url("/assets/font/proxima-nova/ProximaNova-Italic.woff") format("woff"), url("/assets/font/proxima-nova/ProximaNova-Italic.ttf") format("truetype"), url("/assets/font/proxima-nova/ProximaNova-Italic.svg#ProximaNova") format("svg");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("/assets/font/proxima-nova/ProximaNova-Light.eot");
    src: url("/assets/font/proxima-nova/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("/assets/font/proxima-nova/ProximaNova-Light.woff") format("woff"), url("/assets/font/proxima-nova/ProximaNova-Light.ttf") format("truetype"), url("/assets/font/proxima-nova/ProximaNova-Light.svg#ProximaNova") format("svg");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova Light";
    src: url("/assets/font/proxima-nova/ProximaNova-Light.eot");
    src: url("/assets/font/proxima-nova/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("/assets/font/proxima-nova/ProximaNova-Light.woff") format("woff"), url("/assets/font/proxima-nova/ProximaNova-Light.ttf") format("truetype"), url("/assets/font/proxima-nova/ProximaNova-Light.svg#ProximaNova") format("svg");
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/assets/font/proxima-nova/proximanova-thin.eot');
    src: url('/assets/font/proxima-nova/proximanova-thin.eot?#iefix') format('embedded-opentype'),
    url('/assets/font/proxima-nova/proximanova-thin.woff') format('woff'),
    url('/assets/font/proxima-nova/proximanova-thin.ttf') format('truetype'),
    url('/assets/font/proxima-nova/proximanova-thin.svg#proxima_novathin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    src: url("/assets/font/lato/Lato-Light.eot") format("embedded-opentype"),
         url("/assets/font/lato/Lato-Light.woff") format("woff"),
         url("/assets/font/lato/Lato-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Lato-Hairline";
    src: url("/assets/font/lato/Lato-Hairline.eot") format("embedded-opentype"),
         url("/assets/font/lato/Lato-Hairline.woff") format("woff"),
         url("/assets/font/lato/Lato-Hairline.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Lato-Light";
    src: url("/assets/font/lato/Lato-Light.eot") format("embedded-opentype"),
         url("/assets/font/lato/Lato-Light.woff") format("woff"),
         url("/assets/font/lato/Lato-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Lato-Black";
    src: url("/assets/font/lato/Lato-Black.eot") format("embedded-opentype"),
         url("/assets/font/lato/Lato-Black.woff") format("woff"),
         url("/assets/font/lato/Lato-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

body {
    background-color: #ebebeb;
    font-family: "Proxima Nova";
    font-size: 12pt;
    color: #333;
    text-align: left;
    overflow-x: hidden;
}

body.fixed {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

body[data-page="about"],
body[data-page="faq"] {
    background-color: white;
}

div.container {
    width: 100vw;
}

div.container.sm {
    width: 50vw;
}

div.container.md {
    width: 60vw;
}

div.container.wdg {
    /*width: 1300px;*/
	width: 100%;
}

div.container.lg {
    width: 80vw;
}

div.tabs {
    position: relative;
}

div.tabs a {
    text-decoration: none !important;
}

div.tab {
    width: auto;
    font-size: 11pt;
    color: #555 !important;
    text-align: center;
    padding: 10px 13px 10px 15px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

div.tab.first {
    padding-left: 30px;
}

div.tab.first:before {
    border-left: none !important;
}

div.tab span.dropdown {
    font-size: 10pt;
    color: #777;
    margin-left: 4px;
}

div.tab span.count {
    font-size: 11pt;
    color: red;
    margin-left: 0px;
}

div.popup div.tab.active {
    border-bottom: 3px solid #4a90e2;
    color: #4a90e2 !important;
}

div.tab span {
    font-size: 9pt;
    color: #777;
    position: relative;
    top: -1px;
    margin-left: 7px;
}

div.tab:before {
    border-left: 1px solid #ccc;
    height: 27px;
    position: absolute;
    top: 7px;
    left: -1px;
    content: "";
}

div.tabs-container.search-tabs {
    text-align: center;
    padding-right: 300px;
}

div.tabs-container.search-tabs div.tab {
    font-size: 13pt !important;
    color: #777 !important;
    padding: 0px 25px 15px 25px !important;
}

div.tabs-container.search-tabs div.tab.active {
    border-bottom: 3px solid #4a90e2 !important;
}

div.tabs-container.search-tabs div.tab:before {
    border: none !important;
}

div.tabs a div.tab.topics:after {
    border-left: 1px solid #ccc;
    height: 27px;
    position: absolute;
    top: 7px;
    right: -1px;
    content: "";
}

div.tabs a:last-child div.tab:after {
    border-left: 1px solid #ccc;
    height: 27px;
    position: absolute;
    top: 7px;
    right: 0px;
    content: "";
}

div.tabs div.tab.last:after {
    border-right: 1px solid #ccc;
    height: 27px;
    position: absolute;
    top: 7px;
    right: 0px;
    content: "";
}

div.tab-content {
    display: none;
}

div.tab-content.active {
    display: block;
}

.btn-border {
    width: 160px;
    height: 75px !important;
    border: 3px solid white !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 22pt;
    color: white !important;
    line-height: 1.40em !important;
    padding: 15px 25px !important;
    margin: 30px 5px 0px 5px;
    cursor: pointer;
}

div.panel {
    width: 60%;
    padding: 10px;
    position: relative;
   /* margin: 60px auto 0px auto;*/
	 margin: 40px auto 0px auto;
    display: none;
}

div.panel input,
div.panel select {
    margin-bottom: 10px;
}

div.panel button {
    width: 100%;
    margin-top: 15px;
}

div.panel small {
    font-size: 8pt;
}

div.open-tabs {
    width: 100%;
}

div.open-tab {
    width: 33%;
    border-bottom: 1px solid #aaa;
    font-size: 14pt;
    color: #777;
    text-align: center;
    padding: 10px 0px;
    margin-right: -5px;
    cursor: pointer;
    display: inline-block;
}

div.open-tabs[data-type="Invites"] div.open-tab {
    width: 50% !important;
}

div.open-tab.active {
    border: 1px solid #aaa;
    border-bottom: none;
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
    color: #4a5fb4;
}

div#waterfall {
    width: 100%;
    position: relative;
    margin: 5px auto 75px auto;
    display: block;
}

div#waterfall.move-left {
    margin-left: -150px;
    margin-bottom: 10px;
}

div#waterfall[data-component="collection"] {
    margin-top: 40px;
}

div#waterfall table {
    width: auto;
    margin: 0px auto;
}

div#waterfall table tr td {
    width: 300px;
    padding-left: 0px;
    padding-right: 0px;
    vertical-align: top;
}

div#waterfall table tr td div.col {
    width: 300px;
}

div#waterfall[data-component="topic"] table tr td div.col {
    width: 200px;
}

div#waterfall div.item {
    width: 282px;
    background-color: white;
    font-size: 10pt;
    line-height: 1.20em;
    margin-top: 20px;
    margin-bottom: 13px;
    opacity: 0.00;
    overflow: hidden;
    transition: 0.30s all ease-in-out;
    -moz-transition: 0.30s all ease-in-out;
    -webkit-transition: 0.30s all ease-in-out;
}

div.item.topic {
    width: 100% !important;
    border: 1px solid #b1b2b3;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 5px;
    cursor: pointer;
}

div.item.active {
    margin-top: 0px !important;
    opacity: 1.00 !important;
}

div.item.ad-placeholder {
    height: 282px;
    max-height: 282px !important;
    background-color: #aaa !important;
    border-radius: 0px 0px 0px 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    font-size: 9pt;
    color: #444;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

div.item div.photo {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

div.item div.photo img.play-button {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0px 0px -32px;
    z-index: 2;
}

div.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div.item div.info {
    color: #666;
    padding: 26px 10px 7px 10px;
    position: relative;
}

div#waterfall table tr td div.item div.stats {
    font-size: 9.5pt;
    color: #777;
    text-align: center;
    padding: 4px 0px;
}

div#waterfall table tr td div.item button.follow,
div#waterfall table tr td div.item button.friend {
    border-radius: 0px 0px 0px 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    font-size: 12pt;
}

div#waterfall table tr td div.item button.friend {
    width: 100% !important;
}

div#waterfall table tr td div.item button.follow {
    width: auto !important;
    margin-left: 155px;
}

div#waterfall table tr td div.item.user button.follow {
    width: 100% !important;
    margin-left: 0px !important;
}

div#photo-layout {
    width: 74vw;
}

div#photo-layout.in-profile,
div#content.in-collection div#photo-layout {
    width: 100vw;
    padding: 0px 40px 0px 30px;
    margin: 0px auto;
    display: block;
}

div#photo-layout div.col-xs-2,
div#photo-layout div.col-xs-4 {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

div#photo-layout div.item {
    width: 100%;
    height: 250px;
    border-radius: 0px 0px 0px 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    position: relative;
    margin-bottom: 8px;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}

div#photo-layout div.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div#photo-layout div.item img.play {
    width: 64px !important;
    height: 64px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    z-index: 2;
}

div.overlay-container-outer button.close {
    font-size: 32pt;
    color: white;
    position: absolute;
    top: 60px;
    right: 26vw;
    opacity: 1.00;
    filter: alpha(opacity=100);
}

button.close:focus,
button.close:active,
div.overlay-container-outer button.close:focus,
div.overlay-container-outer button.close:active {
    outline: 0 !important;
}

.overlay-close {
    margin-right: 20px !important;
    float: right !important;
}

.overlay-close:before {
    border: none !important;
}

div.modal div.confirm {
    text-align: center;
    padding: 20px 0px;
    display: none;
}

div.modal div.modal-body {
    max-height: 83vh;
    overflow-x: hidden;
    overflow-y: auto;
}

div.modal a#profile-share-friend-send,
div.modal a#tap-share-email-send,
div.modal a#tap-share-sms-send,
div.modal a#tap-share-friend-send,
div.modal a#collection-share-email-send,
div.modal a#collection-share-sms-send{
    float: right;
}

div.modal a#site-share-email-send,
div.modal a#site-share-sms-send {
    top: 0px;
    float: right;
}

div#modal-site-share-email a,
div#modal-site-share-sms a  {
    position: relative;
    top: 7px;
}

div.modal div.row {
    width: 100%;
}

div.modal input,
div.modal select,
div.modal textarea {
    position: relative;
}

div.modal-v2 div.modal-body {
    border-radius: 7px 7px 7px 7px !important;
    -moz-border-radius: 7px !important;
    -webkit-border-radius: 7px !important;
    overflow: hidden !important;
}

div.modal-v2 div.modal-body .container.pricing label {
    font-size: 14pt;
    padding: 5px 10px 3px 10px;
    margin: 15px 0px 0px 0px !important;
}

div.modal-v2 div.modal-body .container.pricing label:first-child {
    margin-top: 0px !important;
}

div.modal-v2 div.modal-body small {
    color: #888;
}

div.modal {
  max-height: 90vh;
  overflow: hidden !important;
  z-index: 10002; }

div.modal-dialog {
  margin-top: 45px; }

div.modal.narrow div.modal-dialog {
  width: 450px; }

div.modal.mini div.modal-dialog {
  width: 300px; }

div.modal.widen,
div.modal.widen div.modal-dialog,
div.modal.widen div.modal-content {
  width: 820px !important; }

div.modal.widen-onboarding,
div.modal.widen-onboarding div.modal-dialog,
div.modal.widen-onboarding div.modal-content {
  width: 820px !important; }

div.modal.widen-onboarding {
  left: 50%;
  margin-left: -510px !important; }

div.modal.widen-vault,
div.modal.widen-vault div.modal-dialog,
div.modal.widen-vault div.modal-content {
  width: 1250px !important; }

div.modal div.modal-header h4 {
  padding: 0px;
  margin: 0px; }

div.modal div.modal-body h4 {
  font-size: 18pt;
  padding: 0px;
  margin-bottom: 18px; }

div.modal.narrow div.modal-body h4 {
  margin-top: 0px; }

div.modal button.close {
  width: 50px;
  font-size: 32pt;
  color: white;
  text-shadow: #333 0px 1px 1px;
  position: absolute;
  top: -50px;
  right: -15px;
  opacity: 1.00; }

/*
body {
    padding: 10em;
    @include responsive(mobile,all-mobile) {
        width: 10%;
    }
}
*/

div.modal-new {
    left: 50%;
    margin-left: -287px;
}

div.modal-new,
div.modal-new div.modal-dialog,
div.modal-new div.modal-content {
    width: 575px !important;
}

div.modal-new div.modal-dialog,
div.modal-new div.modal-content {
    width: 100%;
}

div.modal-new div.modal-header,
div.modal-new div.modal-body,
div.modal-new div.modal-footer {
    border: none !important;
}

div.modal-new button.close {
    font-weight: 100 !important;
    font-size: 40pt !important;
    color: #636465 !important;
    text-shadow: none !important;
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 1.00;
    filter: alpha(opacity=100);
    z-index: 2;
}

div.modal-new a.close-text {
    font-weight: 600;
    font-size: 13pt;
    color: white !important;
    position: absolute;
    top: -30px;
    right: 15px;
    z-index: 2;
}

div.modal-new h2 {
    font-weight: 200;
    font-size: 24pt;
    margin-bottom: 20px;
}

div.modal-new div.modal-body {
    font-weight: 200;
    font-size: 15pt;
    color: #515354;
    padding-bottom: 100px;
}

div.modal-new div.buttons {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

div.modal-new div.modal-body input,
div.modal-new div.modal-body select,
div.modal-new div.modal-body textarea {
    text-align: center !important;
    margin-bottom: 10px;
}

div.modal-new div.modal-body input[type="checkbox"] {
    margin-bottom: 0px !important;
}

div.modal-new div.buttons {
    width: 100%;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
    overflow: hidden;
}

div.modal-new div.buttons button {
    height: 44px !important;
    border-right: 1px solid white !important;
    border-radius: 0px 0px 0px 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    font-size: 13pt !important;
    margin: 0px !important;
    float: left !important;
}

div.modal-new div.buttons button:last-child {
    border-right: none !important;
}

div.modal-new div.buttons .btn-wide-6 {
    width: 50%;
}




div.modal-share div.after {
    display: none;
}

div.modal-share div#friend-selection {
    width: 400px;
    text-align: center;
}

div.modal-share div#friend-selection div.friend {
    width: auto !important;
    height: 20px;
    background-color: #4acfe2;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 11pt;
    color: white;
    text-align: left;
    padding: 1px 30px 1px 8px;
    position: relative;
    margin: 3px;
    display: inline-block;
}

div.modal-share div#friend-selection div.friend div.remove {
    width: 20px;
    height: 20px;
    border: 1px solid white;
    background-color: #4acfe2;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 11pt;
    color: white;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

div.modal-share div#friend-options {
    width: 100%;
    max-width: 300px;
    height: 34vh;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    text-align: left !important;
    margin-left: -15px;
    margin-bottom: -50px;
    overflow-x: hidden;
    overflow-y: scroll;
    display: block;
}

div.modal-share div#friend-options::-webkit-scrollbar {
    height: 12px;
    width: 5px;
    background: #fff;
}

div.modal-share div#friend-options::-webkit-scrollbar-thumb {
    background: #ddd;
}

div.modal-share div#friend-options::-webkit-scrollbar-corner {
    background: #fff;
}

div.modal-share div#friend-options ul {
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

div.modal-share div#friend-options ul li {
    max-height: 55px;
    padding: 5px 9px;
    cursor: pointer;
}

div.modal-share div#friend-options ul li:hover {
    background-color: #eee;
}

div.modal-share div#friend-options ul li div.chosen {
    width: 45px;
    height: 45px;
    background-color: #7ed321;
    border-radius: 23px 23px 23px 23px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    font-weight: 300;
    font-size: 24pt;
    color: white !important;
    text-align: center;
    margin-right: 7px;
    display: none;
}

div.modal-share div#friend-options ul li.active div.chosen {
    display: inline-block;
}

div.modal-share div#friend-options ul li.active div.name {
    top: -3px;
}

div.modal-share div#friend-options ul li img.photo {
    width: 45px;
    height: 45px;
    border-radius: 23px 23px 23px 23px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    margin-right: 7px;
}

div.modal-share div#friend-options ul li.active img.photo {
    display: none;
}

div.modal-share div#friend-options ul li div.name {
    width: 70%;
    font-size: 14pt;
    position: relative;
    top: 2px;
    display: inline-block;
}






div#modal-tap-add div#vault-content {
  width: 775px;
  height: 700px;
  margin-top: -10px;
  margin-left: 0px;
  overflow-x: visible;
  overflow-y: auto; }
  div#modal-tap-add div#vault-content h2 {
    margin: 0px; }

div#modal-tap-add #vault-folder-add, div#modal-tap-add li.type.trash {
  display: none !important; }

div#modal-tap-add h1.vault {
  font-size: 20pt;
  color: #888;
  position: absolute;
  top: 24px;
  left: 330px;
  margin: 0px; }

.modal-v2 .modal-body {
  padding: 0; }
  .modal-v2 .modal-body .container {
    width: 100%;
    padding: 0;
    margin: 0; }
    .modal-v2 .modal-body .container .cta {
      width: 80%;
      font-size: 18px;
      margin: 1em; }
    .modal-v2 .modal-body .container h4 {
      width: 100%;
      background-color: #eee;
      padding: 1em;
      text-align: center;
      margin-top: 0; }
    .modal-v2 .modal-body .container.pricing {
      background-color: rgba(238, 238, 238, 0.55); }
      .modal-v2 .modal-body .container.pricing label {
        width: 72%;
        text-align: left;
        background-color: #FFF;
        padding: .1em .5em;
        display: block; }
    .modal-v2 .modal-body .container.payment .input-group-addon:first-child {
      background-color: inherit;
      border: 0; }

.modal-v2 .modal-dialog {
  width: 400px; }

.modal-v2 label {
  font-weight: normal;
  cursor: pointer; }
  .modal-v2 label .cc_month, .modal-v2 label .cc_year {
    display: inline-block;
    width: 50px; }
  .modal-v2 label .cc_year {
    width: 75px; }

div.modal.modal-v2 button.close {
  border: 0;
  top: 0;
  z-index: 1; }
  div.modal.modal-v2 button.close.close-icon {
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-width: 3px;
    border-style: solid;
    border-color: #CCC;
    top: .25em;
    right: .25em;
    padding: 0 !important;
    border-radius: 100% !important;
    background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, white 46%, white 56%, transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, white 46%, white 56%, transparent 56%, transparent 100%);
    background-color: #CCC;
    transition: all 0.3s ease; }

div.product {
    margin-bottom: 7px;
}

div.product-description {
    font-size: 13pt;
    text-align: center;
    line-height: 0.80em;
}

div.product-description label {
    cursor: text;
}

div.product-description small {
    font-size: 10.5pt;
}

div.payment button.back-button {
    font-size: 26pt;
    color: #aaa;
    top: -4px;
}

div.payment label.input-group {
    height: 44px;
    position: relative;
    margin: 0px -1px -7px 0px;
    display: inline-block;
}

div.payment-items {
    width: 300px;
    height: 88px;
    position: relative;
    margin: 30px auto 20px auto;
    display: block;
}

div.payment-items label.input-group {
    position: absolute;
}

div.payment-items label.input-group.full {
    width: 300px;
    top: 0px;
    left: 0px;
}

div.payment-items label.input-group.half.first {
    width: 151px;
    top: 43px;
    left: 0px;
}

div.payment-items label.input-group.half.second {
    width: 150px;
    border-right: 1px solid #ccc;
    top: 43px;
    left: 150px;
}

div.payment-items img {
    position: absolute;
    top: 11px;
    left: 11px;
    opacity: 0.75;
    filter: alpha(opacity: 75);
    z-index: 10;
}

div.payment-items input,
div.payment-items select {
    width: 100%;
    height: 44px !important;
    border: 1px solid #ccc !important;
    background-color: white !important;
    border-radius: 0px 0px 0px 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    padding-left: 40px !important;
}

div.payment-items label.first select {
    padding-left: 35px !important;
}

div.payment-items label.second select {
    border-right: none !important;
    padding-left: 10px !important;
    margin-left: -1px;
}

div.payment_error {
    margin: -20px 0px 20px 0px;
}

div#modal-red-bg {
    width: 100vw;
    height: 100vh;
    background-color: #dc4c40;
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0.00;
    filter: alpha(opacity=0);
    z-index: 20000;
    transition: 0.20s all ease-in-out;
    -moz-transition: 0.20s all ease-in-out;
    -webkit-transition: 0.20s all ease-in-out;
}

div#modal-red-bg.active {
    opacity: 1.00;
    filter: alpha(opacity=100);
}

div#modal-red {
    width: 500px;
    font-size: 11pt;
    color: white;
    text-align: left;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -250px;
    opacity: 0.00;
    filter: alpha(opacity=0);
    z-index: 20001;
    transition: 0.20s all ease-in-out;
    -moz-transition: 0.20s all ease-in-out;
    -webkit-transition: 0.20s all ease-in-out;
}

div#modal-red.active {
    opacity: 1.00;
    filter: alpha(opacity=100);
}

div#modal-red h1 {
    font-family: "Lato";
    font-weight: 500;
    font-size: 30pt;
    color: white;
    text-align: left;
}

div#modal-red div.buttons {
    margin-top: 30px;
}

div#modal-red div.buttons button {
    margin-left: 15px;
    float: right;
}

div#modal-red div.buttons button.btn-info {
    border: 1px solid white !important;
    background: white !important;
    box-shadow: none !important;
    color: #4a90e2 !important;
}

div#modal-red div.buttons button.btn-default {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    color: white !important;
}

div#modal-red div.buttons button:active,
div#modal-red div.buttons button:focus {
    outline: 0 !important;
}

div#modal-extension {
	width: 650px !important;
	margin: 100px auto 0px auto !important;
	overflow-x: hidden;
	overflow-y: hidden;
}

div#modal-extension.on-page {
	width: 90% !important;
	max-width: 1100px !important;
	border: 1px solid #ccc;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center !important;
	padding: 50px 0px 100px 0px;
	margin-top: 50px !important;
}

div#modal-extension .modal-dialog,
div#modal-extension .modal-content {
	width: 100% !important;
}

div#modal-extension .modal-body {
	text-align: center !important;
}

div#modal-extension h2 {
	font-weight: bold;
	font-size: 26pt;
	color: #fa0e4b;
}

div#modal-extension h3 {
	font-size: 18pt;
	color: #717171;
}

div#modal-extension img {
	width: 100%;
	max-width: 520px;
	position: relative;
	margin: 20px auto 40px auto;
	display: block;
}

div#modal-extension .btn-pink {
	border: 1px solid #fa0e4b;
	background-color: #fa0e4b;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
	font-size: 16pt;
	color: white;
    text-decoration: none !important;
	text-transform: uppercase;
	padding: 15px 75px !important;
	margin-bottom: 30px;
}

div#modal-extension .link-large {
	font-weight: bold;
	font-size: 14pt;
	color: #ccc;
}

div#modal-extension .link-small {
	font-size: 11pt;
	position: relative;
	left: 60px;
}

div#modal-extension .link-small:link,
div#modal-extension .link-small:active,
div#modal-extension .link-small:visited,
div#modal-extension .link-small:hover {
	color: purple;
	text-decoration: underline;
}

div#extension-bg {
    width: 100vw;
    height: 88vh;
    background-image: url("/assets/img/misc/extension-bg.png");
    background-position: top center;
    background-repeat: repeat-y;
    background-size: cover;
    margin-top: -20px;
}

div#extension-bg h1 {
    font-size: 44pt;
    color: #2f4d78;
    margin-top: 40px;
}

div#extension-bg h2 {
    font-size: 17pt;
    color: #777;
    line-height: 1.50em;
    margin-bottom: 40px;
}

div#extension-computers {
    width: 760px;
    height: 281px;
    background-image: url("/assets/img/misc/computers.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 19px;
    margin-top: 40px;
}

video#extension-video {
    width: 353px;
    height: 220px;
}

div.popup {
    border: 1px solid #aaa;
    background-color: white;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-top: 49px;
    opacity: 0.00;
    filter: alpha(opacity=0);
    z-index: 20005;
    transition: 0.20s all ease-in-out;
    -moz-transition: 0.20s all ease-in-out;
    -webkit-transition: 0.20s all ease-in-out;
}

div.popup.active {
    opacity: 1.00;
    filter: alpha(opacity=100);
}

div.popup div.tabs {
    width: 95%;
}

div.popup div.tab {
    min-width: 13.5% !important;
}

div.popup div.col-lg-2 {
    padding: 0px !important;
}

div#popup-invite-alert {
    width: 400px;
    font-size: 11pt;
    color: #333;
    text-align: left;
    padding: 20px 25px;
    position: fixed;
    top: 150px;
    left: 50%;
    margin-left: -200px;
}

div#popup-invite-alert button.close {
    position: absolute;
    top: 0px;
    right: 0px;
}

div#popup-feedback {
    width: 50vw;
    height: 515px;
    padding: 13px 15px;
    position: fixed;
    top: 0px;
    right: 7vw;
}

div#popup-feedback h1 {
    font-weight: 500;
    margin: 0px 0px 10px 0px;
}

div#popup-feedback button.close {
    height: 70px;
    font-weight: 300;
    font-size: 60pt;
    position: absolute;
    top: -5px;
    right: 0px;
    z-index: 2;
}

div#popup-feedback textarea {
    height: 388px !important;
}

div#popup-feedback div.alert {
    width: 50%;
    position: absolute;
    top: 8px;
    left: 200px;
}

div#popup-feedback a {
    position: relative;
    top: 9px;
}

img.alert-icon {
    width: auto;
    height: 24px;
    position: absolute;
    top: 9px;
    left: 25px;
    opacity: 0.25;
    filter: alpha(opacity=25);
    z-index: 2;
}

div.overlay-bg {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 10000;
}

div.overlay-container-outer {
    width: 100vw;
    height: 100vh;
    background: transparent;
    position: fixed;
    top: 0px !important;
    left: 0px;
    opacity: 0.00;
    filter: alpha(opacity=0);
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 10001;
    transition: 0.30s all ease-in-out;
    -moz-transition: 0.30s all ease-in-out;
    -webkit-transition: 0.30s all ease-in-out;
}

div.overlay-container-outer.active {
    top: 100px;
    opacity: 1.00;
    filter: alpha(opacity=100);
}

div.overlay-container-inner {
    width: 1280px;
    background: transparent;
    position: absolute;
    top: 10px;
    left: 50vw;
    margin-left: -640px;
}

div.overlay-container-inner.smaller {
    width: 800px;
    margin-left: -400px;
}

div.overlay-section {
    width: 100%;
    background-color: white;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding: 0px;
    margin-bottom: 20px;
    overflow: hidden;
}

div.overlay-section div.part {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    margin: 0px;
}

div.overlay-section div.part:last-child {
    border-bottom: none;
}

div.overlay-section div.part.actions {
    cursor: pointer;
}

div.overlay-section div.part.actions div {
    font-size: 11pt;
    cursor: pointer;
}

div.overlay-section div.part.actions div:hover {
   /* opacity: 0.80;
    filter: alpha(opacity=80);*/
}

div.overlay-section div.part.actions div.active {
    color: #4a90e2;
}

div.overlay-section div.part.actions div img {
    position: relative;
    top: -2px;
    margin-left: 4px;
}

div.overlay-section div.part.stats {
    background-color: #f3f3f3;
}

div.overlay-section div.part.stats div {
    font-size: 9pt;
}

div#content {
    width: 80vw;
    position: relative;
    right: 49%;
	margin-right: -34%;
	/*left: 50%;*/
   /* margin-left: -46vw;*/
}

div#content.home {
    width: 100vw !important;
    position: relative !important;
    left: 0px !important;
    margin-left: 0px !important;
}

div#content.new {
    width: 80vw;
    position: relative !important;
    left: 0px !important;
    margin-left: 30px !important;
}

div#content.in-collection {
    width: 100vw;
    position: relative !important;
    left: 0px !important;
    margin-left: 0px !important;
}

a:link div.share,
a:active div.share,
a:visited div.share,
a:hover div.share {
    color: #333 !important;
    text-decoration: none !important;
}

a.underline {
    text-decoration: underline !important;
}

div#modal-upload,
div#modal-social-add {
    width: 400px;
    margin: 0px auto;
}

div#modal-vault-add {
    width: 400px;
    margin: 0px auto;
}

div#modal-upload div.modal-dialog,
div#modal-upload div.modal-content,
div#modal-vault-add div.modal-dialog,
div#modal-vault-add div.modal-content,
div#modal-social-add div.modal-dialog,
div#modal-social-add div.modal-content {
    width: 100%;
}

div#modal-upload div.modal-body,
div#modal-social-add div.modal-body {
    text-align: center;
}

div#modal-upload div.row {
    width: 100%;
    margin: 0px;
}

div#modal-upload div.snippet {
    width: 48%;
    padding: 10px;
}

div#modal-upload div.snippet:last-child {
    margin-left: 10px;
}

div#modal-upload button.btn-info {
    width: 100%;
    height: 75px;
    font-size: 16pt;
    line-height: 1.10em;
    margin: 0px auto;
    display: block;
}

div#modal-upload div.modal-body small {
    font-size: 9pt;
}

div.tab-links {
	text-align: center;
}

span.tab-save {
	color:blue;
	cursor:pointer;
	padding:0 5px
}

span.tab-save-border {
	border-left:1px solid grey;
}


div.section,
div.section-bg {
    border: 1px solid #aaa;
    background-color: white;
    padding: 15px 20px;
}

div.section {
    display: none;
}

div.section-bg {
    margin-bottom: 25px;
}

div.section.blank {
    border: none;
    background-color: transparent;
    padding: 0px;
}

div.section.padded {
    padding: 30px 10px 30px 50px;
}

div.section.active,
div.section-toggle {
    display: block;
}

div.section h2 {
    margin-top: 0px;
}

div.section h2.friends {
    border-bottom: 1px solid #eaeaea;
    color: #1f99d3;
    text-align: center;
    padding: 10px 0px 15px 0px;
    margin: 0px 0px 20px 0px;
}

div#location-select,
div#tag-select {
	border: 1px solid #bbb;
	background-color: #eee;
	width: 250px;
	max-height: 350px;
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 100000;
}

div#location-select ul,
div#tag-select ul {
	list-style: none;
    padding: 0px;
	margin: 0px;
}

div#location-select ul li,
div#tag-select ul li {
	font-weight: bold;
	font-size: 10pt;
	color: #333;
	text-align: left;
	padding: 5px 8px;
	cursor: pointer;
}

div#location-select ul li:hover,
div#tag-select ul li:hover {
	background-color: #ddd;
}

div.widget-container-left {
    width: 650px;
    vertical-align: top;
    float: left;
}

div.widget-container-right {
    width: 300px;
    vertical-align: top;
    float: right;
}

div.widget-container-right div.section-bg.iframe {
    border: none !important;
    background: none !important;
    padding: 0px !important;
}

div#modal-social-add div.social-icons {
    margin-top: 20px;
}

div#modal-social-add div.social-icon {
    font-size: 8pt;
    color: #888;
    text-align: center;
    vertical-align: top;
    margin: 0px 10px 10px 10px;
    display: inline-block;
    cursor: pointer;
}

div#modal-social-add div.social-icon img {
    width: 50px;
    height: 50px;
    margin-bottom: 4px;
}

div#modal-alert {
    color: #333 !important;
}

div#modal-alert div.modal-footer a.load-modal {
    font-size: 10.5pt;
    position: relative;
    top: 10px;
    left: 40px;
    float: left;
}

.get-app{
	margin-left: 120px;
	margin-top: 30px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	width:200px;
	line-height: 1.50em !important;
}

.coming-soon {
    cursor: pointer;
}

div#search-load {
    text-align: center;
}

div#loading-logo {
    width: 100px;
    height: 100px;
    background-image: url("/assets/img/icon/logo-for-rotation.png");
    background-position: 10px 10px;
    background-repeat: no-repeat;
    background-size: 64px;
    position: relative;
    margin: 40px 0px 0px 32px;
    display: inline-block;
}

div#loading-logo.white {
    background-image: url("/assets/img/icon/logo-for-rotation-white.png") !important;
}

div#loading-logo.tug {
    border: 1px solid white;
    background-color: white;
    border-radius: 100px 100px 100px 100px;
    -moz-border-radius: 100px;
    position: fixed;
    top: -100px;
    left: 50%;
    margin-left: -32px;
    z-index: 1000;
    transition: 0.30s all ease-in-out;
    -moz-transition: 0.30s all ease-in-out;
    -webkit-transition: 0.30s all ease-in-out;
}

div#loading-logo.tug.active {
    transform: translateY(150px);
    -moz-transform: translateY(150px);
    -webkit-transform: translateY(150px);
}

div.arc {
    width: 70px;
    height: 70px;
    border-color: #1c75bc transparent transparent transparent;
    border-radius: 100% 100% 100% 100%;
    border: 1px solid transparent;
    position: absolute;
    top: 0px;
    left: 0px;
}

div#loading-logo.white div.arc {
    border-color: transparent transparent transparent transparent !important;
}

div.arc_start {
    border-color: transparent transparent transparent #1c75bc;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    animation:         loading 0.75s infinite linear;
	-ms-animation:     loading 0.75s infinite linear;
	-moz-animation:    loading 0.75s infinite linear;
	-webkit-animation: loading 0.75s infinite linear;
}

div#loading-logo.white div.arc_start {
    border-color: transparent transparent transparent #ffffff !important;
}

div#modal-collection-settings div.modal-body {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

div.whole {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    font-size: 15pt !important;
    color: #555 !important;
    text-align: left;
    padding: 15px;
    margin-bottom: -1px;
}

div.whole.stretch {
    width: 100vw;
    margin-left: -15px;
    margin-bottom: 0px;
}

div.whole input,
div.whole select {
    height: auto !important;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    font-size: 15pt !important;
    color: #555 !important;
    text-align: left !important;
    padding: 0px !important;
    margin: 0px 0px 0px -2px !important;
}

div.whole.blue {
    color: #5597e4 !important;
    margin-bottom: 0px !important;
}

div.whole div.switch {
    width: 55px;
    height: 31px;
    border: 1px solid #d8d8d8;
    background-color: #d8d8d8;
    border-radius: 31px 31px 31px 31px;
    -moz-border-radius: 31px;
    -webkit-border-radius: 31px;
    position: relative;
    top: -2px;
    float: right;
}

div.whole div.switch div.notch {
    width: 27px;
    height: 27px;
    border-radius: 27px 27px 27px 27px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
}

div.whole div.switch.active {
    border: 1px solid #4a90e2 !important;
    background-color: #4a90e2 !important;
}

button div#loading-logo {
    width: 30px;
    height: 30px;
    background-size: 20px;
    position: absolute;
    margin: -7px 0px 0px -45px;
}

button div.arc {
    width: 34px;
    height: 34px;
}

@keyframes loading {
	from { transform: rotate(0deg); }
	to   { transform: rotate(360deg); }
}

@-ms-keyframes loading {
	from { -ms-transform: rotate(0deg); }
	to   { -ms-transform: rotate(360deg); }
}

@-moz-keyframes loading {
	from { -moz-transform: rotate(0deg); }
	to   { -moz-transform: rotate(360deg); }
}

@-webkit-keyframes loading {
	from { -webkit-transform: rotate(0deg); }
	to   { -webkit-transform: rotate(360deg); }
}

div#feed {
    position: relative;
}

label.animated-label {
    width: 100%;
    font-weight: normal;
    font-size: 12pt;
    color: #444;
    text-align: center;
    position: absolute;
    left: 0px;
    margin-top: 10px;
    opacity: 0.00;
    filter: alpha(opacity=0);
    z-index: 1;
    transition: 0.30s all ease-in-out;
    -moz-transition: 0.30s all ease-in-out;
    -webkit-transition: 0.30s all ease-in-out;
}

label.animated-label.active {
    margin-top: -15px;
    opacity: 1.00;
    filter: alpha(opacity=100);
}

label.animated-label.textarea.active {
    margin-top: -30px;
}

img.refresh-feed {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -15px;
    opacity: 0.35;
    filter: alpha(opacity=35);
    cursor: pointer;
    transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
}

img.refresh-feed.active {
    transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    transition: 0.75s all ease-in-out;
    -moz-transition: 0.75s all ease-in-out;
    -webkit-transition: 0.75s all ease-in-out;
}

img#refresh {
    width: 24px;
    height: 24px;
    position: fixed;
    top: 12px;
    left: 73vw;
    z-index: 10;
    animation:         refresh 0.75s infinite linear;
	-ms-animation:     refresh 0.75s infinite linear;
	-moz-animation:    refresh 0.75s infinite linear;
	-webkit-animation: refresh 0.75s infinite linear;
}

a, img {
    border: none !important;
    outline: none !important;
}


@media (max-width: 320px) {
    img#refresh {
        left: 78vw;
    }
}

@keyframes refresh {
	from { transform: rotate(0deg); }
	to   { transform: rotate(360deg); }
}

@-ms-keyframes refresh {
	from { -ms-transform: rotate(0deg); }
	to   { -ms-transform: rotate(360deg); }
}

@-moz-keyframes refresh {
	from { -moz-transform: rotate(0deg); }
	to   { -moz-transform: rotate(360deg); }
}

@-webkit-keyframes refresh {
	from { -webkit-transform: rotate(0deg); }
	to   { -webkit-transform: rotate(360deg); }
}

div#progress-bar {
    width: 300px;
    height: 10px;
    border: 1px solid #111;
    text-align: left !important;
    margin: 20px auto;
    display: block;
}

div#progress {
    height: 100%;
    background-color: #111;
	max-width: 100%;
    transition: 0.30s all ease-in-out;
    -moz-transition: 0.30s all ease-in-out;
    -webkit-transition: 0.30s all ease-in-out;
}

div.snippet {
    border: 1px dashed #b1b2b3;
    background-color: #eee;
    padding: 15px 20px;
    margin-bottom: 20px;
}

div.snippet button:not(.btn-wide):not(.btn-wider) {
    height: 36px;
    line-height: 1.00em;
}

button.btn-wide {
    width: 200px;
}

button.btn-wider {
    width: 275px;
}

div.snippet small {
    font-size: 10pt;
    color: #777;
}

div.switch-container {
    width: 200px;
    text-align: right;
    position: relative;
    margin-top: 20px;
    clear: both;
    float: right;
}

div.switch-container.visibility {
    width: 140px;
    margin-bottom: 20px;
    float: none;
}

div.switch-container.moderated {
    width: 140px;
}

div.switch {
    width: 44px;
    height: 20px;
    border: 1px solid #9fa3a9;
    background-color: #9fa3a9;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
    top: 5px;
    display: inline-block;
    cursor: pointer;
    transition: 0.20s all ease-in-out;
    -moz-transition: 0.20s all ease-in-out;
    -webkit-transition: 0.20s all ease-in-out;
}

div.switch.active {
    border: 1px solid #4a90e2;
    background-color: #4a90e2;
}

div.switch div.notch {
    width: 16px;
    height: 16px;
    border: 1px solid white;
    background-color: white;
    border-radius: 9px 9px 9px 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    position: absolute;
    top: 1px;
    left: 1px;
    transition: 0.20s all ease-in-out;
    -moz-transition: 0.20s all ease-in-out;
    -webkit-transition: 0.20s all ease-in-out;
}

div.switch.active div.notch {
    left: 25px;
}

div.switch-container div.text {
    display: inline-block;
}

div.switch-container div.text span {
    font-size: 9pt;
    color: #777;
    position: absolute;
    right: 50px;
    bottom: 4px;
}

div#moderated-switch div.text small {
    font-size: 9pt;
}

div#moderated-switch div.switch {
    top: -17px;
}

div#moderated-switch span.options {
    position: relative;
    top: -19px;
}

div.switch-container span.options {
    font-size: 8pt;
    margin-right: 3px;
}

div#moderated-switch {
    margin-top: -4px !important;
}

div.switch-container a#moderation-help {
    text-decoration: underline !important;
    margin-right: 5px;
}

div.switch-container a#visibility-help {
    text-decoration: underline !important;
    position: relative;
    left: -32px;
}

div#visibility-help-text,
div#moderation-help-text {
    width: 100%;
    border: 1px solid #aaa;
    font-size: 10pt;
    padding: 8px 13px;
    position: relative;
    margin-bottom: 10px;
    clear: both;
    display: none;
}

div.visibility-options {
    font-size: 10pt;
    line-height: 1.50em;
    margin-bottom: 15px;
}

div.visibility-options h3 {
    margin: 0px 0px 5px 0px;
}

div.visibility-options input {
    position: relative;
    top: 2px;
    margin: 0px 4px 0px 0px;
}

div.switch-container.visibility span.options {
    position: relative;
    left: 21px;
    margin-right: 0px;
}

div#modal-get-app a.pull-right {
    position: relative;
    top: 9px;
    margin-right: 20px;
}

.custom-tooltip-toggle {
    content: "";
}

div.custom-tooltip {
    min-width: 60px;
    border: 1px solid #444;
    background-color: #444;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 10pt;
    color: white;
    text-align: center;
    white-space: nowrap;
    padding: 5px 8px;
    position: absolute;
    z-index: 20001;
}

div.custom-tooltip-tail {
    width: 14px;
    height: 14px;
    border: 1px solid #444;
    background-color: #444;
    position: absolute;
    left: 43%;
    bottom: -7px;
    z-index: 20000;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

div.custom-tooltip-tail.tail-left {
    top: 7px;
    left: -7px;
}

div.icon-tooltip {
    min-width: 60px;
    border: 1px solid #444;
    background-color: #444;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 10pt;
    color: white;
    text-align: center;
    white-space: nowrap;
    padding: 5px 8px;
    position: absolute;
    content: attr(title);
}

div.icon-tooltip-tail {
    width: 14px;
    height: 14px;
    border: 1px solid #444;
    background-color: #444;
    position: absolute;
    left: 43%;
    bottom: -7px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

img.rotate {
    width: 26px;
    height: 26px;
    opacity: 0.50;
    filter: alpha(opacity=50);
    cursor: pointer;
}

div.clear {
    clear: both;
}

div.alert {
    display: none;
}

div.alert.red {
    font-weight: bold;
    color: red;
    text-align: center;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

div#no-items {
    width: 86.5vw;
    text-align: center;
    padding: 10px 15px;
}

div#no-content {
    width: 420px;
    border: 1px solid #b1b2b3;
    background-color: white;
    font-size: 12pt;
    color: #6c7686;
    text-align: left;
    line-height: 1.40em;
    padding: 20px 25px;
}

div#no-content h2 {
    color: #45a7e9;
    margin-top: 0px;
}

div#no-content img {
    width: 32px;
    height: 32px;
    position: relative;
    top: -1px;
    margin: 0px 1px;
}

div#no-content.center {
    width: 800px;
    border: none;
    background: none;
    text-align: center;
    position: fixed;
    top: 130px !important;
    left: 50%;
    margin-left: -400px;
}

div#home-no-content {
    width: 400px;
    border: 1px solid #ddd;
    background-color: white;
    font-size: 11pt;
    color: #333;
    padding: 5px 9px;
    margin-left: 50px;
    z-index: 2;
}

div#back-to-top {
    width: 90px;
    height: 90px;
    background: rgba(14, 24, 37, 0.85);
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 11pt;
    color: white;
    text-align: center;
    line-height: 1.50em;
    padding: 10px 15px 15px 15px;
    position: fixed;
    left: 50px;
    bottom: 50px;
    cursor: pointer;
    display: none;
    z-index: 1000 !important;
}

div#back-to-top.active {
    display: block;
}

div#back-to-top img {
    width: 22px;
    height: 22px;
    margin-bottom: 5px;
}

div.count {
    width: 19px;
    height: 19px;
    border-radius: 19px 19px 19px 19px;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    border: 1px solid red;
    background-color: red;
    font-size: 8pt;
    color: white;
    text-align: center;
    padding: 1px 0px;
    position: absolute;
    top: -7px;
    right: -9px;
    z-index: 2;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transition: 0.20s all ease-in-out;
    -moz-transition: 0.20s all ease-in-out;
    -webkit-transition: 0.20s all ease-in-out;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
}

div.count.header-notification-count {
    top: 3px;
    right: -2px;
}

div.count.friends-count {
    position: relative;
	left:47px;
	top:-27px;
}

div.count.active {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

button,
a[role="button"] {
    height: 42px;
    border-radius: 3px 3px 3px 3px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.btn-info {
    border: 1px solid #4a90e2 !important;
    background-color: #4a90e2 !important;
    color: white !important;
}

.btn-follow{
	margin-left: 65px;
    margin-right: 20px;
}

.btn-default {
    border: 1px solid #a7b1bc !important;
    background-color: #a7b1bc !important;
    color: white !important;
}

.btn-clear {
    border: 1px solid #a7b1bc !important;
    background-color: white !important;
    color: #555 !important;
}

.btn-round {
    min-width: 80px;
    height: 36px !important;
    border: 1px solid #555 !important;
    background-color: white !important;
    border-radius: 18px 18px 18px 18px !important;
    -moz-border-radius: 18px !important;
    -webkit-border-radius: 18px !important;
    color: #555 !important;
    opacity: 1.00;
    filter: alpha(opacity=100);
}

.btn-round:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.btn-large {
    height: 50px !important;
    font-size: 14pt !important;
    line-height: 1.50em !important;
    padding: 10px 45px !important;
}

.btn-large img {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.btn-small {
    height: 30px !important;
    font-size: 10pt !important;
    padding: 5px 9px !important;
}

a[role="button"] {
    line-height: 2.00em;
}

input,
select,
textarea {
    height: 36px !important;
    border-radius: 3px 3px 3px 3px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    margin-bottom: 5px;
}

textarea {
    resize: none;
}

.inactive::placeholder {
    color: white;
}

.inactive::-moz-placeholder {
    color: white;
}

.inactive::-webkit-placeholder {
    color: white;
}

input[type="checkbox"] {
    width: auto;
    height: auto !important;
    position: relative;
    top: 1px;
    margin-right: 4px;
    margin-bottom: 13px;
    display: inline-block;
}

input[type="radio"] {
    height: auto !important;
    position: relative;
    top: 1px;
    margin-right: 7px;
    margin-bottom: 10px;
}

input.margin-bottom {
    margin-bottom: 15px;
}

h1 {
    font-family: "Lato";
    font-weight: 400;
    font-size: 34pt;
}

h1#header-title {
    width: 75vw;
    font-size: 24pt;
    text-align: left;
    margin: 30px 0px -20px 0px;
}

div.sort {
    width: 220px;
    font-size: 13pt;
    position: relative;
    float: right;
}

div#collection-header div.sort {
    width: 220px;
}

div#collection-header div.sort strong {
    float: left;
}

div#collection-header div.sort div.text {
    text-align: left !important;
    top: -23px;
}

div.sort div.text {
    border-bottom: 1px solid #d8d8d8;
    width: 150px !important;
    margin-left: 15px;
    position: relative;
    top: -18px;
    float: right;
    cursor: pointer;
}

div.sort div.text span {
    font-weight: 400 !important;
    color: #444 !important;
}

div.sort div.text img {
    position: relative;
    top: 4px;
    float: right;
}

h1.underline {
    font-weight: bold;
    font-size: 30pt;
    color: #333;
    text-align: center;
    text-decoration: underline;
    margin: 0px 0px 15px 0px;
}

h2 a {
    font-size: 10pt;
    color: blue;
    position: relative;
    top: -4px;
    margin-left: 20px;
}

h2.red {
    font-size: 30pt;
    color: #ed1b25;
}

h2.center {
    font-size: 18pt;
    text-align: center;
    margin: 0px 0px 20px 0px;
}

h2.sorry-private {
    font-family: "Lato";
    font-size: 24pt;
    margin-top: 100px !important;
}

h3 {
    font-size: 14pt;
}

div.note h4 {
    color: #4662a6;
    margin: 0px 0px 0px 17px;
    float: left;
}

div.note h4.right {
    width: 100%;
    text-align: right;
}

h4.red {
    color: #ed1b25;
    margin-bottom: 6px;
}


a.red {
    color: red !important;
}

div.note {
    width: auto;
    min-width: 300px;
    position: fixed;
    display: none;
    z-index: 20002;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

div.note.active {
    display: block;
}

div.note div.content {
    border: 1px solid #aaa;
    background-color: white;
    font-size: 11pt;
    color: #555;
    text-align: left;
    padding: 16px 20px;
    position: relative;
}

div.note.has-tail div.content {
    padding: 16px 20px 50px 20px !important;
}

div.note.has-tail:after {
    width: 20px;
    height: 20px;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    background-color: white;
    position: absolute;
    top: -10px;
    left: 100px;
    z-index: 20001;
    transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    content: "";
}

div.note[data-step="7"] h2 {
    font-weight: 200;
    color: #666 !important;
    margin-top: -15px;
}

div.note.has-tail[data-step="7"]:after {
    top: 50px;
    left: 97.50%;
    transform: rotateZ(135deg);
    -moz-transform: rotateZ(135deg);
    -webkit-transform: rotateZ(135deg);
}

div.note h1 {
    font-size: 22pt;
    color: #333;
    margin-top: 0px;
    margin-bottom: 20px;
}

div.note h2 {
    color: #4aa4e1;
    margin-top: 0px;
}

@media (min-width: 768px) {
    div.note[data-step="1"] {
        width: 500px;
        top: 200px;
        left: 50%;
        margin-left: -250px;
    }

    div.note[data-step="1"] div.content {
        text-align: center;
        padding: 20px 40px 60px 40px;
    }

    div.note[data-step="2"] {
        max-width: 400px;
        top: 95px;
        left: 50vw;
        margin-left: -432px;
    }

    div.note[data-step="3"] {
        max-width: 400px;
        top: 95px;
        left: 50vw;
        margin-left: -282px;
    }

    div.note[data-step="4"] {
        max-width: 400px;
        top: 95px;
        left: 50vw;
        margin-left: -212px;
    }

    div.note[data-step="5"] {
        max-width: 400px;
        top: 120px;
        left: 51vw;
        margin-left: 150px;
    }

    div.note[data-step="5"] div.content {
        padding-bottom: 43px;
    }

    div.note[data-step="5"] img.arrow {
        width: auto;
        height: 90px;
        position: absolute;
        top: -70px;
        left: 60%;
        transform: rotateZ(30deg);
        -moz-transform: rotateZ(30deg);
        -webkit-transform: rotateZ(30deg);
    }

    div.note[data-step="6"] {
        max-width: 400px;
        top: 120px;
        right: 50%;
        margin-right: -325px;
    }

    div.note[data-step="6"]:after {
        top: 35px;
        left: 97.5%;
        transform: rotateZ(135deg);
        -moz-transform: rotateZ(135deg);
        -webkit-transform: rotateZ(135deg);
    }

    div.note[data-step="7"] {
        width: 530px;
        top: 200px;
        left: 50%;
        margin-left: -250px;
    }

    div.note[data-step="7"] div.content {
        text-align: center;
        padding: 60px 40px 60px 40px;
    }
}

div.note div.indicators {
    width: 100px;
    height: 15px;
    position: absolute;
    left: 50%;
    bottom: 15px;
    margin-left: -50px;
}

div.note div.indicator {
    width: 8px;
    height: 8px;
    border: 1px solid #4aa4e1;
    background-color: #4aa4e1;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 0px 3px;
    display: inline-block;
    transform: scale(0.50);
    -moz-transform: scale(0.50);
    -webkit-transform: scale(0.50);
}

div.note[data-step="2"] div.indicator[data-pos="1"],
div.note[data-step="3"] div.indicator[data-pos="2"],
div.note[data-step="4"] div.indicator[data-pos="3"],
div.note[data-step="5"] div.indicator[data-pos="4"],
div.note[data-step="6"] div.indicator[data-pos="5"],
div.note[data-step="7"] div.indicator[data-pos="6"],
div.note[data-step="7b"] div.indicator[data-pos="6"],
div.note[data-step="8"] div.indicator[data-pos="7"] {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

div.note a.note-back {
    font-size: 10pt;
    color: blue !important;
    position: absolute;
    left: 20px;
    bottom: 10px;
}

div.note[data-step="1"] a.note-back,
div.note[data-step="9"] a.note-back {
    display: none;
}

div.note a.note-next {
    font-size: 10pt;
    color: white !important;
    position: absolute;
    right: 20px;
    bottom: 10px;
}

div.note .note-next.turn-to-button {
    color: blue !important;
}

div.note button.close {
    font-size: 20pt;
    position: absolute;
    top: 10px;
    right: 10px;
}

div#tutorial-text {
    width: auto;
    border: 1px solid #ccc;
    font-size: 11pt;
    color: #4e4d8f;
    text-align: center;
    padding: 2px 5px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
}

#search-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  height:210px;
  overflow:auto;
  margin-top: -4px;
	width:80%;
    position: absolute;
}

#search-ul li a {
  margin-top: -1px; /* Prevent double borders */
  background-color: white;
  padding: 5px;
  text-decoration: none;
  font-size: 14px;
  color: black;
  display: block;
  color: #ABABAB;
}

#search-ul li a:hover:not(.header) {
  color: #4a90e2;
}

div#feed-no-taps {
    width: 43%;
    border: 1px solid #cecece;
    background-color: white;
    font-size: 11pt;
    color: #333;
    line-height: 1.40em;
    padding: 10px 15px;
    position: relative;
    margin: -30px 0px 0px 30vw;
}

div#feed-no-taps img.arrow {
    width: auto;
    height: 80px;
    position: absolute;
    top: -85px;
    z-index: 2;
}

div#feed-no-taps img.arrow-1 {
    left: 82%;
}

div#feed-no-taps img.arrow-2 {
    right: 89%;
}

div#feed-no-taps a {
    text-decoration: underline;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.three-dots{
	width: 45px;
    margin-left: 20px;
}

a.download-link{
	color:#666;
}

.avatar-rotate{
	display:inline;
}

.form-control.search-input{
	width:80%;
	display:inline;
}

.search-col{
	width:600px;
}

.upload-date {
    font-size: 10pt;
    text-align: left;
	margin-top: 15px;
}

.taken-date {
    font-size: 10pt;
    text-align: left;
}

.photo-size {
    font-size: 10pt;
    text-align: left;
}

a.blue {
    color: blue !important;
}

.video-js .vjs-control-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.video-js .vjs-big-play-button {
    top: 45% !important;
    left: 45% !important;
}

div.red-highlight {
    outline: 3px solid red;
    background-color: #f4dada;
}

.share-element.active {
    outline: 5px solid #ccc;
}

.cookiestest {
    display: none;
}

.btn-facebook {
    border: 1px solid #4267b2 !important;
    background: #4267b2 !important;
}

.btn-facebook img {
    width: 30px;
    height: 30px;
    position: relative;
    top: -2px;
    margin-right: 1px;
}



div#page-content {
    width: 1280px;
    color: #4e5051 !important;
    position: relative;
    margin: 30px auto 0px auto;
    display: block;
}

div#page-content div#lsidebar,
div#page-content div#rsidebar {
    width: 300px;
    vertical-align: top;
    position: fixed;
    margin: 0px;
}

div#page-content div#tcontent {
    width: 900px;
    vertical-align: top;
    margin-left: 0px;
    float: left;
}

div#page-content div.tpanel {
    width: 100%;
    height: auto;
    background-color: white;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16), 0 1px 3px 0 rgba(0,0,0,0.06);
    padding: 15px !important;
    position: relative;
    margin-bottom: 20px;
}

div#page-content div.tpanel.collapsible {
    height: 50px;
    color: #444 !important;
    overflow: hidden;
}

div#page-content div.tpanel .collapsible {
    font-size: 11pt;
    color: #777 !important;
    text-decoration: none !important;
    position: absolute;
    top: 15px;
    right: 13px;
}

div#page-content div.tpanel.collapsible h3 {
    color: #444 !important;
}

div#page-content div.tpanel.collapsible h3 a {
    display: none;
}

div#page-content div.tpanel.no-padding {
    padding: 0px !important;
}

div#page-content h3 {
    font-weight: 200;
    font-size: 16pt;
    margin: 0px 0px 15px 0px;
}

div#page-content h3 a {
    font-size: 11pt;
    color: #4a90e2 !important;
    position: absolute;
    top: 18px;
    right: 35px;
}

div#page-content h5 {
    font-weight: 200;
    font-size: 10pt;
    margin: 0px 0px 15px 0px;
}

div#page-content div#collection-thumbs {
    width: 100%;
    margin-bottom: -5px;
}

div#page-content div#collection-thumbs div.thumb {
    width: 82px;
    height: 82px;
    background-color: #eee;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 2px;
    overflow: hidden;
    display: inline-block;
}

div#page-content div#collection-thumbs div.thumb.blank {
    border: 1px dashed #aaa;
    background-color: white;
    padding: 25px;
}

div#page-content div#collection-thumbs div.thumb:not(.blank) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div#page-content div.friend-tap {
    font-weight: 200;
    font-size: 14pt;
    margin-bottom: 10px;
}

div#page-content div.friend-tap small {
    font-size: 11pt;
}

div#page-content div.friend-tap img {
    width: 50px;
    height: 50px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
}

div#page-content div.friend-tap div.col-lg-9 {
    line-height: 1.20em;
    padding-top: 5px;
    padding-left: 2px !important;
}

div#page-content div.friend-tap:hover {
    background-color: #eee;
}

div#page-content a div.friend-tap {
    color: #666 !important;
}

div#page-content a div.friend-tap small {
    color: #999 !important;
}

div#page-content a.vault-upgrade {
    font-size: 10pt;
    position: absolute;
    top: 11px;
    right: 13px;
}

div#page-content div#vault-progress-container {
    width: 100%;
    height: 10px;
    background-color: #f4f2f2;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0px;
    position: relative;
}

div#page-content div#vault-progress-bar {
    height: 10px;
    background-color: #5ecbe8;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
}

div#page-content a.topic img {
    width: 138px;
    height: 138px;
    margin-right: 6px;
}

div#page-content a.topic:last-child img {
    margin-right: 0px;
}

div#page-content button.fixed {
    width: 615px;
    border-radius: 0px 0px 5px 5px !important;
    -moz-border-radius-topleft: 0px !important; -moz-border-radius-topright: 0px !important;
    -webkit-border-top-left-radius: 0px !important; -webkit-border-top-right-radius: 0px !important;
    font-size: 13pt !important;
    margin: 20px 0px -15px -15px;
}

div#page-content button.fixed.no-move {
    margin: -1px 0px 0px 0px;
}

div#page-content table {
    width: 100%;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-collapse: collapse;
}

div#page-content table tr td {
    border: 1px solid #ccc;
    text-align: center;
}

div#page-content table tr td.mid {
    vertical-align: middle;
}

div#page-content table tr td.mid.smaller {
    max-width: 125px;
}

div#page-content table tr td.top {
    height: 90px;
    vertical-align: top;
}

div#page-content div#waterfall {
    margin-left: 15px;
}

div#page-content div#waterfall table tr td {
    border: none !important;
    text-align: left !important;
}

div#page-content table tr td#files-container {
    width: 205px !important;
}

div#page-content button#pickfiles {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}

div#page-content button#pickfiles img {
    margin-left: 13px;
}

div#page-content div#upload-process {
    width: 100%;
    height: 174px;
    text-align: center;
    padding-top: 10px;
    display: none;
}

div#page-content div#upload-process div#loading-logo {
    margin-top: 0px !important;
}

div#page-content .required {
    outline: 3px solid red;
}

div.tabs-new div.tabs-container {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

div.tabs-new div.tab,
div.tabs-new div.tab-content {
    color: #444;
    text-align: center;
}

div.tabs-new div.tab {
    border-bottom: 3px solid white;
    font-size: 13pt !important;
}

div.tabs-new div.tab.active {
    border-bottom: 3px solid #4a90e2;
}

div.tabs-new div.tab:before,
div.tabs-new div.tab:after {
    border: none !important;
}

div.media-empty {
    width: 100%;
    text-align: center;
}

div.media-empty img {
    max-width: 24px;
    max-height: 24px;
    position: relative;
    top: -1px;
    margin: 0px 2px;
}

@media (max-width: 767px) {
    div.media-empty img {
        margin: 0px 6px;
    }
}

div.upload-icon {
    width: 40px !important;
    height: 40px !important;
    border-radius: 40px 40px 40px 40px;
    -webkit-border-radius: 40px;
    background-color: #4a90e2;
    text-align: center;
    position: relative;
    top: 16px;
    display: inline-block;
    cursor: pointer;
}

div.upload-icon span {
    font-family: "Proxima Nova";
    font-weight: 100;
    font-size: 33pt;
    color: white;
    position: relative;
    top: -10px;
}

div.no-content-new {
    width: 300px;
    font-size: 14pt;
    color: #333;
    text-align: center;
    line-height: 2.00em;
    position: fixed;
    top: 30vh;
    left: 50%;
    margin-left: -333px;
    z-index: 2;
}

div.no-content-new.center {
    margin-left: -170px;
}

div.no-content-new img {
    width: 75px;
    height: 75px;
    margin-bottom: 20px;
}

div.no-content-new h2 {
    font-size: 18pt;
    color: #4a90e2;
    margin: 0px 0px 50px 0px;
}

div#newsletter {
    width: 100%;
    background-color: white;
    font-size: 14pt;
    color: #333;
    text-align: center;
    padding: 0px 0px 40px 0px;
    margin-top: -20px;
}

div#newsletter h3 {
    background-color: white;
    font-size: 18pt;
    color: #333;
    margin-bottom: 20px;
}

div#newsletter input {
    min-width: 250px;
    width: 30%;
    height: 40px !important;
    border: 1px solid #333;
    background-color: white;
    border-radius: 0px 0px 0px 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    box-shadow: none;
    font-family: "Proxima Nova";
    font-size: 14pt !important;
    color: #333;
    padding: 0px 15px !important;
    margin: 20px 0px 0px -40px;
}

div#newsletter input::placeholder {
    font-size: 14pt !important;
    color: #aaa !important;
}

div#newsletter button {
    width: 50px;
    height: 40px;
    border: 1px solid #333;
    background-color: white;
    border-radius: 0px 0px 0px 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    box-shadow: none;
    font-size: 20pt !important;
    color: #333;
    position: absolute;
    margin: 20px 0px 0px -1px;
}

div#newsletter div.alert {
    width: auto;
    border: none !important;
    background: none !important;
    font-weight: bold !important;
    font-size: 12pt !important;
    color: red !important;
    margin: 10px 0px 0px 0px;
    display: none;
}

.form-control.blank {
    width: 100%;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}

textarea.form-control.blank {
    height: 100% !important;
}

.form-control.underline {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0px 0px 0px 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    box-shadow: none !important;
    font-size: 12pt !important;
    text-align: center !important;
    padding-bottom: 0px !important;
    margin: 0px auto !important;
    display: block;
}

.form-control.underline:not(.auto) {
    width: 60% !important;
}

.form-control.underline.auto {
    width: auto !important;
    display: inline-block !important;
}

.form-control.underline::-webkit-input-placeholder {
    font-style: italic;
    color: #777;
}



@media (max-device-width:1200px){
	.search-col{
		width:359px;
	}
	div#icons {
		width:209px;
	}
	div#search button{
		right:85px;
	}
	#search-ul{
		width:80%;
	}
}

@media only screen
	and(min-device-width:768px)
	and(max-device-width:1024px){
	#icons > button{
		display:none !important;
	}
}

@media only screen
	and(min-device-width:768px)
	and(max-device-width:1024px)
	and (orientation:portrait){
		div#icons{
			width:125px;
		}
		.search-col{
			width:280px;
		}
		#search > form > button
		{
			right:57px;
		}
		#header > div > div.col-lg-3.col-md-3.col-sm-3.tabs
		{
			width:30% !important;
		}
		#logo{
			width:120px !important;
		}
		#search_term{
			width:85%;
		}
		#nav-filter{
			width:10%;
		}
}

@media (max-height: 900px) {
    div#intro-bottom,
    div#home-photos,
    div#home-login,
    div#home-referral {
        height: 95vh;
    }

    div#home-about {
        top: 95vh;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    div.note[data-step="2"] {
        left: 11.25vw;
    }

    div.note[data-step="3"] div.content.left,
    div.note[data-step="8"] div.content.left {
        width: 28%;
        margin-left: -30px !important;
        margin-right: 20px !important;
    }

    div.note[data-step="3"] div.content.right,
    div.note[data-step="8"] div.content.right {
        width: 69%;
        float: left;
    }

    div.note[data-step="4"] {
        left: 17.25vw !important;
    }

    div.note[data-step="5"] {
        left: 26vw !important;
    }

    div.note[data-step="6"] {
        left: 20vw !important;
    }

    div.note.has-tail:after {
        top: -10px;
    }
}

@media (max-width: 1600px) {
    div.panel {
        width: 90%;
        max-width: 350px;
    }

    div.invitee.third.bigger div.details {
    	width: 60%;
    }
}

@media (min-width: 1600px) {
    div.panel {
        width: 20%;
    }

    div.note[data-step="3"] div.content.left,
    div.note[data-step="8"] div.content.left {
        margin-left: 125px;
    }

    div#gender-box {
        margin-left: 10px;
    }
}

@media (min-width: 1024px) and (max-width: 1599px) {
    div#feed-no-taps img.arrow-1 {
        left: 87% !important;
    }

    div#feed-no-taps img.arrow-2 {
        right: 72% !important;
    }
}

@media (min-width: 1600px) and (max-width: 1900px) {
    div#feed-no-taps img.arrow-1 {
        left: 84% !important;
    }

    div#feed-no-taps img.arrow-2 {
        right: 82% !important;
    }
}
