/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,400italic,600italic,700italic);*/
/*@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);*/

/* prevent transitions from firing on page load */
/* from http://css-tricks.com/transitions-only-after-page-load/ */
/* add preload class to body, remove it by JS on page load.*/

.givelist-help {
  display: none;
}

.givelist-help p {
  padding: 0 40px 0 34px;
  font-size: 14px;
  line-height: 1.6;
}

.givelist-help-toggle {
  user-select: none;
  cursor: pointer;
  color: #218fad !important;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

p, a, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.4em;
}

a {
  color: #218FAD;
}
/*museo-slab from typekit: 100, 300, 500, 700, + italics*/
h1 {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0px;
  line-height: 25px;
}

h1.heading {
  color: #1E839E;
  font-weight: 300;
  font-size: 38px;
  margin-top: 20px;
}

/*custom styles*/

html {
  height: 100%;
  overflow-y: scroll;
}

body {
  background-color: #faf2e3;
}

img {
  max-width: none !important; /*for jquery crop box*/
}

input::selection,
input::-moz-selection,
input::-webkit-selection {
background: rgba(33, 143, 173, 0.99);
color: #ffffff;
}

.controls.error input::selection,
.controls.error input::-moz-selection,
.controls.error input::-webkit-selection {
background: rgba(231, 76, 60, 0.99);
color: #ffffff;
}

.relative {
  position: relative;
}

.spacer5 {
  height: 5px;
}

.spacer7 {
  height: 7px;
}

.spacer10 {
  height: 10px;
}

.spacer15 {
  height: 15px;
}

.spacer20 {
  height: 20px;
}

a.clickable {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    text-decoration:none; /* Makes sure the link doesn't get underlined */
    z-index:10; /* raises anchor tag above everything else in div */
    background-color:white; /*workaround to make clickable in IE */
    opacity: 0; /*workaround to make clickable in IE */
    filter: alpha(opacity=1); /*workaround to make clickable in IE */
}

table {
  border-color: transparent;
  border: none;
}

td {
  padding: 0px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color:#999999 !important;
  font-size: 16px !important;
}

input,
input[type="text"],
input[type="password"],
textarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0px;
  outline: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.input-block-level {
  display: block;
  width: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.btn {
  border: none;
  background: #218fad;
  font-family: 'Open Sans', 'Lato', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #eaeaea;
  padding: 9px 16px 10px;
  text-decoration: none;
  text-shadow: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition:   color .3s, box-shadow .3s, background-position 0s;
  -moz-transition:      color .3s, box-shadow .3s, background-position 0s;
  -o-transition:        color .3s, box-shadow .3s, background-position 0s;
  transition:           color .3s, box-shadow .3s, background-position 0s;
  -webkit-backface-visibility: hidden;
}

.btn:hover,
.btn:focus,
.btn-group:focus .btn.dropdown-toggle {
  background-color: #1e839e;
  color: #ffffff;
  outline: none;
  -webkit-transition:   color .3s, box-shadow .3s, background-position 0s;
  -moz-transition:      color .3s, box-shadow .3s, background-position 0s;
  -o-transition:        color .3s, box-shadow .3s, background-position 0s;
  transition:           color .3s, box-shadow .3s, background-position 0s;
}

.btn.transition {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.container {
  /*margin: 0 auto;*/
  /*max-width: 1000px;*/
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.25);
  padding-left: 20px;
  padding-right: 20px;
}

body {
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  background-color: #faf2e3;
  background-image: url('../images/custom/bkgd_pattern.jpg');
  background-repeat: repeat-x;
  /*height: 100%;*/
  /*width: 100%;*/
}

.container_bkgd {
  width: 100%;
  height: 100%;
}
.container-fixed > hr {
  margin: 0px 0;
}

.header {
  height: 140px;
  /*margin-top: 30px;*/
}

.header_rule {
  position: absolute;
  width: 980px;
  height: 8px;
  background-image: url('../images/custom/border_hashed.png');
  background-repeat: repeat-x;
  margin-left: -20px;
  margin-right: -20px;
  top: 108px;
}

#logo {
  overflow: visible;
  position: relative;
  width: 230px;
  height: 126px;
  margin-left: 5px;
  top: 24px;
  z-index: 100;
}

#hero_box {
  position: relative;
  margin-top: -10px;
  width: 940px;
  height: 380px;
  /*margin-left: 20px;*/
  /*margin-right: 20px;*/
  /*background-image: url('../images/custom/hero_1.jpg');*/
  /*background-repeat: repeat-x;*/
  /*background-repeat: no-repeat;*/
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#hero_buttons {
  position: absolute;
  left: 25px;
  bottom: 15px;
  z-index: 1000;
}

#hero_buttons h1 {
  font-weight: 100;
  font-size: 40px;
  line-height: 39px;
  letter-spacing: -1px;
  margin-bottom: 25px;
}

#hero_buttons p {
  font-weight: 500;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0px;
  color: #666666;
  padding-left: 8px;
}

#hero_buttons p a {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  color: #218fad;
}

#hero_buttons p a:hover,
#hero_buttons p a:focus {
  color: #bd133b;
  text-decoration: none;
}

#hero_buttons .button {
  width: 230px;
  height: 46px;
  padding: 0;
  border: none;
  overflow: hidden;
  position: relative;
  margin-top: 14px;
  margin-bottom: 10px;
}

#hero_buttons .button:hover {
  cursor: pointer;
}

#hero_buttons .button span {
  width: 230px;
  height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition:      opacity 0.4s;
  -ms-transition:     opacity 0.4s;
  -moz-transition:    opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition:         opacity 0.4s;
  background-position: center bottom;
}

#hero_buttons .button:hover span {
  opacity: 1;
}

#hero_buttons .btn-create span {
  background-image: url('../images/custom/button_create_sprite.png');
}

#hero_buttons .btn-find span {
  background-image: url('../images/custom/button_find_sprite.png');
}

.blue {
  color: #218fad;
}

.bold {
  font-weight: 700;
}

#home_intro {
  padding: 20px;
}

#home_intro p {
  margin: 0px;
  font-size: 18px;
  line-height: 25px;
}

#home_intro strong {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-weight: 700;

}
/*cross-fade image icons*/

.icon {
  cursor: pointer;
}

a.icon {
  margin-top: 6px;
  display: block;
  height: 60px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition:      0.4s;
  -ms-transition:     0.4s;
  -moz-transition:    0.4s;
  -webkit-transition: 0.4s;
  transition:         0.4s;
}

a.icon:link, a.icon:visited {
  text-decoration:none;
  color: #444444
}

a.icon:hover, a.icon:active {
  text-decoration:none;
}

img.icon {
  float: left;
  margin-right: 9px;
}

h1.icon {
  margin: 0px;
  font-size: 25px;
}

.icon span {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition:      opacity 0.4s;
  -ms-transition:     opacity 0.4s;
  -moz-transition:    opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition:         opacity 0.4s;
  background-position: center bottom;
}

.icon:hover span {
  opacity: 1;
}
#follow {
  display: inline-block;
}
#follow p {
    font-weight: 600;
    font-size: 16px;
    line-height: 31px;
    margin-right: 5px;
}

ul.icon_social {
  margin: 0;
  display: block;
  float: right;
  width: 111px;
}

ul.icon_social li {
  float: left;
  margin: 0 0 0 6px;
  padding: 0;
  width: 31px;
  height: 31px;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

ul.icon_social li a:hover img, ul.icon_social li a img {
  -webkit-transition: 0.3s;
  -o-transition:      0.3s;
  -ms-transition:     0.3s;
  -moz-transition:    0.3s;
  -webkit-transition: 0.3s;
  transition:         0.3s;
}

#facebook img {         margin: 0px 0 0 0px; }
#facebook:hover img {   margin: -31px 0 0 0px; }

#twitter img {          margin: 0px 0 0 -31px; }
#twitter:hover img {    margin: -31px 0 0 -31px; }

#pinterest img {        margin: 0px 0 0 -62px; }
#pinterest:hover img {  margin: -31px 0 0 -62px; }

#home_sections {
  margin-top: 5px;
  margin-left: 50px;
  float: left;
  width: 420px;
}

#home_sections .nad_logo {
  text-align: center;
  padding-top: 10px;
  margin: auto;
  width: 212px;
}

#home_sections .nad_logo img {
  width: 212px !important;
}

#home_sections ul.icon_social a {
  margin: 0;
  padding: 0;
}

ul.icon_social li img {
  max-width: 1000px;
  /*to override bootstrap's 'max-width:100%'*/
}

#home_sections p,
#home_box_blog p {
  font-size: 13px;
  color: #222222;
  margin: 5px 0px 12px 70px;
  font-weight: 400;
  padding-right:0px;
  }

div#home_sections div {
  padding-right: 0px;
}

#video {
  width: 380px;
  height: 285px;
  background: #F7FBE7;
  margin-top: 20px;
}

.indent-left {
  margin-left: 20px;
}

.footer {
  height: 140px;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 20px;
  padding-top: 28px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 30px;
  background-color: #505050;
  /*background-image: url('../images/custom/wavy_gray.png');*/
  background-repeat: repeat-x;
}

.footer p {
  color: #999;
}

.footer a {
  color: #bbb;
  font-weight: 600;
}

.footer .social {
  margin-top: 16px;
}

#icon_question-mark span {  background-image: url('../images/custom/icon_question-mark_sprite.png'); }
a#icon_question-mark:hover, a#icon_question-mark:active { color: #218fad }

#icon_gift-box span {  background-image: url('../images/custom/icon_gift-box_sprite.png'); }
a#icon_gift-box:hover, a#icon_gift-box:active { color: #9aae45 }

#icon_speech-bubbles span {  background-image: url('../images/custom/icon_speech-bubbles_sprite.png'); }
a#icon_speech-bubbles:hover, a#icon_speech-bubbles:active { color: #feb331 }

.addthis_button_tweet {margin-left: 5px;}

/* image carousel */

#carousel {
  margin-top: 14px;
  margin-left: 0px;
  margin-bottom: 0px;
  overflow: hidden;
}

.carousel-inner img {
  width: 940px;
  height: 380px;
}

.carousel .item { -webkit-transition: .7s ease-in-out opacity; -moz-transition: .7s ease-in-out opacity; -ms-transition: .7s ease-in-out opacity; -o-transition: .7s ease-in-out opacity; transition: .7s ease-in-out opacity; left: 0 !important; }

.carousel .active.left, .carousel .active.right { opacity: 0; z-index: 2; }

.carousel .next.left, .carousel .prev.right {
opacity: 1; z-index: 1;
}

.carousel-control {
  z-index:10;
  padding-top: 50px;
  }

.carousel-caption {
  /*width: 100%;*/
  right: 0;
  left: 0;
  bottom: 0;
  padding: 14px 20px 36px 20px;
  text-align: left;
  background-image: url('../images/custom/gray_transparent_50.png');
  background-repeat: repeat;
}

.carousel h1, .carousel h2, .carousel h3, .carousel h4, .carousel h5, .carousel h6, .carousel a, .carousel p  {
  margin-top: 3px;
  margin-bottom: 3px;
}

.carousel p {
  font-weight: 600;
}

.carousel h3 {
  font-weight: 300;
}
.carousel a {
  text-decoration: none;
  color: #ffffff;
}
.carousel a:hover {
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0px 0px 20px #bbbbbb;
}
.carousel span.more {
  display: block;
  position: absolute;
  float: right;
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #ffd48a;
  bottom: 10px;
  right: 14px;
}
.carousel span.more span {
  font-size: 10px;
  margin-left: 6px;
}
.carousel-indicators {
  top: auto;
  right: 15px;
  bottom: 15px;
  left: auto;
  text-align: left;
}
.carousel-indicators li{
    background-color: rgba(255,255,255,.7);
}
.carousel-indicators li.active, .carousel-indicators li.activating  {
  background-color: rgba(0,0,0,.3);
}

/* Gradient transparent - color - transparent */

hr.faded {
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 5px 0;
  border: none;
  background: #ddd;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      right bottom,
      color-stop(0, rgb(255,255,255)),
      color-stop(0.1, rgb(221,221,221)),
      color-stop(0.9, rgb(221,221,221)),
      color-stop(1, rgb(255,255,255))
  );
  background-image: -moz-linear-gradient(
      left center,
      rgb(255,255,255) 0%,
      rgb(221,221,221) 10%,
      rgb(221,221,221) 90%,
      rgb(255,255,255) 100%
  );
}

hr.green {
  clear: both;
  float: none;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  border: none;
  background: #9AAE45;
}

hr.yellow {
  clear: both;
  float: none;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  border: none;
  background: #FEB331;
}

.menubar {
  background-color: transparent;
  min-height: 20px;
  border-radius: 0px;
  padding: 0px;
  height: 100%;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.menubar .menus {
  position: absolute;
  right: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.menubar .menus.top {
  top: 10px;
}

.menubar .menus.bottom {
  bottom: 40px;
  margin-bottom: 0px;
}

.menubar .menus > li {
  position: relative;
  display: inline;
}

.menubar .menus ul {
  list-style-type: none;
}

.menubar .menus > li:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  z-index: 100;
  -webkit-transform: scale(1, 1);
  display: block\9;
}

.menubar .menus > li > a:hover,
.menubar .menus > li > a:focus,
.menubar .menus > li > span:hover a,
.menubar .menus > li > span:focus a{
  color: #E74C3C;
}

.menubar .menus > li.username a,
.menubar .menus > li.username,
.menubar .menus > li.donate a,
.menubar .menus > li.donate {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-weight: 500;
  font-size: 14px;
  color: #218fad;
  border: none;
  margin-right: -1px;
  padding-right: 0px;
}

.menubar .menus > li.donate a {
  color: #EB931A;
  padding: 0px 9px 0px 7px;
  border-right: 1px solid #cccccc;
}

.menubar .menus > li.username span {
  font-size: 9px;
  margin-left: 5px;
}

.menubar .menus > li.secondary a {
  color: #777777;
}

.menubar .menus > li.secondary a:focus,
.menubar .menus > li.secondary a:hover
 {
  color: #E74C3C;
}

.menubar .menus li p, .menubar .menus li a {
  color: #218FAD;
  font-weight: 400;
  font-size: 13px;
  /*letter-spacing: 0px;*/
  font-family: 'Open Sans', 'Lato', Helvetica, Arial, sans-serif;
  text-decoration: none;

  /*controls spacing of menu elements*/
  padding: 0px 9px 0px 7px;
  border-right: 1px solid #cccccc;
  text-shadow: none;
  -webkit-transition: background-color .25s, color .25s, border-bottom-color .25s;
  -moz-transition: background-color .25s, color .25s, border-bottom-color .25s;
  -o-transition: background-color .25s, color .25s, border-bottom-color .25s;
  transition: background-color .25s, color .25s, border-bottom-color .25s;
  -webkit-backface-visibility: hidden;
}

.menubar .menus li.bold a, .menubar .menus li.bold p {
  /*text-transform: uppercase;*/
  font-weight: 700;
  color: #555;
}

.menubar .menus li.last a, .menubar .menus li.last p {
  border-right: 0px none;
  padding-right: 0px;
}

.menubar .menus li.login a {
  font-weight: 700;
  text-transform: uppercase;
  color: #E74C3C;
}


/* Registry Display */

#registry_container {
  /*width: 960px;*/
  /*margin-left: 20px;*/
  /*margin-right: 20px;*/
}

.registry.header {
  position: relative;
  width: 960px;
  height: 350px;
  margin-bottom: 0px;
  background: #ffffff;
}

.registry.header #banner {
  position: relative;
  width: 940px;
  height: 300px;
  margin: 0;
  padding: 0;
  /*background: #faf2e3;  */
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  z-index: 2;
  overflow: hidden;
}

.registry.header #banner img {
  width: 100%;
  height: 100%;
}

.registry.header #portrait_slide,
.registry.header #portrait {
  position: absolute;
  bottom: 0px;
  right: 45px;
  width: 222px;
  height: 222px;
  background: #ffffff;
  z-index: 3;
  -webkit-box-shadow: 2px 4px 24px 0px #888581;
  -moz-box-shadow: 2px 4px 24px 0px #888581;
  box-shadow: 2px 4px 24px 0px #888581;
}

.registry.header #portrait_slide img,
.registry.header #portrait img {
  margin: 5px;
  padding: 5px;
  width: 200px;
  height: 200px;
  background: #ffffff;
  border: 1px solid #cccccc;
}

.registry.header #title {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url('../images/custom/gray_transparent_50.png');
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}

.registry.header #title h1 {
  font-weight: 500;
  font-size: 32px;
  margin: 0 10px 0 20px;
  color: #ffffff;
  line-height: 60px;
  text-shadow: 2px 2px 10px #333333;
}

.registry.header #date {
  width: 670px;
  height: auto;
  margin-top: 11px;
  margin-bottom: 0px;
  margin-left: 20px;
  /*background: #ddd;*/
}

.registry.header #date h4 {
  padding: 0px 12px 0px 0px;
  line-height: 23px;
  font-size: 19px;
  margin: 0;
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-weight: 300;
}

.registry.header #date_inner {
  display: block;
  float: left;
  border-right: 1px solid #ccc;
  margin-right: 12px;
}

.registry.header #names_inner {
  overflow: hidden;
  padding-top: 0px;
  margin-bottom: 10px;
}

.registry.header hr, .registry.listings hr, .find.listings hr {
  margin: 0;
  padding: 0;
}

.registry.header #date span {
  margin: 0 15px 0 15px;
  color: #bbbbbb;
}

.registry.intro {
  margin: 7px 35px 4px 10px;
}

.registry.intro p {
  font-size: 17px;
  line-height: 1.5em;
}

/* Registry display, for 'customize' page */

#customize_wrapper {
  position: relative;
}

.customize {
  width: 700px;
  margin-top: -15px;
}

.customize .registry.header {
  width: 700px;
  height: auto;
}


  /* Image Upload errors */

  #upload_big_gift,
  #upload_big_banner,
  #upload_big_portrait,
  #upload_big_portrait_slide,
  #upload_big_guest,
  #upload_big_background,
  #upload_big_marketplace
   {
    margin: 0px;
    }

  #upload_big_gift input.inputSubmit,
  #upload_big_banner input.inputSubmit,
  #upload_big_portrait input.inputSubmit,
  #upload_big_portrait_slide input.inputSubmit,
  #upload_big_marketplace input.inputSubmit,
  #upload_big_background input.inputSubmit,
  #upload_big_guest input.inputSubmit {
    /*might need to make this button visible and styled for IE, if we can't trigger upload by js*/
      display:none;
  }
  #upload_thumb {
      display:none;
  }
  /* the uploaded big image */
  #uploaded_banner,
  #uploaded_portrait,
  #uploaded_portrait_slide,
  #uploaded_background,
  #uploaded_guest {
      float:left;
      width:auto;
      padding-bottom:20px;
      margin-bottom:20px;
  }

  #uploaded_portrait,
  #uploaded_portrait_slide,
  #uploaded_guest {
      margin-left: 160px;
  }

  #div_upload_big_banner,
  #div_upload_big_portrait,
  #div_upload_big_portrait_slide,
  #div_upload_big_background,
  #div_upload_big_guest {
      float:left;
      clear:left;
      width:auto;
      padding:0px;
      border:0px solid #000000;
      background-color: #dddddd;
      position:relative;
      z-index: 9999;
  }
  #div_upload_big_banner img,
  #div_upload_big_portrait img,
  #div_upload_big_portrait_slide img,
  #div_upload_big_background img,
  #div_upload_big_guest img
   {
    display:block;
      /*center the image; margins will be set to negative 1/2 of height/width once we know the img dimensions*/
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: 0px;
      margin-left: 0px;
  }
  /* hidden iframe */
  #upload_target {
      display:none;
      float:left;
      clear:left;
      width:100%;
      height:400px;
      border:1px solid #ccc;
  }
  /* hiding the input type=file */
  .file-input-wrapper {
      overflow: hidden;
      position: relative;
      z-index: 10;
  }
  #banner .file-input-wrapper {
      width: 680px;
      height: 174px;
  }
  #portrait .file-input-wrapper {
      width: 163px;
      height: 163px;
  }
  #portrait_slide .file-input-wrapper {
      width: 163px;
      height: 163px;
  }
  #background .file-input-wrapper {
      width: 210px;
      height: 140px;
  }
  #guest .file-input-wrapper {
      width: 315px;
      height: 230px;
  }
  .file-input-wrapper > input[type="file"] {
      font-size: 200px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      opacity: 0.0;
      cursor: pointer;
      z-index: 5;
  }

  .file-input-wrapper > input[type="file"]:focus {
    outline: none;
  }
  #banner .file-input-wrapper > .btn-file-input {
      width: 680px;
      height: 174px;
      cursor: pointer;
  }
  #portrait .file-input-wrapper > .btn-file-input {
      width: 163px;
      height: 163px;
      cursor: pointer;
  }
  #portrait_slide .file-input-wrapper > .btn-file-input {
      width: 163px;
      height: 163px;
      cursor: pointer;
  }
  #background .file-input-wrapper > .btn-file-input {
      width: 199px;
      height: 128px;
      cursor: pointer;
  }
  #guest .file-input-wrapper > .btn-file-input {
      width: 315px;
      height: 230px;
      cursor: pointer;
  }
    .file-input-wrapper:hover > .btn-file-input {
      cursor: pointer;
  }

  /* -- end uploader styles -- */

.customize .registry.header #banner {
  width: 680px;
  height: 217px;
}

