/* Add additional stylesheets below
-------------------------------------------------- */
/*
  Bootstrap's documentation styles
  Special styles for presenting Bootstrap's documentation and examples
*/

@import url(jquery-ui-1.9.2.custom.css);
@import url(ui.spinner.css);


/* Body and structure
-------------------------------------------------- */

body {
  position: relative;
  background: #f7f6f3;
  font-family: "source-sans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.yellowLabel {
  background: #fcff9d;
  border: 1px solid #ebee98;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 14px;
  color: #cacd5d;
  font-weight: normal;
}

.separator {
  border-top: 2px solid #97bab5;
  margin: 25px 0 22px 0;
  position: relative;
}

.separator img {
  position: absolute;
  left: 50%;
  margin-left: -12px;
  top: -13px;
}

.signContainer input {
  height: 48px !important;
  border: 1px solid #aed6d0 !important;
  -webkit-box-shadow: inset 0 0 0 3px #dcf7f3 !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #7dc3b9 !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
  font-size: 15px !important;
  width: 100%;
}

.signContainer input:focus {
  -webkit-box-shadow: none !important;
  background: #eefcfa;
  color: #a99e99 !important;
}

.signContainer input.greyInput {
  background: #f5f5f5 !important;
  border: 1px solid #f0ecea !important;
  border-top: 1px solid #d2ccc9 !important;
  -webkit-box-shadow: inset 0 -1px 0 #fff !important;
  box-shadow: inset 0 -1px 0 #fff !important;
}

/*** Form elements ***/

label.check {
  display: inline-block;
  font-size: 13px;
  color: #a99e99;
}

.selector, .radio, .checker, .uploader, .selector *, .radio *, .checker *, .uploader *{ 
  margin: 0; 
  padding: 0; 
  cursor: pointer; 
}

div.selector { 
  background: #f5f4f1;
  border: 1px solid #e4e1c7; 
  line-height: 27px; 
  height: 38px; 
  overflow: hidden;
  box-sizing: content-box; 
  -webkit-box-sizing: content-box; 
  -moz-box-sizing: content-box; 
  -ms-box-sizing: content-box;  
  border-radius: 2px; 
  -webkit-border-radius: 2px; 
  -moz-border-radius: 2px; 
  display: -moz-inline-box; 
  display: inline-block; 
  vertical-align: middle; 
  zoom: 1; 
  margin: -10px 0 0 0; 
  padding: 0 0 0 8px; 
  cursor: pointer; 
  width: auto;
  min-width: 173px;
  text-align: left;
  max-width: 280px;
  font-size: 12px; 
  position: relative !important;
  top: 3px;
}

div.selector span { 
  display: block; 
  text-overflow: ellipsis; 
  white-space: nowrap; 
  color: #d2ccc9; 
  padding: 0px 33px 0px 2px; 
  background: url(../images/forms/selectArrow.png) no-repeat 100% 0; 
  -webkit-box-shadow: 0 2px 0 0 #f9f9f7;
  box-shadow: 0 2px 0 0 #f9f9f7;
  cursor: pointer; 
  font-size: 20px; 
  height: 38px; 
  line-height: 39px; 
  position: relative;
}

div.selector select {
  position: absolute; 
  opacity: 0; 
  filter: alpha(opacity:0); 
  height: 38px; 
  border: none; 
  background: none; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  width: 100%;
  top: 0px; 
  left: 0 !important;
}

div.checker { 
  width: 20px !important; 
  padding: 0; 
  margin: 6px 2px 0 0 !important; 
  display: -moz-inline-box; 
  display: inline-block; 
  position: relative;
  top: -2px;
}

div.checker input { 
  width: 20px !important; 
  height: 20px !important; 
  opacity: 0; 
  filter: alpha(opacity:0); 
  display: inline-block; 
  background: none; 
  z-index: 10000;
  float: none !important;
  margin: 0 !important;
}

div.checker span { 
  background: url(../images/forms/checkbox.png) no-repeat -21px 0; 
  width: 20px !important; 
  display: -moz-inline-box; 
  display: inline-block; 
  text-align: center;
  float: none !important
}

div.checker span.checked { 
  background-position: 0 0;
  float: none !important
}

/* Buttons
-------------------------------------------------- */

.button {
  padding: 12px 25px;
  -webkit-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  font-family: "ubuntu-condensed";
}

.sButton {
  font-size: 20px;
  padding: 8px 15px;
}

.button:hover {
  text-decoration: none;
  color: #fff;
}

.buttonGreen {
  background: #6fbcb1;
  color: #fffce0;
  -webkit-box-shadow: 0px -1px 0px 3px #dadedd, inset 0px 1px 0px 3px #6bb1a7;
  box-shadow: 0px -1px 0px 3px #dadedd, inset 0px 1px 0px 3px #6bb1a7;
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}

.buttonGreen:hover {
  background: #7fecdd;
}

.buttonRed, .form-submit input[type=submit] {
  background: #de7b7d;
  color: #fffce0;
  -webkit-box-shadow: 0px -1px 0px 3px #dadedd, inset 0px 3px 0px 1px #d07476;
  box-shadow: 0px -1px 0px 3px #dadedd, inset 0px 3px 0px 1px #d07476;
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}

.buttonRed:hover,.form-submit input[type=submit]:hover {
  background: #ed8a8c;
}

/* Header
-------------------------------------------------- */

header {
  background:url(../images/headerBg.png) repeat;
  min-height: 128px;
}

header a.logo {
  width: 231px;
  height: 76px;
  background:url(../images/logo.png) no-repeat;
  display: block;
  margin-top: 25px;
}

header .rightNav {
  position: relative;
}

header ul.nav {
  margin: 35px 0 0 0;
  float: left;
}

header ul.nav li {
  list-style: none;
  float: left;
  display: block;
  margin-right: 20px;
}

header ul.nav li > a {
  display: block;
  color: #4d8e85;
  font-size: 18px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #fff;
  position: relative;
  z-index: 999;
  height: 40px;
  padding: 8px 13px 0 8px;
  line-height: 17px;
  font-family: "ubuntu-condensed";
  line-height: 32px;
}

header ul.nav li a > img {
  float: left;
  display: block;
  margin-top: -1px;
  margin-right: 8px;
}

header ul.nav li a > span {
  display: block;
  float: left;
  line-height: 16px !important
}

header ul.nav li.active a, header ul.nav li a:hover {
  background: #de7b7d;
  -webkit-box-shadow: inset 0px 3px 0px 1px #d07476;
  box-shadow: inset 0px 3px 0px 1px #d07476;
  color: #fff;
  text-shadow: none;
  -webkit-border-radius: 48px;
  border-radius: 48px;
  border-bottom: 2px solid #f4f4f4;
}

header ul.nav li a span span {
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  font-weight: 600;
  font-size: 11px;
  color: #7dc3b9;
  margin-top: 9px;
  text-shadow: none;
}

header ul.login {
  position: absolute;
  right: 0;
  top: 5px;
}

header ul.login li {
  float: left;
  list-style: none;
}

header ul.login li a {
  font-size: 11px;
  font-weight: bold;
  color: #7dc3b9;
  text-transform: uppercase;
  padding-right: 10px;
  margin-left: 10px;
  border-right: 2px solid #fff;
  position: relative;
}

header ul.login li a:hover {
  text-decoration: none;
}

header ul.login li a.login {
  border-right: none;
  padding-right: 40px;
  color: #4d8e85;
}

header ul.login li a .ribbon {
  width: 30px;
  height: 142px;
  position: absolute;
  display: block;
  background:url(../images/loginRibbon.png) no-repeat;
  z-index: 999;
  top: -110px; 
  right: 0;
  z-index: 10999;
}

header .cartButton {
  font-size: 12px;
  position: absolute;
  top: 96px;
  right: 0px;
  z-index: 999;
  display: block;
  background: #7dc1b8;
  color: #fff;
}

header .cartButton > a {
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
  background: #7dc1b8 url(../images/cartIcon.png) no-repeat 130px 8px;
  width: 151px;
  padding: 0 0 0 10px;
  height: 32px;
  line-height: 35px;
  text-transform: uppercase;
  -webkit-box-shadow: inset 0 2px 0 #74b3aa;
  box-shadow: inset 0 2px 0 #74b3aa;
}

header .cartButton a:hover {
  text-decoration: none;
}

header .cartButton strong {
  text-decoration: underline;
}

.dropdownCart {
  width: 320px;
  background: #f6f4ec;
  position: absolute;
  top: 100%;
  display: none;
  right: 0;
  -webkit-box-shadow: inset 0 1px 5px 0 #cccbc5;
}

.dropdownCart .item {
  border-bottom: 1px dashed #8f8f8f;
  padding: 15px;
  position: relative;
  vertical-align: middle;
}

.dropdownCart .item .image {
  padding: 3px;
  background: #fff;
  display: inline-block;
  border: 1px solid #f0eee6;
  float: left;
  margin-right: 10px;
  width: 52px;
  height: 52px;
}

.dropdownCart .item .text {
  float: left;
  margin-top: 0px;
}

.dropdownCart .item .text span.title {
  font-size: 16px;
  color: #4c4847;
  font-family: "source-sans-pro";
  font-weight: bold;
}

.dropdownCart .item .text span.price {
  font-size: 20px;
  color: #7dc3b9;
  line-height: 17px;
  display: block;
  font-family: "source-sans-pro";
}

.dropdownCart .item .text span.price i {
  font-style: normal;
  font-size: 14px;
  color: #a99e99;
}

.dropdownCart a.removeItem {
  font-family: "museo-sans";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../images/closeIcon.png) no-repeat center;
  border-left: 1px solid #d4d3d0;
  right: 15px;
  top: 33px;
  margin: 0;
  display: block;
}

.dropdownCart .subtotal {
  padding: 12px 15px 15px;
  background: #eae8de;
  position: relative;
}

.dropdownCart .subtotal span {
  font-size: 16px;
  font-weight: bold;
  color: #4c4847;
  float: left;
  font-family: "source-sans-pro";
}

.dropdownCart .subtotal span i {
  display: block;
  font-size: 32px;
  color: #ed8a8c;
  font-family: "museo-sans";
  font-style: normal;
  margin-top: 5px;
}

.dropdownCart .subtotal .button {
  margin-top: 6px;
}

.dropdownCart .subtotal .bottomBg {
  position: absolute;
  bottom: -6px;
  left: 0;
  height: 6px;
  width: 100%;
  background: url(../images/dropdownCartbg.png) repeat-x;
}

/* Login box
-------------------------------------------------- */

