/*
    Variables
*/
/*
    Mixins
*/
/* main page styles */
body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  font-weight: 300;
  background-color: rgba(187, 187, 187, 0.1);
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
h2 {
  font-weight: 300;
  font-size: 28px;
  margin: 0;
}
.ie h2 {
  font-size: 26px;
}
h2.page-header {
  padding-left: 20px;
  margin: 20px 0;
}
h2.content-header {
  margin: 50px 0 20px 0;
}
a {
  color: black;
  text-decoration: none;
}
p {
  margin: 0;
}
input {
  color: #808080;
  padding: 4px;
  border: 1px solid #808080;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
img {
  border: none;
}
/* for map tiles initially, but let's see how annoying it is for all the images */
image {
  transition: opacity 0.6s;
  /*-moz-transition: @property @time;*/

  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
}
#top {
  width: 1000px;
  margin: 30px auto 0;
  position: relative;
}
h1#meshu {
  margin: 0;
  font-weight: 300;
}
#nav {
  position: absolute;
  bottom: 4px;
  right: 0;
  font-size: 16px;
}
#nav #profile a {
  color: #1fcaff;
}
#nav #profile a:hover {
  color: #ff3fb4;
}
#nav li {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
}
#nav li:hover,
#nav li:hover a {
  color: #ff3fb4;
}
#nav li.inactive {
  display: none;
}
#nav li.last {
  margin-right: 0;
}
#nav .num {
  color: #1fcaff;
}
#nav #nav-cart:hover .num {
  color: #ff3fb4;
}
#login-form label.error.ferror,
#account label.error.login-error {
  display: none;
}
#login-form h2,
#account h2 {
  text-align: center;
}
#login-form form,
#account form {
  margin-top: 15px;
}
#login-form label,
#account label {
  line-height: 30px;
}
#login-form .login-row,
#account .login-row {
  min-height: 30px;
}
#login-form .reenter,
#account .reenter {
  bottom: -10px;
  float: left;
  line-height: 15px;
}
#login-form .fb_iframe_widget,
#account .fb_iframe_widget {
  width: 177px;
  margin: 0 auto;
  display: block;
  margin-top: 15px;
}
#login-form hr,
#account hr {
  margin-top: 20px;
  border-top: 0px solid #e6e6e6;
}
#login-form .or,
#account .or {
  margin-top: -20px;
  text-align: center;
  margin-bottom: 15px;
  font-size: 18px;
  color: #808080;
}
#login-form .or span,
#account .or span {
  background: white;
  padding: 0 10px;
}
#login-form .tab-switch,
#account .tab-switch {
  padding-left: 95px;
}
#login-form p,
#account p {
  margin: 15px 17px 15px 0;
  color: #808080;
  font-size: 12px;
}
#login-form {
  display: none;
  position: fixed;
  z-index: 3;
  top: 150px;
  width: 380px;
  min-height: 205px;
  padding-top: 15px;
  background: white;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0px 0px 200px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 200px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 200px rgba(0, 0, 0, 0.1);
}
#login-form h2 {
  padding: 0 0 10px 17px;
}
#login-form .login-row {
  display: block;
  width: 320px;
  margin-left: 30px;
}
#login-form label {
  width: 70px;
}
#login-form label.error {
  color: #ff3fb4;
  width: auto;
  display: block;
  font-size: 12px;
  line-height: 19px;
  font-family: Helvetica, Arial, sans-serif;
  clear: both;
  display: none;
}
#login-form p {
  margin: 15px 20px 0 29px;
}
.tab-switch {
  border-bottom: 1px solid #e6e6e6;
  height: 28px;
  padding-left: 20px;
}
#shipping-destination.tab-switch {
  padding-left: 16px;
}
.tab-switch li {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
  margin: 0 -3px -1px;
  color: #808080;
  background-color: white;
  cursor: pointer;
}
.tab-switch li:hover {
  color: #ff3fb4;
}
.tab-switch li.active,
.tab-switch li.active:hover {
  border-bottom: 1px solid white;
  color: black;
}
body.win #login-form ul {
  height: 27px;
}
#login-form.signin .account,
#login-form.account .signin,
#account.signin .account,
#account.account .signin {
  display: none;
}
#login-form input {
  width: 225px;
  margin-left: 20px;
  float: right;
}
#login-form input.error {
  border-color: #ff3fb4;
}
#login-form input.button {
  border: none;
}
#login-form .login-buttons {
  margin-top: 40px;
  position: relative;
  height: 20px;
}
#login-form .login-cancel {
  background-color: #808080;
  position: absolute;
  bottom: 15px;
  right: 90px;
}
#login-form.account .login-cancel {
  right: 150px;
}
#login-form #login-signin,
#login-form #login-account {
  background-color: #ff3fb4;
  font-size: 14px;
  position: absolute;
  bottom: 15px;
  right: 30px;
}
#reset-password-form {
  width: 400px;
}
#reset-password {
  background-color: #ff3fb4;
  font-size: 18px;
  color: white;
  border: none;
  cursor: pointer;
}
.solo-form input.aligned {
  float: right;
}
.solo-form label {
  line-height: 30px;
}
.solo-form label.error {
  clear: both;
  font-size: 12px;
  color: #ff3fb4;
  display: block;
}
.solo-form input.error {
  border-color: #ff3fb4;
}
.solo-form .form-row {
  clear: both;
  min-height: 33px;
}
#login-form #login-account {
  width: 110px;
}
#login-form #login-signin {
  width: 50px;
}
.big {
  font-size: 32px;
  text-align: center;
  margin-top: 55px;
}
.centered {
  margin: 20px 20px 0 20px;
}
#photos {
  /* bit of pixel twiddling to line up with the banner photos */

  position: relative;
  width: 100%;
  height: 400px;
  background-color: #ddd;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#photos img {
  position: absolute;
  top: 0;
  left: 0;
}
#photos #intro-text {
  font-size: 18px;
  width: 300px;
  margin-bottom: 160px;
  position: relative;
}
#photos #intro-text .meshu-title {
  color: #ff3fb4;
  font-size: 28px;
}
#photos .large-button {
  font-size: 22px;
  margin-top: 20px;
  position: relative;
}
#photos .minor-actions {
  font-size: 20px;
  margin-top: 49px;
  margin-left: 20px;
  width: 300px;
  line-height: 1.7;
  float: left;
}
#photos .button {
  padding: 5px 11px;
}
#photos .button:hover {
  background-color: #1fcaff;
}
#photos .button.pink:hover {
  background-color: #ff3fb4;
}
#photos .minor {
  background-color: #8f8f8f;
}
.line {
  width: 466px;
  border: 1px solid #e6e6e6;
  display: inline-block;
  position: relative;
}
.line img {
  width: 100%;
  float: left;
}
.line h3 {
  background-color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  font-size: 28px;
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  color: #808080;
}
.line:hover img {
  opacity: .7;
}
.line:hover h3 {
  color: black;
}
.line {
  width: 30.8%;
  margin: 0 1%;
}
/*.line:nth-child(even) {
    margin: 10px 20px 10px 10px;
}
.line:nth-child(odd) {
    margin: 10px 10px 10px 20px;
}*/
.product-shot {
  height: 400px;
  float: left;
  background-color: #ccc;
  position: relative;
}
.product-shot.print {
  width: 100%;
  height: 300px;
}
.product-shot.print img {
  margin: 0;
}
.product-shot.print .text {
  margin-left: 520px;
}
.product-shot.print h3 {
  margin-top: 30px;
}
.product-shot.print p {
  width: 420px;
}
.product-shot.new {
  width: 600px;
  padding-left: 310px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product-shot.new p {
  color: white;
}
.product-shot.old {
  width: 400px;
  margin-bottom: 40px;
}
.product-shot img {
  position: absolute;
  left: 0;
}
.product-shot h3 {
  color: #ff3fb4;
  font-weight: normal;
  font-size: 28px;
  margin: 10px 15px 0 15px;
  position: relative;
}
.product-shot p {
  margin: 5px 15px 20px;
  width: 277px;
  font-size: 17px;
  position: relative;
}
.product-shot.old p {
  background: rgba(255, 255, 255, 0.5);
}
.product-shot .button {
  margin: 15px;
  font-size: 18px;
  position: relative;
}
.product-shot:hover .button {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  background-color: #1fcaff;
}
.product-shot.new:hover img {
  opacity: .9;
}
.product-shot.print:hover img {
  opacity: .8;
}
.product-shot.old:hover img {
  opacity: .7;
}
.product-grid {
  height: 400px;
  float: left;
}
.product-grid.small {
  width: 400px;
}
.product-grid.large {
  width: 600px;
}
.product-grid li {
  width: 200px;
  height: 200px;
  float: left;
}
.product-grid a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.product-grid a:hover img {
  opacity: .7;
}
.product-grid a.dark:hover img {
  opacity: .9;
}
.product-grid img {
  width: 200px;
  height: 200px;
}
#banners {
  position: relative;
  clear: both;
  height: 400px;
  margin-top: 20px;
}
.macro {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.press-container {
  height: 250px;
  margin: 20px 0 40px;
}
.press-container .big {
  margin-bottom: 20px;
}
.press-images {
  width: 939px;
  height: 108px;
  clear: both;
  float: left;
  padding-left: 24px;
}
.press-images .double {
  float: left;
}
.press-images img {
  opacity: .5;
  border: none;
  padding: 0;
  margin: 0;
  float: left;
}
.press-images img:hover {
  opacity: .75;
}
.call {
  margin: 25px 0 40px;
  text-align: center;
}
.call a,
.call span {
  padding: 6px 10px;
  margin-right: 15px;
}
.call .shop {
  background-color: #808080;
}
#diagram {
  margin: 0 44px 50px;
}
#diagram li {
  display: inline-block;
  width: 301px;
  height: 240px;
  margin: 0;
  position: relative;
}
#diagram li p {
  text-align: center;
  font-size: 17px;
}
#main form {
  margin: 50px 0;
  text-align: center;
}
#main input.button {
  border: none;
}
.options {
  margin: 0 auto;
  margin: 20px auto 25px;
}
.bottom {
  margin-bottom: 50px;
  font-size: 18px;
}
.option {
  background-color: #1fcaff;
  color: white;
  font-size: 22px;
  padding: 7px 10px;
  display: inline-block;
  margin-right: 20px;
}
.option:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.option.pink {
  background-color: #ff3fb4;
}
.get-started {
  height: 417px;
}
.get-started h2 {
  text-align: left;
}
.get-started .text {
  float: left;
  margin: 85px 0 0 20px;
}
#footer {
  margin-bottom: 50px;
}
#footer p {
  text-align: center;
}
#footer a {
  color: #ff3fb4;
}
#content {
  width: 1000px;
  margin: 0 auto 50px auto;
  border: 1px solid #e6e6e6;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 300px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 300px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 300px rgba(0, 0, 0, 0.1);
  opacity: 1;
  transition: opacity 0.6s;
  /*-moz-transition: @property @time;*/

  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  background-color: white;
}
#content .section {
  width: 100%;
  border-bottom: 1px dashed #808080;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 20px;
  background-color: white;
}
#content .section.last {
  border-bottom: none;
}
.inner-content {
  padding: 0 20px;
}
#no-svg {
  position: fixed;
  top: 100px;
  left: 190px;
  width: 580px;
  height: 140px;
  z-index: 3;
  background: white;
  border: 1px solid #e6e6e6;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#no-svg p {
  margin: 1em 0;
}
#no-svg p a {
  color: #808080;
}
#no-svg h2 {
  margin-top: 15px;
}
#modal-bg {
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: .7;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
/*
    meshu make content
*/
#edit.section {
  height: 601px;
  padding: 0;
}
.edit-panel {
  width: 360px;
}
#search {
  padding: 20px;
}
#edit-footer {
  height: 47px;
  top: 553px;
  position: absolute;
}
#search .note {
  margin: 5px 0 10px;
  font-size: 13px;
}
#search h2,
#places h2 {
  margin: 0 0 5px;
}
#search input {
  border: 1px solid #1fcaff;
  font-size: 16px;
}
#search input:hover {
  border: 1px solid #ff3fb4;
}
#search-error {
  color: #ff3fb4;
  position: absolute;
  display: none;
}
.loading {
  width: 25px;
  height: 25px;
  background-image: url(../images/ui/loading.gif);
  float: right;
  margin-top: 3px;
  display: none;
}
.button {
  cursor: pointer;
  background-color: #1fcaff;
  color: white;
  padding: 3px 5px;
  margin: 4px 0;
  text-align: center;
  display: inline;
}
.button.pink {
  background-color: #ff3fb4;
}
.button.grey {
  background-color: #808080;
}
.action-buttons .button.grey:hover {
  background-color: #808080;
}
.button:hover {
  background-color: #ff3fb4;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
#search-button {
  font-size: 19px;
  padding: 3px 8px 4px 8px;
}
#search-button:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
#edit .connect-wrapper {
  padding-left: 20px;
  font-size: 13px;
  position: absolute;
  bottom: 15px;
}
#edit .connect-wrapper .title {
  margin-bottom: 5px;
  width: 90px;
  display: inline-block;
  float: left;
}
#edit .foursquare-auth,
#edit .facebook-auth {
  margin: 0 6px 0 1px;
  padding: 8px 9px 9px 34px;
  position: relative;
  font-size: 14px;
  display: inline-block;
}
#edit .foursquare-auth:hover,
#edit .facebook-auth:hover {
  background-color: #1fcaff;
}
.foursquare-auth img {
  height: 20px;
  position: absolute;
  left: 7px;
  top: 7px;
}
#edit .facebook-auth {
  background-image: url(../images/social/facebook.png);
  background-position: 8% 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding: 8px 8px 9px 34px;
}
.scrolled #meshu-container #scroll-down {
  opacity: 0 !important;
  transition: opacity 0.6s;
  /*-moz-transition: @property @time;*/

  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
}
#meshu-container #scroll-down {
  position: absolute;
  bottom: 0px;
  height: 30px;
  background-color: #ff3fb4;
  width: 100%;
  color: white;
  text-align: center;
  font-size: 20px;
  top: auto;
  z-index: 2;
  line-height: 30px;
  display: none;
}
#place-hover {
  position: absolute;
  z-index: 1;
  display: block;
  background: #ff3fb4;
  color: white;
  padding: 3px 6px 4px 5px;
  display: none;
  white-space: nowrap;
}
#place-hover.active {
  display: block;
}
.notch {
  position: absolute;
  top: 24px;
  margin: 0;
  border-top: 6px solid #ff3fb4;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0;
  padding: 0;
  width: 0;
  height: 0;
}
body.win .notch {
  top: 20px;
}
.tooltip {
  position: absolute;
  z-index: 1;
  display: block;
  background: #ff3fb4;
  color: white;
  padding: 3px 6px 4px 5px;
  display: none;
  white-space: nowrap;
}
.left .notch {
  left: 20px;
}
.right .notch {
  right: 20px;
}
.top .notch {
  border-top: 0;
  border-bottom: 6px solid #ff3fb4;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: -6px;
}
#places {
  opacity: 1;
  transition: opacity 0.6s;
  /*-moz-transition: @property @time;*/

  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  width: 360px;
  padding: 0 20px;
}
#places.inactive {
  display: none;
}
#place-title .title-text {
  display: inline-block;
  width: 288px;
  position: relative;
  height: 34px;
  cursor: text;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.radial #place-title {
  display: block;
  margin-bottom: 0;
}
#place-title input {
  width: 280px;
  position: absolute;
  top: 0;
  font-size: 21px;
  padding: 4px 3px 3px;
  margin: 0;
}
body.firefox #place-title #input {
  margin: 3px;
}
#place-title:hover .title-text {
  background-color: #eee;
  cursor: auto;
}
#place-title.inactive:hover .title-text {
  background-color: #fff;
}
#place-title .title-edit {
  display: none;
  background-color: #ff3fb4;
  float: right;
  padding: 0 5px;
  color: white;
  cursor: pointer;
}
#place-title:hover .title-edit,
#place-title.active .title-edit {
  display: inline-block;
}
#place-title.inactive:hover .title-edit {
  display: none;
  cursor: auto;
}
#places ul {
  max-height: 365px;
  overflow-y: auto;
}
.print #places ul {
  max-height: 420px;
}
.place {
  color: #808080;
  margin: 2px 0;
  padding: 1px 0;
  width: 315px;
}
.orbit .place {
  width: 273px;
}
.orbit .place-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}
.orbit .place:first-child .place-text {
  width: 169px;
  margin-left: 4px;
}
.print .place {
  width: auto;
  margin: 6px 0;
}
.place input {
  color: gray;
  padding: 1px;
  border: 1px solid gray;
  margin: -2px 0;
  width: 244px;
  font-size: 13px;
}
.place .title {
  width: 291px;
  display: inline-block;
  cursor: text;
}
.roadtrip .place .title {
  cursor: move;
}
.roadtrip .place .title:active {
  background-color: red;
}
.place .place-text {
  width: 248px;
  padding: 2px;
  display: inline-block;
}
body.ie .place .place-text,
body.win .place .place-text,
body.firefox .place .place-text {
  width: 232px;
}
.place:hover .place-text {
  color: black;
  background-color: #eee;
}
.print .place-text,
.orbit .place-text {
  cursor: move;
  width: 249px;
}
.print .place:hover .place-text {
  background-color: inherit;
}
.place.highlight {
  color: #ff3fb4;
}
.place .place-delete,
.place .place-edit {
  display: none;
  padding: 1px 5px 3px 5px;
  background-color: #ff3fb4;
  cursor: pointer;
  color: white;
  float: right;
}
.place:hover .place-delete,
.place:hover .place-edit,
.title.active .place-delete,
.title.active .place-edit {
  display: inline;
}
.orbit .origin,
.print .place:first-child .rail,
.print .place:first-child .road,
.print .place:first-child .air,
.print .place .origin {
  display: none;
}
.print .place:first-child .origin,
.orbit .place:first-child .origin {
  background-image: none;
  width: auto;
  padding: 1px 17px;
  display: inline-block;
  border: 1px solid #ff3fb4;
  background-color: rgba(255, 63, 180, 0.2);
}
.place .mode span {
  padding: 1px;
  border: 1px solid #808080;
  cursor: pointer;
  color: #808080;
  margin-right: 4px;
  background-color: rgba(0, 0, 0, 0.025);
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 14px;
  float: left;
}
.place .mode span:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.place .mode span.selected {
  border-color: #ff3fb4;
  background-color: rgba(255, 63, 180, 0.2);
}
.place .mode .rail {
  background-image: url(../images/icons/mode-rail.png);
}
.place .mode .air {
  background-image: url(../images/icons/mode-air.png);
}
.place .mode .road {
  background-image: url(../images/icons/mode-road.png);
}
.print .route-error {
  position: absolute;
  width: 100%;
  text-align: center;
  background-color: #ff3fb4;
  color: white;
  padding: 5px;
  font-size: 18px;
  display: none;
}
.frame {
  width: 600px;
  height: 600px;
  position: absolute;
  right: 0px;
  top: 0;
  border-left: 1px solid #e6e6e6;
}
#meshu-container > div {
  top: 0;
}
body.ie .frame div {
  overflow: hidden;
}
.view .frame {
  width: 1000px;
  right: 0;
  z-index: 0;
}
#meshu-container #attribution {
  position: absolute;
  top: auto;
  bottom: 0;
  z-index: 1;
  font-size: 11px;
  background-color: rgba(255, 255, 255, 0.6);
  right: 0;
  padding: 2px;
  color: #808080;
  opacity: .7;
  transition: opacity 0.6s;
  /*-moz-transition: @property @time;*/

  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
}
#meshu-container #attribution a {
  color: #808080;
}
.ie8 #attribution {
  background-color: white;
}
.print #attribution {
  display: none;
}
.map .layer {
  opacity: .1;
  transition: opacity 0.6s;
  /*-moz-transition: @property @time;*/

  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
}
.view .map .layer,
.edit .map .layer,
.postcard .map .layer {
  opacity: .3;
  transition: opacity 0.6s;
  /*-moz-transition: @property @time;*/

  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
}
.print .map .layer {
  opacity: 1;
}
.render {
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0;
  transition: opacity 0.6s;
  /*-moz-transition: @property @time;*/

  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
}
.half,
.two-third,
.one-third {
  float: left;
  position: relative;
}
.half {
  width: 50%;
}
.two-third {
  width: 626px;
  margin-right: 20px;
}
.one-third {
  width: 313px;
}
#rotate {
  width: 313px;
  height: 297px;
}
.radial #rotate-help {
  display: none;
}
.rotate-arrow {
  position: absolute;
  height: 80px;
  width: 50px;
  top: 170px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  user-select: none;
}
#rotate-cw {
  right: 260px;
  background-image: url(../images/ui/arrows.png);
  background-position: 0 0;
}
#rotate-cw:hover {
  background-position: 0 80px;
}
#rotate-ccw {
  right: 10px;
  background-image: url(../images/ui/arrows.png);
  background-position: -55px 0;
}
#rotate-ccw:hover {
  background-position: -55px 80px;
}
#preview-ring,
.ie9 #ring-img,
.ie10 #ring-img {
  display: none;
}
.ie9 #preview-ring,
.ie10 #preview-ring {
  display: block;
}
.ring-preview-frame {
  width: 21px;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform: rotateX(20deg) rotateY(0deg) rotateZ(45deg) translate3d(0px, 0px, 0px);
  -webkit-transform: rotateX(20deg) rotateY(0deg) rotateZ(45deg) translate3d(0px, 0px, 0px);
  position: absolute;
  top: 95px;
  left: 190px;
}
#ring-preview-canvas {
  display: none;
}
#final-ring .frame {
  position: relative;
  height: 300px;
  border: none;
}
#wrapper-ring:hover .strip {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
.strip {
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-animation: spin 15s infinite linear;
  -webkit-animation: spin 15s infinite linear;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.strip div {
  position: absolute;
  background: -webkit-canvas(ring-preview);
  height: 150px;
  width: 21px;
  opacity: 1;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotateY(0);
  }
  to {
    -moz-transform: rotateY(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotateY(0);
  }
  to {
    -webkit-transform: rotateY(360deg);
  }
}
#product {
  height: 860px;
}
.radial #product,
.orbit #product {
  height: 490px;
}
.print #product {
  height: 525px;
}
.edit #product-preview,
.edit #material-list {
  opacity: .35;
  transition: opacity 0.6s;
  /*-moz-transition: @property @time;*/

  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  pointer-events: none;
}
.product #product-preview,
.product #material-list {
  transition: opacity 0.6s;
  /*-moz-transition: @property @time;*/

  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
}
.wrapper,
.print .frame-wrapper {
  margin: 0 9px 5px 0;
  float: left;
  width: 300px;
  height: 365px;
  border: 2px solid white;
  padding: 5px;
  cursor: pointer;
  position: relative;
}
.print .frame-wrapper.possible {
  color: black;
}
#product-preview .wrapper.last {
  margin-right: 0;
}
.print .wrapper {
  height: 350px;
}
.wrapper:hover {
  border-color: #808080;
}
.wrapper.selected {
  border-color: #ff3fb4;
}
.wrapper.selected .important {
  color: #ff3fb4;
}
.wrapper.selected .title {
  color: #ff3fb4;
}
.wrapper svg,
.wrapper .ring-frame {
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
.print .ring-frame {
  margin-bottom: 5px;
}
.print .frame-wrapper {
  color: #808080;
  height: auto;
}
.print .frame-wrapper.selected {
  border-color: #ff3fb4;
  color: black;
}
.print #product-preview .frame-wrapper p {
  font-size: 18px;
}
#product-preview .right {
  float: right;
}
#product-preview p {
  margin-left: 5px;
  font-size: 22px;
}
#product-preview .price {
  float: right;
  color: #808080;
}
#product-preview p.note {
  font-size: 14px;
  line-height: 18px;
  padding-top: 0;
}
#preview-coasters .product-transformer {
  transform: rotateX(-50deg) scale(0.425) translate(369px, 527px);
  -webkit-transform: rotateX(-50deg) scale(0.425) translate(369px, 527px);
  -moz-transform: rotateX(-50deg) scale(0.425) translate(369px, 527px);
}
.ie9 #preview-coasters image,
.ie10 #preview-coasters image {
  display: none;
}
.ie9 #preview-coasters .product-transformer image,
.ie10 #preview-coasters .product-transformer image {
  display: block;
}
#product-preview p.cufflinks {
  text-align: center;
  margin-top: 40px;
  border: 1px solid #8f8f8f;
  width: 270px;
  margin: 0 auto;
  padding: 1px;
  cursor: pointer;
  font-size: 12px;
}
#product-preview p.cufflinks:hover {
  border-color: #000;
}
.tri {
  border-width: 40px;
  border-color: #808080 transparent transparent #808080;
  border-style: solid;
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 5px;
  height: 0;
  width: 0;
}
.wrapper:hover .tri,
.wrapper.selected .tri {
  border-color: #ff3fb4 transparent transparent #ff3fb4;
}
.triangle {
  font-size: 20px;
  color: white;
  position: absolute;
  top: 23px;
  left: 12px;
  z-index: 2;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-transform: rotate(315deg);
  -moz-transform-origin: 50% 50%;
  -webkit-transform: rotate(315deg);
  -webkit-transform-origin: 50% 50%;
  -o-transform: rotate(315deg);
  -o-transform-origin: 50% 50%;
  /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4);*/

}
.ie .triangle {
  font-size: 18px;
  left: 10px;
  top: 10px;
}
.ie9-note {
  display: none;
  position: absolute;
  top: 550px;
  left: 670px;
  width: 175px;
}
.ie9 .ie9-note {
  display: block;
}
.ie9-note a {
  color: #ff3fb4;
}
#save-and-view {
  position: absolute;
  right: 20px;
  margin: 0;
  background-color: #808080;
}
.social-media {
  clear: both;
  padding-top: 31px;
}
.share-facebook,
.share-twitter,
.view .share-pinterest {
  position: relative;
  display: inline-block;
  margin: 0 0 0 5px;
  font-size: 12px;
  color: #333;
  background-color: #EEE;
  background-image: -moz-linear-gradient(top, #ffffff, #dedede);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dedede));
  background-image: -ms-linear-gradient(top, #ffffff, #dedede);
  background-image: linear-gradient(top, #ffffff, #dedede);
  background-image: -o-linear-gradient(top, #ffffff, #dedede);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #CCC;
  border-radius: 3px;
  padding: 2px 5px 2px 23px;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
}
.view .share-facebook,
.view .share-twitter,
.view .share-pinterest {
  font-size: 14px;
  border-radius: 0;
  padding: 4px 8px 4px 27px;
  display: block;
  margin-bottom: 5px;
}
.share-facebook i {
  background-image: url(../images/social/facebook.png);
  background-position: 92% 50%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 4px;
}
.view .share-facebook i {
  top: 5px;
  left: 6px;
}
.share-twitter i {
  background-image: url(../images/social/larry.gif);
  height: 16px;
  width: 16px;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 4px;
}
.share-pinterest i {
  background-image: url(../images/pinterest.png);
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 6px;
}
.view .share-twitter i {
  top: 5px;
  left: 7px;
}
#materials {
  height: 460px;
}
#add-ons {
  height: 540px;
}
.add-on-header {
  font-size: 22px;
}
#final-rotate,
#final-ring {
  display: none;
}
#ring-range {
  -webkit-appearance: none;
  -moz-apperance: none;
  width: 300px;
  height: 0px;
  background: #808080;
  border: none;
  margin-top: 15px;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  top: 0;
  z-index: 2;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #ff3fb4;
  border: 1px solid white;
}
#review {
  height: 250px;
}
.print #review {
  height: 210px;
}
#review .review-field {
  text-transform: capitalize;
  color: black;
  margin-right: 30px;
}
#review h3 .inactive {
  font-style: italic;
  text-transform: lowercase;
  color: #ff3fb4;
}
#review .review-svg {
  float: left;
  border: 1px solid #e6e6e6;
}
#review .review-svg path {
  stroke-width: 15;
}
.print #review .review-svg {
  display: none;
}
#review h3 {
  margin: 0 0 15px 170px;
  font-weight: 300;
  font-size: 22px;
  color: #808080;
}
.print #review h3 {
  margin-left: 0;
}
.print #review .print-hide {
  display: none;
}
#account input {
  float: right;
  width: 260px;
}
#account input.button {
  border: none;
  background-color: #ff3fb4;
  font-size: 20px;
  width: auto;
}
#account p.note {
  margin: 5px 0;
}
#account #inline-signin {
  margin-bottom: 60px;
}
#checkout {
  height: 620px;
}
#checkout .loading {
  position: absolute;
  bottom: 5px;
  right: 185px;
}
#shipping-destination {
  height: 28px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e6e6e6;
  margin-right: 60px;
}
p.note {
  color: #8f8f8f;
  clear: both;
  font-size: 12px;
  line-height: 14px;
  font-family: Helvetica, Arial, sans-serif;
}
#checkout p.note {
  margin: 10px 0 0 0;
}
.form-row {
  min-height: 30px;
  width: 400px;
  clear: both;
}
.form-row label {
  line-height: 30px;
}
.ship-row input {
  width: 290px;
}
.ship-row .short-input {
  width: 130px;
  margin-left: 100px;
}
.international .short-input {
  float: right;
}
.country-dropdown {
  clear: both;
  margin: 2px;
}
.country-dropdown select {
  margin: 6px 0 0 0;
  float: right;
}
.short-label {
  position: absolute;
}
.city-input {
  width: 204px;
}
body.firefox .city-input {
  width: 207px;
}
body.firefox.win .city-input {
  width: 170px;
}
body.ie .city-input {
  width: 190px;
}
body.ie8 .city-input {
  width: 170px;
}
#checkout input.right,
#checkout span.right {
  float: right;
}
#shipping-form.international .domestic {
  display: none;
}
#shipping-form.domestic .international {
  display: none;
}
#account label.error,
#checkout label.error {
  color: #ff3fb4;
  display: block;
  font-size: 12px;
  line-height: 19px;
  font-family: Helvetica, Arial, sans-serif;
  clear: both;
}
#account input.error,
#checkout input.error {
  border-color: #ff3fb4;
}
#review p {
  color: #808080;
}
#review-shipping span {
  margin-right: 10px;
  color: #808080;
}
.review-order-block {
  float: left;
  width: 170px;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1;
}
.postcard-form {
  clear: both;
}
#postcard-note-form {
  width: 620px;
  margin-top: 5px;
  height: 70px;
}
.firefox #postcard-note {
  height: 60px;
}
.view #view {
  position: absolute;
  top: 20px;
  left: 20px;
  right: auto;
  z-index: 1;
  padding: 0;
  width: 250px;
  min-height: 0;
}
#view p,
#view span,
#view ul {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 3px 10px;
}
.ie8 #view p,
.ie8 #view span,
.ie8 #view ul {
  background-color: white;
}
#view ul {
  padding-top: 10px;
  display: none;
}
#view li {
  padding-left: 20px;
  text-indent: -20px;
}
#view h2 {
  margin-bottom: 15px;
  width: 550px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#view h2 span {
  float: left;
}
#view .show-places {
  cursor: pointer;
}
#view.radial .show-places,
#view.radial #display-places {
  display: none;
}
.view .share-buttons {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
#display-places {
  max-height: 410px;
  overflow-y: auto;
}
.make-wrapper {
  margin-top: 50px;
  position: relative;
}
.ready .make-wrapper {
  margin-top: 0;
}
.section h2 {
  margin: 0 0 10px 0;
}
#material-list {
  margin: 0 -10px;
}
#material-list li {
  cursor: pointer;
  font-size: 22px;
  border: 2px solid white;
  padding: 6px;
  color: #808080;
  width: 33.3%;
  float: left;
  height: 170px;
  margin: 0 0 15px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: opacity 0.6s;
  /*-moz-transition: @property @time;*/

  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  position: relative;
}
#material-list li:hover {
  border: 2px solid #808080;
}
#material-list li.selected,
#material-list li.selected:hover {
  border: 2px solid #ff3fb4;
  color: #ff3fb4;
}
#material-list li.inactive {
  opacity: .3;
  transition: opacity 0.6s;
  /*-moz-transition: @property @time;*/

  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  pointer-events: none;
}
#material-list li .price {
  float: right;
}
#material-list .img {
  margin-bottom: 2px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px;
}
.img-wrapper {
  width: 100%;
  height: 120px;
  margin-bottom: 6px;
}
#material-list .img.ring,
#material-list .img.cufflinks,
#material-list .img.coasters {
  opacity: 0;
  transition: opacity 0.6s;
  /*-moz-transition: @property @time;*/

  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
}
#material-list .ring .img.ring,
#material-list .cufflinks .img.cufflinks,
#material-list .coasters .img.coasters {
  opacity: 1;
  transition: opacity 0.6s;
  /*-moz-transition: @property @time;*/

  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
}
#material-list .ring .img.default,
#material-list .cufflinks .img.default #material-list .coasters .img.default {
  opacity: 0;
  transition: opacity 0.6s;
  /*-moz-transition: @property @time;*/

  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
}
.nav {
  background-color: #808080;
  color: white;
  padding: 5px 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: background-color 0.5s;
  /*-moz-transition: @property @time;*/

  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
}
.nav.next {
  cursor: default;
}
.nav:hover {
  background-color: #1fcaff;
}
.nav.next:hover {
  background-color: #808080;
}
.nav.active,
.nav.next.active:hover {
  background-color: #ff3fb4;
  cursor: pointer;
}
.nav:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.nav a {
  color: white;
}
.back {
  position: absolute;
  left: 20px;
  top: 20px;
}
/* display.html actions, order, edit, share */
.view .item-actions {
  font-size: 14px;
  float: left;
  margin-top: 6px;
  width: auto;
}
.view .item-actions .nav {
  float: right;
}
.view .back {
  left: auto;
  right: 130px;
}
#finish-button,
#save-button,
#update-button,
#cancel-button,
#save-progress-button {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#finish-button {
  right: auto;
  left: 280px;
  font-size: 20px;
  opacity: 0;
  transition: opacity 0.6s;
  /*-moz-transition: @property @time;*/

  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
}
#finish-button.active {
  opacity: 1;
  transition: opacity 0.6s;
  /*-moz-transition: @property @time;*/

  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
}
#save-button {
  right: 115px;
}
/* save button on the /make page, which lets you save without going to purchase */
#save-progress-button {
  right: 250px;
}
#cancel-button {
  right: auto;
  left: 10px;
}
#forceLogin {
  background-color: #808080;
  transition: background-color 0.5s;
  /*-moz-transition: @property @time;*/

  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
}
#forceLogin:hover {
  background-color: #1fcaff;
}
#submit-button,
#add-to-cart {
  border: none;
  font-size: 22px;
  padding: 5px 10px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin: 0;
}
#submit-button {
  bottom: 0;
  right: 0;
}
#submit-button.inactive,
#add-to-cart.inactive {
  background-color: #808080;
  cursor: auto;
  pointer-events: none;
}
/*
    Map Object Styling
*/
/*#meshu-container path, #rotate path, #rotate-ui path, .gallery .meshu-svg path {*/
path {
  fill: none;
  stroke: black;
  pointer-events: none;
  stroke-width: 8;
  stroke-linejoin: round;
  transition: stroke-width 0.6s;
  /*-moz-transition: @property @time;*/

  -webkit-transition: stroke-width 0.6s;
  -o-transition: stroke-width 0.6s;
}
.radial path {
  stroke-width: 0;
}
.roadtrip path {
  stroke-width: 5;
}
.roadtrip .straight {
  stroke-opacity: .5;
}
.print #projection,
.print #design {
  height: 540px;
}
.print .projection-preview {
  width: 575px;
  height: 425px;
  float: right;
  background-color: #e7e7e7;
  border: 2px solid #808080;
}
.print .projection-preview.mercator,
.print .projection-preview.zoomed-to-fit {
  background-color: #e7e7e7;
}
.print .projection-preview .delaunay path {
  stroke-width: 1;
  stroke: .5;
  stroke: #555;
}
.print .projection-preview .delaunay path.air {
  stroke-dasharray: 2 2;
}
.print .projection-preview.zoomed-to-fit .delaunay path {
  stroke-width: 1.5;
}
.print .projection-preview.zoomed-to-fit .delaunay path.air {
  stroke-dasharray: 3 3;
}
.print .projection-preview path {
  fill: inherit;
  stroke: inherit;
}
.print #projection .fill {
  fill: #e7e7e7;
}
.print .projection-list,
.print .design-styles {
  width: 360px;
  float: left;
}
.print .graticule {
  fill: none;
  stroke: #777;
  stroke-width: .5px;
  stroke-opacity: .5;
}
.print .proj {
  display: inline-block;
  cursor: pointer;
  margin: 0 10px 10px 0;
  text-transform: capitalize;
  border: 2px solid white;
  padding: 5px;
  color: #808080;
  text-align: center;
}
.print .proj:first-child {
  border-color: #eee;
}
.print .proj.top {
  text-align: center;
  font-size: 18px;
  width: 164px;
  height: 119px;
  float: left;
  padding-top: 47px;
  box-sizing: border-box;
}
.print .proj img {
  width: 150px;
  opacity: .3;
  display: block;
  margin-bottom: 10px;
}
.print .proj:hover {
  border-color: #808080;
}
.print .proj:hover img {
  opacity: .5;
}
.print .proj.selected {
  border-color: #ff3fb4;
}
.print .proj.selected img {
  opacity: .8;
}
.print #hammer {
  display: none;
}
.allview path {
  stroke-width: 1;
  stroke-opacity: .25;
}
#design h3 {
  font-size: 18px;
  font-weight: normal;
  color: #808080;
  margin: 0 0 .5em;
}
#design ul {
  margin-bottom: 30px;
}
#design li {
  border: 2px solid #e6e6e6;
  display: inline-block;
  width: 75px;
  padding: 5px;
  box-sizing: border-box;
  margin: 0 2px;
  text-align: center;
  cursor: pointer;
  color: #808080;
}
#design li:hover {
  border-color: #808080;
}
#design li.selected {
  border-color: #ff3fb4;
}
#design .preview {
  width: 80%;
  height: 20px;
  margin: 3px auto 7px;
}
circle {
  fill: #ff3fb4;
  fill-opacity: 0;
}
.roadtrip circle {
  fill-opacity: 1;
}
.print circle {
  fill-opacity: 1;
}
.circleFrame {
  stroke: black;
  fill: none;
}
.edit circle:hover,
circle.highlight,
.edit .inactive circle:first-child {
  fill-opacity: 1;
  stroke: white;
  stroke-width: 2;
  cursor: pointer;
}
.radial .edit .inactive circle:first-child,
.radial circle:hover {
  fill-opacity: 0;
  stroke: black;
  stroke-width: 15;
  cursor: default;
}
.print #meshu-container circle.highlight {
  stroke: none;
  fill: #555;
}
.print circle:hover,
.print .edit .inactive circle:first-child {
  stroke: none;
}
.hidden,
.rotate-ui,
#hidden {
  display: none;
}
#rotate path,
#product-preview path {
  stroke-width: 30;
}
/*#rotate:hover .rotate-ui {
    display: block;
}

.rotate-ui {
    circle {
        fill-opacity: 1;
        cursor: pointer;
        stroke-width: 50;
        stroke: transparent;
    }

    path {
        stroke: #999;
        stroke-dasharray: 20, 15;
    }
}

.rotate-ui.pendant {
    path {
        stroke-width: 20;
    }
}*/
/* radial */
.radial #place-title {
  color: #808080;
  height: 40px;
}
.radial #place-title:hover {
  color: black;
}
/*.fill-option {
    width: 75px;
    height: 75px;
    display: inline-block;
    float: left;
    cursor: pointer;
    border: 5px solid white;
    padding: 2px;
}
.fill-option img {
    opacity: .5;
}
.fill-option.active {
    border: 5px solid @grey;
}
.fill-option:hover {
    border: 5px solid black;
}

.fill-option:nth-child(even) {
    margin-right: 20px;
}*/
/* make landing page choice */
.landing {
  height: 700px;
}
.landing .map {
  height: 100% !important;
}
#make-landing {
  position: absolute;
  top: 80px;
  left: 90px;
  /*left: 155px;*/

  width: 780px;
  /*width: 660px;*/

  /*height: 520px;*/

  height: 400px;
  z-index: 4;
  background: white;
  border: 1px solid #e6e6e6;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
}
.content-banner {
  margin: auto;
  width: 640px;
  text-align: center;
  font-size: 34px;
  padding: 10px 0 20px 0;
}
.splitimages,
.bigimage {
  float: left;
  width: 31.3%;
  /*width: 44%;*/

  margin: 0 1% 0;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.splitimages img,
.bigimage img {
  width: 100%;
  height: 100%;
}
.splitimages .button,
.bigimage .button {
  width: 100%;
  margin: -3px 0 0 0;
  padding: 3px 0;
  display: block;
  font-size: 18px;
  background-color: #1fcaff;
}
.splitimages:hover,
.bigimage:hover {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
.splitimages:hover .button,
.bigimage:hover .button {
  background-color: #ff3fb4;
}
.bigimage {
  width: 98%;
  height: 120px;
  margin-top: 20px;
}
/* mini meshu */
#maps {
  padding: 0 0 0 15px;
}
.mini-meshu {
  display: inline-block;
  width: 306px;
  height: 306px;
  margin: 0 8px 10px 0;
  border: 5px solid white;
  overflow: hidden;
  position: relative;
}
.mini-meshu:hover {
  cursor: pointer;
  border: 5px solid #1fcaff;
}
.mini-meshu .map .layer {
  opacity: 1;
}
.mini-meshu .title {
  z-index: 2;
  padding: 5px;
  width: 296px;
  font-size: 18px;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #e6e6e6;
}
.mini-meshu .ie8 .title {
  background-color: white;
}
.mini-meshu a {
  width: 100%;
  height: 100%;
  display: block;
}
.mini-meshu div {
  top: 0;
}
#gallery {
  margin-left: 15px;
}
#gallery li.object {
  float: left;
  width: 306px;
  height: 306px;
  margin: 0 10px 10px 0;
  border: 5px solid white;
  position: relative;
}
#gallery li.object a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#gallery li.object img {
  width: 100%;
  height: 100%;
}
#gallery li.object .text-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  color: #808080;
  border-top: 1px solid #e6e6e6;
}
#gallery li.object .title {
  font-size: 18px;
}
#gallery li.object .price {
  float: right;
}
/* Map UI */
.mapui {
  opacity: 0;
  transition: opacity 0.6s;
  /*-moz-transition: @property @time;*/

  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
}
.edit .mapui {
  opacity: 1;
  z-index: 2;
  position: absolute;
  right: 5px;
  top: 5px;
  transition: opacity 0.6s;
  /*-moz-transition: @property @time;*/

  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
}
.edit .mapui #zoomin,
.edit .mapui #zoomout {
  margin: 5px;
  width: 23px;
  height: 23px;
  display: block;
  cursor: pointer;
  background: #808080;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