/* button for uploading a banner image when img is empty */
#banner #banner_empty.hoverarea {
  background-color: #faf2e3;
  border: 2px solid #faf2e3;
  background-image: url('../images/custom/icon_upload_image.png');
  background-repeat: no-repeat;
  background-position: 312px 80px;
  width: 656px;
  height: 199px;
  padding-top: 14px;
  padding-right: 20px;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: background-color .3s, border-color .3s;
  -moz-transition:    background-color .3s, border-color .3s;
  -ms-transition:     background-color .3s, border-color .3s;
  -o-transition:      background-color .3s, border-color .3s;
}
#banner .file-input-wrapper:hover #banner_empty.hoverarea {
  background-color: #dddddd;
  border-color: #cacaca;
}

/* buttons for editing a banner image after it's been chosen */
#banner #banner_edit.hoverarea {
  /*display: none;*/
  opacity: 0.0;
  border: 2px solid #9aae45;
  background-image: url('../images/custom/icon_upload_image_whitebkgd.png');
  position: absolute;
  width: 656px;
  height: 199px;
  padding-top: 14px;
  padding-right: 20px;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: opacity .3s;
  -moz-transition:    opacity .3s;
  -ms-transition:     opacity .3s;
  -o-transition:      opacity .3s;
}
#banner .file-input-wrapper:hover #banner_edit.hoverarea,
#portrait_slide .file-input-wrapper:hover #portrait_edit.hoverarea,
#portrait .file-input-wrapper:hover #portrait_edit.hoverarea,
#background .file-input-wrapper:hover #background_edit.hoverarea,
#guest .file-input-wrapper:hover #guest_edit.hoverarea {
  opacity: 1.0;
}
/* the banner delete button: to receive hover and click events, */
/* it's positioned above the file input field */
#banner #banner_delete {
  width: 180px;
  height: 24px;
  position: absolute;
  bottom: 8px;
  left: 10px;
  padding-left: 5px;
  opacity: 0.0;
  z-index: 15;
  -webkit-transition: opacity .3s;
  -moz-transition:    opacity .3s;
  -ms-transition:     opacity .3s;
  -o-transition:      opacity .3s;
}
#banner .file-input-wrapper:hover #banner_delete,
#portrait_slide .file-input-wrapper:hover #portrait_delete,
#portrait .file-input-wrapper:hover #portrait_delete,
#background .file-input-wrapper:hover #background_delete,
#guest .file-input-wrapper:hover #guest_delete {
  opacity: 1.0;
}

.btn-round #btn_gift_none:hover,
.btn-round #btn_gift_none:hover span,
.btn-round #btn_gift_delete:hover,
.btn-round #btn_gift_delete:hover span,
#banner #banner_delete:hover a,
#banner #banner_delete:hover a span,
#portrait #portrait_delete:hover a,
#portrait #portrait_delete:hover a span,
#portrait_slide #portrait_delete:hover a,
#portrait_slide #portrait_delete:hover a span,
#background #background_delete:hover a,
#background #background_delete:hover a span,
#guest #guest_delete:hover a,
#guest #guest_delete:hover a span {
  color: #E74C3C;
  text-decoration: none;
}
.btn-round #btn_gift_remote:hover,
.btn-round #btn_gift_remote:hover span,
.btn-round #btn_gift_default:hover,
.btn-round #btn_gift_default:hover span {
  color: #218FAD;
  text-decoration: none;
}

.btn-round a#btn_gift_none,
.btn-round a#btn_gift_none span,
.btn-round a#btn_gift_default,
.btn-round a#btn_gift_default span,
.btn-round a#btn_gift_upload,
.btn-round a#btn_gift_upload span,
.btn-round a#btn_gift_remote,
.btn-round a#btn_gift_remote span,
.btn-round a#btn_gift_delete,
.btn-round a#btn_gift_delete span,
.btn-round a#btn_banner_delete,
.btn-round a#btn_banner_delete span,
.btn-round a#btn_portrait_delete,
.btn-round a#btn_portrait_delete span,
.btn-round a#btn_background_delete,
.btn-round a#btn_background_delete span,
.btn-round a#btn_guest_delete,
.btn-round a#btn_guest_delete span {
  color: #777777;
  text-decoration: none;
  margin-left: 0;
}

.btn-round a#btn_banner_delete {
  font-size: 14px;
  margin-left: -4px;
}
.btn-round a#btn_banner_delete span {
  font-size: 18px;
  margin-left: 0px;
}
.btn-round a#btn_portrait_delete,
.btn-round a#btn_background_delete,
.btn-round a#btn_guest_delete
 {
  font-size: 13px;
  margin-left: -4px;
}
.btn-round a#btn_portrait_delete span,
.btn-round a#btn_background_delete span,
.btn-round a#btn_guest_delete span {
  font-size: 16px;
  margin-left: 0px;
}
#banner #banner_edit .btn-round {
  margin-bottom: 6px;
}
#portrait #portrait_edit .btn-round,
#portrait_slide #portrait_edit .btn-round,
#background #background_edit .btn-round,
#guest #guest_edit .btn-round {
  margin-bottom: 6px;
}
/* // */

/* the banner image */
#banner img.img_cropped {
  /*display:none;*/
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.customize #portrait_slide img.img_cropped,
.customize #portrait img.img_cropped {
  margin: 4px;
  padding: 4px;
  width: 145px;
  height: 145px;
  background: #ffffff;
  border: 1px solid #cccccc;
  position: absolute;
  top: 0px;
  left: 0px;
}

.customize #guest img.img_cropped {
  margin: 4px;
  padding: 4px;
  width: 297px;
  height: 212px;
  background: #ffffff;
  border: 1px solid #cccccc;
  position: absolute;
  top: 0px;
  left: 0px;
}

#background #background img.img_cropped {
  margin: 4px;
  padding: 4px;
  width: 297px;
  height: 212px;
  background: #ffffff;
  border: 1px solid #cccccc;
  position: absolute;
  top: 0px;
  left: 0px;
}

.customize .registry.header #portrait_slide ,
.customize .registry.header #portrait {
  bottom: 1px;
  right: 38px;
  width: 163px;
  height: 163px;
  background: #ffffff;
  z-index: 200;
  position: absolute;
}

#background #background {
  width: 200px;
  height: 128px;
  background: #ffffff;
  background: #dddddd;
  z-index: 200;
  position: absolute;
}

.customize .registry.header #guest {
  right: 28px;
  top: -60px;
  width: 315px;
  height: 230px;
  background: #ffffff;
  z-index: 200;
  position: absolute;
}

#portrait #portrait_empty.hoverarea,
#portrait_slide #portrait_empty.hoverarea {
  background-image: url('../images/custom/icon_upload_portrait.png');
  background-repeat: no-repeat;
  background-position: 64px 70px;
  border: 2px solid white;
  width: 159px;
  height: 159px;
  padding-top: 0px;
  padding-right: 0px;
  text-align: center;
  background-color: #eeeeee;
  -webkit-transition: background-color .3s, border-color .3s;
  -moz-transition:    background-color .3s, border-color .3s;
  -ms-transition:     background-color .3s, border-color .3s;
  -o-transition:      background-color .3s, border-color .3s;
}

#background #background_empty.hoverarea {
    box-sizing: border-box;
    background-image: url('../images/custom/icon_upload_image.png');
    background-repeat: no-repeat;
    background-position: 81px 66px;
    text-align: center;
    background-color: #eeeeee;
    padding-top: 0px;
    padding-right: 0px;
    border: 4px solid white;
    border-right: 0px;
    position:absolute;
    width: 199px; /* expands to width of the wrapper minus 1 element */
    height: 128px;
    top: 8px;
    left: 4px;
    /*z-index:10000;*/
    overflow:hidden;
    -webkit-transition: background-color .3s, border-color .3s;
    -moz-transition:    background-color .3s, border-color .3s;
    -ms-transition:     background-color .3s, border-color .3s;
    -o-transition:      background-color .3s, border-color .3s;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius:    4px 0px 0px 4px;
    border-radius:         4px 0px 0px 4px;    -moz-box-shadow:    2px 1px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 2px 1px 5px rgba(0,0,0,0.3);
    box-shadow:         2px 1px 5px rgba(0,0,0,0.3);
}


#guest #guest_empty.hoverarea {
  background-image: url('../images/custom/icon_upload_portrait.png');
  background-repeat: no-repeat;
  background-position: 140px 90px;
  border: 2px solid white;
  width: 311px;
  height: 226px;
  padding-top: 0px;
  padding-right: 0px;
  text-align: center;
  background-color: #eeeeee;
  -webkit-transition: background-color .3s, border-color .3s;
  -moz-transition:    background-color .3s, border-color .3s;
  -ms-transition:     background-color .3s, border-color .3s;
  -o-transition:      background-color .3s, border-color .3s;
}

#portrait .file-input-wrapper:hover #portrait_empty.hoverarea,
#portrait_slide .file-input-wrapper:hover #portrait_empty.hoverarea,
#background .file-input-wrapper:hover #background_empty.hoverarea,
#guest .file-input-wrapper:hover #guest_empty.hoverarea {
  background-color: #dddddd;
  border-color: #cacaca;
}
/* buttons for editing a portrait image after it's been chosen */
#portrait_slide #portrait_edit.hoverarea,
#portrait #portrait_edit.hoverarea {
  opacity: 0.0;
  border: 2px solid #9aae45;
  background-image: url('../images/custom/icon_upload_portrait_whitebkgd.png');
  position: absolute;
  width: 159px;
  height: 159px;
  padding-top: 0px;
  padding-right: 0px;
  text-align: center;
  -webkit-transition: opacity .3s;
  -moz-transition:    opacity .3s;
  -ms-transition:     opacity .3s;
  -o-transition:      opacity .3s;
}

#background #background_edit.hoverarea{
  opacity: 0.0;
  border: 2px solid #9aae45;
  background-image: url('../images/custom/icon_upload_image_whitebkgd.png');
  position: absolute;
  padding-top: 0px;
  padding-right: 0px;
  text-align: center;
  -webkit-transition: opacity .3s;
  -moz-transition:    opacity .3s;
  -ms-transition:     opacity .3s;
  -o-transition:      opacity .3s;
  box-sizing: border-box;
  top: 8px;
  left: 4px;
  background-position: -230px -13px;
  width: 199px;
  height: 128px;
}

#guest #guest_edit.hoverarea {
  opacity: 0.0;
  border: 2px solid #9aae45;
  background-image: url('../images/custom/icon_upload_guest_whitebkgd.png');
  position: absolute;
  width: 311px;
  height: 226px;
  padding-top: 0px;
  padding-right: 0px;
  text-align: center;
  -webkit-transition: opacity .3s;
  -moz-transition:    opacity .3s;
  -ms-transition:     opacity .3s;
  -o-transition:      opacity .3s;
}

/* the portrait delete button: to receive hover and click events, */
/* it's positioned above the file input field */
#background #background_delete,
#portrait_slide #portrait_delete,
#portrait #portrait_delete {
  width: 150px;
  height: 24px;
  position: absolute;
  bottom: 12px;
  left: 16px;
  padding-left: 5px;
  opacity: 0.0;
  z-index: 15;
  -webkit-transition: opacity .3s;
  -moz-transition:    opacity .3s;
  -ms-transition:     opacity .3s;
  -o-transition:      opacity .3s;
}

#guest #guest_delete {
  width: 150px;
  height: 24px;
  position: absolute;
  bottom: 12px;
  left: 16px;
  padding-left: 5px;
  opacity: 0.0;
  z-index: 15;
  -webkit-transition: opacity .3s;
  -moz-transition:    opacity .3s;
  -ms-transition:     opacity .3s;
  -o-transition:      opacity .3s;
}

.customize .registry.header #portrait p,
.customize .registry.header #portrait_slide p,
#background p,
.customize .registry.header #guest p,
.customize .registry.header p {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  padding-top: 18px;
}

.customize .registry.header #banner .hoverarea p i,
.customize .registry.header #portrait p i,
.customize .registry.header #portrait_slide p i,
#background p i,
.customize .registry.header #guest p i,
.customize .registry.header p i {
  font-weight: 400;
  font-size: 12px;
  font-style: normal;
}

.customize .registry.header a {
  font-weight: 600;
  text-decoration: none;
}
.customize .registry.header a:hover {
  color: #E74C3C
}

#background #title,
.customize .registry.header #title {
  width: 100%;
  height: 43px;
}

.customize .registry.header #title h1 {
  font-size: 23px;
  margin: 0 7px 0 14px;
  line-height: 43px;
}

.customize .registry.header #date {
  width: 500px;
  height: auto;
  margin-top: 11px;
  margin-bottom: 0px;
}

.customize .registry.header #date h4 {
  padding: 0px 12px 0 0px;
  line-height: 21px;
  font-size: 15px;
}

.customize .registry.header #date_inner {
  display: block;
  float: left;
}

.customize .registry.header #names_inner {
  overflow: hidden;
  border-left: 1px solid #ccc;
  padding-left: 12px;
  padding-top: 0px;
  margin-bottom: 10px;
}

.customize .registry #customize_introduction {
  width: 682px !important;
  height: 90px;
}

.customize .registry.guest #customize_introduction {
  width: 670px !important;
  height: 220px;
  font-family: 'Open Sans', Lato, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.customize .registry.intro {
  margin-left: 0px;
  margin-right: 30px;
  margin-top: 5px;
}

.customize .registry.intro p {
  font-size: 14px;
  line-height: 1.4em;
}

.announce h2.element_title,
.customize .registry h2.element_title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0px 0px 4px 0px;
}

.customize .registry #date_placeholder {
  height: 40px;
  width: 485px;
  /*display: table-cell;*/
  display: block;
  vertical-align: bottom;
}

/* /end/ Registry display for customize page */


.registry.listings {
  border-top: 1px solid #dddddd;
}

.registry.listings .gift {
  position: relative;
  margin: 0px 0px;
  padding: 0px 0px 0px 15px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

#community #registry_container .registry.listings .gift {
  padding: 0px;
}

#registry_container .registry.listings .gift {
  padding: 0px 15px 15px 15px;
}

#registry_container .registry.listings .gift:hover {
  background: #f0fafc;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

#registry_container .registry.listings .gift:hover h3 {
  color: #218fad;
}
#registry_container .registry.listings .guest.gift:hover h3 {
  color: #444444;
}

.registry.listings .gift .row {
  position: relative;
}

.registry.listings .gift .spacer.top {
  width: 100%;
  height: 12px;
}

.registry.listings .gift .spacer.bottom {
  width: 100%;
}

.registry.listings .gift td {
  /*vertical-align: middle;*/
  /*vertical-align: top;*/
}

.registry.listings .gift.guest td {
  vertical-align: top;
  height: 120px;
}

#give_modal h1,
#gift_modal_given h1,
.registry.listings .gift h3 {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.2em;
  color: #444444;
  /*background-color: #ddd;*/
  margin: 0px 0px 6px 0px;
}

#give_modal h1,
#gift_modal_given h1 {
  margin-bottom: 12px;
}

#give_modal .modal-body,
#gift_modal_given .modal-body {
  height: 360px;
}

.nowrap {
  overflow: hidden;
}


.registry.listings .gift .description {
  border-right: 2px dotted #dddddd;
  margin-left: 20px;
  padding-right: 20px;
  width: 562px;
  /* min-height hack for IE */
   min-height: 95px;
   height:auto !important;
   height: 95px;
  /* / / / / /*/
}

.registry.listings .gift.guest .description {
  border-right: none;
  margin-left: 5px;
  padding-right: 20px;
  width: 662px;
}

#registry_container .registry.listings .gift.guest:hover {
  background: #fff;
  border-left: 1px solid white;
  border-right: 1px solid white;
}

.registry.listings .gift.guest .description {
  border-right: none;
  margin-left: 5px;
  padding-right: 20px;
  width: 662px;
}

.registry.listings .gift .description p,
#community .registry.listings .gift .description p {
  font-weight: 400;
  color: #444444;
  font-size: 13px;
  margin-bottom: 6px;
}

.registry.listings .gift .description p.link {
  margin-bottom: 0;
  -ms-word-break: break-all;
       word-break: break-all;
       /* Non standard for webkit */
       word-break: break-word;

  -webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;
}

.registry.listings .gift .description .link a {
  font-weight: 700;
  color: #218fad;
  font-size: 13px;
  line-height: 16px;
}

.registry.listings .gift .description .link a:hover, .registry.listings .gift .description a:hover {
  color: #E74C3C;
  text-decoration: none;
}

.registry.listings .gift .description a {
  color: #218fad;
}

.registry.listings .gift .description img {
  margin-top: 4px;
  margin-right: 18px;
  width: 150px;
}
.registry.listings .gift.guest .description img {
  margin-top: 4px;
  margin-right: 18px;
  margin-bottom: 15px;
  width: 150px;
}

.registry.listings .gift .description td.registry_image,
.registry.listings.edit .gift .description td.registry_image {
  /*width: 168px;*/
}

.registry.listings .gift .details {
  z-index: 100;
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 310px;
}

.details .type {
  width: 100%;
}

.details .amount {
  float: left;
  width: 118px;
}

.details .give {
  z-index: 100;
  position: absolute;
  bottom: 0px;
  right: 0px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.registry.listings .gift .details.guest {
  position: relative;
  float: right;
  clear: right;
  width: 160px;
  margin-bottom: 10px;
}

.details.guest .give {
  position: relative;
  float: right;
  margin-left: 20px;
  margin-right: -12px;
}

#thankyou_modal .details p,
#give_modal .details p,
#gift_modal_given .details p,
#gift_modal_given .thankyou p,
.registry.listings .gift .details p {
  font-weight: 700;
  text-transform: uppercase;
  color: #9aae45;
  font-size: 9px;
  margin-top: 12px;
  margin-bottom: 2px;
}

#thankyou_modal .details h4,
#give_modal .details h4,
#gift_modal_given .details h4,
.registry.listings .gift .details h4 {
  font-weight: 600;
  color: #888581;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.preview_content .registry.listings .gift .details h4 {
  font-size: 15px;
}

#give_modal #gift_message_label h3,
#give_modal #gift_amount_label h3 {
  width: 100px;
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  color: #1E839E;
  text-align: left;
  float: left;
  margin-right: 0px;
}
#give_modal #gift_message_label h3 {
  width: 200px;
}

.form_regular#gift_give #gift_amount_field input {
  margin-top: 10px;
  margin-bottom: 14px;
  width: 104px;
  height: 33px;
  border: 2px solid #dbe1e2;
  font-weight: 500;
  font-size: 17px;
  float: left;
  margin-right: 45px;
}
.form_regular#gift_give #gift_amount_field input:active,
.form_regular#gift_give #gift_amount_field input:focus {
  border-color: #1E839E;
}
.form_regular#gift_give #gift_amount_field input.dollar {
  text-indent: 22px;
  background-image: url('../images/custom/icon_dollar_sign.png');
  background-position: 4px 4px;
  background-repeat: no-repeat;
}

/* validation for gift-give */
#gift_give #gift_amount_field span.validate_message {
  top: 72px;
  left: 246px;
}
#gift_give .zip span.validate_message {
  top: 4px;
  left: 148px;
  z-index: -1;
}
#gift_give .zip .controls.error span.validate_message {
  z-index: 10;
}

.no-padding {
  padding: 0;
}

.no-left-padding {
  padding-left: 0;
}

.no-right-padding {
  padding-right: 0;
}


.btn.btn-give {
  width: 72px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  padding: 7px 12px 6px;
  background: #cccccc;
  /*background: #b2c66c;*/
  color: #ffffff;
}

.btn.btn-give strong {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
}

.gift_box {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/custom/giftbox_sprite.png');
  background-repeat: no-repeat;
  background-position: top;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition:      0.3s;
  -ms-transition:     0.3s;
  -moz-transition:    0.3s;
  -webkit-transition: 0.3s;
  transition:         0.3s;
}


.give:hover {
    cursor: pointer;
}

.give:hover .btn.btn-give {
  text-shadow: 0px 0px 12px #30d0fc;
}

.gift:hover .btn.btn-give {
  background: #218fad;
}

.give:hover .gift_box {
  opacity: 1;
  background-position: bottom;
}

/* Find a registry (listing) */

#find_container {
  width: 940px;
  min-height: 829px; /* to match the height of the home page */
}

/*
to prevent jumping text when switching tabs,
define widths explicitly:
*/
#tabs {
  /*width: 894px;*/
}

#tabs .span4 {
  width: 307px;
}

#tabs .span11 {
  width: 880px;
}

#tabs .span8 {
  width: 615px;
}

/* */

/* find field on home page */
#find_container_home {
  position: absolute;
  display: none;
  height: 46px;
  width: 432px;
  top: 278px;
  left: 230px;
  border: 0px;
  background: url('../images/custom/white_to_10transparent.png');
  background-repeat: repeat-y;
  z-index: 1010;
  -webkit-border-radius:  0px 23px 23px 0px;
  -moz-border-radius:     0px 23px 23px 0px;
  border-radius:          0px 23px 23px 0px;
}

#find_go {
  position: absolute;
  top: 3px;
  right: 3px;
  background: #bd133b;
  color: #ffffff;
  border: none;
  height: 40px;
  width: 40px;
  -webkit-border-radius:  20px;
  -moz-border-radius:     20px;
  border-radius:          20px;
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-weight: 700;
  font-size: 17px;
}

input#find_home_input {
  background: transparent;
  border: none;
  outline: none;
  height: 46px;
  width: 340px;
  margin: 0px;
  padding: 0px 10px 0px 15px;
  -webkit-border-radius:  0px;
  -moz-border-radius:     0px;
  border-radius:          0px;
  font-family: 'Open Sans', 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
}