.loginBox {
  width: 290px;
  background: #cde6e0;
  position: absolute;
  right: 0;
  top: 128px;
  z-index: 9999;
  padding: 15px;
  display: none;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}

.loginBox .fields {
  border: 1px solid #97bab5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}

.loginBox .fields input {
  height: 48px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #7dc3b9 !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
  font-size: 15px !important;
  background: #f5f5f5 !important;
  width: 100%;
  margin: 0;
  border: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border-top: 1px solid #d4dddc !important;
  -webkit-box-shadow: none;
}

.loginBox .fields input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.loginBox .forgot {
  margin-bottom: 10px;
}

.loginBox .forgot a {
  font-family: "source-sans-pro";
  font-size: 13px;
  color: #42837a;
  margin-top: 6px;
}


/* Promo box
-------------------------------------------------- */

.promoBox {
  position: relative;
  background: url(../slide/slideImg.jpg) no-repeat;
  min-height: 645px;
}

.promoBox img {
  margin-top: 40px;
}

.promoBox h1 {
  text-transform: uppercase;
  font-size: 40px;
  font-family: "source-sans-pro";
  font-weight: normal;
  color: #fff;
  text-shadow: 0px 1px 3px #000;
}

.promoBox h1 span {
  font-weight: bold;
  color: #7dc3b9;
}

.promoButtons {
  background: #fffce0;
  background: -moz-linear-gradient(top, #fffce0 0%, #f7edcf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffce0), color-stop(100%,#f7edcf));
  background: -webkit-linear-gradient(top, #fffce0 0%,#f7edcf 100%);
  background: -o-linear-gradient(top, #fffce0 0%,#f7edcf 100%);
  background: -ms-linear-gradient(top, #fffce0 0%,#f7edcf 100%);
  background: linear-gradient(to bottom, #fffce0 0%,#f7edcf 100%);
  filter: -webkit-linear-gradient(top, #fffce0 0%,#f7edcf 100%);
  border-top: 5px solid #4c7e8a;
  height: 60px;
  -webkit-border-radius: 80px;
  border-radius: 80px;
  width: 530px;
  text-align: left;
  padding: 10px;
}

.promoButtons .or {
  float: left;
  margin-top: -15px;
  margin-left: 11px;
}

.promoButtons a {
  border-bottom: 2px solid #fff;
}

.promoButtons a.createHoney {
  background: #de7b7d;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  height: 60px;
  display: inline-block;
  padding-left: 13px;
  padding-right: 25px;
  float: left;
  -webkit-box-shadow: inset 0px 3px 0px 1px #d07476;
  box-shadow: inset 0px 3px 0px 1px #d07476;
  font-family: "ubuntu-condensed";
  font-size: 20px;
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}

.promoButtons a.createHoney:hover {
  background: #ed8a8c !important;
}

.promoButtons a.createHoney img {
  float: left;
  margin: 13px 10px 0 0;
}

.promoButtons a.createHoney > span {
  float: left;
  font-size: 21px;
  text-transform: uppercase;
  color: #fffce0;
  margin-top: 13px;
  line-height: 18px;
}

.promoButtons a.createHoney span span {
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: #fffce0;
  opacity: 0.5;
}

.promoButtons a.gift {
  background: #e1d66f;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  height: 60px;
  display: inline-block;
  padding-left: 13px;
  padding-right: 25px;
  float: right;
  -webkit-box-shadow: inset 0px 3px 0px 1px #d1c767;
  box-shadow: inset 0px 3px 0px 1px #d1c767;
  font-family: "ubuntu-condensed";
  font-size: 20px;
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}

.promoButtons a.gift:hover {
  background: #f5ea86 !important;
}

.promoButtons a.gift img {
  float: left;
  margin: 13px 10px 0 0;
}

.promoButtons a.gift > span {
  float: left;
  font-size: 21px;
  text-transform: uppercase;
  color: #ab6644;
  margin-top: 13px;
  line-height: 18px;
}

.promoButtons a.gift span span {
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: #ab6644;
  opacity: 0.5;
}

/* Steps
-------------------------------------------------- */

.steps img {
  margin: 35px 0;
}

/* learnMore
-------------------------------------------------- */

.learnMore {
  background: url(../images/greyBg.png);
  padding-top: 25px;
  padding-bottom: 13px;
}

.learnMore h1 {
  font-size: 27px;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  display: inline-block;
  color: #4c4847;
  font-family: "source-sans-pro";
}

.learnMore h1 span {
  font-weight: bold;
}

.learnMore .button {
  position: relative;
  top: -5px;
  margin-left: 60px;
  font-family: "ubuntu-condensed";
  font-size: 20px;
  padding: 7px 25px;
}

.learnMore .button img {
  position: absolute;
  top: -12px;
  left: -95px;
}

/* peak Box
-------------------------------------------------- */

.peak {
  padding-top: 30px;
  background: url(../images/yellowBg.png);
  padding-bottom: 60px;
}

.peak h1 {
  font-weight: normal;
  color: #4c4847;
  font-family: "ubuntu-condensed";
  font-size: 30px;
}

.peak .button {
  margin-top: -50px;
  font-family: "ubuntu-condensed";
  font-size: 16px;
  -webkit-box-shadow: none;
}

.peak img.glasses {
  margin-top: 5px;
}

.peak .boxes {
  margin-top: 30px;
}

.peak .box {
  background: #fff;
  padding: 20px;
  border: 1px solid #edebdd;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.peak .box img {
  width: 100%;
}

.peak .box h4 {
  font-size: 25px;
  color: #7dc3b9;
  margin: 25px 0;
  font-family: "source-sans-pro";
  font-weight: bold;
}

.peak .box > span {
  font-size:15px;
  color: #4c4847;
  font-family: "source-sans-pro";
}

.peak .box .summary {
  border-top: 2px solid #dedede;
  padding-top: 25px;
  margin-top: 25px;
}

.peak .box .summary span {
  width: 30%;
  font-size: 30px;
  display: inline-block;
  border-right: 1px solid #dfdfdf;
  color: #a99e99;
  font-family: "museo-sans";
}

.peak .box .summary span i {
  display: block;
  font-size:14px;
  font-style: normal;
  margin-top: 7px;
  text-transform: uppercase;
  font-family: "ubuntu-condensed";
  color: #d2ccc9;
}

.peak .box .summary span:last-child {
  border-right: none;
}

/* Sign up footer
-------------------------------------------------- */

.signup {
  background: #bdede6;
  padding-top: 20px;
  padding-bottom: 15px;
}

.signup h2 {
  color: #74b3aa;
  font-family: "source-sans-pro";
  font-weight: normal;
}

.signup h2 span {
  font-weight: bold;
}

.signup .button {
  margin-left: 30px;
  position: relative;
  top: -5px;
  font-family: "ubuntu-condensed";
  font-size: 24px;
}

/* Subscribe
-------------------------------------------------- */

.subscribe {
  background: #e0f8f4;
  padding-top: 20px;
  padding-bottom: 15px;
}

.subscribe > a.button {
  font-family: "ubuntu-condensed";
}

.subscribe span {
  color: #7dc3b9;
  display: inline-block;
}

.subscribe input {
  margin-left: 15px;
  margin-top: 8px;
  margin-right: 15px;
  height: 28px;
  line-height: 28px;
}

.subscribe input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #bdede6;
}

.subscribe ul {
  margin: 0 10px 0 0;
  display: inline-block;
  position: relative;
  top: 9px;
}

.subscribe ul li {
  display: inline-block;
  list-style: none;
}

.subscribe ul li a {
  display: block;
  width: 31px;
  height: 31px;
}

.subscribe ul li a.twitter {
  background: url(../images/social.png) no-repeat 0 0;
}

.subscribe ul li a.twitter:active {
  background: url(../images/socialActive.png) no-repeat -1px -5px;
}

.subscribe ul li a.facebook {
  background: url(../images/social.png) no-repeat -39px 0
}

.subscribe ul li a.facebook:active {
  background: url(../images/socialActive.png) no-repeat -40px -5px;
}

/* Footer
-------------------------------------------------- */

footer.home {
  padding-bottom: 50px;
}

footer.home ul {
  margin-top: 20px;
}

footer.home ul li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}

footer.home ul li a {
  color: #ed8a8c;
}

footer.home ul li.active a, footer.home ul li a:hover {
  color: #f85356;
  text-decoration: none;
}

footer.home span {
  color: #888383;
}

/* Sign in container
-------------------------------------------------- */

.signContainer {
  background: #f2f1ee;
  padding-top: 35px;
  padding-bottom: 40px;
}

.signContainer h1 {
  font-size: 28px;
  font-weight: normal;
  color: #4c4847;
  text-transform: uppercase;
  font-family: "ubuntu-condensed";
}

.signContainer h1 img {
  margin-left: 5px;
  position: relative;
  top: -2px;
}

.signContainer h4 {
  color: #a99e99;
  margin-bottom: 120px;
  font-family: "source-sans-pro";
  font-size: 20px;
}

.signContainer .innerSignup {
  padding: 15px;
}

.signContainer .registerBox {
  background: #fff;
  position: relative;
}

.signContainer .registerBox img.orRibbon {
  position: absolute;
  right: -89px;
  top: 50%;
  margin-top: -69px;
}

.signContainer .registerBox img.topBox {
  position: absolute;
  top: -68px;
  width: 100%;
  left: 0;
}

.signContainer h5 {
  color: #4c4847;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 15px;
  font-family: "source-sans-pro";
}

.signContainer .registerBox h5 {
  border-bottom: 3px solid #f0ecea;
}

.signContainer .registerBox h6 {
  border-bottom: 3px solid #f4f1d5;
  background: #fbf9f1;
  text-align: center;
  font-size: 18px;
  color: #4c4847;
  font-weight: normal;
  font-family: "source-sans-pro";
  padding: 14px 0 10px 0;
}

.signContainer .registerBox .payContainer {
  padding: 13px 12px 14px;
  background: #474342;
}

.signContainer .registerBox label.check {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.signContainer .registerBox label.check a {
  color: #7dc3b9;
}

.signContainer .registerBox label.check a:hover {
  text-decoration: none;
}

.signContainer .registerBox .payContainer .button {
  -webkit-box-shadow: -1px 1px 0 3px #64504f;
  box-shadow: -1px 1px 0 3px #64504f;
  border-bottom: 2px solid #decbbe;
}

.signContainer .loginContainer h5 {
  border-bottom: 3px solid #d2ccc9;
}

.signContainer .loginContainer .fields {
  border: 1px solid #ed8a8c;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.signContainer .loginContainer .fields {
  margin: 0 0 20px 0;
}

.signContainer .loginContainer .fields input.email {
  margin: 0;
  border-left: 3px solid #ffd8d8 !important;
  border-right: 3px solid #ffd8d8 !important;
  border-top: 3px solid #ffd8d8 !important;
  border-bottom: none !important;
  -webkit-box-shadow: none !important;
  background: #f5f5f5 !important;
}

.signContainer .loginContainer .fields input.password {
  margin: 0;
  border-left: 3px solid #ffd8d8 !important;
  border-right: 3px solid #ffd8d8 !important;
  border-bottom: 3px solid #ffd8d8 !important;
  border-top: 1px solid #d4cfcc !important;
  -webkit-box-shadow: inset 0 1px 0 #fff !important;
  box-shadow: inset 0 1px 0 #fff !important;
  background: #f5f5f5 !important;
}

.signContainer .loginContainer label.check {
  margin-top: -10px;
}

.signContainer .loginContainer .forgot{
  font-size: 13px;
  color: #7dc3b9;
}

.signContainer .loginContainer .button {
  margin-top: 13px;
}

.signContainer .loginContainer .facebookLogin {
  border-top: 3px solid #d4cecb;
  margin-top: 20px;
}

.signContainer .loginContainer .facebookLogin .fbContainer {
  border: 1px solid #d7d4b4;
  background: #ece9e7;
  -webkit-box-shadow: 0 0 0 3px #e7e4e2;
  box-shadow: 0 0 0 3px #e7e4e2;
  padding: 20px 0;
  margin-top: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.signContainer .loginContainer .facebookLogin .fbContainer h4 {
  color: #3e5b99;
  margin: 0 0 7px 0;
  font-family: "source-sans-pro";
  font-size: 18px;
}

.signContainer .loginContainer .facebookLogin .fbContainer span {
  color: #a99e99;
  font-size: 14px;
  margin-bottom: 7px;
  display: block;
}

/* Footer inner 
-------------------------------------------------- */

footer.inner {
  height: 72px;
  width: 100%;
  background: url(../images/footerBg.png) repeat-x left top;
}

footer.inner ul.nav {
  margin-top: 30px;
}

footer.inner ul.nav li {
  float: left;
  margin: 0 20px 0 0px;
}

footer.inner ul.nav li:first-child {
  list-style: none;
}

footer.inner ul.nav li a {
  color: #ed8a8c;
}

footer.inner ul.nav li.active a, footer.inner ul.nav li a:hover {
  color: #f85356;
  text-decoration: none;
  background: none;
}

footer.inner ul.social {
  margin: -15px 10px 0 0;
  display: inline-block;
  position: relative;
  top: 9px;
}

footer.inner ul.social li {
  display: inline-block;
  list-style: none;
  margin: 0 3px;
}

footer.inner ul.social li a {
  display: block;
  width: 31px;
  height: 32px;
}

footer.inner ul.social li a.twitter {
  background: url(../images/social.png) no-repeat 0 0;
}

footer.inner ul.social li a.twitter:active {
  background: url(../images/socialActive.png) no-repeat -1px -4px;
}

footer.inner ul.social li a.facebook {
  background: url(../images/social.png) no-repeat -38px 0;
}

footer.inner ul.social li a.facebook:active {
  background: url(../images/socialActive.png) no-repeat -39px -4px;
}

/* myhoneymoon container
-------------------------------------------------- */

.myhoneymoon {
  background: #fff;
  padding: 25px 0 15px;
  position: relative;
}

.myhoneymoon .coupleImage {
  position: absolute;
  left: 20px;
  width: 201px;
  height: 202px;
  z-index: 999;
}

.coupleImageEmpty {
  width: 201px;
  height: 202px;
  position: absolute;
  left: 20px;
  z-index: 999;
  background: url(../images/emptyImagePlace.png);
}

.coupleImageEmpty .button {
  font-size: 14px;
  padding: 6px 12px 5px 12px;
  margin-top: 80px;
  top: 47%;
  position: relative;
}

.myhoneymoon .about {
  margin-left: 245px;
}

.myhoneymoon .about h4 {
  font-size: 28px;
  color: #7dc3b9;
  font-family: "source-sans-pro";
}

.myhoneymoon .about p {
  color: #a99e99;
  font-size: 18px;
  position: relative;
  width: 180px;
}

.myhoneymoon .about textarea {
  height: 90px;
  width: 220px;
  position: absolute;
  left: 0;
  top: 0;
  background: #f5f5f5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-top: 1px solid #d2ccc9;
  border-left: 1px solid #f0ecea;
  border-right: 1px solid #f0ecea;
  border-bottom: 1px solid #fefefe;
  -webkit-box-shadow: inset 0 1px 0 #f0ecea;
  box-shadow: inset 0 1px 0 #f0ecea;
}

.myhoneymoon .about span {
  height: 28px;
  width: 220px;
  line-height: 28px;
  position: absolute;
  top: 90px;
}

.myhoneymoon .summary {
  background: #fbf9f1;
  border: 1px solid #edece0;
  display: inline-block;
  padding: 15px 95px 5px 5px;
  position: relative;
}

.myhoneymoon .summary .discount {
  position: absolute;
  top: -11px;
  right: 0;
  width: 95px;
  height: 136px;
  background: url(../images/discountProgress.png) no-repeat;
}

.myhoneymoon .summary .discount > span.percent {
  font-size: 32px;
  font-family: "museo-sans";
  color: #fff;
  text-align: center;
  display: block;
  margin-top: 30px;
  margin-left: 4px;
}

.myhoneymoon .summary .discount > span.percent > i {
  font-size: 18px;
  color: #fff;
  font-style: normal;
}

.myhoneymoon .summary .discount > span.go {
  font-size: 14px;
  font-family: "museo-sans";
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  display: block;
  margin: 5px auto 0 auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #e59d9d;
  -webkit-box-shadow: 0 1px 0 #d4c8c5;
  width: 70%;
}

.myhoneymoon .summary > span {
  text-align: center;
  font-size: 28px;
  font-family: "museo-sans";
  display: inline-block;
  color: #a99e99;
  padding: 5px 25px;
  border-right: 1px solid #ecebdf;
}

.myhoneymoon .summary > span.last {
  border-right: none;
  padding-right: 20px;
}

.myhoneymoon .summary > span > i {
  display: block;
  font-size: 14px;
  color: #d2ccc9;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 5px;
}

.map {
  position: relative;
}

.map > img {
  width: 100%;
}

.map .button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 16px;
  padding: 5px 14px 5px 14px;
  -webkit-box-shadow: 0px 2px 0 #fffce0, inset 0px 3px 0px 1px #d07476;
  box-shadow: 0px 2px 0 #fffce0, inset 0px 3px 0px 1px #d07476;
}

.map .button > img {
  margin-left: 3px;
}

.quickMessage {
  padding: 25px;
  background: #fbf9f1;
  border-left: 1px solid #ecebdf;
  border-right: 1px solid #ecebdf;
  border-bottom: 1px solid #ecebdf;
}

.quickMessage span {
  display: block;
  border-top: 1px solid #e0ddc0;
  position: relative;
  margin-bottom: 15px;
}

.quickMessage span i {
  font-size: 14px;
  color: #d2ccc9;
  font-style: normal;
  font-family: "ubuntu-condensed";
  padding: 4px 8px;
  position: absolute;
  left: 10px;
  top: -14px;
  background: #fbf9f1;
  display: inline-block;
}

.quickMessage p {
  font-size: 20px;
  color: #a99e99;
  line-height: 28px;
}

.honeymoonOptions {
  min-height: 60px;
  border: 1px solid #ecebdf;
  background: #fff;
  margin-top: 20px;
}

.honeymoonOptions ul {
  margin: 17px 0 0 0;
}

.honeymoonOptions ul li {
  display: inline-block;
  border-right: 1px solid #ecebdf;
  padding-right: 48px;
  margin-right: 48px;
}

.honeymoonOptions ul li:last-child {
  border-right: none;
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.honeymoonOptions ul li a {
  font-size: 20px;
  color: #7dc3b9;
  font-family: "ubuntu-condensed";
  text-transform: uppercase;
}

.honeymoonOptions ul li a:hover {
  text-decoration: none;
}

.honeymoonOptions ul li a img {
  margin-top: -3px;
  margin-right: 8px;
}

/* Today happening
-------------------------------------------------- */

.todayRibbon img {
  position: relative;
  top: 20px;
}

.today {
  margin-top: 20px;
  padding-bottom: 40px;
  position: relative;
}

.today .middleLine {
  height: 100%;
  width: 4px;
  background: #7dc3b9;
  position: absolute;
  left: 50%;
}

.today .happening {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: #f2f1ee;
  border: 2px solid #fff;
  position: absolute;
  text-align: center;
  -webkit-box-shadow: inset 0 3px 0 0px #e4e3e0;
}

.today .RinnerToday .happening {
  left: -62px;
  top: 22px;
}

.today .LinnerToday .happening {
  right: -65px;
  top: 22px;
}

.today .happening img {
  position: relative;
  top: 5px;
}

.today .LinnerToday .boxes {
  padding-right: 30px;
  padding-top: 20px;
}

.today .RinnerToday .boxes {
  padding-left: 30px;
  padding-top: 20px;
}

.today .mind {
  background: #fffce0;
  position: relative;
}

.today .mind .mindContainer {
  padding: 25px 25px;
}

.today .mind:after, .today .mind:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.today .mind:after {
  border-color: rgba(255, 252, 224, 0);
  border-left-color: #fffce0;
  border-width: 15px;
  top: 15px;
  margin-top: 0px;
}
.today .mind:before {
  border-color: rgba(244, 242, 223, 0);
  border-left-color: #f4f2df;
  border-width: 16px;
  top: 15px;
  margin-top: -1px;
}

.today .mind span {
  font-size: 20px;
  font-weight: bold;
  color: #4c4847;
  font-family: "source-sans-pro";
  margin-top: 8px;
  display: inline-block;
  float: left;
}

.today .mind .button {
  font-size: 14px;
  font-weight: normal;
  -webkit-box-shadow: inset 0px 3px 0px 1px #d07476;
  box-shadow: inset 0px 3px 0px 1px #d07476;
}

.today .mind.addingGift {
  padding: 0;
  background: none;
}

.today .mind .box .upload {
  height: 152px;
  border: 3px dashed #d2ccc9;
  margin-bottom: 15px;
  background: #f4f1eb url(../images/cloud.png) no-repeat 30px center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-left: 150px;
}

.today .mind .box .upload h5 {
  font-size: 22px;
  color: #a99e99;
  font-weight: normal;
  margin: 35px 0 5px 0;
}

.today .mind .box .upload span {
  font-size: 16px;
  font-weight: normal;
  color: #a99e99;
  margin: 0;
}

.today .mind .box .upload span i {
  font-style: normal;
  font-size: 14px;
}

.today .mind.addingGift:after, .today .mind.addingGift:before {
  display: none;
}

.today .mind .box {
  display: none;
}

.ui-datepicker {
  left: 100%;
}

.today .mind .title h4 {
  font-size: 24px !important;
}

.today .mind .field {
  position: relative;
}

.today .mind .field .ui-datepicker-trigger {
  position: absolute !important;
  display: block !important;
  width: 48px !important;
  height: 38px !important;
  cursor: pointer !important;
  right: 1px !important;
  top: 11px !important;
  background: url(../images/datePick.png) no-repeat !important;
}

.today .mind .field input, .today .mind .field input:focus {
  width: 100%;
  height: 40px; 
  background: #f5f5f5;
  border: 1px solid #d2ccc9;
  -webkit-box-shadow: inset 0 1px 0 #f0ecea;
  box-shadow: inset 0 1px 0 #f0ecea;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #a99e99;
  margin-top: 10px;
  font-weight: normal;
  font-family: "source-sans-pro";
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.today .mind .selector {
  margin-top: 7px;
  margin-bottom: 20px;
}

.today .mind .selector > span {
  margin-top: 0;
  font-size: 14px;
  font-family: "source-sans-pro";
  color: #a99e99;
  font-weight: normal;
}

.today .mind .selector, .today .mind .selector span {
  min-width: 100%;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.today .mind .ui-spinner {
  margin-top: 2px;
  width: 60px;
}

.today .mind .ui-spinner input {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.today .mind .labelTitle {
  font-size: 16px;
  color: #a99e99;
  font-weight: normal;
  margin-right: 10px;
}

.today .mind .box .addGiftFooter {
  margin: 15px 0 -4px 0;
  padding: 15px 0 0;
  border-top: 1px dashed #c7c3b5;
}

.today .mind .box .addGiftFooter .button {
  padding: 6px 14px 5px 14px;
  -webkit-box-shadow: inset 0 3px 0 #6bb1a7;
  box-shadow: inset 0 3px 0 #6bb1a7;
}

.today .box {
  position: relative;
  background: #fff;
  border: 1px solid #ecebdf;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.today .box .title {
  min-height: 56px;
  background: #fbf9f1;
  border-bottom: 1px solid #ecebdf;
  -webkit-box-shadow: inset 0 -1px 0 #fff;
  padding-left: 15px;
  position: relative;
}

.today .box .title h4 {
  font-family: "museo-sans";
  font-size: 38px;
  float: left;
  color: #7dc3b9;
  line-height: 40px;
}

.today .box .title span {
  font-size: 18px;
  font-weight: bold;
  color: #7dc3b9;
  line-height: 16px;
  margin: 15px 0 0 10px;
  display: block;
  float: left;
}

.today .box .title span i {
  display: block;
  font-size: 14px;
  font-style: normal;
  margin-top: 0;
  font-weight: normal;
}

.today .box .title > .button {
  color: #fffce0;
  font-size: 14px;
  font-weight: normal;
  -webkit-box-shadow: inset 0px 3px 0px 1px #d07476;
  box-shadow: inset 0px 3px 0px 1px #d07476;
  margin: 14px 14px 0 0;
  padding: 5px 14px;
}

.today .box .title .giftOptions {
  width: 230px;
  z-index: 99;
  position: absolute;
  top: 100%;
  right: 0;
  background: #f2f0e7;
  -webkit-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  display: none;
}

.today .box .title .giftOptions .field {
  border-bottom: 1px dashed #c7c3b5;
  padding: 15px 10px 8px;
  position: relative;
}

.today .box .title .giftOptions .field .ui-spinner {
  margin-top: 0;
  float: right;
}

.today .box .title .giftOptions .field:last-child {
  border-bottom: none;
}

.today .box .title .giftOptions .field .leftText {
  float: left;
}

.today .box .title .giftOptions .field span.price {
  font-size: 28px;
  font-family: "museo-sans";
  font-weight: normal;
  display: block;
  float: none;
  margin: 0 0 6px 0;
}

.today .box .title .giftOptions .field span.left {
  display: block;
  font-size: 13px;
  font-family: "museo-sans";
  color: #a99e99;
  float: none;
  margin: 0;
}

.today .box .title .giftOptions .field span.total {
  display: block;
  font-weight: bold;
  font-size: 13px;
  font-family: "museo-sans";
  color: #a99e99;
  float: none;
  margin: -6px 0 5px 0;
}

.today .box .title .giftOptions .field a.buttonGreen {
  -webkit-box-shadow: inset 0px 1px 0px 3px #6bb1a7;
  box-shadow: inset 0px 1px 0px 3px #6bb1a7;
  padding: 4px 15px;
  font-size: 14px;
  margin: 2px 0 0 0;
}

.today .box .content {
  padding: 20px;
  position: relative;
}

.today .box .content > img {
  width: 100%;
  display: block;
  padding: 2px;
  border: 1px solid #d5cfcd;
}

.today .box .content .info {
  margin: 10px 0 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ecebdf;
}

.today .box .content .info > .image {
  display: inline-block; 
  width: 30px;
  height: 30px;
  background: #f2f1ee;
  margin-top: 6px;
  margin-right: 10px;
  float: left;
}

.today .box .content .info > h5 {
  font-size: 20px;
  font-weight: bold;
  color: #4c4847;
  display: inline-block; 
  line-height: 24px;
}

.today .box .content .info > .price span {
  font-size: 30px;
  color: #7dc3b9;
  font-family: "museo-sans";
  margin-top: 9px;
  display: inline-block;
}

.today .box .content .info > .price span > i {
  font-style: normal;
  font-size: 18px;
  color: #a99e99;
  top: -1px;
  position: relative;
  font-weight: normal;
}

.today .box .content .info > .price span > i > span {
  color: #d2ccc9;
  font-size: 14px;
}

.today .box .content p {
  font-size: 16px;
  margin-top: 0;
  display: block;
  color: #4c4847;
}

.today .box .content .giftComment {
  background: #f4f1eb;
  padding: 8px;
  border-top: 1px solid #d6d1c6;
}

.today .box .content .giftComment .gifted .image {
  width: 18px;
  height: 18px;
  background: #fff;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  text-align: center;
  display: block;
  float: left;
  position: relative;
  top: 0px;
  margin-right: 4px;
}

.today .box .content .giftComment .gifted .image img {
  position: relative;
  top: -1px;
}

.today .box .content .giftComment .gifted > span {
  color: #4c4847;
  display: inline-block;
}

.today .box .content .giftComment .gifted > span a {
  color: #7dc3b9;
  font-weight: bold;
}

.today .box .content .giftComment .gifted > span a:hover {
  text-decoration: none;
}

.today .box .content .giftComment ul {
  margin: 8px 0 0 0;
}

.today .box .content .giftComment ul li {
  list-style: none;
  padding-left: 46px;
  min-height: 46px;
  position: relative;
  border-top: 1px solid #fff;
  padding-top: 8px;
  margin-top: 8px;
}

.today .box .content .giftComment ul li img {
  float: left;
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 10px;
  left: 0px
}

.today .box .content .giftComment ul li .comment {
  float: left;
  font-size: 14px;
  color: #4c4847;
}

.today .overlayBox {
  border: 1px solid #ffd8d8 !important;
}

.today .box .overlay {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10999;
  background: rgba(255, 216, 216, 0.5);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  text-align: center;
}

.today .box .overlay .actions {
  background: #fbf9f1;
  height: 45px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
  display: inline-block;
  padding: 0 10px;
  top: 50%;
  position: relative;
  margin-top: -22px;
}

.today .box .overlay .actions .button {
  padding: 4px 35px 7px 35px;
  font-size: 16px;
  float: left;
  margin-top: 8px;
}

.today .box > .overlay .actions .buttonRed {
  -webkit-box-shadow: inset 0px -3px 0px 1px #d07476;
  box-shadow: inset 0px -3px 0px 1px #d07476;
}

.today .box > .overlay .actions a.delete {
  font-size: 16px;
  color: #4c4847;
  line-height: 46px;
  margin-left: 15px;
  margin-right: 12px;
}

.today .box > .overlay .actions a:hover {
  text-decoration: none;
}

.comment a {
  color: #7dc3b9;
  font-weight: bold;
}

.comment span {
  font-size: 12px;
  color: #a99e99;
  display: block;
}

.today .box .content a.more {
  display: inline-block;
  font-size: 14px;
  color: #f9c35c;
  text-transform: uppercase;
  font-family: "ubuntu-condensed";
  padding-right: 22px;
  background: url(../images/readmoreArrow.png) no-repeat right center;
}

.today .box .content a.more:hover {
  text-decoration: none;
}

.LinnerToday {
  width: 100%;
  padding-right: 15px;
  padding-top: 0;
}

.LinnerToday .box {
  margin-top: 20px;
}

.LinnerToday .box:after, .LinnerToday .box:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.LinnerToday .box:after {
  border-color: rgba(251, 249, 241, 0);
  border-left-color: #fbf9f1;
  border-width: 15px;
  top: 15px;
  margin-top: 0px;
}

.LinnerToday .box:before {
  border-color: rgba(236, 235, 223, 0);
  border-left-color: #ecebdf;
  border-width: 16px;
  top: 15px;
  margin-top: -1px;
}

.LinnerToday .overlayBox:after, .LinnerToday .overlayBox:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.LinnerToday .overlayBox:after {
  border-color: rgba(251, 249, 241, 0);
  border-left-color: #fcefe9;
  border-width: 15px;
  top: 15px;
  margin-top: 0px;
}

.LinnerToday .overlayBox:before {
  border-color: rgba(236, 235, 223, 0);
  border-left-color: #fee3e2;
  border-width: 16px;
  top: 15px;
  margin-top: -1px;
}

.RinnerToday {
  padding-top: 33px;
}

.RinnerToday .box {
  display: block;
  margin-top: 20px !important;
}

.RinnerToday .box:after, .RinnerToday .box:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.RinnerToday .box:after {
  border-color: rgba(0, 0, 0, 0);
  border-right-color: #fbf9f1;
  border-width: 15px;
  top: 15px;
  margin-top: 0px;
}
.RinnerToday .box:before {
  border-color: rgba(236, 235, 223, 0);
  border-right-color: #ecebdf;
  border-width: 16px;
  top: 15px;
  margin-top: -1px;
}

.RinnerToday .overlayBox:after, .RinnerToday .overlayBox:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.RinnerToday .overlayBox:after {
  border-color: rgba(0, 0, 0, 0);
  border-right-color: #fcefe9;
  border-width: 15px;
  top: 15px;
  margin-top: 0px;
}
.RinnerToday .overlayBox:before {
  border-color: rgba(236, 235, 223, 0);
  border-right-color: #fee3e2;
  border-width: 16px;
  top: 15px;
  margin-top: -1px;
}

.progressContainer {
  margin-bottom: 40px;
}

.progressContainer .progressBar {
  width: 240px;
  height: 12px;
  border-top: 1px solid #b9b8b3;
  margin-bottom: 15px;
  background: #e3e1dc;
  position: relative;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: inset 0 1px 0 #d3d1ca, 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #d3d1ca, 0 1px 0 #fff;
}

.progressContainer .progressBar .value {
  height: 12px;
  position: absolute;
  top: -1px;
  left: -1px;
  border-bottom: 1px solid #d3a145;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background: #fcddb2;
  background: -moz-linear-gradient(top, #fcddb2 0%, #ebb245 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcddb2), color-stop(100%,#ebb245));
  background: -webkit-linear-gradient(top, #fcddb2 0%,#ebb245 100%);
  background: -o-linear-gradient(top, #fcddb2 0%,#ebb245 100%);
  background: -ms-linear-gradient(top, #fcddb2 0%,#ebb245 100%);
  background: linear-gradient(to bottom, #fcddb2 0%,#ebb245 100%);
  filter: -webkit-linear-gradient(top, #fcddb2 0%,#ebb245 100%);
  -webkit-box-shadow: 0 1px 4px 0px #c9b489;
}

.progressContainer span.loading {
  font-size: 28px;
  text-transform: uppercase;
  font-family: "ubuntu-condensed";
  color: #dad6cb;
  display: block;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  margin-bottom: 8px;
}

.progressContainer span.wait {
  font-size: 14px;
  color: #4c4847;
}

/* Tour
-------------------------------------------------- */

.tour {
  margin: 30px 0;
}

.tour .steps ul li {
  list-style: none;
  margin-bottom: 50px;
  border: 2px solid transparent;
  position: relative;
}

.tour .steps ul li > span {
  width: 40px;
  height: 40px;
  border: 1px solid #ce7071;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  display: block;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background: #ffd8d8;
  color: #ce7071;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
  position:absolute;
  left: 95px;
  top: 0;
  font-size: 24px;
  font-family: "source-sans-pro";
}

.tour .steps ul li.active > span {
  background: #dcf7f3;
  color: #79bdb3;
  border: 1px solid #79bdb3;
}

.tour .steps ul li.active > span > span {
  display: none;
}

.tour .steps ul li > span > span {
  color: #4d8e85;
  font-size: 28px;
  width: 200px;
  position: absolute;
  left: 50px;
  top: 5px;
  font-weight: bold;
  text-align: left;
  line-height: 28px;
}

.tour .steps ul li > span > span i {
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
}

.tour .steps ul li a {
  display: block;
  width: 130px;
  height: 130px;
  background: #f1f1f1;
  -webkit-border-radius: 130px;
  border-radius: 130px;
  -webkit-box-shadow: inset 0 2px 0 #e3e3e3;
  position: relative;
}

.tour .steps ul li a img {
  position: absolute;
  left: 100%;
  top: -15px;
  margin-left: -20px;
  display: block;
}

.tour .steps ul li.active a {
  -webkit-box-shadow: none;
}

.tour .steps ul li.step1 a {
  background: #f1f1f1 url(../images/stepIcons/step1.png) no-repeat 15px 29px;
}

.tour .steps ul li.step1 > img {
  display: none;
  position: absolute;
  left: 92px;
  top: -40px;
  min-width: 280px;
}

.tour .steps ul li.step2 a {
  background: #f1f1f1 url(../images/stepIcons/step2.png) no-repeat 30px 20px;
}

.tour .steps ul li.step2 > img {
  display: none;
  position: absolute;
  left: 150px;
  top: 0;
  min-width: 152px;
}

.tour .steps ul li.step3 a {
  background: #f1f1f1 url(../images/stepIcons/step3.png) no-repeat 30px 20px;
}

.tour .steps ul li.step3 > img {
  display: none;
  position: absolute;
  left: 105px;
  top: -125px;
  z-index: -10;
  min-width: 291px;
}

.tour .steps ul li.active.step1 {
  width: 130px;
  height: 130px;
  -webkit-border-radius: 130px;
  border-radius: 130px;
  border: 2px solid #7dc3b9;
  padding: 0;
}

.tour .steps ul li.active.step1 a {
  background: #f1f1f1 url(../images/stepIcons/step1iconactive.png) no-repeat 15px 29px;
}

.tour .steps ul li.active.step1 img {
  display: block;
}

.tour .steps ul li.active.step2 {
  width: 130px;
  height: 130px;
  -webkit-border-radius: 130px;
  border-radius: 130px;
  border: 2px solid #7dc3b9;
  padding: 0;
}

.tour .steps ul li.active.step2 a {
  background: #f1f1f1 url(../images/stepIcons/step2iconactive.png) no-repeat 30px 20px;
}

.tour .steps ul li.active.step2 img {
  display: block;
}

.tour .steps ul li.active.step3 {
  width: 130px;
  height: 130px;
  -webkit-border-radius: 130px;
  border-radius: 130px;
  border: 2px solid #7dc3b9;
  padding: 0;
}

.tour .steps ul li.active.step3 a {
  background: #f1f1f1 url(../images/stepIcons/step3iconactive.png) no-repeat 30px 20px;
}

.tour .steps ul li.active.step3 img {
  display: block;
}

.tour h4 {
  font-size: 34px;
  font-weight: bold;
  color: #ed8a8c;
  margin-bottom: 20px;
}

.tour h5 {
  font-size: 24px;
  font-weight: normal;
  color: #a99e99;
  line-height: 28px;
  margin-bottom: 15px;
}

.tour .tourImg {
  padding: 2px;
  border: 1px solid #d2ccc9;
  background: #fff;
  margin-bottom: 20px;
}

.tour .tourImg img {
  width: 100%;
  margin: 0;
}

.tour h6 {
  color: #7dc3b9;
  font-size: 21px;
  margin-top: 0px;
}

.tour p {
  color: #4c4847;
  font-family: "source-sans-pro";
  font-size: 14px;
}

.tour .points {
  margin-top: 20px;
  margin-bottom: 30px;
}

/* Cart
-------------------------------------------------- */

.cart {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ecebdf;
  margin-top: 20px;
  margin-bottom: 30px;
}

.cart .header {
  min-height: 75px;
  border-bottom: 1px dashed #c7bbb5;
  background: #ffffff;
  padding-left: 20px;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.cart .header h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  line-height: 75px;
  text-transform: uppercase;
  color: #7dc3b9;
  padding-left: 50px;
  background: url(../images/iconBag.png) no-repeat left center;
}

.cart .header h3 strong {
  text-decoration: underline;
}

.cart .item {
  background: #fbf9f1;
  padding: 20px 60px 20px 20px;
  border-bottom: 1px dashed #c6bab4;
  -webkit-box-shadow: inset 0 -1px 0 #fff;
}

.cart .item .image {
  display: block;
  border: 1px solid #f5f3eb;
  background: #fff;
  float: left;
  padding: 4px;
  margin-right: 20px;
}

.cart .item .image img {
  display: block;
  width: 94px;
}

.cart .item .text {
  float: left;
}

.cart .item .text h5 {
  font-size: 20px;
  color: #4c4847;
  font-weight: bold;
  line-height: 24px;
}

.cart .item .text > span {
  font-size: 30px;
  color: #7dc3b9;
  font-family: "museo-sans";
}

.cart .item .text > span > i {
  font-style: normal;
  font-size: 20px;
  color: #a99e99;
}

.cart .item .text > span > i > span {
  color: #d2ccc9;
  font-size: 16px;
}

.cart .item .options {
  float: right;
  margin-top: 40px;
}

.cart .item .options .ui-spinner {
  float: left;
}

.cart .item .options span.total {
  font-size: 40px;
  color: #7dc3b9;
  font-family: "museo-sans";
  display: inline-block;
  float: left;
  margin-top: 5px;
  margin-left: 25px;
}

.cart .item .options a.removeItem {
  font-family: "museo-sans";
  width: 30px;
  height: 30px;
  background: url(../images/closeIcon.png) no-repeat center;
  border-left: 1px solid #d4d3d0;
  float: left;
  display: inline-block;
  margin-left: 30px;
}

.cart .cartFooter .details {
  background: #f7f6f2;
  width: 100%;
  position: relative;
  z-index: 10999;
  min-height: 220px;
  width: 55%;
  float: left;
}

.cart .cartFooter .details .inner {
  border-right: 1px solid #e6e5e1;
}

.cart .cartFooter .details .bottomBg {
  height: 13px;
  width: 100%;
  left: 0;
  position: absolute;
  bottom: -13px;
  z-index: 999;
  background: url(../images/detailsBottombg.png) repeat-x right;
}

.cart .cartFooter .inner {
  padding: 25px;
}

.cart .cartFooter h4 {
  font-weight: bold;
  color: #4c4847;
  font-size: 30px;
  margin-bottom: 25px;
  display: block;
}

.cart .cartFooter .details input, .cart .details textarea {
  width: 100%;
  border: 1px solid #c7c3b5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cart .cartFooter .details input {
  height: 35px;
}

.cart .cartFooter .details input:focus, .cart .cartFooter .details textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cart .cartFooter .details textarea {
  height: 85px;
}

.cart .cartFooter .total {
  background: #fffefc;
  position: relative;
  min-height: 245px;
  width: 45%;
  float: right;
}

.cart .cartFooter .total .inner {
  padding: 25px;
}

.cart .cartFooter .total .bottomBg {
  height: 13px;
  width: 100%;
  left: 0;
  position: absolute;
  bottom: -13px;
  z-index: 999;
  background: url(../images/totalBottombg.png) repeat-x;
}

.cart .cartFooter .total h4 {
  margin-bottom: 35px;
}

.cart .cartFooter .total span.title {
  float: left;
  font-size: 25px;
  color: #4c4847;
  font-weight: normal;
  margin-top: 11px;
}

.cart .cartFooter .total span.amount {
  float: right;
  font-size: 60px;
  color: #7dc3b9;
  font-family: "museo-sans";
  font-weight: bold;
}

.cart .cartFooter .buttons {
  margin-top: 50px;
}

.cart .cartFooter .buttons .button {
  margin: 0 10px;
}

/* Blog
-------------------------------------------------- */

div.blog {
  margin: 30px 0;
}

div.blog .news {
  margin-bottom: 20px;
  position: relative;
  background: #ffffff;
  border: 1px solid #ecebdf;
  -webkit-border-radius: 5px 5px 5px 5px;
}

div.blog .news .date {
  background: #ed8a8c;
  -webkit-border-radius: 60px 0px 0px 60px;
  border-radius: 60px 0px 0px 60px;
  position: absolute;
  width: 60px;
  height: 60px;
  left: -60px;
  top: 0;
  text-align: center;
  -webkit-box-shadow: inset 0 4px 0 #dc8082, 0 1px 0 #fff;
}

div.blog .news .date span {
  font-size: 28px;
  color: #fffce0;
  display: block;
  margin: 13px 0 0 5px;
}

div.blog .news .date span i {
  display: block;
  font-size: 13px;
  font-style: normal;
  margin-top: -1px;
}

div.blog .news .title {
  padding: 15px 25px;
  background: #fbf9f1;
  border-bottom: #ecebdf;
  position: relative;
}

div.blog .news .title:after, div.blog .news .title:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

div.blog .news .title:after {
  border-color: rgba(251, 249, 241, 0);
  border-right-color: #fbf9f1;
  border-width: 6px;
  top: 35%;
  margin-top: -6px;
}

div.blog .news .title:before {
  border-color: rgba(237, 236, 224, 0);
  border-right-color: #edece0;
  border-width: 7px;
  top: 35%;
  margin-top: -7px;
}

div.blog .news .title h3,div.blog .news .title h3 a {
  font-size: 28px;
  font-weight: bold;
  color: #7dc3b9;
  margin: 0;
  display: block;
}


 

div.blog .news .title span {
  float: left;
  color: #bdb2a9;
  margin: 0 10px 0 0;
}

div.blog .news .title .label {
  margin-top: -1px;
}

div.blog .news .title a {
  float: left;
  color: #7dc3b9;
  font-size: 14px;
  margin-left: -5px;
}

div.blog .news .content {
  padding: 20px 25px;
}

div.blog .news .content .image {
  float: left;
  margin-top: 2px;
  margin-right: 12px;
  padding: 3px;
  border: 1px solid #d5cfcd;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

div.blog .news .content .image img {
  width: 250px;
}

div.blog .news .content p {
  font-size: 14px;
  color: #4c4847;
  line-height: 20px;
}

div.blog .news .content p span {
  font-size: 20px;
}

div.blog .news .content .tags {
  padding: 12px 0 0;
  border-top: 1px solid #e5dbd2;
}

div.blog .news .content .tags ul {
  margin: 0;
}

div.blog .news .content .tags ul li {
  list-style: none;
  display: inline-block;
  margin-bottom: 12px;
}

div.blog .news .content .tags ul li a {
  padding: 5px 10px;
  background: #dcf7f3;
  color: #7dc3b9;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 13px;
}

div.blog .news .content .tags ul li a:hover {
  text-decoration: none;
}

div.blog .paginate {
  padding: 13px 10px 10px;
  background: #ffffff;
  border: 1px solid #ecebdf;
  -webkit-border-radius: 5px 5px 5px 5px;
}

div.blog .paginate .prev, div.blog .paginate .next {
  font-size: 14px;
  -webkit-box-shadow: inset 0px 3px 0px 1px #d07476;
  box-shadow: inset 0px 3px 0px 1px #d07476;
}

div.blog .paginate .next {
  padding: 5px 25px 5px 15px;
  background: #de7b7d url(../images/nextArrow.png) no-repeat 82% 9px;
}

div.blog .paginate .next:hover {
  background: #ed8a8c url(../images/nextArrow.png) no-repeat 82% 9px;
}

div.blog .paginate .next.inactive {
  padding: 5px 25px 5px 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #d9d4cb;
  cursor: default;
  background: #f4f1eb url(../images/nextArrowinactive.png) no-repeat 82% 9px;
}

div.blog .paginate .next.inactive:hover {
  background: #f4f1eb url(../images/nextArrowinactive.png) no-repeat 82% 9px;
}

div.blog .paginate .prev {
  padding: 5px 15px 5px 25px;
  background: #de7b7d url(../images/prevArrow.png) no-repeat 10px 9px;
}

div.blog .paginate .prev:hover {
  background: #ed8a8c url(../images/prevArrow.png) no-repeat 10px 9px;
}

div.blog .paginate .prev.inactive {
  padding: 5px 15px 5px 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #d9d4cb;
  cursor: default;
  background: #f4f1eb url(../images/prevArrowinactive.png) no-repeat 10px 9px;
}

div.blog .paginate .prev.inactive:hover {
  background: #f4f1eb url(../images/prevArrowinactive.png) no-repeat 10px 9px;
}

div.blog .paginate ul {
  margin: 0;
  display: inline-block;
}

div.blog .paginate ul li {
  display: inline-block;
}

div.blog .paginate ul li a {
  display: block;
  background: #de7b7d;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fffce0;
  font-size: 18px;
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
  -webkit-box-shadow: inset 0 3px 0 #dc8082;
  box-shadow: inset 0 3px 0 #dc8082;
}

div.blog .paginate ul li a:hover {
   background: #ed8a8c;
}

div.blog .paginate ul li a:hover {
  text-decoration: none;
}

div.blog .paginate ul li.active a {
  background: #f4f1eb;
  -webkit-box-shadow: none;
  color: #a46f70;
}

div.blog .paginate ul li.active a:hover {
  background: #f4f1eb;
}

div.blog .blogSidebar .bannerPlace {
  margin-bottom: 20px;
}

div.blog .blogSidebar .bannerPlace img {
  width: 100%;
}

div.blog .blogSidebar .list {
  background: #ffffff;
  border: 1px solid #ecebdf;
  -webkit-border-radius: 5px 5px 5px 5px;
  padding: 15px 20px;
  margin-bottom: 20px;
}

div.blog .blogSidebar .list h4 {
  margin: 0;
  font-size: 18px;
  color: #4c4847;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5dbd2;
}

div.blog .blogSidebar .list ul {
  margin: 15px 0 0 0;
}

div.blog .blogSidebar .list ul li {
  list-style: none;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid transparent;
}

div.blog .blogSidebar .list ul li a {
  height: 40px;
  display: block;
  line-height: 40px;
  border-bottom: 1px solid #e5dbd2;
  color: #4c4847;
  font-size: 14px;
  padding-left: 20px;
}

div.blog .blogSidebar .list ul li a:hover {
  text-decoration: none;
}

div.blog .blogSidebar .list ul li:last-child a {
  border-bottom: none;
}

div.blog .blogSidebar .list ul li.active a, div.blog .blogSidebar .list ul li a:hover {
  background: #7dc3b9 url(../images/blogsidebarActive.png) no-repeat 95% 11px;
  -webkit-border-radius: 40px;
  border-bottom: 1px solid #fff;
  color: #dcf7f3;
}

div.blog .blogSidebar .list ul li:hover {
  border-top: 1px solid #fff;
}

/* Gift list view
-------------------------------------------------- */

.filterOptions  {
  border: 1px solid #ecebdf;
  background: #fff;
  margin: 20px 0;
  padding: 10px 10px 6px;
}

.filterOptions h5 {
  display: inline-block;
  margin-right: 5px;
  color: #d2ccc9;
}

.filterOptions a.grid, .filterOptions a.list {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: 6px;
  margin: 0 -2px;
}

.filterOptions a.list {
  -webkit-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  background: #ece8e2 url(../images/listView.png) no-repeat center;
}

.filterOptions a.grid {
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background: #ece8e2 url(../images/gridView.png) no-repeat center;
}

.filterOptions a.list.active {
  background: #7ec3b9 url(../images/listViewActive.png) no-repeat center;
}

.filterOptions a.grid.active {
  background: #7ec3b9 url(../images/gridViewActive.png) no-repeat center;
}

.filterOptions .selectFilters {
  display: inline-block;
  padding: 0 10px;
  margin: 0 10px;
  border-left: 1px solid #ECEBDF;
  border-right: 1px solid #ECEBDF;
}

.filterOptions .selectFilters .selector {
  height: 23px;
  margin-right: 3px;
  margin-left: 3px;
  min-width: 160px;
}

.filterOptions .selectFilters div.selector span {
  height: 23px;
  line-height: 23px;
  padding: 0px 33px 0px 0px; 
  font-size: 16px;
  text-transform: uppercase;
  font-family: "ubuntu-condensed";
  background: url(../images/forms/selectArrowSmall.png) no-repeat 100% 0; 
}

.filterOptions .selectFilters div.selector select {
  position: absolute; 
  opacity: 0; 
  filter: alpha(opacity:0); 
  height: 23px; 
  border: none; 
  background: none; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  width: 100%;
  top: 0px; 
  left: 0 !important;
}

.filterOptions > input, .filterOptions > input:focus {
  display: inline-block;
  width: 180px;
  background: #f5f5f5 url(../images/forms/inputSearch.png) no-repeat 170px 7px;
  border-top: 1px solid #d2ccc9;
  border-left: 1px solid #f0ecea;
  border-right: 1px solid #f0ecea;
  border-bottom: 1px solid #fefefe;
  -webkit-box-shadow: inset 0 1px 0 #f0ecea, 0 1px 0 #f1edeb;
  box-shadow: inset 0 1px 0 #f0ecea, 0 1px 0 #f1edeb;
  position: relative;
  top: 4px;
}

.listView {
  margin-bottom: 20px;
}

.listField {
  border: 1px solid #ecebdf;
  background: #fff;
  position: relative;
  overflow: hidden;
  padding-right: 220px;
  margin-bottom: 20px;
}

.listField .image {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}

.listField .image img {
  height: 100%;
  width: 220px;
}

.listView .title {
  min-height: 48px;
  background: #fbf9f1;
  border-bottom: 2px solid #ecebdf;
  padding: 0 15px;
}

.listView .title h4 {
  font-family: "museo-sans";
  font-size: 38px;
  float: left;
  color: #7dc3b9;
  line-height: 48px;
  margin: 1px 0 0 0;
}

.listView .title span.day {
  font-size: 18px;
  font-weight: bold;
  color: #7dc3b9;
  line-height: 16px;
  margin: 10px 0 0 10px;
  display: block;
  float: left;
}

.listView .title span.day i {
  display: block;
  font-size: 14px;
  font-style: normal;
  margin-top: 0;
  font-weight: normal;
}

.listView .title .giftStatus {
  float: right;
}

.listView .title .giftStatus span {
  font-size: 24px;
  color: #7dc3b9;
  font-family: "museo-sans";
  margin-top: 9px;
  display: inline-block;
  font-weight: normal
}

.listView .title .giftStatus span > i {
  font-style: normal;
  font-size: 18px;
  color: #a99e99;
  top: -1px;
  position: relative;
  font-weight: normal;
}

.listView .title .giftStatus span > i > span {
  color: #d2ccc9;
  font-size: 14px;
}

.listView .title .giftStatus .soldout {
  font-style: normal;
  font-size: 18px;
  line-height: 34px;
  color: #a99e99;
  top: -1px;
  position: relative;
  font-weight: normal;
}

.listView .fieldContent {
  padding: 12px;
}

.listView .fieldContent .giftIcon {
  float: left;
  width: 30px;
  height: 30px;
  margin: 5px 10px 0 5px;
  background: #f2f1ee;
  text-align: center;
}

.listView .fieldContent .giftIcon img {
  position: relative;
  top: 4px;
  left: 1px;
}

.listView .fieldContent h5 {
  font-size: 20px;
  color: #4c4847;
  float: left;
}

.listView .fieldContent .info {
  float: right;
  margin-top: 4px;
  margin-right: 60px;
}

.listView .fieldContent .info img {
  float: left;
  margin-right: 8px;
  display: block;
  width: 35px;
  height: 35px;
}

.listView .fieldContent .info span {
  font-size: 14px;
  color: #4c4847;
  margin-left: 5px;
  display: block;
  margin-top: -2px;
}

.listView .fieldContent .info span a {
  font-weight: bold;
  color: #7dc3b9;
}

.listView .fieldContent .info a.more {
  display: inline-block;
  font-size: 14px;
  color: #f9c35c;
  margin-top: -3px;
  text-transform: uppercase;
  font-family: "ubuntu-condensed";
  padding-right: 22px;
  background: url(../images/readmoreArrow.png) no-repeat right center;
}

.listView .fieldContent .info a.more:hover {
  text-decoration: none;
}

/* GridView
-------------------------------------------------- */

.gridView {
  margin-bottom: 30px;
}

.gridMind {
  background: #fffce0;
  padding: 20px;
}

.gridMind h5 {
  font-size: 18px;
  color: #4c4847;
  margin-bottom: 15px;
}

.gridMind p {
  font-size: 14px;
  line-height: 19px;
  color: #4c4847;
  margin-bottom: 25px;
}

.gridMind .button {
  font-size: 16px;
  padding: 6px 14px;
  -webkit-box-shadow: inset 0px 3px 0px 1px #d07476;
  box-shadow: inset 0px 3px 0px 1px #d07476;
}

.gridBox {
  background: #fff;
  border: 1px solid #ecebdf;
  margin-bottom: 20px;
}

.gridBox .title {
  min-height: 48px;
  background: #fbf9f1;
  border-bottom: 1px solid #ecebdf;
  padding: 0 15px;
}

.gridBox .title h4 {
  font-family: "museo-sans";
  font-size: 38px;
  float: left;
  color: #7dc3b9;
  line-height: 48px;
  margin: 1px 0 0 0;
}

.gridBox .title span.day {
  font-size: 18px;
  font-weight: bold;
  color: #7dc3b9;
  line-height: 16px;
  margin: 10px 0 0 10px;
  display: block;
  float: left;
}

.gridBox span.day i {
  display: block;
  font-size: 14px;
  font-style: normal;
  margin-top: 0;
  font-weight: normal;
}

.gridBox .title .giftStatus {
  float: right;
  margin-top: 6px;
}

.gridBox .title .giftStatus span {
  font-size: 18px;
  color: #7dc3b9;
  font-family: "museo-sans";
  margin: 0;
  display: inline-block;
  font-weight: normal;
  text-align: right;
}

.gridBox .title .giftStatus span > i {
  font-style: normal;
  display: block;
  font-size: 14px;
  color: #a99e99;
  top: -1px;
  position: relative;
  font-weight: normal;
  margin: 0;
}

.gridBox .title .giftStatus span > i > span {
  color: #d2ccc9;
  font-size: 14px;
}

.gridBox .gridBoxContent {
  padding: 10px;
}

.gridBox .gridBoxContent .image {
  padding: 2px;
  border: 1px solid #d5cfcd;
  display: block;
  margin-bottom: 7px;
}

.gridBox .gridBoxContent .image img {
  width: 100%;
}

.gridBox .gridBoxContent .giftIcon {
  float: left;
  width: 30px;
  height: 30px;
  margin: 5px 10px 0 5px;
  background: #f2f1ee;
  text-align: center;
}

.gridBox .gridBoxContent .giftIcon img {
  position: relative;
  top: 4px;
  left: 1px;
}

.gridBox .gridBoxContent h5 {
  font-size: 20px;
  color: #4c4847;
  float: left;
}

.gridBox .gridBoxContent .info {
  margin-top: 10px;
  border-top: 1px solid #ecebdf;
  padding-top: 12px;
}

.gridBox .gridBoxContent .info img {
  float: left;
  margin-right: 8px;
  display: block;
  width: 35px;
  height: 35px;
}

.gridBox .gridBoxContent .info span {
  font-size: 14px;
  color: #4c4847;
  margin-left: 5px;
  display: block;
  margin-top: -2px;
}

.gridBox .gridBoxContent .info span a {
  font-weight: bold;
  color: #7dc3b9;
}

.gridBox .gridBoxContent .info a.more {
  display: inline-block;
  font-size: 14px;
  color: #f9c35c;
  margin-top: -3px;
  text-transform: uppercase;
  font-family: "ubuntu-condensed";
  padding-right: 22px;
  background: url(../images/readmoreArrow.png) no-repeat right center;
}

.gridBox .gridBoxContent .info a.more:hover {
  text-decoration: none;
}

/* Guest list
-------------------------------------------------- */

.actions  {
  border: 1px solid #ecebdf;
  background: #fff;
  margin: 20px 0;
  padding: 10px 15px 6px;
}

.actions h5 {
  display: inline-block;
  margin-right: 5px;
  color: #d2ccc9;
  text-transform: uppercase;
}

.actions .actionsRight {
  float: right;
  padding-left: 15px;
  border-left: 1px solid #ECEBDF;
}

.actions .actionsRight .selector {
  height: 23px;
  margin-right: 3px;
  margin-left: 3px;
  min-width: 160px;
}

.actions .actionsRight div.selector span {
  height: 23px;
  line-height: 23px;
  padding: 0px 33px 0px 0px; 
  font-size: 16px;
  text-transform: uppercase;
  font-family: "ubuntu-condensed";
  background: url(../images/forms/selectArrowSmall.png) no-repeat 100% 0; 
}

.actions .actionsRight div.selector select {
  position: absolute; 
  opacity: 0; 
  filter: alpha(opacity:0); 
  height: 23px; 
  border: none; 
  background: none; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  width: 100%;
  top: 0px; 
  left: 0 !important;
}

.actions .actionsRight a.button {
  font-size: 16px;
  padding: 5px 14px;
  position: relative;
  top: 1px;
  margin-left: 30px;
}

.guestList {
  margin-bottom: 30px;
}

.guestList .invite {
  background: #fffce0;
  padding: 20px;
}

.guestList .invite h5 {
  font-size: 20px;
  margin: 0 0 18px 0; 
  text-align: center;
  color: #4c4847;
  display: block;
}

.guestList .invite p {
  font-size: 14px;
  line-height: 22px;
}

.guestList .invite .buttonCenter {
  margin-top: 32px;
}

.guestList .invite .button {
  font-size: 16px;
  padding: 6px 14px;
  -webkit-box-shadow: inset 0px 3px 0px 1px #d07476;
  box-shadow: inset 0px 3px 0px 1px #d07476;
}

.guestBox {
  background: #fff;
  border: 1px solid #ecebdf;
  margin-bottom: 20px;
}

.guestBox.selected {
  -webkit-box-shadow: inset 0 -2px 5px 4px #dcf7f3;
}

.guestBox.selected > .title {
  -webkit-box-shadow: inset 0 2px 5px 4px #dcf7f3;
}

.guestBox .title .checkboxplace {
  float: left;
  display: inline-block;
  margin: 4px 5px 0 0;
}

.guestBox .title {
  min-height: 56px;
  background: #fbf9f1;
  border-bottom: 1px solid #ecebdf;
  padding: 0 15px;
}

.guestBox .title .name {
  float: left;
}

.guestBox .title h5 {
  font-family: "museo-sans";
  font-size: 18px;
  float: left;
  color: #7dc3b9;
  margin: 9px 0 0 0;
}

.guestBox .title h5 span {
  font-size: 16px;
  color: #4c4847;
  display: block;
}

.guestBox .guestBoxContent {
  padding: 15px;
}

.guestBox .guestBoxContent .avatar {
  width: 60px;
  height: 60px;
  border: 1px solid #d2ccc9;
  display: inline-block;
  float: left;
}

.guestBox .guestBoxContent .avatar img {
  width: 60px;
  height: 60px;
  display: block;
}

.guestBox .guestBoxContent .info {
  float: left;
  margin: -4px 0 0 10px;
}

.guestBox .guestBoxContent .info h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  color: #7dc3b9;
  display: inline-block;
}

.guestBox .guestBoxContent .info span {
  font-size: 20px;
  color: #a99e99;
  display: block;
}


.guestBox .guestBoxContent .info span i {
  font-size: 30px;
  color: #7dc3b9;
  font-style: normal;
}

.guestBox .guestBoxContent .gifts ul {
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  border-top: 1px solid #ecebdf;
  min-height: 150px;
}

.guestBox .guestBoxContent .gifts ul li {
  list-style: none;
  margin-bottom: 15px;
}

.guestBox .guestBoxContent .gifts ul li:last-child {
  margin-bottom: 0;
  text-align: right;
}

.guestBox .guestBoxContent .gifts ul li .image {
  float: left;
  margin-right: 10px;
  padding: 2px;
  border: 1px solid #d2ccc9;
}

.guestBox .guestBoxContent .gifts ul li .image img {
  width: 35px;
  height: 35px;
}

.guestBox .guestBoxContent .gifts ul li h4 {
  font-size: 20px;
  color: #4c4847;
  float: left;
  margin-top: 9px;
}

.guestBox .guestBoxContent .gifts ul li a.more {
  display: inline-block;
  font-size: 14px;
  color: #f9c35c;
  text-transform: uppercase;
  font-family: "ubuntu-condensed";
  padding-right: 22px;
  background: url(../images/readmoreArrow.png) no-repeat right center;
}

.guestBox .guestBoxContent .gifts ul li a.more:hover {
  text-decoration: none;
}

/* Recent honeymoons
-------------------------------------------------- */

.recentHoneymoon {
  margin-top: 20px;
}

.recentHoneymoon .title {
  margin: 50px 0 25px;
}

.recentHoneymoon .title h5 {
  font-size: 30px;
  color: #4c4847;
  text-transform: uppercase;
  font-weight: normal;
}

.recentHoneymoon .title img {
  margin-top: 15px;
}

.recentHoneymoonBox {
  padding: 20px;
  border: 1px solid #edece1;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 20px;
}

.recentHoneymoonBox .image img {
  width: 100%;
}

.recentHoneymoonBox h4 {
  font-size: 30px;
  color: #7dc3b9;
  margin: 25px 0 15px;
  display: block;
}

.recentHoneymoonBox > span {
  color: #4c4847;
  font-size: 16px;
  margin: 25px 0 0 0;
  display: block;
}

.recentHoneymoonBox .summary {
  border-top: 2px solid #dedede;
  padding-top: 25px;
  margin-top: 25px;
}

.recentHoneymoonBox .summary span {
  width: 30%;
  font-size: 30px;
  display: inline-block;
  border-right: 1px solid #dfdfdf;
  color: #a99e99;
  font-family: "museo-sans";
}

.recentHoneymoonBox .summary span i {
  display: block;
  font-size:14px;
  font-style: normal;
  margin-top: 7px;
  text-transform: uppercase;
  font-family: "ubuntu-condensed";
  color: #d2ccc9;
}

.recentHoneymoonBox .summary span:last-child {
  border-right: none;
}

/* Thanks page
-------------------------------------------------- */

.thankyoupage {
  margin: 30px 0;
  position: relative;
}

.thankyoupage span.thanks {
  display: block;
  width: 152px;
  height: 59px;
  background: url(../images/thanksIcon.png) no-repeat;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.thanksInner {
  padding: 20px;
  border: 1px solid #ecebdf;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-bottom: 120px;
}

.thanksInner .coupleImage {
  float: left;
  margin-right: 15px;
}

.thanksInner .thanksContent {
  margin-top: 40px;
}

.thanksInner .thanksContent h5 {
  font-size: 30px;
  color: #7dc3b9;
}

.thanksInner .thanksContent p {
  font-size: 20px;
  line-height: 30px;
  color: #a99e99;
}

.thanksInner .middleBox {
  width: 418px;
  padding: 60px 0;
  margin: 0 auto 25px auto;
  background: #f4f1eb;
  border: 1px solid #d2ccc9;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
}

.thanksInner .middleBox h4 {
  font-size: 24px;
  color: #a99e99;
  display: block;
  font-weight: normal;
}

.thanksInner .middleBox h4 span {
  font-size: 14px;
  color: #a99e99;
  display: block;
  margin-bottom: 40px;
}

.thanksInner .middleBox a {
  margin-top: 30px;
  display: inline-block;
  margin: 0 15px;
}

.thanksInner > p {
  font-size: 20px;
  line-height: 30px;
  color: #a99e99;
}

.thanksInner h3 {
  text-align: center;
  font-size: 24px;
  color: #7dc3b9;
}

/* Sign up cancel
-------------------------------------------------- */

.signupcancel {
  margin: 30px;
}

.signupcancel h1 {
  font-size: 28px;
  font-weight: normal;
  color: #4c4847;
  text-transform: uppercase;
  font-family: "ubuntu-condensed";
}

.signupcancel h1 img {
  margin-left: 5px;
  position: relative;
  top: -2px;
}

.signupcancelbox {
  width: 450px;
  background: #fff;
  padding: 20px;
  margin: 60px auto 0 auto;
  position: relative;
}

.signupcancelbox .topBox {
  position: absolute;
  top: -60px;
  left: 0;
}

.signupcancelbox h5 {
  font-size: 22px;
  color: #ed8a8c;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 2px solid #f0ecea;
  margin-bottom: 20px;
}

.signupcancelbox h4 {
  font-size: 28px;
  text-transform: uppercase;
  color: #7dc3b9;
  text-align: center;
}

.signupcancelbox span {
  color: #4c4847;
  font-size: 18px;
  margin-top: 15px;
  margin-left: 55px;
  display: block;
}

.signupcancelbox .logo {
  margin: 40px;
}

.signupcancelbox .buttonPlace {
  background: #484443;
  position: absolute;
  padding: 25px 0 20px 0;
  width: 100%;
  left: 0px;
}

.signupcancelbox .buttonPlace .button {
  padding: 8px 40px
}



div.blog .blogSidebar .widget_categories, div.blog .blogSidebar .widget_nav_menu, div.blog .blogSidebar .widget_categories_help, div.blog .blogSidebar .widget_archive  {
  background: #ffffff;
  border: 1px solid #ecebdf;
  -webkit-border-radius: 5px 5px 5px 5px;
  padding: 15px 20px;
  margin-bottom: 20px;
}

div.blog .blogSidebar .widget_categories h4, div.blog .blogSidebar .widget_categories_help h1, div.blog .blogSidebar .widget_nav_menu h1, div.blog .blogSidebar .widget_archive h4 {
  margin: 0;
  font-size: 18px;
  color: #4c4847;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5dbd2;
}

div.blog .blogSidebar .widget_nav_menu, div.blog .blogSidebar .widget_categories, div.blog .blogSidebar .widget_categories_help {
list-style: none;
}

div.blog .blogSidebar .widget_nav_menu ul, div.blog .blogSidebar .widget_categories ul, div.blog .blogSidebar .widget_categories_help ul, div.blog .blogSidebar .widget_archive ul {
  margin: 15px 0 0 0;
}

div.blog .blogSidebar .widget_nav_menu ul li, div.blog .blogSidebar .widget_categories ul li, div.blog .blogSidebar .widget_categories_help ul li,div.blog .blogSidebar .widget_archive ul li {
  list-style: none;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid transparent;
}

div.blog .blogSidebar .widget_nav_menu ul li a, div.blog .blogSidebar .widget_categories ul li a, div.blog .blogSidebar .widget_categories_help ul li a,div.blog .blogSidebar .widget_archive ul li a {
  height: 40px;
  display: block;
  line-height: 40px;
  border-bottom: 1px solid #e5dbd2;
  color: #4c4847;
  font-size: 14px;
  padding-left: 20px;
  text-transform:uppercase;
}

div.blog .blogSidebar .widget_nav_menu ul li a:hover, div.blog .blogSidebar .widget_categories ul li a:hover, div.blog .blogSidebar .widget_categories_help ul li a:hover, div.blog .blogSidebar .widget_archive ul li a:hover {
  text-decoration: none;
}

div.blog .blogSidebar .widget_nav_menu ul li:last-child a, div.blog .blogSidebar .widget_categories ul li:last-child a, div.blog .blogSidebar .widget_categories_help ul li:last-child a, div.blog .blogSidebar .widget_archive ul li:last-child a {
  border-bottom: none;
}

div.blog .blogSidebar .widget_categories ul li.current-cat a, div.blog .blogSidebar .widget_categories ul li a:hover, div.blog .blogSidebar .widget_categories_help ul li a:hover ,div.blog .blogSidebar .widget_nav_menu ul li a:hover,div.blog .blogSidebar .widget_archive ul li.current-cat a, div.blog .blogSidebar .widget_archive ul li a:hover {
  background: #7dc3b9 url(../images/blogsidebarActive.png) no-repeat 95% 11px;
  -webkit-border-radius: 40px;
  border-bottom: 1px solid #fff;
  color: #dcf7f3;
}

div.blog .blogSidebar .widget_categories ul li:hover,div.blog .blogSidebar .widget_categories_help ul li:hover, div.blog .blogSidebar .widget_nav_menu ul li:hover, div.blog .blogSidebar .widget_archive ul li:hover {
  border-top: 1px solid #fff;
}

.widget
{
  margin-bottom: 20px;	
}

h1.page-title
{
 color: #DE7B7D;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 15px;
}


.post_text
{
  padding: 20px 25px;	
}



/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	   margin: 0;
    padding: 0 0 20px;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 60%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
 display:none;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
	padding:5px 10px;
	border:none;
}





/* Responsive
-------------------------------------------------- */

/* Desktop large
------------------------- */
@media (min-width: 1200px) {

}

/* Desktop
------------------------- */
@media (min-width: 980px) and (max-width: 1199px) {
  header ul.nav {
    margin-left: 35px;
  }

  .signContainer .registerBox img.topBox {
    position: absolute;
    top: -55px;
    width: 100%;
    left: 0;
  }

  .today .RinnerToday .happening {
    left: -56px;
    top: 22px;
  }

  .today .LinnerToday .happening {
    right: -60px;
    top: 22px;
  }

  .mind span {
    font-size: 18px !important;
  }

  .honeymoonOptions ul li {
    padding-right: 23px;
    margin-right: 23px;
  }

  .myhoneymoon .summary > span {
    padding: 5px 14px;
  }

  .tour .steps img {
    position: relative;
    display: block;
    right: -10px;
    margin: 0 0 10px 0;
    z-index: -10;
  }

  .tour .steps ul li.step2 > img {
    top: 30px;
    margin-left: -10px;
    min-width: 60px !important;
  }

  .tour .steps ul li.step3 > img {
    top: -67px;
    min-width: 200px;
  }

  .tour .steps ul li.step1 > img {
    left: 93px;
    top: 37px;
    min-width: 200px;
  }

  .filterOptions .selectFilters .selector {
    min-width: 110px;
  }

  .filterOptions input, .filterOptions input:focus {
    width: 130px;
    background: #f5f5f5 url(../images/forms/inputSearch.png) no-repeat 120px 7px;
  }

  .gridMind h5 {
    font-size: 16px;
    color: #4c4847;
    margin-bottom: 5px;
  }

  .gridMind p {
    font-size: 14px;
    line-height: 18px;
    color: #4c4847;
    margin-bottom: 20px;
  }

  .guestBox .title h5 {
    font-size: 16px;
  }

  .guestBox .title h5 span {
    font-size: 14px;
  }

  .guestBox .guestBoxContent .gifts ul li h4 {
    font-size: 16px;
  }

  .guestList .invite p {
    line-height: 19px;
  }
}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {

}

/* Tablet
------------------------- */
@media (max-width: 767px) {

}

/* Landscape phones
------------------------- */
@media (max-width: 480px) {

}