.edit .mapui #zoomin:hover,
.edit .mapui #zoomout:hover {
  background-color: #ff3fb4;
}
.edit .mapui #zoomin {
  background-image: url(../images/ui/zoomin.png);
}
.edit .mapui #zoomout {
  background-image: url(../images/ui/zoomout.png);
}
.edit .mapui div:hover {
  pointer: cursor;
}
/*
    cart page
*/
.dollar {
  font-size: 80%;
  margin-right: 2px !important;
  float: none !important;
  color: #808080;
}
.theta {
  display: none;
}
.discount-blurb {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: right;
  color: #808080;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #ff3fb4;
}
.discount-blurb .pink {
  color: #ff3fb4;
}
.discount-blurb p {
  font-size: 14px;
}
.cart-message {
  padding-left: 20px;
  color: #1fcaff;
}
.cart-wrapper {
  padding: 50px 20px 40px;
}
#cart {
  width: 100%;
  padding: 20px;
  font-size: 22px;
  border-collapse: collapse;
}
#cart tr {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
}
#cart .meshu-svg {
  width: 100px;
  height: 100px;
  border: 1px solid #e6e6e6;
}
#cart .projection-preview.meshu-svg {
  height: 80px;
  margin: 10px 0;
  float: left;
}
#cart .delaunay path {
  stroke-width: 15;
}
#cart .projection-preview path {
  stroke-width: 0;
}
#cart .projection-preview {
  background-color: #d7d7d7;
}
#cart path {
  fill: inherit;
}
#cart .projection-preview .fill {
  stroke-width: 0;
  /*fill: #e7e7e7;*/

}
#cart .headings {
  color: #808080;
  font-size: 16px;
}
#cart .headings td {
  padding-bottom: 10px;
}
#cart .cart-row td {
  padding-top: 7px;
  text-transform: capitalize;
}
#cart .button {
  padding: 3px 5px;
  font-size: 12px;
  width: 80px;
  display: inline-block;
  line-height: 16px;
  float: right;
  background-color: #808080;
  color: white;
  margin-left: 10px;
}
#cart .button:hover {
  background-color: #ff3fb4;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