input#find_home_input::-webkit-input-placeholder {
  font-size: 18px;
  padding-bottom: 8px;
  padding-top: 0px;
}

input#find_home_input:-moz-placeholder{
  font-size: 18px;
  padding-bottom: 8px;
  padding-top: 0px;
}

input#find_home_input.placeholder {
  font-size: 18px;
  padding-bottom: 8px;
  padding-top: 0px;
}

/* find a registry page */

.find_header {
  /*width: 960px;*/
  /*height: 150px;*/
  margin-top: 10px;
  margin-bottom: 20px;
  background: #32647b;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  z-index: 2;
  padding: 10px 15px 20px 33px;
}

.find_header #title h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 30px;
  color: #ffffff;
  line-height: 30px;
  /*text-shadow: 2px 2px 10px #333333;*/
}

.find_header #title h1 span {
  font-size: 23px;
  margin-right: 10px;
  color: #9aae45;
}

.find_header h4 {
  font-weight: 400;
  font-size: 16px;
  color: #83c4df;
  font-style: italic;
}
h4#switch_basic {
  margin-top: 0px;
  margin-bottom: 0px;
}
h4#switch_advanced {
  margin-top: 18px;
  margin-bottom: 0px;
}
.find_header h4 a {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  font-style: normal;
}

.find_header h4 a:hover, .find_header h4 a:focus {
  color: #83c4df;
  text-decoration: none;
}

#find_container .error h3 {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 300;
  padding-top: 80px;
  color: #E74C3C;
}

input.input-sm {
  height: 38px;
  font-size: 16px;
  font-style: normal;
  /*padding: 6px 6px 6px 6px;*/
}

.find_header select, select#about_type  {
  font-family: 'Open Sans', 'Lato', Helvetica, Arial, sans-serif;
  height: 36px;
  font-size: 15px;
  font-style: normal;
  line-height: 15px;
  outline: none;
}

 select#about_type {
  width: 210px;
 }

#find_basic {
  padding-right: 0px;
  -webkit-border-radius:  4px 0px 0px 4px;
  -moz-border-radius:     4px 0px 0px 4px;
  border-radius:          4px 0px 0px 4px;
}

.form_regular .btn.btn-search {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-weight: 500;
  font-size: 17px;
  text-transform: uppercase;
  color: #D0DA97;
  background-color: #7F8C8D;
  height: 36px;
  line-height: 36px;
  padding: 0px 35px 0px 20px;
  position: relative;
  -webkit-border-radius:  18px;
  -moz-border-radius:     18px;
  border-radius:          18px;
  margin: 0px;
}
.form_regular .btn.btn-search.attached {
  -webkit-border-radius:  0px 18px 18px 0px;
  -moz-border-radius:     0px 18px 18px 0px;
  border-radius:          0px 18px 18px 0px;
  padding: 0px 35px 0px 15px;
  margin-left: -4px;
}
.form_regular .btn-search .arrow {
  top: 7px;
  right: 3px;
}
.btn-auth.regular .arrow {
  margin-top: 8px;
  margin-left: 10px;
}

.form_regular .btn.btn-arrow.attached {
  height: 40px;
}

.form_regular .btn.btn-small {
  height: 24px;
  -webkit-border-radius:  24px;
  -moz-border-radius:     24px;
  border-radius:          24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: 600;
  padding: 0px 10px;
  background-color: #bbb;
  margin-right: 4px;
}

.form_regular .btn.btn-small span {
  font-size: 10px;
  margin-right: 3px;
}

.form_regular a.btn {
  line-height: 32px;
}

.form_regular .input-connected.left,
.input-connected.left {
  padding-right: 0;
}

.form_regular .input-connected.right,
.input-connected.right {
  padding-left: 0;
  margin-left: 0;
  /*width: 260px;*/
}

#long_form .row {
  margin-top: 7px;
}

.form_regular .input-connected .left input,
.input-connected.left input {
  -webkit-border-radius: 6px 0px 0px 6px;
  -moz-border-radius: 6px 0px 0px 6px;
  border-radius: 6px 0px 0px 6px;
  border-right-width: 0px;
}

.form_regular .input-connected .right input,
.input-connected.right input {
  -webkit-border-radius: 0px 6px 6px 0px;
  -moz-border-radius: 0px 6px 6px 0px;
  border-radius: 0px 6px 6px 0px;
  border-left: 1px solid #dbe1e2 !important;
}

.find_header input[type="text"].input-search {
  -webkit-border-radius: 6px 0px 0px 6px;
  -moz-border-radius: 6px 0px 0px 6px;
  border-radius: 6px 0px 0px 6px;
  width: 440px;
  float: left;
}

.btn-auth.regular {
  -webkit-border-radius: 22px 22px 22px 22px;
  -moz-border-radius: 22px 22px 22px 22px;
  border-radius: 22px 22px 22px 22px;
  /*width: 120px;*/
  height: 38px;
  padding: 1px 35px 0px 20px;
  text-align: right;
  line-height: 38px;
  position: relative;
}

textarea.input-search,
textarea.input-sm,
input[type="text"].input-search,
input[type="text"].input-sm  {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #7F8C8D;
  color: #000000;
  padding-bottom: 10px;
  background: #eeeeee;
  line-height: 1em;
}

textarea.input-search:focus,
textarea.input-sm:focus,
input[type="text"].input-search:focus,
input[type="text"].input-sm:focus {
  border-color: #9aae45;
  background: #ffffff;
}

#password_ask .btn-search:hover,
.find_header .btn-search:hover,
.btn-auth:hover {
  color: #ffffff;
  background-color: #9aae45;
}

#gift_confirmation p,
#password_ask p {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

#gift_confirmation h2,
#password_ask h2 {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 10px;
  color: #9AAE45;
}

#password_ask a {
  font-family: 'Open Sans', 'Lato', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #1E839E;
  text-decoration: none;
}

#password_ask a:hover {
  color: #E74C3C;
}

#password_ask .btn-search:hover .arrow,
.find_header .btn-search:hover .arrow,
.btn-auth:hover .arrow,
.btn-continue:hover .arrow {
  opacity: 1;
}

#password_ask .btn-search .arrow,
.find_header .btn-search .arrow,
.btn-auth .arrow,
.btn-continue .arrow {
  background-image: url('../images/custom/arrow_right_white_100.png');
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  opacity: .5;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.find.listings .listing_header {
  height: 37px;
  background: #f7fbe7;
  border-bottom: 2px solid #9aae45;
}

.find.listings .listing_header .column {
  height: 37px;
  /*padding-top: 8px;*/
  margin-top: 0;
  position: relative;
}

.find.listings .listing_header .column a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-decoration:none;
  background: #f7fbe7;
}

.find.listings .listing_header .column p {
  padding-top: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #888581;
}

.find.listings .listing_header .column a:hover {
  background: #9aae45;
  cursor: pointer;
}

.find.listings .listing_header .column:hover p,
.find.listings .listing_header .column.sorted:hover p {
  color: #ffffff;
}

.find.listings .listing_header .column span.sort_icon {
  width: 14px;
  height: 7px;
  position: absolute;
  margin-left: 5px;
  margin-top: 7px;
  background-image: url('../images/custom/sort_arrow_green_sprite.jpg');
  background-position: top right;
  overflow: hidden;
}

.find.listings .listing_header .column:hover span.sort_icon {
  background-position: bottom right;
}
.find.listings .listing_header .column span.sort_icon.sorted.down {
  background-position: top left;
}
.find.listings .listing_header .column:hover span.sort_icon.sorted.down {
  background-position: top center;
}
.find.listings .listing_header .column span.sort_icon.sorted.up {
  background-position: bottom left;
}
.find.listings .listing_header .column:hover span.sort_icon.sorted.up {
  background-position: bottom center;
}

.find.listings .listing_row #view_icon.column {
  height: 22px;
  margin-top: -2px;
}

.find.listings .listing_row #view_icon p {
  color: #ffffff;
  font-size: 22px;
}

.find.listings .listing_row #private_icon.column {
  height: 22px;
  margin-top: 1px;
}

.find.listings .listing_row #private_icon p {
  color: #ffffff;
  font-size: 16px;
}

.find.listings p {
  margin: 0;
  line-height: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #777;
  padding: 0 6px 0 8px;
}

.find.listings .listing_row #listing_title p {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

.find.listings .listing_row {
  height: 30px;
  padding-top: 11px;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  background: #ffffff;
}

.find.listings .listing_row:hover {
  background: #f0fafc;
  cursor: pointer;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.find.listings .listing_row:hover p {
  color: #333333;
}

.find.listings .listing_row:hover #listing_title p {
  color: #218fad;
}

.find.listings .listing_row:hover #view_icon p {
  color: #218fad;
}

.find.listings .listing_row:hover #private_icon p {
  color: #cccccc;
}

.find.listings .column {
  height: 20px;
  overflow: hidden;
  float: left;
  /*padding: 0 6px 0 8px;*/
}

.find.listings .listing_header .column.sorted p {
  color: #9aae45;
  font-weight: 600;
}

.find.listings .listing_row .column.sorted p {
  font-weight: 700;
}

.find.intro h3 {
  color: #888581;
  font-size: 22px;
  padding-top: 0px;
  margin-top: 0px;
}

/* column widths */
.listings .column1 { width: 37%; }
.listings .column2 { width: 16%; }
.listings .column3 { width: 16%; }
.listings .column4 { width: 15%; }
.listing_row .column5 { width: 9%; }
.listing_header .column5 { width: 16%; }
.listings .column6 { width: 3%; }
.listings .column7 { width: 4%; }

textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  font-style: italic;
  color: #999999;
  padding-top: 2px;
}

textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
.uneditable-input:-moz-placeholder {
  font-style: italic;
  color: #999999;
  padding-top: 2px;
}

textarea.placeholder,
input[type="text"].placeholder,
.uneditable-input.placeholder {
  font-style: italic;
  color: #999999;
  padding-top: 2px;
}

textarea.placeholder.input-sm,
input[type="text"].placeholder.input-sm,
.uneditable-input.placeholder.input-sm {
  font-style: italic;
  color: #999999;
  padding-top: 10px;
}

/* pagination */

.pagination ul > li > a,
.pagination ul > li > span {
  font-family: 'Open Sans', 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #218FAD;
  }

.pagination ul > li.active > span {
  background: #E74C3C;
  border-color: #E74C3C;
  color: #ffffff;
}

.pagination {
  margin: 0px 0px 16px 0px;
}

.pagination > ul > li:first-child,
.pagination > ul > li:last-child {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

/* Login and signup forms */
.modal {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #ffffff;
}

.modal#auth_modal {
  background: transparent;
}

.modal.fade#about_modal,
.modal.fade.in#about_modal {
  top: 18%;
}

.modal#about_modal .modal-body {
  padding: 30px 14px 20px 14px;
}

#about_modal img {
  position: absolute;
  top: 36px;
  left: 36px;
}

/* override slide effect on bootstrap modals; just have them fade in. */
.modal.fade {
  top: 13%;
  -webkit-transition: opacity 0.3s linear;
     -moz-transition: opacity 0.3s linear;
       -o-transition: opacity 0.3s linear;
          transition: opacity 0.3s linear;
}

.modal.fade.in {
  top: 13%;
}

.modal-body {
  padding: 30px 20px 25px 48px;
  max-height: none;
}

.modal-header {
  padding: 0;
  border: none;
  background-color: #9aae45;
  width: 560px;
  height: 64px;
  -webkit-border-radius:  6px 6px 0 0;
  -moz-border-radius:     6px 6px 0 0;
  border-radius:          6px 6px 0 0;
}

#tab_login .modal-header {
  background-color: #218fad;
}

.modal-header h3 {
  padding: 18px 15px 0px 25px;
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-weight: 300;
  font-size: 24px;
  color: #ffffff;
}

.modal-backdrop {
  background-color: #222222;
}

.modal-backdrop, .modal-backdrop.fade.in {
  opacity: 0.8;
}

#auth_modal {
    /*width: 570px;*/
    width: 880px;
    margin-left: -440px; /* - width/2 */
    padding: 0;
}

#customize_modal {
    width: 660px;
    margin-left: -330px; /* - width/2 */
    padding: 0;
    overflow: hidden;
}
#customize_modal .modal-header {
    width: 660px;
}
.gift_modal form {
  margin: 0px;
}

#gift_modal_add, #gift_modal_edit {
  /*height: 565px;*/
}

#gift_modal_add.premium, #gift_modal_edit.premium {
  /*height: 615px;*/
}

#gift_modal_add .modal-body,
#gift_modal_edit .modal-body {
  overflow: hidden
}

.gift_modal_left {
  width: 490px;
  float: left;
  margin-left: -20px;
  margin-top:-11px;
}

.gift_modal_right {
  width: 162px;
  /*margin-top: -11px;*/
  position: absolute;
  left: 551px;
  /*float: left;*/
  /*margin-left: 32px;*/
}

.gift_modal {
  width: 745px;
  margin-left: -370px;
  padding: 0 0 0 0;
  overflow: hidden;
}
.gift_modal .modal-header {
    width: 745px;
}
.gift_modal .modal-header .close {
    right: 12px;
    left: auto;
}
.gift_modal .controls {
  margin-bottom: 10px;
}

.gift_edit_container {
  width:745px;
  height: 700px;
  margin-left: 260px;
  position: relative;
  text-align: left;
}

.gift_edit_container #gift_edit_save,
.gift_edit_container #gift_edit_delete {
  margin-top: 30px;
  margin-right: 30px;
}

.gift_edit_container #gift_give #gift_amount_field span.validate_message {
  top: 31px;
  left: 198px;
}

.gift_edit_container #gift_instructions p,
.gift_edit_container #gift_instructions_text p {
  font-size: 13px;
}

#gift_edit_error {
  margin-top: 120px;
  margin-bottom: 150px;
}

#gift_notice p, #gift_notice h3  {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 600;
  color: #9AAE45;
}
#gift_notice p.uperror, #gift_notice h3.uperror {
  color: #E74C3C;
}

#gift_title {
  width: 485px;
}

#gift_description {
  width: 465px;
  resize: none;
}

#gift_link {
  background-image: url('../images/custom/icon_link.png');
  width: 485px;
  text-indent:35px;
  background-position: top left;
  background-repeat: no-repeat;
  /*color: #1E839E;*/
  /*font-weight: 600;*/
}

#gift_type {
  width: 358px;
  margin-left: 22px;
  float: left;
}
#gift_type td {
  width: 168px;
  vertical-align: top;
}
#gift_type label, #gift_number label {
  font-size: 15px;
  font-family: 'Lato', 'Open Sans', Helvetica, Arial, sans-serif;
  margin-bottom: 3px;
  line-height: 20px;
  vertical-align: baseline;
}
#gift_number label#label_unlimited {
  margin-top: 7px;
}

#gift_type input[type="radio"], #gift_number input[type="radio"] {
  font-size: 15px;
  vertical-align: baseline;
  margin-right: 5px;
  height: 14px;
}

#gift_type h4, #gift_number h4, .gift_modal_right h4 {
  color: #218FAD;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

#gift-number {
  width: 3000px;
  margin-left: 22px;
  /*float: left;*/
}
#gift_number label {
  margin-bottom: 7px;
  /*float: left;*/
}
#gift_number input[type="text"] {
  width: 92px;
  margin-left: 0px;
  margin-bottom: 0px;
  padding: 0px 8px 3px 5px;
  font-size: 16px;
  text-align: left;
  text-indent: 0px;
}

#gift_number .controls.error input[type="text"],
#disqus_heading.error,
#community .marketplace input.error,
#community .marketplace textarea.error,
select.error {
  border-color: #E74C3C;
}

#gift_number span.validate_message {
  top: 29px;
  left: 138px;
}

#gift_number input[type="text"]:disabled {
  border-color: #eeeeee;
  background-color: #eeeeee;
  color: #bbbbbb;
}

#gift_number input#gift_field_dollar,
#gift_number input.dollar {
  text-indent: 10px;
  background-image: url('../images/custom/icon_dollar_sign.png');
  background-position: top left;
  background-repeat: no-repeat;
}

#gift_image_box_outer {
  position: relative;
  border: 2px dashed #dbe1e2;
  width: 148px;
  height: 108px;
  padding: 4px;
  margin-bottom: 17px;
  -webkit-transition: border-color 0.4s;
  -moz-transition:    border-color 0.4s;
  -o-transition:      border-color 0.4s;
  transition:         border-color 0.4s;
}
#gift_image_box_inner {
  width: 148px;
  height: 108px;
  background-color: #e2f5f9;
  -webkit-transition: background-color 0.4s;
  -moz-transition:    background-color 0.4s;
  -o-transition:      background-color 0.4s;
  transition:         background-color 0.4s;
}
#gift_image_box_icon {
  background-image: url('../images/custom/icon_upload_image_sprite.png');
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  top: 41px;
  left: 61px;
  width: 40px;
  height: 42px;
}
#gift_image_box_default {
  position: relative;
  border: none;
  width: 160px;
  height: 120px;
  margin-bottom: 10px;
}

#gift_image_default_buttons {
  position: absolute;
  left: 0px;
  top: 50px;
  width: 144px;
  padding: 4px 8px;
  color: #fff;
  font-size: 20px;
}
#gift_image_default_buttons div {
  cursor: pointer;
  opacity: .5;
}
#gift_image_default_buttons div:hover {
  opacity: 1.0;
}
.image_yes img.gift_image {
  /*border: 1px solid #e3e3e3;*/
  margin-bottom: 10px;
  width: 160px;
}
.gift_gift_image {
  width: 160px;
}

#big_uploader_gift:hover #gift_image_box_outer {
  border-color: #9AAE45;
}
#big_uploader_gift:hover #gift_image_box_inner {
  background-color: #FAF2E3;
}
#big_uploader_gift:hover #gift_image_box_icon {
  background-position: bottom left;
}
#big_uploader_gift:hover .btn-round a#btn_gift_upload,
#big_uploader_gift:hover .btn-round a#btn_gift_upload span {
  color: #9AAE45;
}

.gift_modal_right ul {
   list-style: none;
   margin-left: 0;
   padding-left: 15px;
   text-indent: -15px;
}
.gift_modal_right li {
  font-family: 'Lato', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 12px;
}
.gift_modal_right li span {
  font-size: 10px;
  color:#218FAD;
  padding-right: 4px;
}

.gift_modal #gift_give .controls {
  margin-bottom: 0px;
}

.gift_modal .tab-content {
  overflow: visible;
}

button#gift_next,
button#gift_save {
  position: absolute;
  bottom: 25px;
  right: 20px;
}

button#gift_back, #gift_back {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background-color: #bbb;
}

button#gift_save {
  /*background-color: #E74C3C*/
}
#gift_instructions p,
#gift_instructions_text p {
  font-family: 'Lato', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #888581;
  padding-right: 20px;

}
#gift_instructions p strong,
#gift_instructions_text p strong {
  font-weight: 700;
  color: #E74C3C;
}

#gift_give #shipping_address {
  margin-left: -20px;
}
#gift_give #shipping_address p  {
  font-family: 'Lato', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
 color: #888581;
 margin-top: 14px;
}
#gift_give #shipping_address p.address  {
 color: #333;
}

#gift_give #shipping_address h5  {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  line-height: 19px;
  font-weight: 300;
  margin-top: 0px;
  color: #9AAE45;
}

#auth_tabs {
  display: none;
}

.form_auth {
  font-family: 'Lato', 'Open Sans', Helvetica, Arial, sans-serif;
  margin: 0 0 5px 0;
}

.form_auth p a {
  color: #218fad;
  font-weight: 600;
}

.form_regular#gift_give textarea,
.form_regular#gift_give input[type="text"],
.form_auth textarea,
.form_auth input[type="text"],
.form_auth input[type="password"] {
  background: transparent;
  border: none;
  height: 40px;
  line-height: 24px;
  font-family: 'Lato', 'Open Sans', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  color: #555351;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0px 0px 2px 0px;
  text-indent: 15px;
}


.form_regular#gift_give .controls.error textarea,
.form_regular#gift_give .controls.error input[type="text"],
.form_regular#gift_give .controls.error input#give_amount,
.controls.error textarea,
.controls.error input[type="text"],
.controls.error input[type="password"] {
  color: #E74C3C;
}

/*.form_regular#gift_give .control-group,*/
.form_regular .control-group .input-connected,
.form_auth .control-group
 {
  border: 2px solid #dbe1e2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
  padding-left: 40px;
  background-color: #ffffff;
  background-position: top left;
  background-repeat: no-repeat;
    -webkit-transition: background-color 0.6s, border-color 0.6s;
    -moz-transition:    background-color 0.6s, border-color 0.6s;
    -o-transition:      background-color 0.6s, border-color 0.6s;
    transition:         background-color 0.6s, border-color 0.6s;
}

select {
  border: 2px solid #dbe1e2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
    -webkit-transition: background-color 0.6s, border-color 0.6s;
    -moz-transition:    background-color 0.6s, border-color 0.6s;
    -o-transition:      background-color 0.6s, border-color 0.6s;
    transition:         background-color 0.6s, border-color 0.6s;
}

.form_regular .control-group .input-connected {
  margin-left: 140px;
  padding: 0px;
  display: block;
  width: 361px;
  position: relative;
  margin-bottom: 0px;

}

.form_regular .control-group .input-connected .controls {
  margin-left: 0px;
}

.form_regular .control-group .input-connected .controls input {
  margin-left: 0px;
  border: none;
}

.form_regular#gift_give .control-group.focus,
.form_regular .control-group.focus .input-connected,
.form_auth .control-group.focus {
  border: 2px solid #9aae45;
}

.form_regular#gift_give .controls.error input#give_amount,
.form_auth .control-group-error,
.form_auth .control-group-error.focus {
  border: 2px solid #e29881;
  -webkit-transition:   .6s;
  -o-transition:        .6s;
  -moz-transition:      .6s;
  transition:           .6s;
}

.form_regular .control-group.form_checkbox,
.form_auth .control-group.form_checkbox {
  height: 24px;
  line-height: 15px;
  border: none;
  margin-bottom: 18px;
  padding: 0px;
  background: transparent;
}

.controls .checkbox:first-child { padding-top: 0px; }

.checkbox {
  font-family: 'Lato', 'Open Sans', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 40px;
}


.checkbox a {
  font-family: 'Lato', 'Open Sans', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
  color: #218fad;
}

.form_regular#gift_give .control-group.name,
.form_auth .control-group.name {
  background-image: url('../images/custom/icon_form_name.png');
}
.form_regular#gift_give .control-group.email,
.form_auth .control-group.email {
  background-image: url('../images/custom/icon_form_email.png');
}
.form_auth .control-group.password {
  background-image: url('../images/custom/icon_form_password.png');
}
.form_regular#gift_give .control-group.zip,
.form_auth .control-group.zip {
  background-image: url('../images/custom/icon_form_zip.png');
}
.form_regular#gift_give .control-group.message,
.form_auth .control-group.message {
  background-image: url('../images/custom/icon_form_message.png');
  padding: 5px 0px 5px 50px;
;}

.form_regular#gift_give #message {
  resize: none;
  height: 80px;
  font-size: 14px;
  line-height: 17px;
  text-indent: 0;
  padding: 0;
}

.form_regular#gift_give #name_field_first input,
.form_auth #name_field_first input {
  width: 165px;
}

.form_regular#gift_give #name_field_last input,
.form_auth #name_field_last input {
  /*background-color: #aaa;*/
  width: 250px;
  padding-left: 0px;
  border-left: 1px solid #dbe1e2;
  -webkit-border-radius:  0px 4px 4px 0px;
  -moz-border-radius:     0px 4px 4px 0px;
  border-radius:          0px 4px 4px 0px;
}

.double_field_divider {
  height: 1px;
  background-color: #dbe1e2;
  margin-left: 15px;
}

.form_auth textarea::-webkit-input-placeholder,
.form_auth input::-webkit-input-placeholder {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  color: #94a0a3;
  padding: 1px 0px 0px 0px;
}

.form_auth textarea:-moz-placeholder,
.form_auth input:-moz-placeholder{
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  color: #94a0a3;
  padding: 1px 0px 0px 0px;
}

.form_auth textarea.placeholder,
.form_auth input.placeholder {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  color: #94a0a3;
  padding: 1px 0px 0px 0px;
}

p.question a {
  color: #94a0a3;
  font-size: 12px;
  line-height: 46px;
}

.modal-header .close {
  position: absolute;
  top: 7px;
  left: 534px;
  font-size: 16px;
  color: #000;
}

p.switch_tabs {
  font-size: 12px;
  font-weight: 600;
  color: #888;
  padding-top: 4px;
  margin-bottom: 0;

}

.btn-auth {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-weight: 500;
  font-size: 19px;
  /*text-transform: uppercase;*/
  color: #eeeeee;
  background-color: #218fad;
}

.btn-auth:hover, .btn-auth:focus {
  text-shadow: 0px 0px 12px #30d0fc;
  background: #1e839e;
  color: #ffffff;
}

#column_left, #column_center {
  float: left;
}

#column_left {
  width: 160px;
  height: 20px;
}

#column_center {
  position: relative;
  width: 720px;
}

.modal-bkgd {
  width: 560px;
  background-color: #f3f1ed;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-border-radius:  6px;
  -moz-border-radius:     6px;
  border-radius:          6px;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.6);
  z-index: -1;
}

#tab_signup .modal-bkgd {
  height: 546px;
  /*height: 510px;*/
}

#tab_reset .modal-bkgd,
#tab_login .modal-bkgd {
   height: 300px;
}

.modal-bottom {
  width: 512px;
}

span.validate_message {
  position: absolute;
  width: 185px;
  height: 31px;
  background-color: #E74C3C;
  top: 5px;
  left: 468px;
  padding: 0 5px 1px 10px;
  -webkit-border-radius:  4px;
  -moz-border-radius:     4px;
  border-radius:          4px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);

  transition:           opacity .6s;
  -o-transition:        opacity .6s;
  -ms-transition:       opacity .6s;
  -moz-transition:      opacity .6s;
  -webkit-transition:   opacity .6s;

}

span.validate_message p {
  font-size: 13px;
  line-height: 30px;
  color: #ffffff;
}

span.validate_message.bottom {
  top: 48px;
}

span.validate_message.checkbox {
  top: -5px;
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #E74C3C;
  position: absolute;
  left: -6px;
  top: 10px;
}

.checkbox .icons {
  color: #fff;
}

.checkbox span.icons {
  border: 2px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
}

.checkbox.checked span.icons {
  border-color: #218FAD;
}

#ajax_loading_button {
  width: 20px;
  height: 20px;
  position: absolute;
  /*bottom: 9px;*/
  /*right: 9px;*/
  bottom: 40px;
  left: 395px;
  display: none;
}

#ajax_loading_button_green {
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
  float: right;
  top: 5px;
  margin-left: 7px;
}


/* dashboard section, for 'registry/edit' pages */

.dashboard {
  background-color: #fcfbf7;
  background-image: url('../images/custom/dashboard_shadow.png');
  background-repeat: repeat-y;
  background-position: top right;
  width: 250px;
  margin: -24px 0px 0px 0px;
  padding: 0px;
  float: left;
}

.dashboard_top {
  background-color: #fcfbf7;
  background-image: url('../images/custom/dashboard_shadow_fade_top.png');
  background-repeat: repeat-y;
  background-position: top right;
  height: 50px;
}

.dashboard_bottom {
  background-color: #fcfbf7;
  background-image: url('../images/custom/dashboard_shadow_fade_bottom.png');
  background-repeat: no-repeat;
  background-position: top right;
  height: 50px;
}

.dashboard_header {
  margin-left: 20px;
  padding-left: 30px;
  background-image: url('../images/custom/dashboard_icon_pen.png');
  background-repeat: no-repeat;
  background-position: top left;
}

.dashboard .dashboard_header h2,
.dashboard .dashboard_settings h2 {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-weight: 300;
  color: #b0aca7;
  font-size: 20px;
  text-align: left;
  text-shadow: 0px 1px 0px white;
  margin-top: -15px;
}

.dashboard_title {
  padding-left: 20px;
}

.dashboard .dashboard_title h3 {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 14px;
  padding-right: 15px
}

div.dotted {
  border-bottom: 2px dotted #d2d1cd;
  margin: 2px 0px;
}

.dashboard a {
  font-weight: 700;
  color: #218fad;
}

.dashboard a:hover,
.account_settings a:hover {
  color: #E74C3C;
  text-decoration: none;
}

.dashboard li:hover a {
  color: #E74C3C;
  text-decoration: none;
}

.dashboard li:hover {
  background-color: #ffffff;
  background-image: url('../images/custom/dashboard_menu_hover_arrow.png');
  background-repeat: no-repeat;
  background-position: right;
}

.dashboard ul, .dashboard .dashboard_settings {
  padding-top: 4px;
  padding-bottom: 4px;
  margin: 0px;
}

.dashboard .dashboard_settings {
  padding-left: 0px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 30px;
  background-image: url('../images/custom/dashboard_icon_gear.png');
  background-repeat: no-repeat;
  background-position: 0px 17px;
}

.dashboard .dashboard_settings h2 {
  padding-left: 28px;
}

.dashboard ul.menu li {
  color: #218fad;
  margin: 0px;
  height: 38px;
  border-top: 1px solid #e9e8e3;
}

.dashboard ul.menu li:last-child {
  border-bottom: 1px solid #e9e8e3;
}

.dashboard ul.menu li.active {
  background-color: #218fad;
  background-image: url('../images/custom/dashboard_menu_selected_arrow.png');
  background-repeat: no-repeat;
  background-position: right center;
  border: 1px solid #1b748c;
  border-right: none;
  border-left: none;
  text-shadow: 0px 1px 2px #1b748c;
}

.dashboard ul.menu li a {
  padding-left: 20px;
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 15px;
  line-height: 38px;
  font-weight: 500;
  display: block;
  /*width: 100%;*/
  height: 100%;
}

.dashboard ul.menu li.active a {
  color: #ffffff;
  font-weight: 700;
}

.dashboard ul.menu li.disabled {
  color: #888581;
}

.dashboard h4 {
  position: relative;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
  color: #888581;
}

.dashboard h4:hover {
    /*color: #555351;*/
}

.dashboard h4 strong {
  font-weight: 700;
  color: #555351;
}

p.btn-round {
  margin-bottom: 12px;
}

.btn-round a {
  color: #888581;
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  margin-left: 0px;
  height: 24px;
}

h5.switch-label {
  position: relative;
  color: #888581;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
}

.has-switch {
  position: absolute;
  right: 0px;
  top: -3px;
}

.btn-round span {
  color: #d2d1cd;
  font-size: 18px;
  /*position: absolute;*/
  margin-left: -2px;
  margin-right: 9px;
  line-height: 24px;
  vertical-align: middle;
}

.dashboard a.premium {
    /*color: #9AAE45;*/
}
.dashboard a.premium:hover {
    /*color: #218fad;*/
}

.dashboard a.green:hover, .dashboard a.green:hover span, .btn-round a:hover span {
  color: #9aae45;
}

.btn-round a.red:hover, .btn-round a.red:hover span {
  color: #E74C3C;
}

.btn-round a.blue:hover, .btn-round a.blue:hover span {
  color: #218fad;
}

.button-change-setting {
  color: #d2d1cd;
  font-size: 14px;
  position: absolute;
  right: 0px;
  margin-left: 0px;
  margin-top: 4px;
}

a.change-setting:hover span {
  color: #9aae45;
}

.dashboard .btn-round.registry_choose {
  margin-left: 2px;
  margin-top: -4px;
}

.registry_choose_entry h2 a {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-weight: 500;
  font-size: 23px;
  line-height: 1.2em;
  color: #444444;
  text-decoration: none;
  margin: 0px 0px 8px 0px;
}

.registry_choose_entry h2.current a {
  /*color: #E74C3C;*/
}
.registry_choose_entry h2 a:hover {
  color: #218fad;
  text-decoration: none;
}

.registry_choose_entry h2 a span {
  font-size: 17px;
  color: #fff;
  margin-right: 4px;
}

.registry_choose_entry h2 a:hover span {
  color: #218fad;
}

.registry_choose_entry h2.current a span {
  color: #d2d1cd;
}

.content .choose_header h1, .content .choose_header h4 {
  margin-bottom: 0px;
  color: #218fad;
}

/* content section, for edit pages */

.content {
  margin-top: 12px;
  float: left;
  width: 675px;
  margin-left: 25px;
  padding-bottom: 20px;
}

.content h1 {
  font-size: 30px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 36px;
  color: #218fad;
}

.content h2 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 18px;
  margin-bottom: 20px;
  /*color: #218fad;*/
}

.content .custom_span {
  float: left;
  margin-left: 0px;
}
.content #about_type_other {
  width: 286px;
}

.content #about_title {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 25px;
  height: 42px;
}

.content #about_title_label {
  top: 13px;
}

.content #change_password,
.content #change_shipping {
  font-style: italic;
  color: #9aae45;
  font-family: 'Lato', 'Open Sans', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 13px;
  font-weight: 600;
}

.content #about_shipping_city {
  width: 170px;
}
.content #about_shipping_state {
  text-transform: uppercase;
}

.content .form_regular .shipping_addr {
  display: block;
  margin-top: -44px;
  margin-left: 420px;
  font-family: 'Lato', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
  /*min-height: 34px;*/
}

.content .form_regular .shipping_addr.hide {
  display: none;
  margin-top: 0px;
}

.content .btn#save_changes {
  width: 130px;
}

.content .btn.saved#save_changes {
  background-color: #d0da97;
  color: #ffffff;
  -webkit-transition: color .6s, background-color .6s;
  -moz-transition:    color .6s, background-color .6s;
  -ms-transition:     color .6s, background-color .6s;
  -o-transition:      color .6s, background-color .6s;
}

/* regular form styling */
.form_regular .control-group {
    margin-bottom: 14px;
    position: relative;
}

.form_regular .control-group.disabled {
    display: none;
}

.form_regular .control-group.hideable {
}

.form_regular .control-group#about_date_hideable {
      height: 36px;
}

.form_regular .control-group.disabled textarea,
.form_regular .control-group.disabled input[type="text"],
.form_regular .control-group.disabled input[type="password"] {
    display: none;
}

.form_regular textarea,
.form_regular input[type="text"],
.form_regular input[type="password"] {
  background: #fcfbf7;
  border: 2px solid #dbe1e2;
  height: 36px;
  line-height: 24px;
  font-family: 'Lato', 'Open Sans', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  color: #555351;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0px 0px 2px 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-indent: 15px;
}

.form_regular textarea:focus,
.form_regular input[type="text"]:focus,
.form_regular input[type="password"]:focus {
  background: #ffffff;
  border-color: #9aae45;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.form_regular.form-horizontal .controls  {
margin-left: 140px;
}

.form_regular .input-connected.no-label,
.form_regular.form-horizontal .controls.no-label  {
margin-left: 0px;
}

.form_regular.form-horizontal label,
.form_regular.form-horizontal .control-label {
  float: left;
  /*display: block;*/
  text-align: left;
  width: 130px;
  font-family: 'Open Sans', 'Lato', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 0px;
  color: #555351;
  position: absolute;
  top: 22%;
}

.form_regular textarea::-webkit-input-placeholder,
.form_regular input::-webkit-input-placeholder {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  color: #94a0a3;
  padding: 1px 0px 0px 0px;
  text-transform: none;
}

.form_regular textarea:-moz-placeholder,
.form_regular input:-moz-placeholder{
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  color: #94a0a3;
  padding: 1px 0px 0px 0px;
  text-transform: none;
}

.form_regular textarea.placeholder,
.form_regular input.placeholder {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  color: #94a0a3;
  padding: 1px 0px 0px 0px;
  text-transform: none;
}

.form_regular .other_hide {
  visibility: hidden;
}

.form_regular textarea.small,
.form_regular input[type="text"].small,
.form_regular input[type="password"].small {
  height: 30px;
  font-size: 16px;
  line-height: 20px;
}

.form_regular textarea.extra-small,
.form_regular input[type="text"].extra-small,
.form_regular input[type="password"].extra-small {
  height: 24px;
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 2px;
  margin-top: 3px;
  margin-bottom: 0px;
}

.form_regular textarea,
.form_regular textarea.small,
.form_regular textarea.extra-small {
  height: auto;
  text-indent: 0;
  line-height: 1.3em;
  padding: 5px 10px 5px 10px;
}

.form_regular .full-width {
  width: 100%;
}

.form_regular .auto-width {
  width: auto;
}

.form_regular label.checkbox {
  margin-left: 0px;
  padding-left: 34px;
  font-size: 16px;
  width: auto;
  color: #333333;
}

.form_regular label.checkbox:hover {
  color: #6f8333;
}

.form_regular .checkbox span.icons {
  border: 2px solid #b0aca7;
  color: #f3f1ed;
  background: #f3f1ed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 1.0);
  -moz-box-shadow:    inset 1px 1px 1px 0px rgba(0, 0, 0, 1.0);
  box-shadow:         inset 0px 0px 2px 2px rgba(255, 255, 255, 1), inset 1px 1px 8px 0px rgba(0, 0, 0, 0.25);
}


.form_regular .checkbox.checked .icons {
  color: #6f8333;
  border-color: #9aae45;
}

.form_regular .checkbox.large span.icons {
  width: 22px;
  height: 22px;
  font-size: 18px;
}

.form_regular label.checkbox.large {
  margin-left: 0px;
  padding-left: 36px;
  font-size: 18px;
  width: auto;
  line-height: 24px;
}

.form_regular .checkbox.small span.icons {
  width: 18px;
  height: 18px;
  font-size: 14px;
}

.form_regular label.checkbox.small {
  margin-left: 0px;
  padding-left: 32px;
  font-size: 15px;
  width: auto;
  line-height: 20px;
}

.form_regular .checkbox.x-small span.icons {
  width: 14px;
  height: 14px;
  font-size: 10px;
  line-height: 14px;
}

.form_regular label.checkbox.x-small {
  margin-left: 0px;
  padding-left: 26px;
  width: auto;
  font-size: 12px;
  color: #444;
  line-height: 20px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.form_regular label.checkbox i {
  font-size: 12px;
  color: #777;
  padding-left: 5px;
}

.form_regular#gift_give label.checkbox .icons {
  border-color: #dbe1e2;
}

.form_regular#gift_give label.checkbox:hover .icons {
  border-color: #d0d0d0;
}
.form_regular#gift_give label.checkbox.checked:hover .icons {
  border-color: #9aae45;
}

.form_regular#gift_give label.checkbox {
  line-height: 16px;
}

.form_regular#gift_give label.checkbox span {
  font-size: 13px;
}

.form_regular#gift_give .checkbox.checked .icons {
  color: #9aae45;
  border-color: #9aae45;
}
.form_regular#gift_give .checkbox.checked .icons span {
  color: #9aae45;
}

.form_regular .btn {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: #218fad;
  color: rgba(255,255,255,.8);
  /*display: table-cell;*/
  vertical-align: middle;
  font-family: 'Lato', 'Open Sans', Helvetica, Arial, sans-serif;
  height: 32px;
  font-size: 16px;
  font-weight: 400;
  /*line-height: 35px;*/
  /*padding: 0px 16px 2px 16px;*/
  padding: 0px 16px 0px 16px;
  margin-right: 10px;
}

.form_regular .btn:hover {
  background-color: #218fad;
  color: rgba(255,255,255,1);
  -webkit-box-shadow: inset 0px 0px 18px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:    inset 0px 0px 18px 10px rgba(0, 0, 0, 0.1);
  box-shadow:         inset 0px 0px 18px 10px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 0px 14px rgba(255, 255, 255, .3);
}

.form_regular .btn.green,
.form_regular .btn.green:hover {
  background-color: #9aae45;
}

.form_regular .btn.red,
.form_regular .btn.red:hover {
  background-color: #E74C3C;
}

.form_regular .btn:disabled,
.form_regular .btn.disabled:hover {
  color: rgba(255,255,255,.9);
  background: #94a0a3;
  -webkit-transition: none !important;
  -moz-transition:    none !important;
  -ms-transition:     none !important;
  -o-transition:      none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow:    none;
  box-shadow:         none;
}

.form_regular .btn.btn-arrow {
  padding-right: 30px;
  background-image: url('../images/custom/arrow_right_small_white_sprite.png');
  background-repeat: no-repeat;
  background-position: right -4px;
}

.form_regular .btn.btn-arrow:hover {
  background-position: right -44px;
}

.form_regular .btn.btn-arrow-back {
  padding-left: 30px;
  background-image: url('../images/custom/arrow_left_small_white_sprite.png');
  background-repeat: no-repeat;
  background-position: left -4px;
}

.form_regular .btn.btn-arrow-back:hover {
  background-position: left -44px;
}

.form_regular .indent label {
  text-indent: 34px;
}

.button_area {
}

.button_area .buttons {
  float:right;
  text-align: right;
  padding-right: 10px;
  position: relative;
}

.button_area .left {
  float: left;
}

.button_area .right {
  float: right;
}

.button_area .message {
  float: right;
  padding-left: 10px;
  padding-right: 10px;
  height: 32px;
  text-align: right;
  display: none;
}

.button_area .message p {
  text-align: right;
  font-size: 13px;
  line-height: 31px;
  color: #9aae45;
  font-weight: 600;
}

/* edit gift list */

#gift_add,
#email_add {
  color: #9AAE45;
  height: 24px;
  float: right;
  cursor: pointer;
}

#email_add {
  float: left;
  margin-left: 18px;
}

#gift_add:hover,
#email_add:hover {
  color: #1E839E;
}

#gift_add h4,
#email_add h4 {
  font-size: 20px;
  line-height: 24px;
  margin-top: 0px;
}

#email_add h4 {
  margin-top: 4px;
}

#gift_add span,
#email_add span {
  margin-left: 10px;
  font-size: 22px;
  vertical-align: middle;
}

#email_add span {
  margin-left: 0px;
  margin-right: 10px;
}

#affix_top_wrapper {
  margin-top: -18px;
  height: 108px;
  /*background: #dddddd;*/
}
#affix_top {
  padding: 18px 31px 0px 25px;
  height: 87px;
  width: 674px;
  z-index: 200;
  margin-left: -25px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
#affix_top .pagetitle {
  float: left;
  margin-bottom: 20px;
}
#affix_top p, #affix_top a {
  margin-top: 17px;
  font-weight: 600;
  font-size: 12px;
  color: #888581;
  text-decoration: none;
  text-align: right;
}
#affix_top a:hover {
  color: #1E839E;
}
#affix_top.affix {
  top: 0px;
  background-color: #F7FBE7;
  -webkit-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, .15);
  -moz-box-shadow:    0px 4px 4px -2px rgba(0, 0, 0, .15);
  box-shadow:         0px 4px 4px -2px rgba(0, 0, 0, .15);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

/*#affix_bottom_wrapper {
  height: 73px;
  background: #dddddd;
}*/

#affix_bottom {
  padding: 18px 17px 0px 25px;
  height: 55px;
  width: 688px;
  z-index: 200;
  margin-top: 20px;
  margin-left: -25px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  text-align: right;
}