#cart .quantity {
  width: 45px;
  font-size: 22px;
  border-color: #8f8f8f;
  color: black;
}
#cart .cart-remove {
  width: 55px;
}
.total-wrapper {
  width: 100%;
}
.total-inside {
  width: 40%;
  float: right;
  border-bottom: 1px solid #e6e6e6;
  margin-right: 20px;
  padding: 0 0 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.total-wrapper span {
  width: 140px;
  float: right;
  text-align: right;
  margin-right: 60px;
}
.total-wrapper h2 {
  font-size: 24px;
  line-height: 36px;
}
.total-wrapper .discount,
.total-wrapper .discount .dollar {
  color: #ff3fb4;
}
.total-wrapper .discount,
.total-wrapper .total {
  margin-top: 5px;
}
.action-buttons {
  clear: both;
  margin: 200px 20px 20px 0;
  height: 50px;
}
.action-buttons .button {
  float: right;
  font-size: 22px;
  padding: 5px 11px;
  margin-left: 10px;
}
/*
    checkout page
*/
.review #cart .headings {
  font-size: 14px;
}
.review #cart .meshu-svg {
  width: 40px;
  height: 40px;
  border: none;
  float: left;
}
.review #cart .projection-preview.meshu-svg {
  height: 32px;
  margin: 4px 0;
}
.review #cart .meshu-svg path,
.review #cart .meshu-svg circle {
  stroke: #808080;
}
.review #cart .projection-preview.meshu-svg path {
  stroke-width: 0;
}
.review #cart {
  color: #808080;
  font-size: 18px;
}
.review #cart .cart-row td {
  padding-top: 3px;
}
#checkout {
  margin-top: 10px;
}
.section .review-header {
  margin-top: 20px;
  font-size: 22px;
}
#createAccount {
  float: right;
  margin-top: 45px;
  background-color: #808080;
}
.coupon {
  width: 50%;
  position: absolute;
  top: 375px;
  left: 20px;
}
.coupon .review-header {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
.coupon #coupon-code {
  float: left;
  margin-top: 3px;
}
#payment-form,
.half {
  height: 100%;
}
#coupon-message {
  display: none;
  color: #808080;
  margin-right: 3px;
  line-height: 30px;
}
.coupon-form[type=submit] {
  color: white;
  border: none;
  padding: 5px 7px;
  background-color: #8f8f8f;
}
#review-total {
  width: 50%;
  position: absolute;
  top: 410px;
  padding-right: 20px;
  right: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#review-total #subtotal-price {
  padding-top: 15px;
  border-top: 1px solid black;
}
#review-total .pink {
  float: none;
  color: #ff3fb4;
  text-transform: uppercase;
}
#review-total h2 {
  margin: 4px 0;
  width: 100%;
  color: #808080;
}
#review-total #total-price {
  color: black;
}
#review-total span {
  float: right;
}
/*
    gallery display
*/
#usermade li.object {
  margin-left: -1px;
  margin-top: -1px;
  position: relative;
  display: block;
  float: left;
  border: 1px solid #e6e6e6;
  width: 251px;
  height: 290px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* hover for gallery item */

}
#usermade li.object .image {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1;
}
#usermade li.object a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#usermade li.object img {
  width: 100%;
  max-height: 280px;
}
#usermade li.object svg {
  pointer-events: none;
}
#usermade li.object .delaunay {
  display: none;
}
#usermade li.object .blank {
  background-color: #e6e6e6;
  border: 5px solid #e6e6e6;
}
#usermade li.object .description,
#usermade li.object .title {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #808080;
}
#usermade li.object .title {
  font-size: 18px;
  bottom: 10px;
}
#usermade li.object .clicknew {
  top: 30px;
  left: 35px;
  width: 180px;
  font-size: 28px;
  position: absolute;
  text-align: center;
}
#usermade li.object:hover {
  border: 1px solid #1fcaff;
}
#usermade li.object:hover .image {
  border: 5px solid #1fcaff;
}
#usermade li.object:hover .blank {
  border: 5px solid #ff3fb4;
}
#usermade li.object:hover .description,
#usermade li.object:hover .title {
  color: black;
}
/* fix the last item in every row in the store / gallery views */
li.object:nth-child(4n) {
  width: 251px;
  border-right: none;
}
li.last-object {
  border-bottom: 0px;
}
#maps .meshu-svg {
  border: 1px solid #e6e6e6;
  margin: -1px;
  height: 306px;
  width: 306px;
}
#maps .map {
  opacity: .3;
}
body.ie #maps .mini-meshu div {
  overflow: hidden;
}
#maps .mini-meshu:hover .meshu-svg {
  border: none;
  margin: 0;
}
#img-thumbs {
  padding: 10px 0 10px;
  margin-left: -5px;
}
#img-thumbs img,
#img-thumbs svg {
  cursor: pointer;
  /*margin: 0 4px 5px 0;*/

  margin: 0 -2px 5px 0;
  display: inline-block;
  border: 5px solid white;
}
#img-thumbs img:hover,
#img-thumbs svg:hover {
  border: 5px solid #1fcaff;
}
#img-thumbs rect {
  stroke: #e6e6e6;
  fill: none;
}
.other-view {
  position: absolute;
}
.other-view.z-1 {
  z-index: 1;
}
.other-view.z-2 {
  z-index: 2;
}
/* about page */
.about-link {
  color: #ff3fb4;
}
.about {
  width: 460px;
  float: left;
  margin-top: 50px;
}
.about a,
.paid a {
  color: #ff3fb4;
}
.about img {
  width: 240px;
  float: left;
  padding: 0 10px 0 0;
}
.about.right {
  float: right;
  text-align: right;
}
.about.right img {
  float: right;
  padding: 0 0 0 10px;
}
/* blog */
#tumblr_controls {
  display: none;
}
/* orders page */
.status-list {
  height: 100px;
  margin-bottom: 10px;
}
.status-list path {
  stroke-width: 15;
}
.status-list .projection-preview path {
  stroke-width: 7px !important;
}
.status-block {
  float: left;
  width: 54px;
  height: 54px;
  color: white;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding: 17px 18px 8px 18px;
  margin-right: 10px;
  cursor: pointer;
}
.status-information {
  float: left;
  width: 650px;
  margin-left: 10px;
  height: 100px;
}
.status-information .link a {
  text-decoration: underline;
}
.status-information a:hover {
  color: #ff3fb4;
}
.status-meshu {
  float: left;
  border: 1px solid #e6e6e6;
  width: 80px;
  height: 78px;
  overflow: hidden;
}
.order-status-updater {
  color: black;
  border-color: black;
  background-color: #ddd;
  cursor: pointer;
}
.instructions {
  color: #ff3fb4;
}
.OR,
.postcard-false {
  background-color: #FF0000;
}
.PR {
  background-color: #FF6600;
}
.SE {
  background-color: #FFFF00;
}
.RE {
  background-color: #FFAA00;
}
.PA {
  background-color: #66FF66;
}
.SH,
.postcard-true {
  background-color: #00FF66;
}
.print.processing #content,
.print.processing .frame {
  /*Large Poster*/

  /*width: 10800px;
        height: 7200px;*/

  /*Small Poster*/

  /*width: 3000px;
        height: 2400px; */

  /*Postcard*/

  width: 1680px;
  height: 1275px;
}
.print.processing .projection-preview {
  width: 100%;
  height: 100%;
  border: none;
}
.cart-row.postcard {
  font-weight: inherit;
}
/*
    Postcard specific css
*/
.postcard {
  font-family: 'Helvetica';
  font-weight: normal;
  line-height: 1.5;
  color: #808080;
  /* for the back of the postcard */

}
.postcard #content {
  /*width: 5400px;
        height: 2100px;*/

  width: 1680px;
  height: 1275px;
}
.postcard #promotion {
  display: none;
}
.postcard .frame {
  /*width: 5400px;
        height: 2100px;*/

  width: 1680px;
  height: 1275px;
  right: 0;
}
.postcard path {
  stroke-width: 10;
}
.postcard #attribution {
  display: none;
}
.postcard .order-note-outer {
  display: table;
  width: 100%;
  height: 1000px;
  overflow: hidden;
}
.postcard .order-note-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.postcard .order-note-inner p {
  font-size: 40px;
  padding: 0 200px;
}
.postcard #postcard-logo {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 140px;
  bottom: 135px;
  font-size: 24px;
}
.notes {
  margin: 20px;
}
.notes li {
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  #top {
    width: 100%;
  }
  #top #nav {
    position: relative;
  }
  #content {
    width: 100%;
    /*.product-shot.new,
          .product-shot.old {
              display: none;
          }
          .product-shot, .product-grid {
              width: 100%;
              height: auto;
          }
          .product-shot.print, .product-shot.new {
              margin-top: 40px;
              padding: 0;
              height: auto;
              background-color: white;
              img {
                  width: 100%;
                  min-width: 500px;
              }
              .text {
                  margin: 0;
                  right: 0;
              }
              h3 {
                  margin-top: 10px;
                  font-size: 18px;
              }
              p { 
                  width: auto; 
                  font-size: 14px;
              }
          }
          .product-grid.large {
              margin-bottom: 20px;
          }
          .product-grid li {
              height: auto;
              img {
                  width: 100%;
                  height: 100%;
              }
          }
          .product-shot img {
              position: relative;
          }*/
  
  }
  #content #photos {
    padding: 0;
    height: auto;
    background-color: white;
  }
  #content #photos img {
    position: relative;
    width: 100%;
  }
  #content #photos #intro-text {
    margin: 10px 0 20px;
    font-size: 14px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  #content #photos .large-button {
    display: inline-block;
    margin: 0 0 10px 10px;
    font-size: 18px;
  }
  #content .big {
    font-size: 22px;
    clear: both;
  }
  #content .line {
    width: 46%;
    margin: 10px 1.5%;
  }
  #content #banners {
    height: auto;
  }
  #content #banners img {
    position: relative;
  }
  #content .press-container {
    display: none;
  }
  #content .get-started {
    height: auto;
  }
  #content .get-started img {
    display: none;
  }
  #content .get-started .text {
    margin: 0;
    padding: 0 10px;
  }
  #content .get-started .text .options {
    margin: 10px auto;
  }
  #content .get-started .text .options .option {
    font-size: 16px;
    margin: 0 10px 10px 0;
  }
  #content .get-started .text .bottom {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  #nav {
    margin: 5px 0;
  }
  #diagram li {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
  }
  #diagram li img {
    margin: 0 auto;
    display: block;
    width: 150px;
  }
  #diagram li p {
    font-size: 14px;
  }
  /*    .product-shot.print {
          img { margin-bottom: 20px; }
          .text {
              width: 100%;
              padding-bottom: 20px;
              text-align: right;
          }
      }
      .product-grid li {
          width: 33%;
      }
      .product-grid.small li:nth-child(2) {
          display: none;
      }*/
  .line {
    width: 100% !important;
  }
  .line h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 480px) and (max-width: 850px) {
  #nav {
    text-align: right;
  }
  #diagram {
    margin: 0;
  }
  #diagram li {
    display: inline-block;
    margin: 0 1% 30px;
    width: 30%;
    height: auto;
    float: left;
  }
  #diagram li img {
    margin: 0 auto;
    display: block;
    width: 80%;
  }
  #diagram li p {
    font-size: 14px;
    display: inline;
  }
  .line h3 {
    font-size: 18px;
  }
  .product-shot.print .text {
    position: absolute;
    width: 50%;
  }
  .product-grid li {
    width: 25%;
  }
  .product-grid.large li:nth-child(1),
  .product-grid.large li:nth-child(3) {
    display: none;
  }
}