/*#affix_bottom.affix {
  position: absolute;
  bottom: 0px;
  background-color: #F7FBE7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  }*/

#edit_listings_container {
  border-top: 1px solid #dddddd;
  margin: 0px;
}

#edit_listings_container li {
  margin: 0px;
  list-style: none;
}

#edit_listings_footer {
  margin-top:20px;
}
#edit_listings_footer p {
  font-size: 13px;
  margin-bottom: 2px;
  color: #1E839E;
}
#edit_listings_footer .button {
  margin-right: -13px;
  margin-top: 1px;
}

.details_in_header {
  position: absolute;
  top: 10px;
  right: 0;
}

.details_in_header td {
  vertical-align: middle;
  width: 95px;
  font-weight: 600;
  font-size: 12px;
}

.details_in_header p {
  margin: 0px;
  padding-right: 5px;
}

li.sortable-placeholder {
  background: #ffe5b7;
}

.handle {
    cursor: move;
}

.registry.listings.edit .gift h3 {
  margin-right: 10px;
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 500;
}
.registry.listings .gift h3,
.registry.listings.edit .gift h3 {
  word-wrap: break-word;
  width: 410px;
}

.registry.listings.edit .gift .description {
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 12px;
  padding-right: 15px;
  width: 488px;
  /* min-height hack for IE */
   min-height: 95px;
   height:auto !important;
   height: 95px;
  /* / / / / /*/
}

.registry.listings.edit .gift .description td {
  vertical-align: top;
}

.registry.listings.edit .gift .description img {
  background: #ffffff;
  border: none;
  margin-right: 15px;
}

.registry.listings.edit .gift .description .link a {
  font-size: 13px;
}

.registry.listings.edit .gift .details {
  bottom: 9px;
  width: 130px;
}

.registry.listings.edit .gift .details p {
  margin-top: 8px;
  margin-bottom: 0px;
}

.registry.listings.edit {
  border-top: none;
  overflow: hidden; /*to prevent jumping on accordion expand*/
}

.registry.listings.edit .gift.hover {
  background: #f7f4ea;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.registry.listings.edit .gift.hover .edit_heading {
  background: #daeff1;
}

.registry.listings.edit .gift.hover h3 {
  color: #0c6685;
}

.registry.listings.edit .gift.hover .details_in_header {
  display: none;
}

.gift .edit_heading {
  margin-left: -20px;
  margin-right: -20px;
  background-color: #ffffff;
  position: relative;
  display: block;
}
.gift .edit_clickable {
  padding: 8px 0 8px 15px;
  width: 430px;
  cursor: pointer;
}
.gift .edit_content {
  display: none;
}
.gift .edit_content.open {
  display: block;
}
.gift .edit_heading td.edit_buttons,
#recipients_list .edit_buttons {
  text-align: right;
  vertical-align: middle;
  display: table-cell;
  width: 235px;
  height: 36px;
}

.button_email,
.button_gift {
  position: relative;
  height: 24px;
  display: block;
  text-align: center;
  cursor: pointer;
  padding: 0 10px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  color: #ccc;
  float: left;
  margin-right: 8px;
}
.button_email h5,
.button_gift h5 {
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  padding-left: 18px;
  margin: 0;
}

.button_gift.givers {
  text-align: left;
}
.button_gift.givers h5 {
  padding-left: 18px;
  padding-right: 10px;
  width: 100%;
}
.button_email h5 span,
.button_gift h5 span {
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  top: 1px;
  margin-left: -20px;
}
.button_email.edit h5 span,
.button_gift.delete h5 span {
  top: 2px;
}

.button_gift.delete,
.button_email.delete {
  font-size: 14px;
}

.button_gift.givers {
  font-size: 14px;
  color: #218FAD;
  float: left;
}

.button_gift.expand {
  width: 18px;
  height: 18px;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 1px;
  padding: 5px;
  margin-left: 3px;
}
.button_gift.expand span.glyphicon-chevron-down {
  padding-right: 1px;
}
.button_gift.expand span.glyphicon-chevron-up {
  padding-left: 2px;
}

td.edit_buttons {
  width: 229px;
}

td.edit_buttons table {
  table-layout: fixed;
  width: 235px;
}
td.edit_buttons table td {
    overflow: hidden;
}
td.edit_buttons table td form {
  margin-bottom: 0px;
}
td.edit_buttons table td.cell_button_given {
  width: 70px;
}
td.edit_buttons table td.cell_button_edit {
  width: 60px;
}
td.edit_buttons table td.cell_button_delete {
  width: 75px;
}
td.edit_buttons table td.cell_button_expand {
  width: 30px;
}

.delete_modal .modal-body {
  padding: 20px 0 25px 0;
}

.delete_modal .modal-header {
  background-color: #E74C3C;
}

#recipients_list .listing_row.hover .button_email.edit:hover,
.registry.listings.edit .gift.hover .button_gift.edit:hover {
  color: #FFFFFF;
  background: #9AAE45;
}
#recipients_list .listing_row.hover .button_email.delete:hover,
.registry.listings.edit .gift.hover .button_gift.delete:hover {
  color: #ffffff;
  background: #E74C3C;
}
.registry.listings.edit .gift.hover .button_gift.expand:hover {
  color: #FEB331;
  background: transparent;
}
.registry.listings.edit .gift.hover .button_gift.givers:hover {
  color: #FFFFFF;
  background: #218FAD;
}

#instructions1 {
  width: 500px;
  height: 100px;
  background-image: url('../images/custom/instructions_add.png');
  background-repeat: no-repeat;
  padding: 0px;
  margin-left: 190px;
  margin-top: -60px;
  color: #78aab4;
  display: none;
}

#instructions2 {
  width: 500px;
  height: 100px;
  background-image: url('../images/custom/instructions_buttons.png');
  background-repeat: no-repeat;
  padding-left: 8px;
  padding-top: 95px;
  margin-left: 190px;
  color: #78aab4;
  display: none;
}

#instructions2 h5 {
  margin: 0px;
}
#instructions2 div {
    margin-bottom: 14px;
    height: 14px;
    width: 14px;
}
#instructions2 div.glyphicon {
  float:left;
  margin-right: 10px;
  margin-top: 2px;
  margin-bottom: 0px;
}
#instructions2 div.text {
  width: 400px;}

/**/
/* preview registry */
/**/

#header_preview_bar {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #32647B;
  height: 70px;
  width: 100%;
  z-index: 999;
}
#header_preview {
  position: fixed;
  top: 0px;
  z-index: 1000;
  background-color: #32647B;
  /*background-color: #ddd;*/
  height: 70px;
  width: 994px;
  margin-left:-25px;
  margin-right:-25px;
  -webkit-box-shadow: 0px 7px 7px -6px rgba(0, 0, 0, .55);
  -moz-box-shadow:    0px 7px 7px -6px rgba(0, 0, 0, .55);
  box-shadow:         0px 7px 7px -6px rgba(0, 0, 0, .55);
}

#header_preview_offset {
  position: relative;
  background: transparent;
  height: 90px;
  width: 960px;
}
#header_logo, #header_button {
  position: relative;
  margin-left: -2px;
}
#header_logo a {
  position: absolute;
  width: 137px;
  height: 70px;
  top: 0px;
  left: 0px;
  background-image: url('../images/custom/sokind_logo_header_sprite.png');
  background-repeat: no-repeat;
  background-position: top left;
}
#header_logo  a:hover {
  background-position: bottom left;
}
#header_preview h3 {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-weight: 300;
  font-size: 25px;
  /*color: #6aa8b9;*/
  color: #FEB331;
  margin-top: 16px;
}

#header_preview .form_regular .btn {
  margin-top: -2px;
}

.preview_content {
  margin-left: 20px;
}

/* small header bar */
#header_small {
  background-color: #32647B;
  height: 70px;
  width: 980px;
  margin-left:-20px;
  margin-right:-20px;
}
#header_small #header_logo {
 margin-left: 18px;
}
#header_small .menubar .menus {
  right: 20px;
}
#header_small .menubar .menus a {
  border-color: #6aa8b9;
  color: #9fc3ce;
}
#header_small .menubar .menus > li.username a:hover,
#header_small .menubar .menus a:hover {
  color: #eeeeee;
}

#header_small .menubar .menus.bottom {
  bottom: 10px;
}
#header_small .menubar .menus.top {
  top: 8px;
}
#header_small .menubar .menus > li.username a {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-weight: 500;
  font-size: 14px;
  color: #9fc3ce;
}
.header_rule.small {
  position: relative;
  width: 980px;
  height: 8px;
  background-image: url('../images/custom/border_hashed.png');
  background-repeat: repeat-x;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 0px;
  top: 0;
}

/* registry, ask for password */

#password_ask {
  text-align: center;
  height: 660px;
}
#password_ask h1 {
  color: #1E839E;
  font-weight: 300;
  font-size: 38px;
  margin-top: 60px;
}
#password_ask h4 {
  color: #555351;
  font-size: 16px;
  margin-top: 28px;
}
#password_ask h4.error {
  color: #E74C3C;
}

#password_ask input {
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  text-indent: 0px;
}

/* login page, static */

#login_page, #signup_page, #account_page {
    text-align: center;
    height: 660px;
}
#login_page #login_form, #signup_page #signup_form, #account_page #signup_form {
  width: 460px;
  margin-left: auto;
  margin-right: auto;
}
#contact_page #signup_form {
  width: 620px;
  margin-left: auto;
  margin-right: auto;
}
#login_page .modal-bottom {
  width: 465px;
  margin-left: 0px;
}
#login_page p, #signup_page p, #signup_page label, #contact_page label {
  text-align: left;
}
#login_page h1, #signup_page h1, #account_page h1, #contact_page h1 {
  color: #1E839E;
  font-weight: 300;
  font-size: 38px;
  margin-top: 60px;
  margin-bottom: 40px;
}

/* contact page */
#contact_page textarea,
#contact_page input {
  box-sizing: border-box;
  padding: 10px 12px;
  text-indent: 0;
}
#contact_page input {
  height: 44px;
}
#contact_page textarea {
  resize: vertical;
}
#contact_page h1 {
  font-size: 30px;
}

/* gift giver listing in modal */

#gift_modal_given .modal-body {
  padding: 25px 35px;
}

.giver_modal_listing_container {
    overflow-y: auto;
    border-bottom: 1px solid #ccc;
    height: 250px;
    border: 1px solid #eee;
}

.giver_modal_listing {
  background-color: #fff;
  padding: 12px 10px 18px 10px;
  /*border-top: 1px solid #ddd;*/
  /*border-left: 1px solid #fff;*/
  /*border-right: 1px solid #fff;*/
  border-bottom: 1px solid #ccc;
}

.giver_modal_listing:last-child {
  /*background-color: #fff;*/
  border-bottom: none;
}

.giver_modal_listing:hover {
  background-color: #F0FAFC;
  /*border-left: 1px solid #ddd;*/
  /*border-right: 1px solid #ddd;*/
  /*border-bottom: 1px solid #ddd;*/
}

.giver_modal_listing h2 {
  color: #218FAD;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 8px;
  font-size: 22px;
  border-bottom: 1px dotted #ccc;
}

.gift_box_static {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-image: url('../images/custom/giftbox_sprite.png');
  background-repeat: no-repeat;
  background-position: bottom;
}

.giver_modal_listing .details {
  position: relative;
  float: left;
  width: 480px;
}

.giver_modal_listing .details .date {
  float: left;
  width: 200px;
}
.giver_modal_listing .details .amount {
  float: right;
  text-align: right;
  width: 200px;
}
.giver_modal_listing .details .message {
  clear: both;
  /*width: 480px;*/
}

#gift_modal_given .details p {
  padding-top: 10px;
  margin-top: 0px;
}

.thankyou {
  cursor: pointer;
}

.thankyou.sent {
  cursor: auto;
}


.giver_modal_listing .thankyou {
  float: left;
  width: 80px;
  margin-left:20px;
  text-align: center;
}

#gift_modal_given .thankyou p {
  color: #218FAD;
  font-size: 10px;
  margin-top: 0px;
  margin-bottom: 6px;
}
#gift_modal_given .thankyou.sent p {
  color: #9AAE45;
}

.thankyou .envelope {
  width: 30px;
  height: 21px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/custom/icon_envelope_sprite.png');
  background-position: 0px 0px;
}

.thankyou:hover .envelope {
  background-position: 0px -42px;
}

.thankyou.sent div {
  width: 30px;
  height: 21px;
  font-size: 20px;
  color: #9AAE45;
  margin-left: auto;
  margin-right: auto;
}

.amount.givers:hover {
  cursor: pointer;
}

.registry.listings .gift .details .amount.givers:hover p,
.registry.listings .gift .details .amount.givers:hover h4 {
  color: #218FAD;
}

.btn#givers_goto_list {
  position: absolute;
  bottom: 25px;
  left: 30px;
}

.btn#givers_done {
  position: absolute;
  bottom: 25px;
  right: 20px;
}

/* list of gift givers */

/* column widths */
.givers.listings .column1 { width: 35%; }
.givers.listings .column2 { width: 39%; }
.givers.listings .column2.longer { width: 74%; }
.givers.listings .column3 { width: 12%; }
.givers.listings .column4 { width: 14%; }

.givers.listings .listing_row {
  height: auto;
  padding-top: 9px;
  padding-bottom: 9px;
}

.givers.listings .listing_row .column {
  padding-top: 3px;
  height: auto;
}

.givers.listings .listing_row .column.column4 {
  padding-top: 0px;
}

.givers.listings .listing_row .column1 p {
  margin-bottom: 0;
}

.listing_amount p {
  text-align: center;
  text-indent: -18px;
}

form.gift_thankyou {
  margin: 0;
}
.listing_thankyou .button_thankyou {
  margin-left: 12px;
  margin-top: 0;
  line-height: 9px;
  background-image: url('../images/custom/icon_envelope_sprite.png');
  background-repeat: no-repeat;
  background-position: top left;
  width: 60px;
  height: 21px;
}

.listing_thankyou .button_thankyou:hover {
  background-position: 0px -42px;
  cursor: pointer;
}

.givers.listings .listing_thankyou .button_thankyou p {
  color: #999;
  text-align: right;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 21px;
  padding: 0;
}

.find.givers.listings .listing_row:hover {
  cursor: default;
}
.givers .listing_row:hover .listing_thankyou .button_thankyou {
  /*background: #218FAD;*/
  background-position: 0px -21px;
}
.givers .listing_row:hover .listing_thankyou .button_thankyou p {
  color: #777;
}
.givers .listing_row:hover .listing_thankyou .button_thankyou:hover  {
  /*background-color: #1E839E;*/
  background-position: 0px -42px;
}
.givers .listing_row:hover .listing_thankyou .button_thankyou:hover p {
  color: #1E839E;
}

.giver_list_heading {
  display: flex;
  justify-content: space-between;
}

.listing_thankyou h4 {
  margin-top: 7px;
  text-indent: 10px;
  text-align: left;
  font-size: 16px;
  color: #9AAE45;
}

.listing_message {
  width: 100%;
}

.listing_message {
  display: flex;
  align-items: start;
  width: 430px;
  padding-top: 2px;
}

.listing_message_label {
  flex: 0 0 auto;
  width: 28px;
  height: 22px;
  text-align: right;
  background: url('../images/custom/icon_message.png');
  background-repeat: no-repeat;
  background-position: top right;
}

.listing_message_text {
  flex: 1;
  padding-top: 3px;
}

.find.givers.listings .listing_message_text p {
  line-height: 16px;
}

/* send thank you message */

form.send_thankyou {
  margin-bottom: 0;
}

.send_thankyou .modal-body {
  height: 420px;
  overflow-y: hidden;
  padding: 0px 34px 0px 34px;
}

a.save_defaults {
  font-size: 12px;
  color: #777;
  font-weight: 600;
  text-decoration: none;
}
a.save_defaults i {
  font-style: normal;
}

#save_defaults p {
  margin-bottom: 5px;
}

a.save_defaults:hover {
  text-decoration: none;
  color: #9AAE45;
}
a.save_defaults#clear_default_thankyou:hover {
  color: #E74C3C;
}

.save_defaults span {
  float: left;
  font-size: 18px;
  margin-top: 1px;
  margin-right: 6px;
}

#thankyou_modal .details p {
  font-size: 12px;
  margin-top: 16px;
  margin-bottom: 4px;
}

#thankyou_modal h1 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 14px;
  overflow: hidden;
}

#thankyou_modal .message textarea {
  width: 468px;
  height: 90px;
  resize: none;
}
#thankyou_modal input#thankyou_subject {
  width: 488px;
}

button#thankyou_done {
  position: absolute;
  bottom: 20px;
  right: 18px;
}
button#thankyou_cancel {
  position: absolute;
  background: #aaa;
  bottom: 20px;
  left: 30px;
}

#thankyou_confirmation {
  text-align: center;
  margin-top: 130px;
}

#thankyou_confirmation_icon,
#announcement_confirmation_icon {
  margin: 30px auto;
  background-image: url('../images/custom/icon_email_success.png');
  width: 60px;
  height: 40px;
}

#thankyou_modal #tab_pane1 h2 {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-weight: 300;
  font-size: 23px;
  line-height: 28px;
  color: #218FAD;
  margin-top: 70px;
  margin-bottom: 30px;
}

#thankyou_modal #tab_pane1 h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
}

#thankyou_modal .thankyou_multiple {
   width: 270px;
   position: absolute;
   left: 50%;
   top: 240px;
   margin-left: -135px;
}

#thankyou_modal .thankyou_multiple#thankyou_all {
  top: 290px;
}

/* announce your registry */

#announcement {
  width: 640px;
  height: 150px;
  margin-right: 20px;
  resize: vertical;
}

#recipients {
  width: 450px;
  height: 120px;
  margin-bottom: 15px;
}
#announcement_instructions {
  font-size: 13px;
  margin-right: 20px;
}

form#announce_update {
  margin-bottom: 0;
}

.url {
  color: #E74C3C;
  font-weight: 600;
}

#recipient_number {
  margin-top: 20px;
}

#recipient_number span {
  color: #E74C3C;
  font-weight: 600;
}

.form_regular.announce .btn {
  padding-left: 56px;
  margin-right: 0px;
  position: relative;
}

.button_envelope {
  width: 30px;
  height: 21px;
  margin-left: 0px;
  margin-right: 0px;
  top: 6px;
  left: 17px;
  background-image: url('../images/custom/icon_envelope_sprite2.png');
  background-position: 0px 0px;
  position: absolute;
}

.form_regular.announce .btn:hover .button_envelope {
  background-position: 0px -21px;
}

#announce_buttons {
  height: 33px;
}

.form_regular.add_emails {
  margin-bottom: 0;
}

#announce_modal h1 {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: -10px;
}

.btn#add_emails_done {
  float: right;
  margin-right: 18px;
  margin-bottom: 10px;
}

#recipients_list .find.listings .listing_row {
  height: 38px;
}

#recipients_list .givers.listings .column1 { width: 76%; }
#recipients_list .givers.listings .column2 { width: 24%; }

#recipients_list .find.listings .listing_row .column1 p {
  font-size: 15px;
  font-weight: 400;
  color: #999;
}

#recipients_list .find.listings .listing_row .unsent p {
  font-size: 15px;
  font-weight: 600;
  color: #555;
}

#recipients_list form {
  margin: 0;
}

#recipients_list .edit_buttons {
 height: auto;
 padding-top: 8px;
}

#recipients_list h4 {
  margin: 0 0;
  text-indent: 4px;
  text-align: center;
  font-size: 18px;
  color: #9AAE45;
}

#recipients_list .listing_row {
  position: relative;
}

.email_edit {
  position: absolute;
  top: 3px;
  left: 0;
  display: none;
}

.form_regular input[type="text"].small.email_edit_field {
  height: 26px;
  text-indent: 6px;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Open Sans', 'Lato', Helvetica, Arial, sans-serif;
}

#confirmation_modal .modal-body {
  margin: 20px 20px 40px 20px;
  padding: 0 20px;
}

#announcement_confirmation {
  text-align: center;
  margin-top: 60px;
  line-height: 36px;
}

#coming_soon {
  width: 60px;
  height: 45px;
  background-image: url('../images/custom/coming_soon.png');
  position: absolute;
  top: 8px;
  right: -28px;
}

.community #coming_soon {
  position: absolute;
  top: -12px;
  right: 4px;
}

em.coming_soon {
  font-weight: 400;
  font-size: 14px;
  margin-left: 10px;
  text-transform: uppercase;
}

/* static pages */
.static {
  margin: 25px;
  width: 890px;
}

#community_bkgd {
  background-image: url('../images/custom/bkgd_full_sidebar.jpg');
  background-repeat: repeat-y;
  margin: 0px -20px -20px -20px;
  padding: 0px 20px 20px 20px;
}
#community_bottom {
  background-image: url('../images/custom/bkgd_full_sidebar_bottom_fade.jpg');
  background-repeat: no-repeat;
  height: 50px;
  margin: 0px -20px -20px -20px;
  padding: 0px 20px 20px 20px;
}

.static h1 {
  font-size: 28px;
  font-weight: 300;
  color: #218FAD;
  margin-top: 4px;}

.static h2 {
  font-size: 24px;
  font-weight: 400;
}

.static h4, .static h4 a {
  text-transform: uppercase;
  letter-spacing: 1px;
   font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;

  font-size: 14px;
  font-weight: 700;
  color: #218FAD;
  margin-bottom: 0px;
  margin-top: 20px;
}

.how .col1 {
  padding-right: 30px;
}

.how .col1 p.lede {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 10px;
}

.how .col1 p, .how .col2 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 10px;
}

.how .col1 p a, .how .col2 p a {
  font-weight: 700;
  color: #E74C3C;
  text-decoration: none;
}

.how .col1 p a:hover, .how .col2 p a:hover {
  color: #218FAD;
}

.how .col2 {
  width: 555px;
  margin-left: 0px;
}

.how h2 {
  font-weight: 300;
  font-size: 32px;
  color: #555555;
}

.how .col2 p {
  padding: 5px 0 0px 15px;
}

.how .col2 h1 {
  font-size: 26px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 0px;
  margin-top: 25px;
}

.step_1 img, .step_2 img, .step_3 img {
  margin-top: -6px;
  margin-right: 4px;
}

.how .col2 h1.step_1 {
  color: #9AAE45;
  margin-top: 15px;
}

h1.step_2 {
  color: #FEB331;
}

#how_banner {
  width: 890px;
  height: 142px;
  background-image: url('../images/custom/how_it_works_banner.png');
  /*background-repeat: no-repeat;*/
  margin-left: 0px;
  margin-bottom: 15px;
}

#ideas_banner {
  width: 890px;
  height: 142px;
  background-image: url('../images/custom/gift_ideas_banner.png');
  /*background-repeat: no-repeat;*/
  margin-left: 0px;
  margin-bottom: 25px;
}

#community_banner {
  width: 890px;
  height: 142px;
  background-image: url('../images/custom/community_banner.png');
  /*background-repeat: no-repeat;*/
  margin-left: 0px;
  margin-bottom: 25px;
}

.ideas h3 {
   font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 24px;
  /*color: #218FAD;*/
  margin-bottom: 0px;
  margin-top: 1px;
}

.ideas p strong {
   font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 600;
  /*color: #218FAD;*/
  margin-bottom: 0px;
  margin-top: -3px;
}

.ideas p.lead {
  margin: 0;
}

.ideas h5 {
  font-size: 14px;
  margin-bottom:45px;
  line-height:22px;
  font-weight: 400;
}

.ideas h5 a {
  font-weight: 700;
  color: #218FAD;
  text-decoration: none;
}

.gift_border {
  margin: 55px 0px 22px 0px;
  /*border-top: 1px solid #ccc;*/
}

.idea_icon {
  float: left;
  margin-left: -2px;
  margin-right: 12px;
  margin-top: -15px;
}

.border_left {
  border-left: 1px solid #ccc;
}

.ideas .col1 {
  width: 260px;
  float: left;
  min-height: 1px;
  margin-left: 20px;
  /*background: #ccc;*/
}

.ideas .col2 {
  width: 600px;
  margin-left: 10px;
  margin-right: -30px;
  padding-left: 15px;
  min-height: 1px;
  float: left;
  /*background: #eee;*/
}

.ideas .col2a {
  width: 280px;
  margin-left: 10px;
  padding-left: 15px;
  min-height: 1px;
  float: left;
  /*background: #eee;*/
}

.ideas .col2b {
  width: 280px;
  margin-left: 20px;
  margin-right: -30px;
  min-height: 1px;
  float: left;
  /*background: #eee;*/
}

.ideas .col2 p {
  /*margin-top: -5px;*/
  padding-bottom: 5px;
}

.ideas .col2 p:last-child {
  margin-bottom: 3px;
  padding-bottom: 0px;
}

.sample {
  background: #FAF2E3;
  border-bottom: 1px solid #ccc;
  margin: 0px -20px 0 -20px;
  height: 140px;
}

.sample h1, .sample p {
  margin-left: 20px;
}

.sample h1 {
  font-size: 32px;
  font-weight: 300;
  margin-top: 19px;
  color: #E74C3C;
}

.sample p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #333333;
}

.sample p a {
  color: #1E839E;
  font-weight: 600;
  text-decoration: none;
}

.sample p a:hover {
  color: #E74C3C;
}

.sample span {
  font-family: 'Open Sans', 'Lato', Helvetica, Arial, sans-serif;
  color: #333;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 300;
}

.sample_link {
  padding-left: 12px;
  padding-right: 6px;
  border-right: 1px solid #1E839E;
}

.sample_link:last-child {
  border-right: none;
}{}

.reset h4 {
  margin-top: 0px;
  margin-bottom: 20px;
}

#reset_close {
  margin-top: 53px;
}

#tab_reset .email {
  margin-bottom: 53px;
}

.error {
  color: #E74C3C;
}

h4#status {
  position: absolute;
  top: 0;
  left: 0px;
  display: none;
  /*font-weight: 600;*/
  color: #6F8333;
  text-indent: 28px;
}

#status div {
  float:left;
  top: 3px;
}

.reset_page .row {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

#login_page .reset_page h1 {
  margin-bottom: 30px;
}

.reset_page h4 {
  font-size: 16px;
  margin: 0 0 20px 0;
}

.reset_page input {
  width: 100%;
}

/*remote images for gifts*/
.btn-round.two-lines {
  line-height: 17px;
  margin-top: 7px;
  margin-bottom: 6px;
}

.btn-round.two-lines a {
  line-height:17px;
}

#btn_gift_upload span,
#btn_gift_remote span {
  margin-top: -2px;
  float: left;
}

/* get gift image from remote website */

#tab_remote_add,
#tab_remote_edit {
  height: 386px;
}

#tab_remote_add h4,
#tab_remote_edit h4 {
  margin-top: 0px;
}

#tab_remote_add #gift_back,
#tab_remote_edit #gift_back {
  left: 32px;
  bottom: 15px;
}

#gift_link.remote_image_url {
  width: 500px;
}

.remote_images .get_images {
  margin-left:12px;
}

.remote_image_container {
  width: 644px;
  /*padding-top: 20px;*/
  position: relative;
}

.remote_image_container .button_left_container,
.remote_image_container .button_right_container {
  width: 48px;
  height: 232px;
  position: absolute;
  cursor:pointer;
}

.remote_image_container .button_left_container {
  left: 0px;
}

.remote_image_container .button_right_container {
  right: 0px;
}

.remote_image_container .button_left_container .button_left,
.remote_image_container .button_right_container .button_right {
  background:url(../images/custom/arrows.png) no-repeat top left;
  opacity:0.5;
  width: 16px;
  height: 24px;
  background-color: #eeeeee;
  position: absolute;
  top: 130px;
  left: 16px;
}

.remote_image_container .button_right_container .button_right {
  background-position: top right;
}

.remote_image_container .button_left_container:hover .button_left,
.remote_image_container .button_right_container:hover .button_right {
  opacity:1.0;
}

.remote_image_container .button_left_container.disabled,
.remote_image_container .button_right_container.disabled {
  opacity: 0.0;
  cursor: auto;
}

.remote_image {
  width: 160px;
  height: 220px;
  background: #ffffff;
  border: 2px solid #ffffff;
  margin: 0px 8px;
  padding: 4px;
  float: left;
  line-height: 220px;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition:   border-color .3s;
  -moz-transition:      border-color .3s;
  -o-transition:        border-color .3s;
  transition:           border-color .3s;
  overflow: hidden;
}

.remote_image:hover {
  border: 2px solid #218FAD;
}

.remote_image img {
  vertical-align: middle;
}

.remote_image_options {
  position: absolute;
  /*top: 20px;*/
  /*left: 30px;*/
  /*background: #aaa;*/
}

.remote_image_viewport {
  position: absolute;
  top: 25px;
  left: 40px;
  width: 565px;
  height: 240px;
  overflow: hidden;
}

.messages {
  text-align: center;
  position: absolute;
  /*top: 125px;*/
  /*left: 48px;*/
  width: 644px;
}

.messages h2, .messages h3 {
  margin-top: 80px;
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-size: 24px;
  color: #1E839E;
}

.photoNumbers {
  position: absolute;
  text-align: right;
  top: 298px;
  width: 644px;
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size:17px;
  color: #1E839E;
}

#spinner_message {
  position: absolute;
  left: 320px;
  top: 150px;
}

/* social icons in header */
/* !important overrides are fixes for pinterest button, to use custom button image; */
/* otherwise pinit.js replaces image with red 16px button */

.menus .social a {
  display: inline-block !important;
  width: 20px !important;
  height: 20px !important;
  background-image: url('../images/custom/social_share_sprite_3.png') !important;
  background-size: 40px 60px !important;
  cursor: pointer !important;
  margin-left: 6px !important;
  margin-top: -4px !important;
  vertical-align: middle !important;
}
.menus .social.mono a {
  background-image: url('../images/custom/social_share_sprite_3_mono.png') !important;
}

.menubar .menus li.social a {
  border-right: 0px !important;
  padding: 0 !important;
}

.menubar .menus li.social a:last-child {
  background-position: bottom right !important;
}

.menubar .menus li.social a:last-child:hover {
  background-position: bottom left !important;
}

.menubar .menus li.social {
  color: #777777;
  font-weight: 400;
  font-size: 13px;
  font-family: 'Open Sans', 'Lato', Helvetica, Arial, sans-serif;
  text-decoration: none;
  padding-right: 5px;
  border-right: 1px solid #ccc;
}

.menubar .menus li.social.mono {
  color: #6aa8b9;
  padding-right: 5px;
  border-right: 1px solid #6aa8b9;
  margin-right: 5px;
}

#share_twitter {
  background-position: top right;
}
#share_twitter:hover {
  background-position: top left;
}
#share_facebook {
  background-position: center right;
}
#share_facebook:hover {
  background-position: center left;
}
#share_pinterest {
  background-position: bottom right;
}
#share_pinterest:hover {
  background-position: bottom left;
}
.share_pinterest {
  top: 3px;
  margin-left: 8px;
  position: relative;
}
/* end social buttons in header */

.terms p {
 margin-bottom: 15px;
}

.terms ul li {
  font-family: 'Open Sans', 'Lato', Helvetica, Arial, sans-serif;
  margin-bottom: 6px;
}

/* donation popup */

#first_view_modal .modal-body,
#donation_modal .modal-body {
  max-height: 40em;
  padding: 0 25px 25px 25px;
}

#first_view_modal .modal-header,
#donation_modal .modal-header {
  background: none;
  height: 30px;
}

#first_view_modal h2,
#donation_modal h1, #donation_modal h2, #donation_modal h3 {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 28px;
  margin: 0px;
  padding-bottom: 3px;
  color: #9AAE45;
}

#first_view_modal h2 {
  color: #218FAD;
}

#first_view_modal p {
  margin: 2px 0 16px 0;
  font-size: 16px;
  line-height: 23px;
}

#donation_modal h1 {
  font-weight: 700;
}

#donation_modal h3 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #218FAD;
}

#donation_modal p {
  margin: 3px;
  line-height: 20px;
}

#donation_modal h4 {
  margin: 3px;
}

#btn-donation {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-weight: 300;
  font-size: 17px;
  float: right;
  margin-right: 0px;
}

#btn-no-donation {
  font-size: 14px;
  background-color: #aaa;
  /*position: absolute;*/
  float: left;
}

.border_blue {
  border-top: 3px solid #218FAD;
  margin: 8px 20px;
}

/* create another registry */

#createmore h1,
#deleteregistry h1 {
  color: #1E839E;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  margin-top: 8px;
  margin-bottom: 40px;
  text-align: center;
}

#createmore_modal .modal-body,
#deleteregistry_modal .modal-body,
#deletegiven_modal .modal-body {
  padding: 30px;
  padding-bottom: 23px;
  height: 142px;
  overflow: hidden;
}

#deleteregistry_modal .modal-header,
#deletegiven_modal .modal-header {
  background-color: #E74C3C;
}

#deleteregistry h1 {
  color: #555555;
  font-size: 22px;
}

.dashboard #multiple_registries.dashboard_title a h3 {
  color: #b0aca7;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  margin-right: 20px;
  padding-top: 4px;
  margin-bottom: 8px;
  padding-bottom: 12px;
}

.dashboard #multiple_registries.dashboard_title a:last-child h3 {
  border-bottom: 0px none;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.dashboard #multiple_registries.dashboard_title a h3.current:hover,
.dashboard #multiple_registries.dashboard_title a h3.current {
  color: #222222;
  cursor: default;
}

.dashboard #multiple_registries.dashboard_title a h3:hover {
  color: #E74C3C;
}

#delete_confirmation h3 {
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  margin-top: 100px;
  color: #555555;
}
#delete_confirmation h2 {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 32px;
  margin-top: 30px;
  margin-bottom: 40px;
  color: #E74C3C;
}

#delete_confirmation {
  margin-bottom: 200px;
}

/* discussion forum */
/*#topics {*/
  /*display: none;*/
/*}*/

.sidebar_span {
  width: 300px;
  /*background-color: #123456;*/
  margin-left: 0px;
}

.sidebar {
  background-color: #fcfbf7;
  background-image: url('../images/custom/dashboard_shadow.png');
  background-repeat: repeat-y;
  background-position: top right;
  width: 250px;
  margin: -50px 0px 0px -25px;
  /*padding: 30px 0 0 0;*/
  float: left;
}

.sidebar_top {
  background-color: #fcfbf7;
  background-image: url('../images/custom/dashboard_shadow_fade_top.png');
  background-repeat: repeat-y;
  background-position: top right;
  height: 50px;
}

.sidebar_bottom {
  background-color: #fcfbf7;
  background-image: url('../images/custom/dashboard_shadow_fade_bottom.png');
  background-repeat: no-repeat;
  background-position: top right;
  height: 50px;
}

.sidebar_content {
  margin: -25px 0 0 20px;
  min-height: 900px;
}

.sidebar .dashboard {
  margin: 0 0 -16px -20px;
}


.sidebar span.icon {
  position: absolute;
  width: 50px;
  height: 50px;
  margin-left: -4px;
  overflow: hidden;
  background-image: url('../images/custom/icon_speech-bubbles_small.png');
}

.sidebar h3, .sidebar h3 a {
  font-size: 16px;
  line-height: 20px;
  margin: 14px 0 2px 0;
}

.sidebar h4 {
  margin-top: 18px;
  margin-bottom: 15px;
}

.sidebar .dotted {
  margin-top: 18px;
  margin-left: -25px;
}

.sidebar a {
  text-decoration: none;
}

.sidebar #forum_search {
  margin-top: -10px;
  text-indent: 10px;
  padding-right: 28px;
  width: 180px;
  height: 26px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  font-size: 14px;
  line-height: 14px;
}

.sidebar #forum_search:focus {
  border-color: #9AAE45;
}

.sidebar .form_regular #forum_search:focus + #btn-search.btn {
    background: #9AAE45;
}

.sidebar .form_regular #btn-search.btn {
  width: 24px;
  height: 24px;
  padding: 0px;
  position: absolute;
  right: 12px;
  top: -6px;
  background: #dadada;
}

.sidebar .form_regular #btn-search.btn span {
  font-size: 12px;
}

.span#community {
  width: 655px;
  margin-left: 30px;
}

.community .sidebar h1 {
  height: 26px;
  line-height: 26px;
  font-size: 25px;
  font-weight: 300;
  margin-top: 29px;
  margin-bottom: 0px;
  /*margin-left: 54px;*/
  color: #444;
}

.community .sidebar .badge {
  font-size: 10px;
  font-weight: 600;
  color: #218FAD;
  background: #edf4f5;
  margin-right: 15px;
  padding: 1px 7px;
  margin-top: 2px;
}

#discussion_front .badge {
  font-size: 12px;
  color: #fff;
  background:#C0D472;
  padding: 3px 12px;
  margin-top: 6px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  text-shadow: none;
}

#community #discussion_front div.topic p a:hover .badge {
  background: #9AAE45;
}

.accordion a:hover .badge, .accordion a:focus .badge, .accordion a:active .badge,
.accordion .last-child a:hover .badge, .accordion a.trigger.open:hover .badge  {
  color:#fff;
  background: #218FAD;
}

.community.static h4 {
  color: #888;
  font-size: 12px;
}

.community.static h4 a {
  font-size: 12px;
}

.community.static h4 a:hover {
  color: #E74C3C;
}

.community .col1, .community .col2  {
  width: 425px;
}

.community .col1  {
  margin-right: 20px;
}

.community .col2  {
  margin-left: 20px;
}

.community h1 {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 21px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.community h1 a  {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
}

.community h1 a:hover  {
  color: #444444;
}

.community .red {
  color: #E74C3C;
}

.community .yellow {
  color: #EB931A;
}

.green,
.community .green {
  color: #9AAE45;
}

.community p a {
  font-weight: 700;
  text-decoration: none;
}

.community a:hover {
  color: #444444;
}

.community .col1 img.left,
.community .col2 img.left {
  float: left;
  width: 180px;
  height: 125px;
  margin-right: 15px;
}

.community .col1 img.right,
.community .col2 img.right {
  float: right;
  width: 180px;
  height: 125px;
  margin-left: 15px;
}

#community h4, #community h4 a  {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-weight: 700;
  color: #888;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 7px;
  margin-top: 0px;
  letter-spacing: normal;
}

#community h4 a:hover {
  color: #218FAD;
}

#disqus_start {
  margin: 0px;
}

#community h4#disqus_add,
#community h4#disqus_edit a {
  color: #218FAD;
  cursor: pointer;
  margin-top: 6px;
}

#community h4#disqus_add:hover,
#community h4#disqus_edit:hover a {
  color: #E74C3C;
}

#community h4#disqus_add:hover span,
#community h4#disqus_edit:hover span {
  color: #E74C3C;
}

#community p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}

#community p a,
#community a {
  /*text-decoration: underline;*/
  color: #218FAD;
  font-weight: 800;
}

#community p a:hover,
#community a:hover {
  color: #E74C3C;
}

#community h1 {
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
}

#community h1.search_results {
  font-size: 22px;
  font-weight: 400;

}

#community h1.disqus_heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  color: #333;
}

#community #paginator {
  margin-top: 12px;
  height: 35px;
}

#community div.pagination {
  margin-bottom: 0px;
}

#community h6 {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#community h6.lowercase {
  font-weight: 400;
  font-size: 11px;
  text-transform: none;
}

#community div.sort_bar {
  height: 26px;
  margin-top: 5px;
  background: #ffffff;
  border-bottom: 2px solid #9AAE45;
  position: relative;
}

#community div.sort_bar div {
  height: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-right: none;
  font-size: 11px;
  font-family: 'Open Sans', 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 600;
}

#community div.sort_bar div.disqus_number {
  right: 0px;
}

#community h4 span {
  position: absolute;
  font-size: 15px;
  margin-left: -20px;
  line-height: 24px;
}

#community div.topic {
  background: #ffffff;
  border-bottom: 1px solid #ccc;
  position: relative;
}

#community a.topic_link {
  text-decoration:none;
}

#community div.topic:hover {
  background: #F0FAFC;
}

#community div.topic:hover p {
  color: #218fad;
}

#community div.topic p {
  width: 455px;
  color: #444;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  overflow: hidden;
  max-height: 42px;
  margin-bottom: 12px;
  padding-top: 11px;
  padding-left: 6px;
  position: relative;
}

#community #discussion_front div.topic p {
  width: 625px;
  overflow: visible;
}

#community #discussion_front h4 {
  font-size: 18px;
  font-weight: 400;
  color: #6F8333;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  border-bottom: 2px solid #9AAE45;
}

#community #discussion_front div.topic p {
  height: 32px;
  padding: 0px;
  margin: 0px;
}

#community #discussion_front div.topic p a {
  font-size: 14px;
  line-height: 32px;
  font-weight: 600;
  /*padding-top: 8px;*/
  padding-left: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

#community div.disqus_small,
#community div.disqus_date,
#community div.disqus_number,
#community div.disqus_location {
  height: 20px;
  font-family: 'Open Sans', 'Lato', Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 17px;
  color: #888;
  position: absolute;
  top: 0px;
}

#community div.disqus_date {
  right: 25px;
  margin: 11px 10px 9px 0px;
  padding-right: 20px;
  border-right: 1px solid #ccc;
}

#community div.disqus_number {
  margin: 11px 0px 9px 0px;
  right: 8px;
}

#community div.disqus_location {
  right: 125px;
  margin: 11px 10px 9px 0px;
  padding-right: 20px;
  border-right: 1px solid #ccc;
}

#community .disqus_details {
  position: relative;
  height: 20px;
  margin-left: 6px;
  margin-bottom: 12px;
}

#community .marketplace_listing {
  float: left;
  width: 500px;
  /*background: #123456;*/
}

#community .marketplace_listing_thumbnail {
  float: right;
  width: 140px;
  margin: 10px 8px 10px 0px;
}

#community div.marketplace_date {
  left: 0px;
}

#community div.marketplace_location {
  left: 125px;
  padding-left: 20px;
  border-left: 1px solid #ccc;
}

#community div.topic p.disqus_topic_breadcrumb {
  font-size: 11px;
  margin-bottom: 0px;
  color: #6F8333;
}

#community .thumbnail_radio {
  font-size: 15px;
  vertical-align: baseline;
  margin-right: 12px;
  margin-left: 1px;
}

#community div.topic p.disqus_topic_larger {
  padding-top: 5px;
  font-size: 17px;
  line-height: 24px;
  max-height: 50px;
}

#community h4.disqus_add_text {
  color: #6F8333;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  margin-top: 30px;
}

#community h4.disqus_add_text.error {
  color: #E74C3C;
}

#btn_start_discussion {
  float: right;
  margin-right: 0;
}

input#disqus_heading {
  width: 648px;
  text-indent: 8px;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  height: 40px;
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
}

textarea#disqus_body {
  width: 628px;
  height: 200px;
  /*margin-bottom: 20px;*/
  resize: vertical;
  text-indent: 0px;
}

h3.disqus_body {
  font-size: 16px;
  line-height: 24px;
  margin-top: -8px;
  margin-bottom: 20px;
  font-weight: 400;
}

h3.disqus_body.marketplace {
  font-size: 14px;
  line-height: 20px;
  margin-top: -8px;
  margin-bottom: 10px;
  font-weight: 400;
}

ul#subtopics {
  margin-top: 12px;
}

#subtopics li {
  margin-top: 6px;
  list-style-type: square;
  list-style-position: outside;
  list-style-image: none;
  margin-left: -7px;
}

#subtopics a {
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

#subtopics a:hover {
  color: #E74C3C;
}

.topic_radios li {
  list-style-type: none;
}

.topic_radios {
  list-style-type: none;
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  color: #666;
}

.topic_radios label {
  font-size: 15px;
  line-height: 18px;
  font-family: 'Lato', 'Open Sans', Helvetica, Arial, sans-serif;
  color: #218FAD;
  margin-top: 6px;
  margin-bottom: 2px;
}

.topic_radios label.radio.checked {
  font-weight: 600;
}

.topic_radios li.section {
  margin-top: 14px;
  margin-bottom: 2px;
}

.topic_radios li.section ul {
  margin-left: 18px;
}

.search_radio label {
  font-family: 'Lato', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin-top: 0px;
}

.search_radio .radio .icons {
  font-size: 10px;
  line-height: 13px;
}

.search_radio .search_in {
  margin-left: 24px;
  padding: 0px;
  left: 0px;
}

.search_radio .search_in .radio {
  line-height: 17px;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-left: 16px;
  padding-right: 10px;
  position: relative;
}

.search_radio .search_in .radio .icons {
  text-align: left;
}

.search_radio .radio.checked,
.search_radio .radio.checked .icons,
.search_radio .radio.checked:hover .second-icon {
  color: #6F8333;
}

/* --- Accordion --- */
.accordion a {
  padding: 1px;
  /*color:#444;*/
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.accordion a:hover, .accordion a:focus, .accordion a:active,
.accordion .last-child a:hover, .accordion a.trigger.open:hover  {
  color:#E74C3C;
}

ul.accordion {
  margin-left:0px;
}

ul.accordion ul {
  margin-left:30px;
}

.accordion li {
  list-style-type:none;
  margin: 3px 0px;
}

.accordion a.trigger,
#community .resources h3 {
  display:block;
  padding-left: 18px;
  background-image: url(../images/custom/plus.gif);
  background-repeat: no-repeat;
  background-position: 1px 2px;
  font-weight: 600;
}

.accordion a.trigger.open {
  background-image: url(../images/custom/minus.gif);
  padding-top: 0px;
}

.accordion .last-child a.trigger{
  padding-left:1px;
  background-image:none;
  font-weight:normal;
  font-size: 13px;
}

/*top level items should be bold:*/
 ul.accordion > li.last-child > a.trigger {
  font-weight: 600;
  font-size: 14px;
}

.accordion a.trigger.open {
  color:#218FAD;
}

.accordion a.active{
  font-weight:700;
  color:#218FAD;
  text-decoration:none;
}

.accordion li.chosen>a,
.accordion li.chosen>a.trigger,
.accordion li.chosen.last-child>a.trigger {
  color:#E74C3C;
  font-weight: 700;
}

/* account settings */
.account_settings {
  text-align: left;
  /*float: left;*/
  width: 200px;
}

.account_settings p {
  line-height: 30px;
}

.account_settings p a span {
  font-size: 14px;
  margin-left: 0px;
}

.account_settings p a span.lock {
  font-size: 16px;
  margin-left: 1px;
  margin-right: 8px;
}

.form_auth .account_settings p a {
  font-weight: 600;
  color: #666;
  font-size: 13px;
}

.form_auth .account_settings a {
  padding-bottom: 15px;
}

#account_page h1 {
  font-size: 30px;
}

#account_page h1 span {
  font-size: 24px;
  margin-right: 5px;
}

#account_page .button_area .buttons {
  padding-right: 0px;
}

#account_page .button_area .buttons button {
  margin-right: -2px;
}

#account_page #save_changes.disabled {
  background-color: #bcbcbc;
  color: #fff;
}

#account_page #save_changes.disabled:hover {
  background-color: #bcbcbc;
}

#account_page .alert a {
  font-family: 'Lato', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #468847;
}

#account_page .alert a:hover {
  color: #1E839E;
}

#account_page .form_regular input[type="password"] {
  width: 455px;
}

#account_page .warning {
  margin-right: 8px;
  font-size: 14px;
}

.red,
#account_page h1.red {
  color: #E74C3C;
}

.form_regular .btn.btn-red {
  background-color: #E74C3C;
}

.form_regular .btn.btn-red:hover {
  background-color: #d62f1e;
}

.form_regular .btn.btn-gray {
  background-color: #aaa;
}

.form_regular .btn.btn-gray:hover {
  background-color: #888581;
}

.alert {
  text-align: left;
}

/* blog */

#community.span #blog {
  width: 670px;
}

#community a {
  text-decoration: none;
}

img.blog, .blog_post img {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  float: left;
  /*margin-right: 15px;*/
  margin-bottom: 5px;
}

img.blog.right  {
  margin-left: 15px;
  margin-right: 0px;
  margin-bottom: 5px;
  float: right;
}

img.blog.left  {
  margin-right: 15px;
  margin-left: 0px;
  margin-bottom: 5px;
  float: left;
}

img.blog.right.fixed, img.blog.left.fixed  {
  width: 280px;
  height: auto;
}

img.blog.guest {
  width: 280px;
  height: 204px;
  margin-bottom: 10px;
  margin-top: 2px;
}

#community .blog_small.col1,
#community .blog_small.col2 {
  /*background: #333;*/
  width: 315px;
  float: left;
  margin-top: 15px;
}

#community h4.blog {
  font-size: 24px;
  font-weight: 400;
  /*color: #E74C3C;*/
  margin-top:-10px;
  margin-bottom: 0px;
}

#community h4.blog.blue {
  color: #218FAD;
}

#community h4.blog.red {
  color: #E74C3C;
}

#community h4.blog.green {
  color: #9AAE45;
}

#community h4.blog.yellow {
  color: #EB931A;
}


#community .blog_large a,
#community .blog_small a {
  text-decoration: none;
}

#community .blog_large h1,
#community .blog_large a h1 {
  color: #218FAD;
  line-height: 32px;
  margin-bottom: 4px;
}

#community .blog_small h1,
#community .blog_small a h1 {
  color: #218FAD;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 2px;
}

#community .blog_large a:hover h1,
#community .blog_small a:hover h1,
#community .blog_small a:hover h6,
#community .blog_large a:hover h6 {
  color: #e74c3c;
}

#community .blog_large p {
  font-size: 15px;
  line-height: 21px;
}

#community .blog_small p {
  font-size: 12px;
  line-height: 18px;
}

#community .blog_small img {
  width: 150px;
  height: 110px;
  margin-top: 4px;
}

#community .blog_large img {
  width: 315px;
  height: 230px;
  margin-top: 2px;
}

#community .blog_small.full {
  margin-top: 18px;
}

#community .blog_large h6,
#community .blog_small h6 {
  color: #888;
  margin: 0 0 12px 0;
}

#community h4.more {
  margin-left: 16px;
  margin-bottom: 18px;
}

#community h4.more a {
  font-size: 14px;
}

#community h4.more span {
  font-size: 15px;
  margin-top: -1px;
}

#community h4.more a:hover {
  color: #E74C3C;
}

#community .blog_post {
  font-family: 'Open Sans', 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}

#community .blog_large h6,
#community .blog_small h6,
#community .blog_post h6 {
  text-transform: none;
  font-weight: 600;
  color: #888;
  margin-top: 4px;
}

#community .blog_large h6 span,
#community .blog_small h6 span,
#community .blog_post h6 span {
  font-size: 12px;
  margin: 3px 7px 0 10px;
  display: inline-table;
  color: #999;
}

#community .blog_post h2 {
  font-weight: 400;
  font-size: 19px;
  line-height: 21px;
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
}

#community .blog_post h1 {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
}

#community .blog_post li {
  margin-bottom: 16px;
}

#community .blog_post ul,
#community .blog_post ol {
  margin-left: 10px
}

.sidebar div.blog_link {
  line-height: 10px;
  margin-bottom: 16px;
  padding-right: 20px;
}

.sidebar .blog_link a {
  color: #218FAD;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
}

.sidebar .blog_link a:hover,
.sidebar .blog_link a.current {
  color: #E74C3C;
}

#community .registry.listings {
  border-top: none;
}

#community h4.blog_guest_heading {
  line-height: 18px;
  margin-top: 6px;
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 300;
  color: #888;
}

#community h4.blog_guest_heading strong {
  font-weight: 600;
  color: #EB931A;
  /*color: #6F8333;*/
}

#community h4.blog_guest_title {
  color: #888;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 4px;
}

#blog td.nav {
  width: 223px;
}

#blog td.nav h5 a {
  font-weight: 600;
}

#blog td.nav h5 a span.left {
  font-size: 15px;
  display: block;
}

#blog td.nav h5 a span.left {
  float: left;
  margin: 2px 4px 0 0;
}

#blog td.nav h5 a span.right {
  float: right;
  margin: 2px 0 0 4px;
}

#blog div.gift.guest:last-child {
  border-bottom: none;
}

.community .community_front h1 {
  margin-bottom: 0px;
  margin-top: 22px;
}

.icon_indent {
  margin: 0px;
  padding-top: 8px;
  margin-left: 70px;
  margin-bottom: 10px;
}

a.community_front {
  text-decoration: none;
}

a.community_front h1:hover, a.community_front h1:active {
  color: #333;
}

#icon_community_blog span {  background-image: url('../images/custom/icon_round_blog_sprite.png'); }

#icon_community_resources span {  background-image: url('../images/custom/icon_round_resources_sprite.png'); }

#icon_community_marketplace span {  background-image: url('../images/custom/icon_round_marketplace_sprite.png'); }

#icon_community_discussion span {  background-image: url('../images/custom/icon_round_discussion_sprite.png'); }

.blog img {
  margin: -5px 7px 0 -6px;
}

#community .blog_post h6 a span.comment_count {
  font-size: 11px;
  font-weight: 600;
  line-height: 11px;
  margin: 0 0 0 3px;
  color: #218FAD;
  padding: 0px;
}

#community .blog_post h6 a:hover span {
  color: #333;
}

.community h1.blog_title {
  margin-top: 5px;
}

#community h6.fine-print {
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
  margin-top: -2px;
  font-style: italic;
  color: #666;
}

.registry.listings .gift .description a.btn {
  color: #eee;
}

.registry.listings .gift .description a.btn:hover {
  color: #fff;
}

.btn-question {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 6px;
}

.btn-question a {
  position: absolute;
  top: 3px;
  width: 18px;
  height: 18px;
  background: #bbb;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.btn-question a:hover {
  background: #218FAD;
}

.btn-question .popover-content {
  height: 72px;
  width: 200px;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  color: #E74C3C;
}

/* Resources */
#community .resources h1 {
  font-size: 22px;
  color: #9AAE45;
}

#community .resources h3 {
  font-size: 16px;
  font-weight: 600;
  background-position: 1px 4px;
  margin-bottom: 15px;
  margin-top: 20px;
}

#community .resources p {
  margin-left: 18px;
  margin-bottom: 13px;
}

.marketplace textarea#disqus_body {
  height: 150px;
}

#community .marketplace h4 {
  margin-top: 18px;
}

#marketplace.uploader_section {
  width: 160px;
  margin-top: -20px;
  overflow: hidden;
}

.marketplace_thumbnail {
  float:left;
  margin-right: 25px;
}

.marketplace_thumbnail:nth-child(3) {
  margin-right: 0px;
}

.marketplace_thumbnail img {
  width: 200px;
  margin-bottom: 15px;
}

#uploaded_images {
  float: left;
}

.marketplace #no_image {
  float: left;
}

.marketplace#btn_start_discussion {
  margin-top: 15px;
}

/* marketplace image upload progress bar */
.marketplace #gift_notice {
  position: relative;
}
.marketplace #gift_notice #notice {
  margin-right: -25px;
}
.marketplace #gift_notice .percent {
  left: 42%;
}
.marketplace #gift_notice #progress_wrapper {
  width: 160px;
  position: absolute;
  top: 30px;
  left: auto;
  right: -25px;
}
.marketplace #gift_notice .progress {
  width: 160px;
}

a#clear_location span {
  font-size: 26px;
  margin-left: 4px;
  position: absolute;
  top: 2px;
  color: #acacac;
}

a#clear_location {
  cursor: pointer;
}

a#clear_location:hover span {
  color: #E74C3C;
}


.gallery
{
    display: inline-block;
    margin-top: 20px;
}

.thumbnail.fancybox {
  width: 195px;
  display: block;
  float: left;
  margin-right: 20px;
}
.thumbnail.fancybox:last-child {
  margin-right: 0px;
}

.thumbnail.fancybox img {
  width: 195px;
}

/* fix for long modal windows, to allow scrolling into view */
/* from http://decadecity.net/blog/2013/03/25/modal-windows-for-small-screens-using-bootstrap-and-vertical-media-queries */

.modal {
  position: absolute;
  top: 10%;
}
@media all and (min-height: 40em) {
  .modal {
    position: fixed;
  }
  .modal-body {
    max-height: 35em;
    overflow-y: auto;
  }
  #gift_modal_edit .modal-body,
  #gift_modal_add .modal-body {
    max-height: 70vh;
    overflow-y: scroll;
  }
}

/* faq page */

.faq h2 {
  margin-bottom: -10px;
}

.faq h3 {
  font-size: 18px;
  color: #9AAE45;
  font-weight: 600;
  margin-top: 28px;
}

.faq h4 {
  font-size: 16px;
  margin-top: 42px;
  margin-bottom: -5px;
}

.faq p {
  padding-left:20px;
}


/* fix for iPhone modals appearing too far to the left */
@media (max-width: 480px) {
    .modal {
        position: absolute;
        top: 3%;
        /*right: 3%;*/
        left: 3%;
        /*width: auto;*/
        margin: 0;
        max-height: none;
    }
    .modal-body {
        max-height: none;
        /*padding: 15px;*/
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
     }
}

/* marketplace map */
#community p.map {
  margin-bottom: 0px;
}

#community p.map a {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: auto;
}

#community p.map a.active {
  color: #000;
}

#community #map_container {
  margin-top: -20px;
}

select#disqus_state, select#disqus_country {
  font-family: Lato;
}

select#disqus_state_filter, select#disqus_country_filter  {
  font-family: Lato;
  font-weight: 600;
}

/* misc */

.form_regular.form-horizontal label.label-side {
  font-family: 'Open Sans', 'Lato', Helvetica, Arial, sans-serif;
  color:#999999;
  font-size: 14px;
}

/* blog on home page */
#home_box_blog {
  /*border-left: 1px solid black;*/
  padding: 5px 0px 20px 20px;
  height: 300px;
  width: 348px;
  background-image: url('../images/custom/home_blog_bkgd.png');
  background-repeat: no-repeat;
}

#home_box_blog h1.icon i {
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  padding-top: 4px;
}

#home_box_blog p, #home_box_blog p a, #home_box_blog p a:hover  {
  margin-left: 0px;
  text-decoration: none;
  color: #000;
}

#home_box_blog h3, #home_box_blog h3 a {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  color: #218fad;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}

#home_box_blog h3 a:hover {
  color: #000;
}

#icon_blog span {
  background-image: url('../images/custom/icon_blog_sprite.png');
}

a#icon_blog {
  color: #E74C3C;
}
a#icon_blog:hover, a#icon_blog:active {
  color: #000000;
}

#home_box_blog img.blog {
  width: 150px;
  height: 100px;
}

/* premium features */
#customize_url {
  color: #9aae45;
}
#customize_url:hover {
  color: #E74C3C;
}
.ok, .not-ok {
  display: none;
}
.available .ok {
  display: block;
}
.unavailable .ok {
  display: none;
}
.available .not-ok {
  display: none;
}
.unavailable .not-ok {
  display: block;
}
#clean-url {
  color: #9aae45;
  font-family: 'Lato', 'Open Sans', Helvetica, Arial, sans-serif;
  padding-left: 177px;
  font-size: 16px;
  display: block;
  height: 25px;
}
#clean-url.unavailable {
  color: #E74C3C;
}
#availability-status {
  height: 25px;
  display: block;
  padding-left: 177px;
}

/* paypal */
.premium_gift_option {
  width: 470px;
  margin: -8px 0 0 0;
  padding: 5px 0;
  height: 65px;
}
#calendar-form.premium_gift_option {
  margin-top: -42px;
}
.premium_gift_option h4,
.premium_gift_option h4 a {
  color: #218FAD;
  margin: 15px 0 2px 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}
.premium_gift_option p {
  font-size: 12px;
  color: #333;
}
.premium_gift_option a {
  text-decoration: none;
}
.premium_gift_option a:hover {
  color: #218FAD;
}
.paypal p.intro {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 18px;
}
.paypal p {
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 1.6em;
}
.paypal li p {
  font-size: 14px;
  margin-bottom: 14px;
  line-height: 1.6em;
}
.paypal a {
  text-decoration: none;
  font-weight: bold;
}
.paypal a:hover {
  color: #E74C3C;
}
.paypal_email {
  color: #218FAD;
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  cursor: default;
}
.paypal_email:hover {
  cursor: default;
}

.premium_gift_option {
  visibility: visible;
  opacity: 1.0;
  -webkit-transition: opacity .3s linear;
  -moz-transition:    opacity .3s linear;
  -o-transition:      opacity .3s linear;
  transition:         opacity .3s linear;
}
.premium_gift_option.hide {
  display: block;
  visibility: hidden;
  opacity: 0.0;
  -webkit-transition: visibility 0s .3s, opacity .3s linear;
  -moz-transition:    visibility 0s .3s, opacity .3s linear;
  -o-transition:      visibility 0s .3s, opacity .3s linear;
  transition:         visibility 0s .3s, opacity .3s linear;
}

.form_regular .controls.error input[type="text"],
.form_regular .controls.errorinput[type="text"]:focus {
  border-color: #E74C3C;
}
.modal.gift_modal.fade.in,
.modal.gift_modal {
  top: 8%;
}
input.radio_update:focus {
  outline: none;
  border: none;
  /*-moz-appearance: none;*/
}
textarea, input,
textarea:focus, input:focus {
  outline-color: transparent;
  outline-style: none;
  outline: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

.radio_thank_you_design {
  top: 19px;
  position: relative;
  float: left;
}
.thank_you_style {
  float: left;
}
.thank_you_style.col2 {
  padding-left: 20px;
}
.thank_you_style {
  margin-bottom: 15px;
}
.thank_you_style img {
  margin-left: 10px;
}

/* custom backgrounds */
.element_title a {
  text-decoration: none;
  font-weight: bold;
  color: #9aae45;
}
.element_title a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #218fad;
}

#background {
  /*position: absolute;*/
  position: relative;
  /*top: 498px;*/
  top: -163px;
  left: -4px;
}
#background_arrow:hover {
  opacity: 1.0;
}
#background_thumbnail {
  width: 199px;
  height: 128px;
  background: blue;
  overflow: hidden;
  position: absolute;
  top: 8px;
  left: 4px;
  box-sizing: border-box;
  text-align: center;
  background-color: #eeeeee;
  background-color: #000000;
  padding-top: 0px;
  padding-right: 0px;
  border: 4px solid white;
  border-right: 0px;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius:    4px 0px 0px 4px;
  border-radius:         4px 0px 0px 4px;
  -moz-box-shadow:    2px 1px 5px rgba(0,0,0,0.3);
  -webkit-box-shadow: 2px 1px 5px rgba(0,0,0,0.3);
  box-shadow:         2px 1px 5px rgba(0,0,0,0.3);
}

#background_info {
  box-sizing: border-box;
  background:#FAF2E3;
  width: 480px;
  height: 128px;
  position: absolute;
  top: 8px;
  left: 203px;
  border: 4px solid white;
  border-left: 0px;
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius:    0px 4px 4px 0px;
  border-radius:         0px 4px 4px 0px;
  -moz-box-shadow:    2px 1px 5px rgba(0,0,0,0.3);
  -webkit-box-shadow: 2px 1px 5px rgba(0,0,0,0.3);
  box-shadow:         2px 1px 5px rgba(0,0,0,0.3);
  z-index: 200;
  padding: 0px 20px;
}

#background-empty {
  display: none;
}

#background_thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.ie8 #background_thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
}

/* gift calendar */

.btn-edit-calendar {
  position: absolute;
  top: -2px;
  left: 190px;
  z-index: 100;
}
.fc-day.disabled {
  background: #f2f2f2;
}
.fc-day-number.disabled {
  color: #aaa;
}
#calendar .fc-today {
  background: none;
}
#calendar .fc-bgevent {
  background: #fff;
  opacity: 0.4;
}
#calendar .fc-bgevent.open {
  /*background: #d0da97;*/
  background: #deeff3;
  opacity: 1.0;
  border: 1px solid #ccc;
}
#calendar td.fc-highlight {
  background: #ccc;
  opacity: 0.35;
}
#calendar {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-weight: 300;
}
#calendar .fc-body {
  cursor: pointer;
}
#calendar .fc-day-number {
  padding-right: 5px;
}
#calendar h2{
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  color: #9aae45;
  font-size: 24px;
  margin-left: 2px;
}
#calendar th{
  font-weight: 300;
  font-size: 12px;
  color: #888888;
}
#calendar .fc-prev-button,
#calendar .fc-next-button {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: #dddddd;
  background-image: url('../images/custom/arrow_left_green_sprite.png');
  background-position: top;
  background-repeat: no-repeat;
  opacity: 1.0;
  border: none;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: nne;
  -moz-transition: non;
  -ms-transition: non;
  -o-transition: none;
}
#calendar .fc-next-button {
  background-image: url('../images/custom/arrow_right_green_sprite.png');
}
#calendar .fc-prev-button:hover,
#calendar .fc-next-button:hover {
  background-position: bottom;
}
#calendar .fc-prev-button .fc-icon,
#calendar .fc-next-button .fc-icon {
  display: none;
}
#calendar .fc-prev-button.fc-state-disabled {
  background-image: none;
  cursor: default;
}

a.edit-calendar {
  color: #9aae45;
  position: absolute;
  left: 15px;
  top: 6px;
  font-size: 19px;
}
a.edit-calendar:hover {
  text-decoration: none;
  color: #218fad;
}
.registry.listings .gift h3.listing-indent-for-calendar {
  padding-left: 26px;
  width: 384px;
}

/*give with calendar*/
.calendar-give .gift_modal_left {
  width: 490px;
  float: left;
  margin-left: 0px;
  margin-top: -5px;
}
.calendar-give #gift_amount_section {
  display: none;
}
.calendar-give h3 {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-weight: 300;
  color: #218fad;
}
.calendar-give #gift_give #gift_amount_field span.validate_message {
  left: 218px;
  top: 13px;
  position: absolute;
}
.calendar-give #gift_amount_field.error {
  position: relative;
}
#calendar .fc-toolbar h2 {
  width: 230px;
  margin: 0;
  padding: 0;
}
.owner_note {
  z-index: 100;
  opacity: 1.0;
  width: 20px;
  height: 22px;
  float: left;
  text-align: left;
  padding: 0px 2px;
  display: block;
  margin-left: 0px;
  color: #6f8333;
}
.owner_note.empty_note {
  opacity: .3;
  color: #1e839e;
}
.owner_note.hide {
  display: none;
}
.owner_note i {
  font-size: 22px;
  padding: 0 4px;
  margin-left: -3px;
}
.owner_note:hover {
  opacity: 1.0;
}
.calendar_setup p {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 8px;
  padding: 0;
}
#notes_modal .modal-body {
  padding: 20px 20px 5px 30px;
}
#notes_modal #note_body {
  margin-top: 10px;
  margin-bottom: 8px;
  resize: vertical;
  width: 480px;
}
.calendar_settings {
  position: relative;
  margin-top: -30px;
  width: 440px;
}
#start_month {
  width: 150px;
  position: relative;
  top: -1px;
}

/* give gift with calendar */

.calendar-give .right-column {
  width: 180px;
  float: right;
}
.calendar-give .right-column h3 {
  margin-top: 4px;
  font-size: 17px;
  line-height: 19px;
}
.calendar-give .right-column p {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 18px;
}
.calendar-give #gift_amount_label {
  float: left;
  margin-right: 10px;
}
.calendar-give .calendar-settings {
  width: 700px;
  float: left;
}
.calendar-give .owner_note {
  color: #218fad;
}
.calendar-give .owner_note.empty_note {
  display: none;
}
.calendar-give .fc-row.fc-rigid {
  overflow: visible;
}
#calendar .fc-day-number.fc-other-month {
  opacity: 1.0;
  color: #ccc;
}
.popover-content {
  white-space:pre-wrap;
  color: #000000;
}
#calendar .fc-bgevent {
  background: #fff;
  opacity: 0.4;
}
.calendar-give #calendar .fc-bgevent.open {
  background: #FEF5DF;
  opacity: 1.0;
}
.calendar-give #calendar .fc-bgevent.gift {
  background: url('../images/custom/calendar_gift_selected.png');
  background-position: center;
  opacity: 1.0;
  border: 1px solid #BEBEBE;
}
.calendar-give #calendar .fc-bgevent.gift.active {
  background: url('../images/custom/calendar_gift_selected_active.png');
  background-position: center;
  opacity: 1.0;
  border: 1px solid #BEBEBE;
}
.calendar-give #gift_note {
  margin-top: 0px;
  width: 150px;
  font-size: 13px;
  line-height: 18px;
  resize: none;
  color: #222;
}
.calendar-give .btn-round {
  margin-top: 14px;
}
.calendar-give .btn-round a {
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  color: #777;
}
.calendar-give #cancel_gift_date span {
  color: #E74C3C;
}
.calendar-give .details_total_gifts {
  float: left;
  width: 500px;
  margin-top: 10px;
}
.calendar-give .details_total_gifts p {
  font-size: 13px;
  line-height: 19px;
  margin: 0;
}
.calendar-give .details_total_date {
  color: #218fad;
  font-weight: 600;
}
#calendar .fc-day-number.fc-other-month.selected {
  color: #777;
}

/* given gifts on calendar */
#calendar .fc-day-grid-event.given {
  margin-bottom: 1px;
  padding: 0 4px;
}
#calendar .fc-event.given {
  background-color: #218FAD;
  border: 1px solid #218FAD;
  font-size: 11px;
  line-height: 13px;
  border-radius: 1px;
  opacity: .7;
  cursor: pointer;
}
#calendar .fc-event.given:hover {
  opacity: 1.0;
}
#calendar .fc-event.given .fc-title {
  width: 84px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: block;
}
#calendar .fc-popover .fc-event.given .fc-title {
  width: 188px;
}
#calendar .fc-popover .fc-day-grid-event.given {
  margin-bottom: 5px;
  padding: 2px 4px;
}
#gift_modal_given.calendar {
  width: 745px;
}
#gift_modal_given.calendar .details {
  height: 200px;
  background: #ffffff;
}
#gift_modal_given.calendar .giver_modal_listing:hover {
  background: #ffffff;
}
#gift_modal_given.calendar .modal-body {
  height: 325px;
}
#gift_modal_given.calendar .giver_modal_listing_container {
  height: 235px;
}
#gift_modal_given.calendar.modal.gift_modal,
#notes_modal.modal {
  top: 20%;
}
#gift_modal_given .details h4#gift_detail_note {
  white-space:pre-wrap;
}

/* slideshow, on customize page */
.header_container {
  width: 100%;
  height: 285px;
  overflow: hidden;
}
.slides_container {
  width: 680px;
  height: 81px;
  overflow: hidden;
  margin: 0 0 20px 0;
  position: relative;
}
#ad-gallery-edit-wrapper {
  margin: 0px 26px;
  width: 626px;
  height: 100px;
  overflow: hidden;
}
#slideshow_edit .ad-gallery .ad-image-wrapper .ad-loader {
  border: none !important;
}
#slideshow_edit .ad-gallery .ad-image-wrapper .ad-next,
#slideshow_edit .ad-gallery .ad-image-wrapper .ad-prev {
  width: 50%;
}
#slideshow_edit .ad-gallery .ad-image-wrapper .ad-next .ad-next-image,
#slideshow_edit .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image {
  top: 43%;
}
#slideshow_edit .slides {
  padding: 0;
}
#slideshow_edit .ad-gallery.slides {
  width: 463px;
}
#slideshow_edit .ad-gallery.slides .ad-image-wrapper {
  background: #FAF2E3;
  height: 217px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#ad-gallery-edit-wrapper .ad-gallery {
  width: 626px;
}
#ad-gallery-edit-wrapper .ad-gallery .ad-back,
#ad-gallery-edit-wrapper .ad-gallery .ad-forward {
  opacity: 0.5;
  position: absolute;
  width: 25px;
  height: 81px;
  top: 0px;
 }
#ad-gallery-edit-wrapper .ad-gallery .ad-back {
  left: 0px;
  background: url("../images/custom/arrow_left_slideshow.png") no-repeat scroll left top;
}
#ad-gallery-edit-wrapper .ad-gallery .ad-forward {
  right: 0px;
  background: url("../images/custom/arrow_right_slideshow.png") no-repeat scroll left top;
}
#ad-gallery-edit-wrapper .ad-gallery .ad-back.hide,
#ad-gallery-edit-wrapper .ad-gallery .ad-forward.hide {
  display: none;
}
#ad-gallery-edit-wrapper .ad-gallery.ad-nav .ad-thumbs {
  overflow: hidden;
  width: 100%;
}

.slide-uploader {
  margin: 11px 20px 0 330px;
  height: 58px;
  width: 330px;
  float: right;
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  color: #999999;
  cursor: pointer;
  display: none;
}

#fileQueue .progress {
  position: relative;
  width: 323px;
  padding: 1px;
  border-radius: 2px;
  background-image: none;
  background: #9aae46;
  height: 2px;
  border: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.customize .registry.header.header_slideshow #portrait_slide {
  position: absolute;
  bottom: auto;
  top: 0px;
  right: 21px;
  width: 217px;
  height: 217px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0px;
  outline: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.customize .header_slideshow #portrait_slide img.img_cropped {
  width: 217px;
  height: 217px;
  border: none;
  margin: 0;
  padding: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.header_slideshow #portrait_slide .file-input-wrapper {
  width: 217px;
  height: 217px;
}
.header_slideshow #portrait_slide #portrait_edit.hoverarea {
  width: 213px;
  height: 213px;
  background-position: center center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.header_slideshow #portrait_slide #portrait_delete {
  padding-left: 30px;
  width: 140px;
}
.header_slideshow #portrait_slide #portrait_empty.hoverarea {
  width: 213px;
  height: 213px;
  border: 2px solid #cccccc;
  background-position: center center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#slideshow_edit .uploadify-button {
  margin-left: 0px;
  margin-top: 7px;
  height: 23px;
  line-height: 23px;
  width: 140px;
  background: none;
  border: none;
  color: #999999;
  font-size: 15px;
  text-align: left;
  border-radius: 0;
  text-shadow: none;
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 400;
}
#slideshow_edit .uploadify:active {
  outline: none;
}

#slideshow_edit .uploadify:hover .uploadify-button,
#slideshow_edit .uploadify:hover .uploadify-button .button.add_slide {
  color: #218fad;
}
#slideshow_edit .button.add_slide {
  font-size: 27px;
  position: relative;
  top: 7px;
  margin-right: 8px;
  color: #9AAE45;
}

.slide_delete {
  position: relative;
  bottom: 27px;
  left: 9px;
  font-size: 20px;
  color: #ffffff;
  text-shadow: 0px 0px 10px black;
}
.slide_delete span {
  float: left;
  margin-right: 8px;
  height: 20px;
  opacity: 0.7;
}
.slide_delete p {
  font-size: 14px;
  text-shadow: 0px 0px 4px black;
  display: none;
}
.slide_delete span:hover {
  float: left;
  margin-right: 8px;
  opacity: 1.0;
  /*color: #E74C3C;*/
  cursor: pointer;
}
.slide_delete span:hover + p {
  display: block;
}
.slide-empty {
  /*display: none;*/
  width: 100%;
  height: 100%;
  background: #faf2e3;
  border: 2px solid #ccc;
  box-sizing: border-box;
  text-align: center;
  padding-top: 15px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.add_slide_message {
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 300;
  color: #777777;
}
/* slideshow on registry view */

.header_slideshow #title_slideshow h1 {
  margin: 15px 20px 15px 20px;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  margin: ;
}
.registry.header.header_slideshow #banner {
  float: left;
  background: purple;
  width: 640px;
  height: 300px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.registry.header.header_slideshow #portrait {
  float: left;
  position: relative;
  width: 300px;
  height: 300px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0px;
  right: 0;
}
.registry.header.header_slideshow #portrait img {
  width: 300px;
  height: 300px;
  margin: 0px;
  padding: 0px;
  border: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#registry_container .slides {
  padding: 0;
}
#registry_container .ad-gallery.slides {
  width: 640px;
}
#registry_container .ad-gallery.slides .ad-image-wrapper {
  background: #FAF2E3;
  height: 300px;
}
#registry_container .ad-gallery .ad-image-wrapper .ad-loader {
  border: none !important;
}
#registry_container .ad-gallery .ad-image-wrapper .ad-next,
#registry_container .ad-gallery .ad-image-wrapper .ad-prev {
  width: 50%;
  z-index: 10;
}


/* button display for slideshow, instead of thumbnails */
.registry.header_slideshow .ad-gallery .ad-thumbs li {
  /*padding: 6px 3px 6px 2px;*/
  /*background: green;*/
  padding: 0px;
  width: 15px;
  height: 20px;
}
.registry.header_slideshow .ad-gallery .ad-thumbs li a {
  /*background: purple;*/
  display: block;
  width: 100%;
  height: 100%;
}
.slide-button {
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 5px;
  opacity: .2;
  position: relative;
  top: 5px;
  left: 4px;
}
.ad-active .slide-button {
  opacity: .6;
}
.registry.header_slideshow .ad-gallery .ad-thumbs a:hover .slide-button {
  opacity: 1.0;
}
.registry.header_slideshow #ad-gallery-edit-wrapper {
  position: absolute;
  z-index: 100;
  bottom: 0;
  right: 0;
  margin: 0px;
  width: auto;
  height: 24px;
  padding: 10px 26px 0px 10px;
  /*background: purple;*/
}
.registry.header_slideshow #ad-gallery-edit-wrapper .ad-gallery {
  width: auto;
}
.play-button {
  width: 16px;
  height: 16px;
  right: 7px;
  position: absolute;
  top: 11px;
  background: url('slideshow/pause-play.png');
  background-repeat: none;
  background-position: top left;
  opacity: .5;
}
.play-button.paused {
  background-position: top right;
}
.play-button:hover {
  opacity: 1.0;
  cursor: pointer;
}


/* outline fixes */
a {
   outline: 0;
}
input::-moz-focus-inner {
  border: 0;
}
object, embed {
  outline: 0;
}
a:focus, a:active,
button,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: none !important;
}


.registry .switch-toggle {
  width: 190px;
  height: 25px;
  min-height: 25px;
}

/* pay-what-you-can form */
.pay_form {
  margin-top: 20px;
  margin-bottom: 10px;
}
.pay_form .radio_inline {
  display: inline-block;
  margin: 0 20px;
  font-size: 18px;
}
.pay_form .radio_inline input[type="radio"] {
  position: relative;
  top: -4px;
  margin-right: 5px;
}
.pay_form .other_amount {
  display: inline-block;
}
.pay_form .other_amount input {
  height: 26px;
  width: 115px;
  line-height: 1;
  position: relative;
  top: 4px;
  margin-left: 4px;
  font-size: 18px;
  text-indent: 0;
}
.pay_form .form_regular .btn.pay_button {
    display: block;
    margin: 20px auto 10px;
    font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
    text-align: center;
    height: 46px;
    border-radius: 23px;
    font-size: 20px;
    padding: 0 40px 0 20px;
    font-weight: 300;
}

#signup_page .btn-register {
  width: 215px;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  margin-right: 26px;
}
p.discount {
  position: absolute;
  font-size: 10px;
  line-height: 13px;
  width: 50px;
  top: 7px;
  left: 8px;
  color: #888888;
}
#discount {
  text-indent: 24px;
  color: #9AAE45;
}
.zip span.validate_message {
  left: 228px;
  z-index: 100;
}
.discount span.validate_message {
  left: 228px;
}

/* features page */
#pay p {
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
  margin: 25px 0 0;
}

#pay h1 {
  font-weight: 300;
  font-size: 25px;
  margin: 25px 0 0;
}


/* pay table */

#pay .panel
{
    text-align: center;
    position: relative;
}
#pay .panel.highlight:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35);
  cursor: pointer;
}
#pay .panel-body
{
    padding: 0px;
    text-align: center;
}

.the-price
{
    background-color: #FBF5E9;
    box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
    padding: 25px 0 25px;
    margin: 0;
}

#pay .the-price h1
{
    font-size: 28px;
    line-height: 22px;
    padding: 0;
    margin: 0;
    height: 22px;
}

.subscript
{
    font-size: 16px;
}

.cnrflash
{
    position: absolute;
    z-index: 1; /*Set overflow to hidden, to mask inner square*/
    overflow: hidden; /*Set size and add subtle rounding      to soften edges*/
    width: 70px;
    height: 70px;
    border-radius: 3px 5px 3px 0;
    top: -3px;
    right: -4px;
}
.cnrflash-inner
{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -o-transform: rotate(45deg); /* Opera */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -webkit-transform-origin: 100% 100%; /*Purely decorative effects to add texture and stuff*/ /* Safari and Chrome */
    -ms-transform-origin: 100% 100%;  /* IE 9 */
    -o-transform-origin: 100% 100%; /* Opera */
    -moz-transform-origin: 100% 100%; /* Firefox */
    background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1,1,1,.2) 50%);
    background-size: 4px,auto, auto,auto;
    background-color: #aa0101;
    box-shadow: 0 3px 3px 0 rgba(1,1,1,.3), 0 1px 0 0 rgba(1,1,1,.3), inset 0 -1px 8px 0 rgba(255,255,255,.3), inset 0 -1px 0 0 rgba(255,255,255,.2);
}
.cnrflash-inner:before, .cnrflash-inner:after
{
    display: block;
    position: absolute;
    bottom: -16px;
    width: 0;
    height: 0;
}
.cnrflash-inner:before
{
    left: 1px;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.cnrflash-inner:after
{
    right: 0;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.cnrflash-label
{
    /*Make the label look nice*/
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 6px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(1,1,1,.8);
    font-size: 0.95em;
    /*font-weight: bold;*/
    text-align: center;
    font-size: 15px;
    font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
}
#pay .panel-heading {
  height: 40px;
}
#pay .panel-basic .panel-heading {
  background: #6f8333;
}
#pay .panel-premium .panel-heading {
  background: #218fad;
}
h3.panel-title {
  color: #ffffff;
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-weight: 300;
  font-size: 24px;
  padding-top: 4px;
}
.panel-premium  h3.panel-title {
  margin-right: 6px;
}
.superscript {
  font-size: 18px;
  position: relative;
  bottom: 11px;
  right: 2px;
}
#pay td {
  text-align: left;
  padding: 2px 12px 0 12px;
  height: 30px;
  vertical-align: middle;
}
#pay tr.active {
  background: #fbfbfb;
}
#pay tr {
  background: #fff;
}
#pay td p {
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  margin: 0;
}
#pay .panel-basic td,
#pay .panel-premium td {
  text-align: center;
}
#pay .check {
  font-size: 18px;
  display: block;
  height: 22px;
}
#pay .panel-basic .check {
  font-size: 18px;
  display: block;
  height: 22px;
}
#pay .panel-basic .check {
  color: #6f8333;
}
#pay .panel-premium .check {
  color: #218fad;
}
#pay .span3 {
  margin-left: 0;
}
#pay .panel-footer .btn {
  margin-left: 8px;
  width: 172px;
  font-size: 15px;
  height: 33px;
  margin-bottom: 20px;
  font-weight: normal;
}
.feature-intro {
text-align: left;
width: 260px;
position: absolute;
z-index: 100;
margin-left: 83px;
margin-top: -4px;
}
.feature-intro h5 {
  font-size: 13px;
  line-height: 20px;

}

.btn-round a.upgrade_premium,
.btn-round a.upgrade_premium span {
  color: #218fad;
}
.btn-round a.upgrade_premium:hover,
.btn-round a.upgrade_premium:hover span {
  color: #E74C3C;
}
.btn-round a.upgrade_premium span {
  position: relative;
  left: 2px;
}
/*.container .dashboard .dashboard_settings .btn-round a,*/
.container .dashboard .dashboard_settings p.btn-round {
  line-height: 29px;
}
.big_upgrade {
  border: 2px solid #BCE8F1;
  padding: 0px;
}
a.upgrade_premium_big {
  display: block;
  width: 100%;
  height: 100%;
}
.big_upgrade:hover {
  border: 2px solid #218fad;
  background: #eeeeee;
}

#pay .btn.apply_discount {
  width: 62px;
  height: 25px;
  font-size: 13px;
  top: 5px;
  position: relative;
  margin-left: 10px;
}

.target {
  /*position: fixed;*/
  /*top: -2000em;*/
  display: none;
}

/*// testimonials */
.testimonials {
  padding: 10px 60px 20px 90px;
}

.testimonials p {
  margin: 25px 0 0 0;
  font-size: 14px;
  line-height: 21px;
  padding: 0 40px;
  text-align: center;
}

.testimonials h4 {
  text-align: right;
  margin-top: 0;
  font-size: 15px;
  line-height: 18px;
  font-family: "museo-slab", Georgia, Times, "Times New Roman", serif;
  font-weight: 300;
  text-align: center;
  color: #666;
  margin-top: 5px;
}

.testimonials__header {
  margin: 20px 0 14px 0;
  text-align: center;
  font-size: 30px;
  line-height: 36px;
  color: #218FAD;
  font-weight: 300;
  padding-top: 37px;
}

.testimonials__bkgd {
  width: 980px;
  margin: 0 0 0 -90px;
  height: 156px;
  background: url('../images/custom/testimonial_header.jpg');
  display: block;
}

.testimonials__body{
  margin-top: -40px;
}

/**
 * Fade in/out
 */

.fade-in-out {
    transition: opacity .25s ease-in-out;
}

.fade-in-out--in {
    opacity: 1.0;
    transition: opacity .25s ease-in-out;
}

.fade-in-out--out {
    opacity: 0;
    transition: opacity .25s ease-in-out;
}

.no-underline,
.no-underline:hover,
.no-underline a,
.no-underline a:hover {
    text-decoration: none !important;
}

a.link.green {
  color: #9aae45;
}

a.link.green:focus {
  color: #9aae45;
}

a.link.green:hover {
  color: #708415;
}
