@font-face {
    font-family: "Amerikasignaturedemo";
    src: url("../fonts/amerikasignaturedemo-regular.ttf") format('truetype');
}

html,
body {
    height: 100%;
}
body {
    font-family: "Rokkitt", Verdana, sans-serif;
    font-size: 20px;
    background: #ae0d0d;
    color: #000000;
    line-height: 1;
}
h1 {
    color: #073b49;
    font-size: 52px;
    font-weight: 700;
    text-transform: uppercase;
}
h2 {
    color: #073b49;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
}
h3 {
    color: #ae0d0d;
    font-size: 32px;
    font-weight: 700;
}
h4 {
    color: #26798a;
    font-size: 26px;
    font-weight: 700;
}
h5 {
    color: #073b49;
    font-size: 22px;
    font-weight: 700;
}
h6 {
    color: #073b49;
    font-size: 18px;
    font-weight: 700;
}
p {
    margin: 18px 0;
}
ol, ul {
    list-style: none;
}
a, a:hover {
    text-decoration: none;
}
.m-t-3 {
    margin-top: 42px !important;
}
.m-t-2 {
    margin-top: 24px !important;
}
.m-t-1 {
    margin-top: 14px !important;
}
.m-t-0 {
    margin-top: 0 !important;
}
.m-b-3 {
    margin-bottom: 42px !important
}
.m-b-2 {
    margin-bottom: 24px !important;
}
.m-b-1 {
    margin-bottom: 14px !important;
}
.m-b-0 {
    margin-bottom: 0 !important;
}
.col-centered {
    margin: 0 auto;
    float: none;
}
.container {
    max-width: 950px;
}
.container-wide {
    max-width: 1300px;
    padding: 0;
    margin: 0;
    position: relative;
    text-align: center;
	margin: 0 auto;
}
.error-summary {
    margin-bottom: 30px;
    color: #a94442;
    border: 1px solid #a94442;
    background-color: #fef5f1;
}
.btn {
    background: #ae0d0d;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
}
.btn:hover, .btn-primary:hover, .btn-success:hover {
    background: #ae0d0d;
    color: #ffbcbc;
}
.btn-sm {
    font-size: 14px;
    padding: 5px 11px;
}
.btn-x-lg {
    font-size: 36px;
    padding: 36px 40px;
    border-radius: 18px;
}
.btn-lg {
    font-size: 24px;
    padding: 15px 20px;
}
.btn-shadow, a.btn-shadow, a.btn-shadow:visited {
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.35) inset, 0 6px 12px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 0 18px 0 rgba(0,0,0,0.35), 0 6px 12px 4px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0 0 18px 0 rgba(0,0,0,0.35), 0 6px 12px 4px rgba(0,0,0,0.25);
    color: #ae0d0d;
    line-height: 24px;
}
.btn-correct {
    background-color: #00a651;
}
.btn-correct:hover {
    background-color: #00a651;
    color: #d3dfd1;
}
.btn-no {
    background-color: #ae0d0d;
}
.btn-yes {
    background-color: #4c9846;
}
.btn-yes:hover {
    background-color: #4c9846;
    color: #d3dfd1;
}
.modal {
    background-color: rgba(51, 51, 51, 0.9);
}
/*
.modal-dialog {
    overflow-y: initial;
}
*/
.modal-content {
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}
.modal-header {
    padding: 15px;
    border: none;
}
.modal-header h4 {
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}
.modal-body {
    padding: 15px;
    font-size: 24px;
    /*
    max-height: calc(100vh - 212px);
    overflow-y: auto;
    */
}
.modal-content .text-success, .modal-content .text-info, .modal-content .text-warning {
    color: #000000;
}
.modal-footer {
    padding: 15px;
    text-align: center;
    border: none;
}
.modal-footer .btn {
    margin: 0 10px 10px 0;
    padding-right: 25px;
    padding-left: 25px;
}
.modal-footer .btn:last-child {
    margin-right: 0;
    margin-bottom: 10px;
}
.modal-body .row {
    margin: 0;
}
.modal-body .row>div {
    padding: 0 5px 0 0;
}

select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}
/*
input[type='text'], input[type='password'], select {
    background: #b3eef7;
    border: 0;
    color: #073b49;
    font-size: 22px;
    padding: 0 10px;
    line-height: 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input[type='checkbox'] {
    background: #b3eef7;
    border: 0;
    color: #073b49;
    font-size: 22px;
    padding: 0 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
*/
.form-control {
    background: #b3eef7;
    border: 0;
    color: #073b49;
    font-size: 22px;
    /* padding: 6px 10px; */
    padding: 0 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.has-success .form-control, .has-error .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.form-control:focus, .has-error .form-control:focus, .has-success .form-control:focus {
    border-color: none;
    box-shadow: none;
    /*outline: 0 none;*/
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 5px;
}
.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #073b49;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.form-control:focus::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #74a9b4;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #073b49;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.form-control:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #74a9b4;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #073b49;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.form-control:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #74a9b4;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #073b49;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.form-control:focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #74a9b4;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.text-danger {
    color: #ae0d0d;
}

main, section, header, footer, aside {
    outline: none;
    -moz-outline: none;
}
main, section, aside {
    background: #ffffff;
}

#header {
    margin: 0;
    padding: 0;
    color: #fff;
    background: #ae0d0d;
    border-bottom: 6px solid #f0f0f0;
}
#header-letter-packages {
    margin: 0;
    padding: 0;
    color: #fff;
    background: #073b49;
    padding-top: 25px;
}
#intro.letter-package-intro {
    background-image: linear-gradient(to right, rgb(92, 0, 0) , rgb(174,13,13),rgb(92,0,0));
    padding-top: 0px !important;
}
.letter-package-header-lights {
    background-image: url("../images/tree-lights-header.png");
    background-repeat: repeat-x;
}
.letter-package-intro h1 {
    font-family: 'Norican', Arial, Helvetica;
    margin: 0;
    padding: 0;
    text-align: center;
    border-bottom: 0px solid;
    text-transform: none;
    font-weight: 400;
    font-size: 90px !important;
    line-height: 90px !important;
    text-shadow: 5px 2px 0 #2b7587;
    }
.snow-bg {
    background-image: url("../images/snow-bg.png");
    background-repeat: repeat;
}
#content.letter-package-content {
    background-color: #65bacc;
}

#header .container {
    padding: 0;
}
#navigation {
    margin: 0;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin: 0;
}
.navbar {
    margin: 0;
    padding: 0;
    /* min-height: auto; */
    min-height: 113px;
    border: 0px solid;
}
.navbar-brand {
    display: block;
    margin: 0;
    padding: 0;
    top: 0;
    left: -128px;
    position: absolute;
    z-index: 10;
    width: 303px;
    height: 163px;
}
.navbar-brand img {
    display: block;
}
.navbar-toggle {
    margin: 25px 10px 27px;
    padding: 0;
    color: #ffffff;
    border: 0px solid;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
    width: 30px;
    height: 5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.navbar-toggle:hover .icon-bar {
    background-color: #ffbcbc;
}
.navbar-cart {
    margin: 25px 0 15px;
    padding: 0;
    display: block;
    float: right;
    clear: both;
}
.navbar-cart a {
    color: #650000;
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 20px;
    padding: 3px 10px;
    background: #fff;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}
.navbar-cart a.language {
    background: #f79393;
}
.navbar-cart a:hover {
    background: #ffbcbc;
    color: #650000;
}
.navbar-collapse {
    clear: both;
    padding: 0;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border: 0px solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-nav > li > a {
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}
#menu {
    padding: 0;
    margin: 0 0 25px;
    clear: both;
}
#menu li {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
#menu li:before {
    content: "\f005";
    color: #650000;
    font-size: 9px;
    font-family: "FontAwesome";
    vertical-align: middle;
    padding: 0 10px;
}
#menu li:first-child:before {
    content: "";
    padding: 0;
}
#menu li a {
    color: #ffffff;
}
#menu li a:hover {
    color: #ffbcbc;
}


#main {
    clear: both;
    padding: 60px 0;
    background: #073b49;
}
#main .container {
    padding: 0;
}
.scallop-corners {
    background: url(../images/scallop_corner_tl.png), url(../images/scallop_corner_tr.png), url(../images/scallop_corner_bl.png), url(../images/scallop_corner_br.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top left, top right, bottom left, bottom right;
    padding: 25px 0 33px 0;
}
.scallop-edges {
    background: url(../images/scallop_top.png), url(../images/scallop_bottom.png);
    background-repeat: repeat-x, repeat-x;
    background-position: top left, bottom left;
    padding: 25px 0 33px 0;
    margin: -25px 35px -33px 30px;
}
.scallop-sides {
    background: url(../images/scallop_left.png), url(../images/scallop_right.png);
    background-repeat: repeat-y, repeat-y;
    background-position: top left, top right;
    margin-left: -30px;
    margin-right: -35px;
}
.scallop-top {
    background: url(../images/scallop_top.png);
    background-repeat: repeat-x, repeat-x;
    background-position: top left, bottom left;
    padding: 25px 0 33px 0;
    margin: -25px 35px -33px 30px;
}
.scallop-display {
    background: #fff;
    margin: 0 35px 0 30px;
    padding: 1px 0 12px 0;
}
.scallop-inner {
    padding: 18px;
}

    .counter {

    margin:  auto;
    border-radius: 3px;
    text-align: center
}

    .counter h2 {
    color: #fff;
    font-size: 30px;
    font-family: tahoma;
    padding: 50px 0 20px;
    font-weight: normal
}

    .counter .counter-content {
    width: 100%;
}

    .counter .counter-content > div {
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    font-family: tahoma;
    font-size: 55px;
}

    .counter .counter-title {
    height: 50px;
    position: relative;
    color: #000;
    font-size: 14px;
}

    .counter .counter-title span {
    display: inline-block;
    width: 140px;
    font-size: 20px;
    font-family: tahoma;
    color: #000;
    line-height: 50px;

}
.days {
    background: darkred;
    padding: 10px;
    border-radius: 10px;
}
.hours {
    background: red;
    padding: 10px;
    border-radius: 10px;
}
.minutes {
    background: darkred;
    padding: 10px;
    border-radius: 10px;
}
.seconds {
    background: red;
    padding: 10px;
    border-radius: 10px;
}

.stamp {
    width: 100%;
    top: -25px;
	display: inline-block;
	padding: 10px;
	background: white;
	position: relative;
	-webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.5));
	/*The stamp cutout will be created using crisp radial gradients*/
	background: radial-gradient(
		transparent 0px,
		transparent 6px,
		white 4px,
		white
	);

	/*reducing the gradient size*/
	background-size: 20px 20px;
	/*Offset to move the holes to the edge*/
	background-position: -10px -10px;
}
.stamp:after {
	position: absolute;
	/*We can shrink the pseudo element here to hide the shadow edges*/
	left: 5px; top: 5px; right: 5px; bottom: 5px;
	/*Shadow - doesn't look good because of the stamp cutout. We can still move this into another pseudo element behind the .stamp main element*/

  /*box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5);*/
	/*pushing it back*/
	z-index: -1;
}
/*Some text*/
.stamp:before {
	position: absolute;
	bottom: 0; left: 0;
	font: bold 24px arial;
	color: white;
	opacity: 0.75;
	line-height: 100%;
	padding: 20px;
}
#main h1 {
    margin: 0 0 36px;
}





#intro {
    clear: both;
    background: #26798a;
    height: auto;
    overflow: hidden;
    padding-top: 15px;
}
#intro .container {
    padding: 0;
    position: relative;
}

#intro-gift {
    clear: both;
    background: #fff;
    height: auto;
    overflow: hidden;
    padding-top: 15px;
}
#intro-gift .container {
    padding: 0;
    position: relative;
}
#donation-intro {
	padding-top:40px;
	background: #073b49;
}
.dark-green-bg {
	background: #073b49;
}
.text-white {
	color:#fff;
}
.donation-intro h1 {
	color:#fff;
	text-transform: none;
}
.donation-intro h3 {
	color:#fff;
}
.text-center {
	text-align:center;
}
.grn {
	background: #090;
}

.fp-container {    /* family-pass */
    padding: 0;
    position: relative;
    background: #4194a4;
}
#banner-title {
    position: absolute;
    left: 0;
    z-index: 10;
    color: #fff;
    font-size: 22px;
}
.package-intro #banner-title {
    top: 120px;
    text-align: center;
}
.postcard-intro #banner-title {
    top: 110px;
    text-align: left;
    width: 550px;
}
.call-intro #banner-title {
    top: 120px;
    text-align: center;
    width: 490px;
}
.book-intro #banner-title {
    top: 170px;
    line-height: 28px;
    text-align: center;
    max-width: 530px;
}
.elf-intro #banner-title {
    top: 100px;
    line-height: 28px;
    text-align: left;
    max-width: 530px;
}
.store-intro #banner-title {
    position: static;
    left: auto;
    top: auto;
    margin: 50px auto 10px;
    line-height: 28px;
    text-align: center;
    max-width: 530px;
}
#banner-title h1 {
    color: #fff;
    line-height: 64px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 #2b7587;
}
.package-intro #banner-title h1 {
    font-size: 74px;
    text-align: center;
    margin: 0 0 10px 0;
}
.postcard-intro #banner-title h1 {
    font-size: 46px;
    text-align: left;
    margin: 0;
    padding-bottom: 16px;
    border-bottom: 2px solid #1c6072;
}
.call-intro #banner-title h1 {
    font-size: 70px;
    text-align: center;
    margin: 0 0 10px 0;
    border-bottom: 2px solid #1c6072;
    padding-bottom: 16px;
}
.book-intro #banner-title h1 {
    font-size: 72px;
    font-family: 'Mountains of Christmas', 'Rokkitt', Verdana, sans-serif;
    text-transform: none;
    line-height: 76px;
    margin-bottom: 30px;
}
.elf-intro #banner-title h1 {
    font-size: 72px;
    font-family: 'Henny Penny', 'Rokkitt', Verdana, sans-serif;
    text-transform: none;
    line-height: 76px;
    margin-bottom: 30px;
}
.store-intro #banner-title h1 {
    font-size: 72px;
    font-family: 'Henny Penny', 'Rokkitt', Verdana, sans-serif;
    text-transform: none;
    line-height: 76px;
}
#banner-title h1 span {
    font-size: 32px;
    line-height: 30px;
    font-weight: 400;
    display: block;
}
.postcard-intro #banner-title h1 span {
    font-weight: 700;
    letter-spacing: -0.25px;
}
.call-intro #banner-title h1 span {
    font-size: 42px;
    line-height: 48px;
    display: block;
}
.book-intro #banner-title h1 span {
    text-align: right;
    line-height: 38px;
    padding-right: 20%;
}
.postcard-intro #banner-title p {
    text-shadow: 2px 2px 0 #2b7587;
}
.call-intro #banner-title p {
    font-size: 30px;
    text-shadow: 2px 2px 0 #2b7587;
}
.postcard-intro #banner-title strong {
    font-weight: 700;
    text-transform: uppercase;
}
.postcard-intro #banner-title h1 .h1-level1 {
    /*
    font-size: 94px;
    line-height: 74px;
    */
    font-size: 84px;
    line-height: 84px;
}
.postcard-intro #banner-title h1 .h1-level2 {
    /*
    font-size: 90px;
    line-height: 68px;
    */
    font-size: 80px;
    line-height: 80px;
}

/* ======================================== */

#packageform-product_letter_paper_color {
    display: inline-flex;
    overflow: hidden;
}

#packageform-product_letter_paper_color .radio-inline {
    flex: 1 0 0%;
    box-sizing: border-box;
}

@media (max-width: 600px) {
   #packageform-product_letter_paper_color {
       display: inline-flex;
       flex-wrap: wrap;
   }
   #packageform-product_letter_paper_color .radio-inline {
       flex: 1 0 25%;
       margin-bottom: 30px;
   }
}

/* ======================================= */


#packageform-product_mrs_claus_or_rudolph {
   display: flex;
   width: 310px;
   white-space: nowrap;
   margin: auto;
}

.fancybox-gallery {
    text-align: center;
}

#mrs-claus-or-rudolph .control-label {
    text-align: center;
    margin: 0 auto;
    white-space: nowrap;
}


@media (max-width: 765px) {

   #packageform-product_mrs_claus_or_rudolph .radio-inline {
       white-space: nowrap;
   }


}


.field-packageform-product_letter_paper_color {
   overflow: hidden;	
}
.field-packageform-product_mrs_claus_or_rudolph {
   overflow: hidden;	
}
.lpc-enlarge {
    display: block;
    font-size: 16px;
    color: #abe8fb;
    font-weight: 100;
}
.carousel-indicators {
    bottom:-50px;
}
.carousel-indicators > li {
    border: 1px solid #6b9757;
}
.carousel-indicators > li.active {
    background-color: #47e300;
}
.carousel-inner {
margin-bottom:50px;
}
#banner-products {
    margin: 0 auto 50px;
    width: 95%;
}
#banner-products img {
    display: block;
    margin: 0 auto;
}
#banner-products h3 {
    font-size: 30px;
    margin-bottom: 30px;
}
#banner-products a {
    color: #d2f6ff;
}
#banner-products a:hover {
    color: #ffffff;
}

#banner-text {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 12;
    width: 775px;
}
#banner-text p {
    color: #fff;
    font-size: 20px;
    font-style: italic;
    margin: 4px 0;
    text-shadow: 1px 1px 0 #2b7587;
    text-align: right;
}
#banner-text strong {
    text-transform: uppercase;
}
.postcard-intro #banner-img {
    position:relative;
    /*margin-right: -220px;*/
}
#banner-img img, .fp-img {     /* fp-img is for family-pass */
    position: relative;
    display: block;
    left: 50%;
    z-index: 1;
    height: auto;
}
.package-intro #banner-img img {
    margin-left: -700px;
}
.postcard-intro #banner-img img {
    top: 75px;
    padding-bottom: 75px;
    /*margin-left: -700px;*/
    margin-left: -590px;
}
.postcard-intro #banner-img #video-play-big a {
    outline: none;
    -moz-outline: none;
}
.postcard-intro #banner-img #video-play-big a img {
    top: 75px;
    padding-bottom: 0;
    /*margin-left: -700px;*/
    margin-left: -450px;
    width: 120%;
    max-width: 136px;
}
.call-intro #banner-img img {
    margin-left: -700px;
}
.book-intro #banner-img img {
    margin-left: -600px;
}
.elf-intro #banner-img img {
    margin-left: -600px;
}
.pass-intro #banner-img img {          /* family-pass */
	left: 0;
	width: 100%;
}
.fp-img {    /* family-pass */
	left: 0;
	width: 100%;
}
.pass-intro, .pass-smallprice, .pass-belowbuttons {     /* family-pass */
	background-color: #073b49;
}
.btn-chooseapass {                     /* family-pass */
	margin-top: 15px;
	margin-bottom: 35px;
}

#details {                             /* family-pass */
    clear: both;
    background: #073b49;
}
#details .container {                  /* family-pass */
    color: #fff;
    min-height: 365px;
    padding: 30px 15px 60px;
    position: relative;
}
#details-large{                        /* family-pass */
	font-size:1.6em;
	text-align:center;
	padding-bottom:20px;
}
.list-fp li span {
    display: inline-block;
    vertical-align: top;
    width: 85%;
}
.list-fp li:before {                   /* family-pass */
    content: "\f005";
    color: #f0e42b;
    font-size: 12px;
    font-family: "FontAwesome";
    line-height: 26px;
    display: inline-block;
    vertical-align: top;
    margin-top: -2px;
    padding-right: 20px;
}
.fp-bottom-para {                       /* family-pass */
	padding: 40px 10px;
}


/* gifts */
.gift-intro #banner-img img {
	left: 0;
	width: 100%;
}




#banner-btn {
    position: absolute;
    cursor: pointer;
    z-index: 10;
}
.package-intro #banner-btn {
    top: 535px;
}
.postcard-intro #banner-btn {
    top: 40px;
    left: 60px;
}
.call-intro #banner-btn {
    position: relative;
    top: 10px;
    color: #073B49;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: default;
}
#banner-btn span {
    background: #fff;
    border: 2px solid #aec9d0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
}
.package-intro #banner-btn span {
    padding: 0 14px;
}
.postcard-intro #banner-btn span {
    padding: 6px 14px 6px 28px;
}
#banner-btn a {
    display: block;
    color: #ae0d0d;
    font-weight: 700;
    text-transform: uppercase;
    padding: 7px 14px;
}
.package-intro #banner-btn a {
    font-size: 34px;
}
.postcard-intro #banner-btn a {
    font-size: 31px;
    text-align: right;
}
#banner-btn a:after {
    content: "\f054";
    color: #1d697e;
    font-size: 24px;
    font-family: "FontAwesome";
    vertical-align: middle;
    margin-left: 15px;
}
#banner-btn .scallop-display {
    padding-bottom: 0;
}
#video-play {
    position: absolute;
    top: 39%;
    left: 47%;
    width: 20%;
    cursor: pointer;
    z-index: 10;
}
#video-play img {
    width: 100%;
    height: auto;
}
#video-play-sm {
    margin: 0 auto;
    position: relative;
    left: 3%;
    display: none;
    cursor: pointer;
    z-index: 1000;
}
#video-play-big {
    position: absolute;
    top: 10%;
    right: -16%;
    width: 12%;
    cursor: pointer;
    z-index: 1000;
}

#postcard-cta {
    margin-top: 30px;
    position: relative;
}
#postcard-price {
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 99;
    background: transparent url("../images/ornament.png") no-repeat;
    width: 273px; /* 111px; */
    height: 125px;
}
#postcard-price h3 {
	position:relative;
	left:-81px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    -webkit-transform: rotate(344deg);
    -moz-transform: rotate(344deg);
    -o-transform: rotate(344deg);
    writing-mode: lr-tb;
    padding-top: 30px;
    padding-right: 6px;
}
#postcard-price h3 strong {
    display: block;
    font-size: 40px;
}

.strikeout {
    font-size: 1.5em; /* font size that's getting stuck out */
    position: relative;
}
.strikeout::after {
    border-bottom: 0.15em solid rgba(128, 128, 128, 0.95); /* first number (em) is thickness, last number is opacity */
    content: "";
    left: 0;
    line-height: .9em;
    margin-top: calc(0.1em / 2 * -1);
    position: absolute;
    right: 0;
    top: 45%;
    -webkit-transform: rotate(354deg);
    -moz-transform: rotate(354deg);
    -o-transform: rotate(354deg);
}

#book-img-mobile, #elf-img-mobile {
    display: none;
}



#intro.bucketlist-intro {
background: #09bbca url("../uploads/sections/banner_bucketlist.png") bottom center no-repeat;
background-size: cover;
}
#intro.bucketlist-intro .container {
height: 600px;
}
.bucketlist-intro #banner-title {
top: 50px;
width: 550px;
text-align: center;
}
.bucketlist-intro #banner-title h1 {
font-family: 'Norican', Arial, Helvetica;
margin: 0;
padding: 0;
text-align: center;
border-bottom: 0px solid;
text-transform: none;
font-weight: 400;
font-size: 90px !important;
line-height: 90px !important;
text-shadow: 5px 2px 0 #2b7587;
}
.bucketlist-intro #banner-title h1 span,
.bucketlist-intro #banner-title h1 span.h1-level1 {
font-size: 90px;
line-height: 90px;
font-weight: 400;
letter-spacing: 0;
display: inline;
white-space: nowrap;
}
.bucketlist-intro #banner-img {
position: absolute;
margin: 0;
right: 0;
top: -50px; /*10px;*/
}
.bucketlist-intro #banner-img img {
top: 0;
position: static;
padding: 0;
margin: 0;
left: auto;
display: block;
}

.bucketlist-intro #banner-btn {
    top: 40px;
    left: 60px;
}
.bucketlist-intro #banner-btn span {
    padding: 6px 14px 6px 28px;
}
.bucketlist-intro #banner-btn a {
    font-size: 31px;
    text-align: right;
}

.bucketlist-intro #postcard-cta {
margin-top: 50px;
position: relative;
}
.bucketlist-intro #postcard-price {
position: absolute;
top: 0;
left: -30px;
z-index: 99;
background: transparent url(../images/ornament2.png) no-repeat;
width: 371px; /* 188px; */
height: 125px;
}
.bucketlist-intro #postcard-price h3 {
position: relative;
left: -90px;
color: #000000;
text-shadow: 2px 2px 0 #ffffff;
font-size: 20px;
text-transform: uppercase;
text-align: center;
-webkit-transform: rotate(344deg);
-moz-transform: rotate(344deg);
-o-transform: rotate(344deg);
writing-mode: lr-tb;
padding-top: 10px;
padding-right: 0;
padding-left: 20px;
}
.bucketlist-intro #postcard-drops {
position: absolute;
top: 0;
right: 50px;
z-index: 99;
background: transparent url(../images/drops.png) no-repeat;
width: 62px;
height: 70px;
}

.bucketlist-intro #banner-text {
margin: 0;
padding: 0 20px;
position: absolute;
top: auto;
bottom: 20px;
right: auto;
left: 0;
width: 100%;
text-align: center;
font-family: 'Roboto', Arial, Helvetica;
font-weight: 300;
}
.bucketlist-intro #banner-text p {
color: #fff;
font-size: 26px;
line-height: 40px;
font-style: normal;
margin: 0;
text-shadow: none;
text-align: center;
text-transform: uppercase;
}
.bucketlist-intro #banner-text p span {
font-size: 36px;
line-height: 40px;
}


.bucketlist-about {
padding: 20px 0;
background: #073b49;
color: #ffffff;
text-transform: uppercase;
text-align: center;
font-size: 24px;
line-height: 28px;
}

.bucketlist-testimonial {
clear: both;
padding: 40px 0 30px;
background: #3a8898;
background-color: #3a8898;
background: linear-gradient(to right, #146479 , #3ab3c6);
font-size: 22px;
line-height: 26px;
color: #ffffff;
}

.bucketlist-testimonial blockquote {
padding: 0 30px;
margin: 0;
font-size: 20px;
line-height: 30px;
color: #ffffff;
font-family: 'Roboto', Arial, Helvetica;
font-weight: 300;
font-style: italic;
border: 0px solid;
text-align: center;
}
.bucketlist-testimonial blockquote footer {
color: #ffffff;
}
.bucketlist-testimonial .info {
text-transform: uppercase;
text-align: center;
font-size: 24px;
line-height: 28px;
}

#order.bucketlist-order {
padding: 0 0 60px;
}

#intro.pass-intro {                    /* family-pass */
	background: #073b49;
	padding-top:0;
}

#intro-gift #gift-banner-title h1 {                    /* gift */
	color:#00f;
    text-align: center;
}




#testimonials {
    clear: both;
    background: #073b49;
}
#testimonials .container {
    color: #fff;
    min-height: 365px;
    padding: 0;
    position: relative;
    padding-top: 25px;
}
#testimonial-img {
    position: absolute;
    bottom: 0;
    left: 0;
}
#testimonial-rotate {
    width: 495px;
}
#testimonial-display {
    float: right;
    padding-bottom: 25px;
}
.testimonial-slide {
    font-size: 24px;
    line-height: 28px;
    text-align: right;
}
.testimonial-slide .testimonial-author {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
#testimonial-pager {
    color: #165664;
    font-size: 64px;
    line-height: 64px;
    z-index: 99;
    text-align: right;
}
#testimonial-pager a {
    color: #165664;
}
#testimonial-pager .cycle-pager-active a {
    color: #206c7d;
}
#testimonial-controls {
    position: absolute;
    top: 50%;
    margin-top: -41px;
    z-index: 99;
    width: 960px;
}
#testimonial-controls span {
    color: #165664;
    font-size: 82px;
    cursor: pointer;
}
#testimonial-controls span:hover {
    color: #206c7d;
}
#testimonial-controls #prev {
    position: absolute;
    left: 0;
    margin-left: -80px;
}
#testimonial-controls #next {
    position: absolute;
    right: 0;
    margin-right: -80px;
}






#top-banner-pager {
    color: #165664;
    font-size: 64px;
    line-height: 64px;
    z-index: 99;
    text-align: center;
}
#top-banner-pager a {
    color: #165664;
}
#top-banner-pager .cycle-pager-active a {
    color: #206c7d;
}

#banner-rotate-controls {
    position: absolute;
    top: 50%;
    margin-top: -41px;
    z-index: 99;
    width: 960px;
}
#banner-rotate-controls span {
    color: #165664;
    font-size: 82px;
    cursor: pointer;
}
#banner-rotate-controls span:hover {
    color: #206c7d;
}
#banner-rotate-controls #prev {
    position: absolute;
    left: 0;
    margin-left: -80px;
}
#banner-rotate-controls #next {
    position: absolute;
    right: 0;
    margin-right: -80px;
}










#kidphotos {
    clear: both;
    background: #073b49;
}
#kidphotos .container {
    color: #fff;
    min-height: 192px;
    padding: 0;
    position: relative;
    padding-top: 25px;
	//text-align: center;
}
#kidphoto-display {
    //float: right;
	//text-align: center;
    padding-bottom: 25px;
}
#kidphotos-rotate {
	padding-bottom: 25px;
	right: 0 !important;
	//border: solid 1px #0f0;
	//right: 0px;
}
#kidphotos-rotate, #kidphotos-rotate2 {
	max-width: 400px !important;
}
#kidphotos-display {
max-width: 800px;
margin: auto;
}





#top-banner-rotation {
    clear: both;
    background: #073b49;
}
#top-banner-rotation .container {
    color: #fff;
    min-height: 192px;
    padding: 0;
    position: relative;
    padding-top: 25px;
	//text-align: center;
}
#top-banner-rotation-rotate {
	padding-bottom: 25px;
	right: 0 !important;
	//border: solid 1px #0f0;
	//right: 0px;
}
#top-banner-rotation-display {
//max-width: 950px;
margin: auto;
margin-top: 35px;
}





#features {
    clear: both;
    padding: 60px 0;
    background: #ffffff;
}
#features .container {
    padding: 0;
}
.list-features {
    overflow: hidden;
}
.list-features li {
    font-size: 22px;
    line-height: 26px;
    padding: 8px 0;
    text-align: left;
}
.list-features li span {
    display: inline-block;
    vertical-align: top;
    width: 85%;
}
.list-features li:before {
    content: "\f005";
    color: #26798a;
    font-size: 12px;
    font-family: "FontAwesome";
    line-height: 26px;
    display: inline-block;
    vertical-align: top;
    margin-top: -2px;
    padding-right: 20px;
}
.samples-img {
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}
.samples-img img {
    margin: 0 auto;
    max-height: 334px;
}
#samples-cntnr {
    float: right;
    margin-left: 45px;
    text-align: center;
}
#samples-cntnr p {
    margin: 15px 0 7px 0;
}
#features #choose-btn {
    margin-left: 30px;
}



#packages {
    clear: both;
    padding: 60px 0;
    background: #3a8898;
}
#packages .container {
    padding: 0;
}
#packages .row {
    margin: 0;
    padding: 0 10px 20px;
}
#packages .row>div {
    padding-right: 5px;
    padding-left: 5px;
}
.choose-box {
    border: 2px solid #aec9d0;
    padding: 10px;
    text-align: center;
}
.choose-box h3 {
    color: #ae0d0d;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0;
}
.choose-img {
    clear: both;
    height: 690px; /* 566px; 593px;  260px; */
}
.choose-img img {
    display: block;
}
.choose-price {
    clear: both;
    color: #073b49;
    font-size: 30px;
    font-weight: 700;
    margin: 5px 0;
}
.choose-order {
    margin: 0;
    padding: 0;
}
.choose-order .btn {
    padding: 15px 0;
    display: block;
}


#compare {
    clear: both;
    padding: 60px 0;
}
#compare .container {
    padding: 0;
}
.table-comparision {
    width: 915px;
    border-collapse: collapse;
    border-spacing: 0;
}
.table-comparision tr th:nth-child(1) {
    padding: 12px;
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
}
.table-comparision tr td:nth-child(1) {
    padding-right: 12px;
    background: #073b49;
    text-align: right;
    border-bottom: 1px solid #306673;
}
.table-comparision tr th:nth-child(2), .table-comparision tr td:nth-child(2) {
    background: #3a8898;
    text-align: center;
    border-bottom: 1px solid #57a0af;
}
.table-comparision tr th:nth-child(3), .table-comparision tr td:nth-child(3) {
    background: #296a77;
    text-align: center;
    border-bottom: 1px solid #4a8a96;
}
.table-comparision tr th:nth-child(4), .table-comparision tr td:nth-child(4) {
    background: #19505b;
    text-align: center;
    border-bottom: 1px solid #3e7680;
}
.table-comparision tr th:nth-child(2), .table-comparision tr th:nth-child(3), .table-comparision tr th:nth-child(4) {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    /*width: 20%;*/
    vertical-align: top;
    max-width: 165px;
    word-break: break-word;
    white-space: normal;

}
.table-comparision td {
    color: #fff;
    font-size: 20px;
    padding: 10px 14px;
    vertical-align: middle;
}
.table-comparision tr th:nth-child(1) {
    vertical-align: top;
}
.table-comparision tr th:first-child {
    color: #ae0d0d;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
    line-height: 30px;
    padding-right: 14px;
    margin: 0;
}
.table-comparision tr th:first-child:before {
    content: "\f005";
    color: #ae0d0d;
    font-size: 18px;
    font-family: "FontAwesome";
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.option-list .fa {
    color: #1d697e;
}
.option-label .fa {
    font-size: 24px;
}
.option-label a {
    border: 2px solid #fff;
}
.option-label .btn {
    white-space: normal;
    display: inline-block;
}
.table-comparision .fa-close {
    opacity: 0;
}
.option-label span {
    font-size: 0 !important;
}
.option-list a {
    color: #fff;
}
.option-list strong {
    text-transform: uppercase;
}
.option-label strong {
    font-size: 24px;
    font-weight: 700;
}



#templates {
    clear: both;
    padding: 60px 0;
    background: #3a8898;
}
.order #templates {
    padding: 30px 0;
    background: #ffffff;
}
#templates .container {
    padding: 0;
}
#templates h2 {
    padding: 20px 0 30px 0;
}
#templates #letter-template {
    max-width: 300px;
    margin: 0 auto;
}
#templates .letter {
    margin: 0;
    padding: 10px 50px 30px;
}
#templates #show-letter-text {
    padding: 0 0 20px 0;
}
#templates .form-actions {
    padding: 0 0 20px 0;
}




#illustrations {
    clear: both;
    padding: 70px 0;
    background: #073b49;
}
#illustrations .container {
    padding: 0;
    position: relative;
}
#flipbook {
    background: url("../images/book_flip.png") no-repeat;
}
#flipbook .page {
    width: 939px;
    height: 613px;
}
#flipbook .page img {
    position: absolute;
    top: 38px;
    left: 46px;
    z-index: 1;
}
#flipbook .page p {
    color: #073b49;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 180px;
    left: 530px;
    width: 250px;
    z-index: 999;
    margin: 0;
}
#flipbook-pager {
    color: #165664;
    font-size: 64px;
    line-height: 64px;
    z-index: 99;
    text-align: center;
}
#flipbook-pager a {
    color: #165664;
    text-decoration: none;
}
#flipbook-pager .cycle-pager-active a {
    color: #206c7d;
}

#foreword {
    clear: both;
    padding: 20px 0;
    background: #ffffff;
}
#foreword .container {
    position: relative;
    text-align: center;
    line-height: 28px;
}
#foreword p {
    margin: 28px 0;
}
#foreword strong {
    display: block;
    text-transform: uppercase;
    font-size: 26px;
}
#foreword img {
    float: right;
    margin-left: 100px;
}
#foreword h2 {
    color: #ae0d0d;
    font: bold 76px 'Mountains of Christmas', 'Rokkitt', Verdana, sans-serif;
    text-transform: none;
}

#offer {
    clear: both;
    padding: 20px 0;
    background: #3b8898;
    color: #ffffff;
}
#offer .container {
    padding: 0;
    text-align: center;
}
#format-img {
    float: left;
    display: block;
    width: 500px;
}
#format-text {
    float: right;
    width: 430px;
    padding-top: 50px;
}
#offer h3 {
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
}
#offer h3 strong {
    display: block;
    font-size: 72px;
    text-transform: uppercase;
    line-height: 78px;
}
#offer a.btn {
    font-size: 36px;
}
#offer hr {
    border: 0px solid;
    background: #1c6072;
    color: #1c6072;
    height: 2px;
    margin: 40px 0;
}
#book-kindle {
    font-size: 24px;
}
#book-kindle img {
    display: block;
    margin: 10px auto;
}
#book-kindle a {
    color: #fff;
}


#instructions {
    clear: both;
    padding: 60px 0;
    background: #ffffff;
    font-size: 22px;
    line-height: 26px;
}
#instructions .container {
    padding: 0;
}
#instructions p {
    font-size: 22px;
    line-height: 26px;
    padding: 8px 0;
}

#player {
    position: absolute;
    width: 36px;
    top: 0px;
    left: -100px;
    z-index: 1000;
}
.audio-player {
    height: 36px;
    width: 36px;
    background-image: url(../images/playerBoxBG.png);
    background-position: 0 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#get-started {
    clear: both;
    color: #fff;
    background: #ae0d0d;
    margin: 0;
    padding: 18px;
}
#get-started .container {
    position: relative;
    text-align: center;
}
#get-started h4 {
    color: #ffffff;
    font-size: 64px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}
#get-started h4 a {
    color: #ffffff;
    text-decoration: none;
}

#pick-name {
    clear: both;
    padding: 60px 0;
    background: #073b49;
    color: #ffffff;
}
#pick-name .container {
    position: relative;
    text-align: center;
}
#pick-name h2 {
    color: #ffffff;
    font-size: 42px;
    margin: 0 0 8px 0;
    padding: 0;
}
#pick-name h3 {
    color: #ffffff;
    font-size: 32px;
    font-weight: normal;
    margin: 0;
}
#pick-name .type-key {
    list-style: none;
    margin: 50px 0;
    padding: 0;
}
#pick-name .type-key li {
    color: #4c4c4c;
    font-size: 50px;
    font-weight: bold;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #fff;
    width: 74px;
    height: 74px;
    line-height: 74px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-shadow: 0 6px 6px 4px rgba(0,0,0,0.25), inset 0 0 18px 0 rgba(0,0,0,0.65);
    -moz-box-shadow: 0 6px 6px 4px rgba(0,0,0,0.25), inset 0 0 18px 0 rgba(0,0,0,0.65);
    box-shadow: 0 6px 6px 4px rgba(0,0,0,0.25), inset 0 0 18px 0 rgba(0,0,0,0.65);
    margin: 8px;
}
#pick-name .type-key li:hover, #pick-name .type-key li:active {
    color: #fff;
    cursor: pointer;
    -webkit-box-shadow: 0 6px 6px 4px rgba(0,0,0,0.25), inset 0 0 18px 0 rgba(0,0,0,0.65);
    -moz-box-shadow: 0 6px 6px 4px rgba(0,0,0,0.25), inset 0 0 18px 0 rgba(0,0,0,0.65);
    box-shadow: 0 6px 6px 4px rgba(0,0,0,0.25), inset 0 0 18px 0 rgba(0,0,0,0.65);
    background: #ae0d0d;
}
#pick-name .gen-key {
    width:150px !important;
    font-size: 38px !important;
    border-radius: 48% !important;
}
#pick-name .form-control {
    width: auto;
    margin: 20px auto;
}

#pick-gender {
    clear: both;
    padding: 60px 0;
    background: #ffffff;
    color: #073b49;
}
#pick-gender .container {
    position: relative;
    text-align: center;
}
#pick-gender h2 {
    color: #073b49;
    font-size: 42px;
    margin: 0 0 8px 0;
    padding: 0;
}
#pick-gender .wizard-label {
    padding: 10px;
}
#pick-gender .form-control {
    width: auto;
    margin: 10px auto;
}

#pick-message {
    clear: both;
    padding: 60px 0;
    background: #3a8898;
    color: #073b49;
}
#pick-message .container {
    position: relative;
    text-align: center;
}
#pick-message .list-center {
    width: 50%;
    margin: 0 auto;
    text-align: left;
}
#pick-message .list-center div {
    padding: 5px 0;
}
#pick-message .list-center input[type='radio'] {
    margin-right: 10px;
    cursor: pointer;
}
#pick-message .list-center label {
    font-weight: normal;
    cursor: pointer;
}

#enter-phone {
    clear: both;
    padding: 60px 0;
    background: #ffffff;
    color: #073b49;
}
#enter-phone .container {
    position: relative;
    text-align: center;
}
#enter-phone h2 {
    color: #073b49;
    font-size: 42px;
    margin: 0 0 8px 0;
    padding: 0;
}
#enter-phone .btn-yes {
    background-color: #00a651;
}
#enter-phone .form-control {
    display: inline-block;
    width: auto;
}
#enter-phone .list-features {
    width: 75%;
    margin: 0 auto;
}




#extra {
    clear: both;
    padding: 60px 0;
    background: #3a8898;
    color: #ffffff;
}
#extra .container {
    padding: 0;
}



#photos {
    clear: both;
    padding: 50px 0 70px;
    background: #073b49;
    color: #7edae9;
}
#photos .container {
    padding: 0;
    position: relative;
}
#photos h3 {
    color: #7edae9;
    font-weight: normal;
    text-align: center;
}
#photobook {
    margin-top: 30px;
}
#photobook .photo {
    display: block;
    text-align: center;
    width: 100%;
}
#photobook .photo img {
    margin: 0 auto;
    height: 430px;
    width: auto;
    display: block;
    float: none;
}
#photobook-pager {
    color: #165664;
    font-size: 64px;
    line-height: 64px;
    z-index: 99;
    text-align: center;
}
#photobook-pager a {
    color: #165664;
    text-decoration: none;
}
#photobook-pager .cycle-pager-active a {
    color: #206c7d;
}



#contents {
    clear: both;
    padding: 50px 0 70px;
    color: #ffffff;
    background: #61a7b3;
}
#contents .container {
    padding: 0;
    position: relative;
}
#contents h3 {
    color: #ffffff;
    font-weight: normal;
}
#contents ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#contents li {
    padding: 0 0 5px 16px;
}
#contents li:before {
    content: "*"; /*"•";*/
    margin-left: -16px;
    padding-right: 8px;
    color: #ffffff;
}


#order .elf-boxes, #order .donations {
    margin: 0;
    padding: 20px 0 20px 75px;
}
#order .elf-boxes li, #order .donations li {
    margin: 0;
    padding: 15px 0 10px 70px;
    position: relative;
    font-size: 26px;
    line-height: 32px;
}
#order .elf-boxes li:before, #order .donations li:before {
    content: "";
    display: block;
    width: 61px;
    height: 63px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/checkbox.png) 0 0 no-repeat;
    border: none;
    cursor: pointer;
    z-index: 40;
}
#order .elf-boxes li.elf-box-checked:before, #order .donations li.donation-checked:before {
    background-position: -122px 0;
}



#order, #order2, .chooseapass {             /* order2 & chooseapass are for family-pass */
    clear: both;
    padding: 20px 0 60px;
    background: #073b49;
}
.order #order {
    padding: 0;
    background: #ffffff;
}
#order.call-order {
    padding: 60px 0;
    background: #3a8898;
}
#order .container {
    padding: 0;
}
#order .order-box {
    margin: 40px 0 0 ;
    background-color: #fff;
}
#order.pass-order .order-box {                  /* family-pass */
	margin-top:0;
	background-color:#4194a4;
}
.book-order .order-box {
    background: #ffffff url("../images/bgtree.jpg") top right no-repeat;
}
.pass-order .order-box {                        /* family-pass */
    background-color: #4194a4 ;
}
.pass-order2 .order-box {                       /* family-pass */
    background-color: #ad0a0f ;
}
.elf-order .order-box {
    background: #ffffff url("../images/bgtree.jpg") top right no-repeat;
}
.donation-order .order-box {
    background: #ffffff url("../images/candle-lighttheirworld.jpg") top right no-repeat;
}
#order .order-box>.row {
    margin: 0;
}
#order h2 {
    margin: 0;
    padding: 20px 0 30px 0;
}
#order .order-box h2 {
    background: #ae0d0d;
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding: 18px;
}
#order .postcard-img {
    margin: 10px 0;
    padding: 10px;
}
#order .postcard-img-checked {
    background-color: rgb(38, 121, 138);
}
#order .postcard-img:before {
    content: "";
    display: block;
    width: 61px;
    height: 63px;
    position: absolute;
    background: url(../images/checkbox.png) 0 0 no-repeat;
    border: none;
    cursor: pointer;
    z-index: 40;
}
#order .postcard-img-checked:before {
    background-position: -122px 0;
}
#order .postcard-img img {
    display: block;
    border: 2px solid #fff;
}
#pass-cntnr, .pass-cntnr {
	background-color:#4194a4;  /* Background of family-pass 1st order button */
}
#pass-cntnr2 {
	background-color:#ad0a0f;  /* Background of family-pass 2nd order button */
}
#pass-cntnr .order-box h4, #pass-cntnr2 .order-box h4, .chooseapass .order-box h4 {       /* family-pass */
	color:#eee;
}
.call-order .quantity {
    width: 55%;
    margin: 0 auto;
    text-align: left;
}
/*
#order .scallop-display {
    padding-top: 12px;
    padding-bottom: 25px;
}
#order .scallop-inner {
    border: 2px solid #aec9d0;
}
*/
.add-to-cart-form {
    font-size: 30px;
}
.book-order .add-to-cart-form {
    padding: 30px 0;
}
.elf-order .add-to-cart-form, .donation-order .add-to-cart-form {
    padding: 30px 0;
}
.postcard-order .add-to-cart-form {
    padding: 30px 0;
}
.add-to-cart-form .form-group {
    margin: 0 0 5px 0;
}
.p-add-to-cart-form .form-group {
    margin: 0 0 1px 0;
}
.add-to-cart-form .row {
    margin: 0;
}
.add-to-cart-form .address .row>div, .add-to-cart-form .wishlist .row>div, .add-to-cart-form .question .row>div, .add-to-cart-form .date-of-birth .row>div {
    padding: 0 5px 0 0;
}
.add-to-cart-form .package {
    background: #ae0d0d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 8px;
    text-align: center;
}
.add-to-cart-form .package .form-group {
    margin: 10px 10px 4px 10px;
}
.add-to-cart-form .package label {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 28px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    margin-right: 30px;
}
.add-to-cart-form .package select {
    color: #000;
    font-size: 22px;
    background: #fff;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    width: 35%;
    padding: 3px;
}
.add-to-cart-form .greeting .form-group, .add-to-cart-form .reminders .form-group {
    display: inline-block;
    margin: 0;
}
.add-to-cart-form .greeting .form-control, .add-to-cart-form .reminders .form-control {
    display: inline-block;
    /*width: 100%;
    max-width: 230px;*/
    font-family: "Rokkitt", Verdana, sans-serif;
    vertical-align: middle;
}


/* Temp Firefox Spacing Fix */
.add-to-cart-form .reminders .form-control {
    width: 100%;
    max-width: 250px;
}
.add-to-cart-form .reminders span, .add-to-cart-form .reminders li>div.form-group {
    display: block;
}
.add-to-cart-form .reminders span .form-group {
    display: inline-block;
}
/* End of Fix */


.add-to-cart-form .address {
    margin: 25px 0 15px;
}
.add-to-cart-form .date-of-birth {
    margin: 0 0 15px;
}
.p-add-to-cart-form .date-of-birth {
    margin: 0 0 1px;
}
.p-add-to-cart-form .btn-lg {
    padding: 5px 20px;
}
.add-to-cart-form h3, .checkout-form h3 {
    position: static;
    background: none;
    top: auto;
    left: auto;
    height: auto;
    line-height: 32px;
    font-size: 30px;
    font-weight: normal;
    color: #073b49;
    margin: 0 0 3px 0;
    border: 0px solid;
    text-transform: none;
    text-indent: 0px;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.p-add-to-cart-form {
    margin-top: 20px;
}
.p-add-to-cart-form h3 {
    margin: 0;
    font-size: 24px;
}
.p-add-to-cart-form .form-control {
    font-size: 18px;
    height: 28px;
}
.p-add-to-cart-form .form-check {
    font-size: 22px !important;
}
.p-add-to-cart-form .form-check-verify {
    align-self: center;
}
.add-to-cart-form .btn {
    font-family: "Rokkitt", Verdana, sans-serif;
}
.add-to-cart-form .btn-copy-address, .btn-edit-letter-text, .add-to-cart-form .btn-menu, .btn-personalize-later {
    background-color: #073b49;
}
.add-to-cart-form .btn-copy-address:hover, .btn-edit-letter-text:hover, .add-to-cart-form .btn-menu:hover, .btn-personalize-later:hover {
    background-color: #073b49;
    color: #b3eef7;
}


.add-to-cart-form .btn-copy-address {
    margin-bottom: 10px;
}
.add-to-cart-form .optional, .checkout-form .optional {
    color:#999;
}
.add-to-cart-form .form-check, .item-resend-form .form-check {
    margin: 0 auto;
    font-size: 24px;
}
.add-to-cart-form .form-check-verify, .item-resend-form .form-check-verify {
    display: inline-block;
    width: 90%;
    vertical-align: middle;
    margin-left: 15px;
    cursor:pointer;
}
.book-order .add-to-cart-form .form-check-verify {
    width: 70%;
}
.elf-order .add-to-cart-form .form-check-verify, .donation-order .add-to-cart-form .form-check-verify {
    width: 70%;
}
.postcard-order .add-to-cart-form .form-check {
    margin: 0 25px;
    background: #26798a;
    color: #fff;
    padding: 15px 15px 11px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.item-resend-form .form-check-verify {
    width: 70%;
}
.add-to-cart-form .form-check strong, .item-resend-form .form-check strong {
    color: #ae0d0d;
}
.add-to-cart-form .icheckbox_santa, .item-resend-form .icheckbox_santa {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 61px;
    height: 63px;
    background: url(../images/checkbox.png) no-repeat;
    border: none;
    cursor: pointer;
    background-position: 0 0;
}
.add-to-cart-form .icheckbox_santa:hover, .item-resend-form .icheckbox_santa:hover {
    background-position: -61px 0;
}
.add-to-cart-form .icheckbox_santa_checked, .item-resend-form .icheckbox_santa_checked, .form-check .checked {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 61px;
    height: 63px;
    background: url(../images/checkbox.png) no-repeat;
    border: none;
    cursor: pointer;
    background-position: -122px 0;
}
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .add-to-cart-form .icheckbox_santa, .item-resend-form .icheckbox_santa {
        background-image: url(../images/checkbox@2x.png);
        -webkit-background-size: 305px 63px;
        background-size: 305px 63px;
    }
}

#book-form-loader, #elf-form-loader, #donation-form-loader {
    padding: 20px;
}
.pass-form-wrapper .row {                    /* family-pass */
	margin-right:0;         /* Fixes extra side scrolling below 950 width */
}

#postcard-display-msg {
    margin: 0;
    padding: 10px 20px 10px 10px;
    color: #000;
    font-size: 28px;
    line-height: 32px;
    font-family: "Gloria Hallelujah", "Rokkitt", Verdana, sans-serif;
    font-weight:normal;
    letter-spacing: 0px;
    border-right: 1px solid #073b49;
}
#postcard-display-address {
    margin: 0;
    padding: 10px 0 10px 0;
}
#postcard-display-msg ol {
    list-style: outside decimal;
    margin-left: 10px;
}
#postcard-display-msg ol li {
    margin: 0;
    /*padding: 7px 0 15px;*/
    padding: 11px 0px 11px 5px;
    display: list-item;
}
#postcard-display-address h3 {
    color: #ae0d0d;
    font-size: 28px;
    text-transform: uppercase;
}
#postcard-display-msg .greeting, #postcard-display-msg .letter {
    padding: 0 0 20px;
}
#postcard-stamp {
    margin: 0 5px 0 0;
    padding: 0;
    min-width: 128px;
    height: 80px;
    background: transparent url("../images/stamp.jpg") top right no-repeat;
}
#postcard-sig {
    margin: 0 auto;
    padding: 0;
    clear: both;
    min-width: 171px;
    height: 120px;
    background: transparent url("../images/signature.jpg") center center no-repeat;
}
#postcard-display-msg #edit-letter-div {
    display: none;
    font-size: 18px;
    font-family: "Rokkitt", Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
}
#postcard-display-msg #edit-letter-div #ch-space {
    display: block;
    padding: 3px 0;
}
#write-custom-text1, #write-custom-text2, #write-custom-text3, #write-custom-text4, #write-custom-text5, #write-custom-text6, #write-custom-text7, #write-custom-text8,
#reminder-show-text1, #reminder-show-text2, #reminder-show-text3, #reminder-show-text4, #reminder-show-text5, #reminder-show-text6, #reminder-show-text7, #reminder-show-text8 {
    display: none;
}
.text-arrival {
    color: #fff;
    font-size: 22px;
    padding-top: 15px;
}




#error-modal .modal-body {
    text-align: center;
}
#error-modal h3, #error-modal h4 {
    color: #ae0d0d;
}
#usps-modal h3, #usps-modal h4 {
    color: #000000;
    font-size: 24px;
    line-height: 28px;
}
#usps-modal table {
    margin: 0 auto;
    width: auto;
}
#usps-modal table td {
    vertical-align: middle;
    padding: 8px;
    text-align: left;
}
#usps-modal table td {
    font-size: 20px;
}
#usps-modal table td .btn {
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
}
#usps-modal table td .btn-edit {
    background-color: #073b49;
}
#usps-modal table td .btn-done {
    margin-left: 10px;
}
#usps-modal table td .btn-edit:hover {
    color: #b3eef7;
}
#usps-modal table tr#usps-street0 {
    display: none;
}
#usps-modal #edit-usps-locality .row .row>div:last-child {
    padding: 0;
}
#usps-modal #check-btn {
    margin-bottom: 10px;
}

#addon-modal h3, #addon-modal h4 {
    color: #000000;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center;
}
#addon-modal h3 small, #addon-modal h4 small {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: none;
}
#addon-modal img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 550px;
    height: auto;
}
#addon-modal .addon-buttons {
    margin: 0;
    padding: 0 0 15px 0;
}
#addon-modal .addon-buttons .btn {
    margin: 0 10px 0 0;
    padding-left: 25px;
    padding-right: 25px;
}
#addon-modal .addon-buttons .btn:last-child {
    margin-right: 0;
}
#addon-modal .addon-picture {
    margin: 0;
    padding: 0;
}
#addon-modal .addon-description {
    text-align: left;
    padding: 15px 20px 0;
    font-size: 28px;
    line-height: 26px;
}
#addon-modal .shipping-question {
    padding: 0 20px 0;
}
#addon-modal .shipping-option select {
    margin: 0 auto;
    max-width: 90%;
}
#addon-modal .shipping-date-option input {
    margin: 0 auto;
    max-width: 90%;
}





#cart-modal h3, #cart-modal h4 {
    color: #000000;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center;
}
#cart-modal h3 small, #cart-modal h4 small {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: none;
}
#cart-modal .cart-buttons {
    margin: 0;
    padding: 0 0 15px 0;
}
#cart-modal .cart-buttons .btn {
    margin: 0 10px 0 0;
    padding-left: 25px;
    padding-right: 25px;
}
#cart-modal .cart-buttons .btn:last-child {
    margin-right: 0;
}




#care-of-modal h3, #care-of-modal h4 {
    color: #000000;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center;
}
#care-of-modal .check-buttons {
    margin: 0;
    padding: 0 0 15px 0;
}
#care-of-modal .check-buttons .btn {
    margin: 0 10px 10px 0;
    padding-left: 25px;
    padding-right: 25px;
}
#care-of-modal .check-buttons .btn:last-child {
    margin-right: 0;
    margin-bottom: 0;
}



#save-modal h3, #save-modal h4 {
    color: #000000;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center;
}
#save-modal .save-buttons {
    margin: 0;
    padding: 0 0 15px 0;
}
#save-modal .save-buttons .btn {
    margin: 0 10px 10px 0;
    padding-left: 25px;
    padding-right: 25px;
}
#save-modal .save-buttons .btn:last-child {
    margin-right: 0;
    margin-bottom: 0;
}


#restore-modal h3, #restore-modal h4 {
    color: #000000;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center;
}
#restore-modal .restore-buttons {
    margin: 0;
    padding: 0 0 15px 0;
}
#restore-modal .restore-buttons .btn {
    margin: 0 10px 0 0;
    padding-left: 25px;
    padding-right: 25px;
}
#restore-modal .restore-buttons .btn:last-child {
    margin-right: 0;
}


#account-modal h3, #account-modal h4 {
    color: #000000;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center;
}
#account-modal .account-buttons {
    margin: 0;
    padding: 0 0 15px 0;
}
#account-modal .account-buttons .btn {
    margin: 0 10px 0 0;
    padding-left: 25px;
    padding-right: 25px;
}
#account-modal .account-buttons .btn:last-child {
    margin-right: 0;
}


#note-modal h3, #note-modal h4 {
    color: #000000;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center;
}
#note-modal .note-buttons {
    margin: 0;
    padding: 0 0 15px 0;
}
#note-modal .note-buttons .btn {
    margin: 0 10px 0 0;
    padding-left: 25px;
    padding-right: 25px;
}
#note-modal .note-buttons .btn:last-child {
    margin-right: 0;
}


#banner-modal {
    padding: 0 !important;
}
#banner-modal, #banner-modal.modal {
    background-color: rgba(51, 51, 51, 0.5);
}
#banner-modal .modal-dialog {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: calc(30vh);
}
#banner-modal .modal-content {
    background-color: #000000;
    color: #ffffff;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 0px solid;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
#banner-modal .btn {
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}




#subscribe-modal {
    padding: 0 !important;
}
#subscribe-modal, #subscribe-modal.modal {
    background-color: rgba(51, 51, 51, 0.5);
}
#subscribe-modal .modal-dialog {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: calc(30vh);
}
#subscribe-modal .modal-content {
    background-color: #000000;
    color: #ffffff;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 0px solid;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
#subscribe-modal .btn {
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
#subscribe-modal .close {
    color: #ffffff;
    text-shadow: none;
    filter: alpha(opacity=50);
    opacity: .5;
}
#subscribe-modal .close:hover, #subscribe-modal .close:focus {
    color: #ffffff;
    filter: alpha(opacity=100);
    opacity: 1;
}



main.cart .btn-lg {
    margin-bottom: 10px;
}
.table-cart .address, .table-cart .addons, .table-cart .via, .table-cart .shipping-combined, .table-cart .scheduled-on, .table-cart .addons-form label, .table-cart .shipping-option, .table-cart .shipping-date {
    font-size: 16px;
    line-height: 1.3;
}
.table-cart p {
    margin: 10px 0;
    line-height: 1.3;
}
.table-cart .btn-edit, .table-cart .btn-cancel, .table-cart .btn-track {
    background-color: #073b49;
}
.table-cart .btn-edit:hover, .table-cart .btn-cancel:hover, .table-cart .btn-track:hover {
    color: #b3eef7;
}
.table-cart .img-responsive {
    max-width: 100px;
}

.table-cart .address .form-group {
    margin: 0 0 5px 0;
}
.table-cart .address .row {
    margin: 0;
}
.table-cart .address .row>div {
    padding: 0 5px 0 0;
}
.table-cart .address .btn-edit, .table-cart .addons .btn-edit {
    background: transparent;
    font-style: italic;
    font-weight: normal;
    color: #666666;
    padding: 0;
    text-transform: capitalize;
}
.table-cart .address .btn-edit:before, .table-cart .addons .btn-edit:before {
    content: '\f040';
    font-family: 'FontAwesome';
    margin-right: 5px;
}

/*
.checkout-progress {
    list-style: none;
    list-style-type: none;
    display: block;
    padding: 0;
    margin: 0 0 15px 0;
}
.checkout-progress:after {
    content: '';
    display: table;
    clear: both;
}
.checkout-progress li {
    list-style: none;
    list-style-type: none;
    display: block;
    font-size: 20px;
    text-align: center;
    color: #898a8c;
    cursor: default;
    margin: 0 1px;
    padding: 0 0 0 35px;
    height: 50px;
    line-height: 50px;
    float: left;
    width: auto;
    position: relative;
    background-color: #efefef;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease;
}
.checkout-progress li:after,
.checkout-progress li:before {
    content: " ";
    position: absolute;
    top: 0;
    right: -25px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #efefef;
    z-index: 2;
    transition: border-color 0.2s ease;
}
.checkout-progress li:before {
    right: auto;
    left: 0;
    border-left: 25px solid #fff;
    z-index: 0;
}
.checkout-progress li:first-child:before {
    border: none;
}
.checkout-progress li:first-child {
    -khtml-border-radius-topleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -khtml-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.checkout-progress li.active {
    color: #fff;
    background-color: #ae0d0d;
}
.checkout-progress li.active:after {
    border-left: 25px solid #ae0d0d;
}
.checkout-progress li.active {
    font-weight: normal;
}
.checkout-progress li a {
    padding: 0 10px;
    display: inline-block;
}
.checkout-progress li a:hover {
    text-decoration: underline;
}
*/


.checkout-progress {
    padding: 0px;
    background: transparent;
    list-style: none;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 20px;
    border-radius: 4px;
}
.checkout-progress>li {
    display: table-cell;
    vertical-align: top;
    width: 1%;
}
.checkout-progress>li+li:before {
    padding: 0;
}
.checkout-progress li a {
    color: #898a8c;
    text-decoration: none;
    /* padding: 10px 0 10px 45px; */
    padding: 15px 0 15px 45px;
    position: relative;
    display: inline-block;
    width: calc( 100% - 10px );
    background: #efefef;
    text-align: center;
    text-transform: capitalize;
    white-space: nowrap;
}
.checkout-progress li.completed a {
    background: #efefef;
}
.checkout-progress li.completed a:after {
    border-left: 30px solid #efefef;
}
.checkout-progress li.active a {
    background: #ae0d0d;
    color: #ffffff;
}
.checkout-progress li.active a:after {
    border-left: 30px solid #ae0d0d;
}
.checkout-progress li:first-child a {
    padding-left: 15px;
}
.checkout-progress li:last-of-type a {
    width: calc( 100% - 38px );
}
.checkout-progress li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}
.checkout-progress li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #efefef;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}


.checkout-form .btn-apply {
    background-color: #073b49;
}
.checkout-form .btn-apply:hover {
    color: #b3eef7;
}


.field-signupform-verifycode .help-block {
    display: none;
}

#login-form .row, #signup-form .row, #request-password-reset-form .row, #reset-password-form .row, #coupon-form .row, #checkout-form .row {
    margin: 0;
}
#login-form .row>div, #signup-form .row>div, #request-password-reset-form .row>div, #reset-password-form .row>div, #coupon-form .row>div, #checkout-form .row>div {
    padding: 0 5px 0 0;
}
#login-form .row>div:last-child, #signup-form .row>div:last-child, #request-password-reset-form .row>div:last-child, #reset-password-form .row>div:last-child, #coupon-form .row>div:last-child, #checkout-form .row>div:last-child {
    padding: 0;
}
#login-form .row .form-group, #signup-form .row .form-group, #request-password-reset-form .row .form-group, #reset-password-form .row .form-group, #coupon-form .row .form-group, #checkout-form .row .form-group {
    margin-bottom: 5px;
}

#checkout-form>h3 {
    margin: 0;
    padding: 10px;
    background: #ae0d0d;
    color: #ffffff;
}

.paypal-form {
	/* display: none; */
}





.table-orders .btn-edit {
    background-color: #073b49;
}
.table-orders .btn-edit:hover {
    color: #b3eef7;
}


#footer {
    margin: 0;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    background: #ae0d0d;
}
#footer a {
    color: #fff;
}
#footer a:hover {
    color: #ffbcbc;
}
#footer-links li {
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    border-left: 1px solid #fff;
    padding: 0 10px 0 12px;
}
#footer-links li:first-child {
    border-left: 0;
    padding-left: 0;
}
#footer-security li {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
}


#link-to-top {
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 9999;
}
#link-to-top a {
    min-height: 20px;
    padding: 15px;
    border: 0 solid 0;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    border-radius: 3px;
}

#custom-backdrop {
    margin: 0;
    display: block;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    background-image: url("../images/loading2.gif");
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    background-size: 64px 64px;
    background-color: rgb(51, 51, 51);
    opacity: 0.9;
}


@media (min-width: 951px) {
	.container {
		width: 950px;
	}
	.postcard-intro #banner-title h1 .nobr-lg {
		font-size: 40px !important;
		line-height: 60px !important;
	}
	/*
	#postcard-cta {
		display: none;
	}
	*/
	#postcard-price h3 {
		padding-top: 15px;
	}
}



@media (max-width: 950px) {
	.container {
		width: 100%;
	}
}

@media (max-width: 991px) {
	#header .container {
		padding: 0 15px;
	}
	.package-intro #banner-title {
		position: relative;
		top: 20px;
		padding: 10px 0;
	}
	.postcard-intro #banner-title {
		position: relative;
		top: 15px;
		left: auto;
		width: 100%;
		text-align: center;
		padding: 10px 0;
	}
	.call-intro #banner-title {
		top: 20px;
		padding: 10px 0;
		width: 100%;
		position: relative;
		padding-bottom: 20px;
	}
	.book-intro #banner-title {
		position: relative;
		top: 0;
		left: 0;
		max-width: 100%;
		padding: 30px 20px;
	}
	.elf-intro #banner-title {
		position: relative;
		top: 0;
		left: 0;
		max-width: 100%;
		padding: 30px 20px;
		text-align: center;
	}
	#banner-title h1 {
		line-height: 100%;
	}
	.package-intro #banner-title h1 {
		margin-top:0;
	}
	.postcard-intro #banner-title h1 {
		font-size: 200%;
		text-align: center;
		padding: 10px;
		border-bottom: 0;
		width: 85%;
	}
	.call-intro #banner-title h1 {
		border: 0;
		padding: 10px 10px 0 10px;
		text-align: left;
		margin-top: 0;
	}
	.book-intro #banner-title h1 {
		font-size: 60px;
		line-height: 76px;
	}
	.elf-intro #banner-title h1 {
		font-size: 60px;
		line-height: 76px;
	}
	.package-intro #banner-title h1 span {
		font-size: 50%;
		line-height: 55%;
	}
	.postcard-intro #banner-title h1 span, .postcard-intro #banner-title h1 .h1-level1, .postcard-intro #banner-title h1 .h1-level2 {
		display: inline;
		font-size: 100%;
		line-height: 1em;
	}
	.postcard-intro #banner-title p {
		padding: 10px;
		margin-top: 0px;
		margin-bottom: 8px;
		width: 70%;
	}
	.call-intro #banner-title p {
		width: 60%;
		font-size: 22px;
		padding: 10px;
		text-align: left;
	}
	.book-intro #banner-title p {
		margin: 36px 0;
	}
	.elf-intro #banner-title p {
		margin: 36px 0;
	}
	#banner-products h3 {
		font-size: 24px;
		margin-bottom: 50px;
	}
	#banner-text {
		display: none;
	}
	.package-intro #banner-img {
		overflow: hidden;
	}
	.postcard-intro #banner-img {
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		margin-right: -400px;
	}
	.call-intro #banner-img {
		position: absolute;
		bottom: 0;
		z-index: 1;
	}
	.book-intro #banner-img {
		display: none;
	}
	.elf-intro #banner-img {
		display: none;
	}
	.package-intro #banner-img img {
		width: 140%;
		margin-left: 0;
		left: -180px;
		margin-top: -80px;
		z-index: 1;
	}
	.postcard-intro #banner-img img {
		width: 100%;
		margin-left: 0;
		left: -200px;
		min-width: 400px;
		max-width: 800px;
		top: 0;
		padding-bottom: 0;
		margin-top: 0;
	}
	.call-intro #banner-img img {
		width: 140%;
		margin-left: 0;
		left: -180px;
		margin-top: -80px;
		z-index: 1;
	}
	.pass-intro #banner-img img {                /* family-pass */
		width: 100%;
	}
	.fp-img {          /* family-pass */
		width: 100%;
	}
	#banner-btn {
		margin-top: 0;
		position: relative;
	}
	.package-intro #banner-btn {
		top: 0;
	}
	.postcard-intro #banner-btn {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin-top: 0;
		background: #fff;
	}
	.postcard-intro #banner-btn span {
		padding: 0 10px;
		line-height: 90px;
		border: 0;
	}
	#banner-btn a {
		padding: 14px 14px;
	}
	.postcard-intro #banner-btn a {
		font-size: 32px;
		line-height: 36px;
	}
	#banner-btn.scallop-corners {
		background: none;
		padding: 0;
	}
	.postcard-intro #banner-btn.scallop-corners {
		background: #fff;
	}
	#banner-btn .scallop-edges {
		background: none;
		padding: 0;
		margin: 0;
	}
	#banner-btn .scallop-sides {
		background: none;
		margin: 0;
	}
	#banner-btn .scallop-display {
		margin: 0;
	}
	.call-intro #banner-btn .scallop-display {
		padding: 14px 14px;
	}
	#banner-btn .scallop-display span {
		text-align: center;
		border: 0;
	}
	.call-intro #banner-btn .scallop-display div {
		display: none;
	}
	#video-play {
		top: 37%;
		left: 47%;
	}
	#video-play-sm {
		display: block;
		width: 70px;
	}
	#video-play-big {
		display: none;
	}
	#postcard-cta {
		margin-top: 0;
		overflow: hidden;
	}
	#postcard-price {
		position: relative;
		top: 0;
		left: -10px;
		z-index: 99;
	}
	#book-img-mobile {
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}
	#elf-img-mobile {
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}



	.bucketlist-intro #banner-btn {
		position: relative;
		bottom: auto;
		left: auto;
		width: auto;
		height: auto;
		background: transparent;
	}
	.bucketlist-intro #banner-btn.scallop-corners, .bucketlist-intro #banner-btn .scallop-corners {
		background-color: transparent;
		background: url(../images/scallop_corner_tl.png), url(../images/scallop_corner_tr.png), url(../images/scallop_corner_bl.png), url(../images/scallop_corner_br.png);
		background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
		background-position: top left, top right, bottom left, bottom right;
		padding: 25px 0 33px 0;
	}
	.bucketlist-intro #banner-btn .scallop-edges {
		background: url(../images/scallop_top.png), url(../images/scallop_bottom.png);
		background-repeat: repeat-x, repeat-x;
		background-position: top left, bottom left;
		padding: 25px 0 33px 0;
		margin: -25px 35px -33px 30px;
	}
	.bucketlist-intro #banner-btn .scallop-sides {
		background: url(../images/scallop_left.png), url(../images/scallop_right.png);
		background-repeat: repeat-y, repeat-y;
		background-position: top left, top right;
		margin-left: -30px;
		margin-right: -35px;
	}
	.bucketlist-intro #banner-btn .scallop-display {
		background: #fff;
		margin: 0 35px 0 30px;
		padding: 1px 0 2px 0;
	}
	.bucketlist-intro #banner-btn a {
	font-size: 31px;
	line-height: 1;
	padding: 7px 14px;
	}
	.bucketlist-intro #banner-btn span {
		background: #fff;
		border: 2px solid #aec9d0;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		display: block;
	}
	.bucketlist-intro #banner-btn span, .bucketlist-intro #banner-btn .scallop-display span {
		background: #fff;
		border: 2px solid #aec9d0;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		display: block;
		padding: 6px 14px 6px 28px;

	}

	.bucketlist-intro #banner-title {
	width: 100%;
	}
	.bucketlist-intro #banner-title h1 {
	width: 60%;
	font-size: 70px !important;
	line-height: 70px !important;
	}
	.bucketlist-intro #banner-title h1 span {
	font-size: 70px;
	line-height: 70px;
	font-weight: 400;
	}
	.bucketlist-intro #banner-title h1 span.h1-level1 {
	font-size: 90px;
	line-height: 90px;
	font-weight: 400;
	}
	.bucketlist-intro #banner-img {
	margin: 0;
	right: 20px;
	top: -50px; /*10px;*/
	}
	.bucketlist-intro #banner-img img {
	height: 500px;
	width: auto;
	display: block;
	margin: 0;
	padding: 0;
	left: auto;
	min-width: 0;
	max-width: none;
	top: 0;
	}
	.bucketlist-intro #postcard-price {
	left: -50px;
	}
	.bucketlist-intro #postcard-drops {
	right: -30px;
	}
	.bucketlist-intro #postcard-cta {
	overflow: visible;
	margin: 70px auto 0;
	position: relative;
	display: block;
	width: 444px;
	}
	.bucketlist-intro #banner-text {
	display: block;
	font-family: "Rokkitt", Verdana, sans-serif;
	text-transform: none;
	}
	.bucketlist-intro #banner-text p {
	font-size: 30px;
	line-height: 34px;
	text-shadow: 1px 1px 0 #ae0d0d;
	text-transform: none;
	}




	#testimonials .container {
		min-height: auto;
		padding: 10px 0;
	}
	#testimonial-controls {
		display: none;
	}
	#banner-rotate-controls {
		display: none;
	}
	#testimonial-rotate {
		width: 90%;
		margin: 0 auto;
		float: none;
	}
	#testimonial-pager {
		text-align: center;
	}
	#testimonial-img {
		display: none;
	}
	#testimonial-display {
		margin-right: 0;
	}
	.testimonial-slide {
		text-align: center;
	}
	#testimonial-display {
		float: none;
		padding-bottom: 0;
	}
	
	
	
	
	
	#top-banner-pager {
		text-align: center;
	}
	



	
	
	
	#features {
		padding: 0;
	}
	.samples-img img {
		margin: 0 auto;
		width: 100%;
		max-width: 487px;
		max-height: 492px;
	}
	#samples-cntnr {
		float: none;
		margin: 0 0 20px 0;
		background-color: #26798a;
		padding: 15px 0;
	}
	#features #choose-btn {
		margin-left: 50px;
	}
	#packages .scallop-corners {
		background: none;
		padding: 0;
	}
	#packages .scallop-edges {
		background: none;
		padding: 0;
		margin: 0;
	}
	#packages .scallop-sides {
		background: none;
		margin: 0;
	}
	#packages .scallop-display {
		margin: 0;
	}
	#packages .scallop-inner {
		padding: 10px;
	}


	#templates {
		padding: 0;
	}
	#templates .scallop-corners {
		background: none;
		padding: 0;
	}
	#templates .scallop-edges {
		background: none;
		padding: 0;
		margin: 0;
	}
	#templates .scallop-sides {
		background: none;
		margin: 0;
	}
	#templates .scallop-display {
		margin: 0;
	}
	#templates .scallop-inner {
		padding: 10px;
	}
	#templates .letter {
		padding: 20px 20px 30px;
	}
	#templates #edit-letter-div #ch-space {
		display: block;
		padding: 3px 0;
	}



	#illustrations {
		display: none;
	}

	#foreword {
		padding: 30px 20px;
	}
	#foreword img {
		margin: 10px auto;
		float: none;
	}
	#foreword h2 {
		font-size: 42px;
	}
	#book-img-mobile {
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}
	#elf-img-mobile {
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}

	#format-img {
		float: none;
		max-width: 80%;
		margin: 0 auto;
	}
	#format-text {
		float: none;
		width: 100%;
		padding: 30px 20px;
	}

	#get-started {
		padding: 8px 0px;
	}
	#get-started h4 {
		font-size: 32px;
	}

	#pick-name, #pick-gender, #pick-message, #enter-phone, #order.call-order {
		padding: 30px 0px;
	}
	#pick-name .type-key li {
		font-size: 42px;
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	#pick-message .list-center {
		width: 90%;
	}
	#pick-message, #order.call-order {
		margin: 0;
		padding: 30px 0;
		background: #ffffff;
	}
	#pick-message .scallop-corners, #order.call-order .scallop-corners {
		background: none;
		padding: 0;
	}
	#pick-message .scallop-edges, #order.call-order .scallop-edges {
		background: none;
		padding: 0;
		margin: 0;
	}
	#pick-message .scallop-sides, #order.call-order .scallop-sides {
		background: none;
		margin: 0;
	}
	#pick-message .scallop-display, #order.call-order .scallop-display {
		margin: 0;
	}
	#pick-message .scallop-inner, #order.call-order .scallop-inner {
		padding: 10px;
	}
	#enter-phone .list-features {
		width: 90%;
	}
	.call-order .quantity {
		width: 70%;
	}


	#photos {
		padding: 30px 0 30px;
	}
	#photobook .photo img {
		height: 300px;
		max-width: 90%;
	}
	#photobook-pager {
		font-size: 48px;
		line-height: 48px;
	}


	#contents {
		padding: 30px 0 50px;
	}
	#contents .container {
		padding: 0 20px;
	}


	#order .elf-boxes, #order .donations {
		margin: 0;
		padding: 20px 10px 10px 10px;
	}

	#order.book-order {
		padding: 0;
		background: #ffffff;
	}
	#order.pass-order, #order2.pass-order2 {             /* order2 is for family-pass */
		padding: 0;
		/* background: #4194a4;   Why doesn't this work? */
	}
	#order.elf-order, #order.donation-order {
		padding: 0;
		background: #ffffff;
	}
	#order .order-box {
		margin: 0;
		padding: 0;
		background: #ffffff;
	}
	.book-order .add-to-cart-form {
		padding: 10px 10px 20px;
	}
	.elf-order .add-to-cart-form, .donation-order .add-to-cart-form {
		padding: 10px 10px 20px;
	}
	.book-order .btn-personalize-later, .elf-order .btn-personalize-later {
		margin-right: 15px;
	}
	.add-to-cart-form .icheckbox_santa {
		vertical-align: top;
	}
	.add-to-cart-form .form-check-verify {
		display: inline-block;
		width: 70%;
	}

	#postcard-display-msg {
		border: 0px solid;
	}
	#postcard-stamp {
		display: none;
	}


}



@media (max-width: 767px) {
	#kidphotos-rotate {
		margin: auto !important;
		max-width: 400px !important;
		float: none !important;
	}
	#kidphotos-rotate2 {
		display: none !important;
	}
	#kidphotos-rotate img {
		max-width: 100% !important;
	}	
	#header .container {
		padding: 0;
	}
	.navbar {
		/* min-height: auto; */
		min-height: 75px;
	}
	.navbar-brand {
		left: -88px;
	}
	.navbar-brand img {
		width: 65%;
		height: auto;
	}
	.navbar-cart {
		margin: 0;
		float: none;
		position: absolute;
		top: 23px;
		left: 120px;
		z-index: 100;
	}
	#menu {
		clear: both;
		background: #073b49;
		margin: 0;
		padding: 0;
		border-bottom: #fff 1px solid;
	}
	#menu li {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		border-top: #fff 1px solid;
		text-align: right;
		background: #073b49;
		float: none;
		position: relative;
	}
	#menu li:before {
		content: "";
		padding: 0;
	}
	#menu li a {
		display: block;
		padding: 10px;
	}
	#menu li a:hover {
		background: #26798b;
		color: #fff;
	}

	#main {
		padding: 30px 0 0;
		background: #ffffff;
	}
	.scallop-corners {
		background: none;
		padding: 0;
	}
	.scallop-edges {
		background: none;
		padding: 0;
		margin: 0;
	}
	.scallop-sides {
		background: none;
		margin: 0;
	}
	.scallop-display {
		margin: 0;
	}
	.scallop-inner {
		padding: 10px;
	}
	.postcard-intro #banner-title h1 {
		width: 100%;
	}
	.call-intro #banner-title h1 {
		font-size: 42px;
	}
	.call-intro #banner-title h1 span {
		font-size: 24px;
		line-height: 28px;
	}
	.postcard-intro #banner-title p {
		width: 60%;
	}
	.book-intro #banner-title p .btn {
		clear: both;
		display: block;
		margin: 10px 0 0;
	}
	.elf-intro #banner-title p .btn {
		clear: both;
		display: block;
		margin: 10px 0 0;
	}
	.package-intro #banner-img img {
		width: 170%;
		margin-left: 0;
		left: -160px;
		margin-top: -40px;
		z-index: 1;
	}
	.postcard-intro #banner-img img {
		width: 100%;
		left: -200px;
		margin-top: -80px;
	}
	.call-intro #banner-img img {
		width: 170%;
		margin-left: 0;
		left: -160px;
		margin-top: -40px;
		z-index: 1;
	}
	.package-intro #banner-btn {
		margin-top: -60px;
	}
	#packages {
		padding: 20px 0;
	}
	#packages .scallop-display {
		background: transparent;
	}
	#packages h2 {
		color: #ffffff;
	}
	#packages .row>div {
		margin: 0 0 10px;
	}
	#packages .row>div:last-child {
		margin: 0;
	}
	.choose-box {
		border: 0px solid;
		background: #ffffff;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.choose-img {
		height: auto;
	}
	.choose-img img {
		max-width: 80%;
		height: auto;
		margin: 10px auto;
		display: block;
	}
	.choose-order .btn {
		padding: 10px 0;
	}


	.bucketlist-intro #banner-title h1 {
	font-size: 60px !important;
	line-height: 60px !important;
	}
	.bucketlist-intro #banner-title h1 span {
	font-size: 60px;
	line-height: 60px;
	font-weight: 400;
	display: inline;
	}
	.bucketlist-intro #banner-title h1 span.h1-level1 {
	font-size: 80px;
	line-height: 80px;
	font-weight: 400;
	display: block;
	}
	.bucketlist-intro #banner-img {
	top: 0px;
	}
	.bucketlist-intro #banner-img img {
	height: 450px;
	width: auto;
	}
	.bucketlist-intro #banner-text p {
	font-size: 24px;
	line-height: 28px;
	}


	#order.bucketlist-order .row {
	margin-left: 0;
	margin-right: 0;
	}
	#instructions {
	padding-left: 20px;
	padding-right: 20px;
	}



	.table-comparision tr th:nth-child(2), .table-comparision tr th:nth-child(3), .table-comparision tr th:nth-child(4) {
		font-size: 20px;
	}
	.table-comparision tr th:first-child {
		font-size: 22px;
		line-height: 22px;
	}
	.table-comparision tr th:first-child:before {
		/* content: none; */
		line-height: 22px;
	}


	#foreword p .btn {
		clear: both;
		display: block;
		margin: 10px 0 0;
	}



	.add-to-cart-form .package label {
		text-align: center;
		display: block;
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.add-to-cart-form .package select {
		display: block;
		width: 100%;
		text-align: center;
		float: none;
		margin-top: 5px;
	}

	.add-to-cart-form .reminders span .form-group {
		width: 100%;
		margin-bottom: 10px;
	}

	#usps-modal #edit-usps-locality .row .row>div.col-xs-12 {
		padding: 0;
	}

	.checkout-progress>li {
		display: block;
		width: 100%;
	}
	.checkout-progress li a, .checkout-progress li:last-of-type a {
		width: 100%;
		padding: 15px 0;
	}
	.checkout-progress li.active a {
		background: #999999;
	}
	.checkout-progress li a:after, .checkout-progress li.active a:after {
		border: 0px solid;
		background: none;
	}


	table[class="table-cart"] {
		width: auto;
		display: block;
		padding: 0;
		border: 0px solid;
	}
	table[class="table-cart"]>thead {
		display: none;
	}
	table[class="table-cart"]>tbody, table[class="table-cart"]>tbody>tr, table[class="table-cart"]>tbody>tr>td {
		width: 100%;
		display: block;
	}
	table[class="table-cart"]>tbody {
		border: 3px solid #3a8898;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	table[class="table-cart"]>tbody>tr {
		padding: 15px 15px;
		border: 0px solid;
		border-bottom: 3px solid #3a8898;
	}
	table[class="table-cart"]>tbody>tr:last-child {
		border-bottom: 0px solid;
	}
	table[class="table-cart"]>tbody>tr>td {
		padding: 5px 0;
		border: 0px solid;
		border-bottom: 1px solid #dddddd;
	}
	table[class="table-cart"]>tbody>tr>td:last-child {
		padding: 10px 0 0;
		border-bottom: 0px solid;
	}
	table.table-cart {
		width: auto;
		display: block;
		padding: 0;
		border: 0px solid;
	}
	table.table-cart>thead {
		display: none;
	}
	table.table-cart>tbody, table.table-cart>tbody>tr, table.table-cart>tbody>tr>td {
		width: 100%;
		display: block;
	}
	table.table-cart>tbody {
		border: 3px solid #3a8898;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	table.table-cart>tbody>tr {
		padding: 15px 15px;
		border: 0px solid;
		border-bottom: 3px solid #3a8898;
	}
	table.table-cart>tbody>tr:last-child {
		border-bottom: 0px solid;
	}
	table.table-cart>tbody>tr>td {
		padding: 5px 0;
		border: 0px solid;
		border-bottom: 1px solid #dddddd;
	}
	table.table-cart>tbody>tr>td:last-child {
		padding: 10px 0 0;
		border-bottom: 0px solid;
	}

	.table-cart .img-responsive {
		max-width: 100%;
	}
	.table-cart .addons-form, .table-cart .address-form {
		margin: 15px 0;
	}
	.table-cart .cost:before {
		content: 'Cost: ';
	}
	.table-cart .shipping:before {
		content: 'Shipping: ';
	}
	.table-cart .subtotal:before {
		content: 'Subtotal: ';
	}
	.table-cart .btn-remove:after {
		content: ' Remove';
	}


	table[class="table-orders"] {
		width: auto;
		display: block;
		padding: 0;
		border: 0px solid;
	}
	table[class="table-orders"]>thead {
		display: none;
	}
	table[class="table-orders"]>tbody, table[class="table-orders"]>tbody>tr, table[class="table-orders"]>tbody>tr>td {
		width: 100%;
		display: block;
	}
	table[class="table-orders"]>tbody {
		border: 3px solid #3a8898;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	table[class="table-orders"]>tbody>tr {
		padding: 15px 15px;
		border: 0px solid;
		border-bottom: 3px solid #3a8898;
	}
	table[class="table-orders"]>tbody>tr:last-child {
		border-bottom: 0px solid;
	}
	table[class="table-orders"]>tbody>tr>td {
		padding: 5px 0;
		border: 0px solid;
		border-bottom: 1px solid #dddddd;
	}
	table[class="table-orders"]>tbody>tr>td:last-child {
		padding: 10px 0 0;
		border-bottom: 0px solid;
	}
	table.table-orders {
		width: auto;
		display: block;
		padding: 0;
		border: 0px solid;
	}
	table.table-orders>thead {
		display: none;
	}
	table.table-orders>tbody, table.table-orders>tbody>tr, table.table-orders>tbody>tr>td {
		width: 100%;
		display: block;
	}
	table.table-orders>tbody {
		border: 3px solid #3a8898;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	table.table-orders>tbody>tr {
		padding: 15px 15px;
		border: 0px solid;
		border-bottom: 3px solid #3a8898;
	}
	table.table-orders>tbody>tr:last-child {
		border-bottom: 0px solid;
	}
	table.table-orders>tbody>tr>td {
		padding: 5px 0;
		border: 0px solid;
		border-bottom: 1px solid #dddddd;
	}
	table.table-orders>tbody>tr>td:last-child {
		padding: 10px 0 0;
		border-bottom: 0px solid;
	}
	.table-orders .id:before {
		content: 'Order ID: ';
	}
	.table-orders .cost:before {
		content: 'Cost: ';
	}
	.table-orders .shipping:before {
		content: 'Shipping: ';
	}
	.table-orders .total:before {
		content: 'Total: ';
	}
	.table-orders .amount:before {
		content: 'Amount: ';
	}
	.table-orders .date:before {
		content: 'Date: ';
	}

	#footer-security img {
		width: 90%;
		height: auto;
	}
}

@media (max-width: 550px) {
	.postcard-intro #banner-img img {
		left: -160px;
	}
	.postcard-intro #banner-title p {
		width: 55%;
	}
	#intro.bucketlist-intro .container {
		height: 630px;
	}
	.bucketlist-intro #banner-text p {
		font-size: 26px;
		line-height: 28px;
	}
}




@media (max-width: 480px) {
	.form-control {
		font-size: 16px;
	}
	.btn-lg {
		font-size: 20px;
		padding: 8px 12px;
	}
	.btn-x-lg {
		font-size: 24px;
		padding: 10px 14px;
		border-radius: 9px;
	}
	#compare {
		padding: 0;
	}
	td.option-list { text-align: center !important; }
	.table-comparision table, .table-comparision thead, .table-comparision tbody, .table-comparision th, .table-comparision td, .table-comparision tr { display: block; }
	.table-comparision { width: 100% !important; }
	.table-comparision thead th, .table-comparision tbody tr:last-child { position: absolute; top: -9999px; left: -9999px; }
	.table-comparision thead th:first-child { position: relative; top: 0; left: 0; display: block; text-align: center !important; }
	.table-comparision td { text-align: center; border: none; position: relative; }
	.table-comparision td:before { position: absolute; left: 15px; width: 45%; padding-right: 10px; white-space: nowrap; }
	.table-comparision td:nth-of-type(2):before { content: "Magic"; text-align: left; }
	.table-comparision td:nth-of-type(3):before { content: "Deluxe"; text-align: left; }
	.table-comparision td:nth-of-type(4):before { content: "Ultra Deluxe"; text-align: left; }
	.table-comparision .fa-close { opacity: 0.2; }
	.option-list .fa { display: none; }
	.table-comparision tbody tr:last { opacity: 0.2; }

	.postcard-intro #banner-btn a {
		font-size: 26px;
	}

	#intro.bucketlist-intro .container {
	height: 600px;
	}
	.bucketlist-intro #banner-text p {
	line-height: 24px;
	}
	.bucketlist-intro #banner-img {
	right: 5px;
	top: 0px;
	}
	.bucketlist-intro #banner-img img {
	height: 300px;
	width: auto;
	}
	.bucketlist-intro #banner-btn {
		margin-top: 0;
		position: relative;
	}
	.bucketlist-intro #banner-btn {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin-top: 0;
		background: #fff;
	}
	.bucketlist-intro #banner-btn span {
		padding: 0 10px;
		line-height: 90px;
		border: 0;
	}
	.bucketlist-intro #banner-btn a {
		padding: 14px 14px;
	}
	.bucketlist-intro #banner-btn a {
		font-size: 26px;
		line-height: 36px;
	}
	.bucketlist-intro #banner-btn.scallop-corners {
		padding: 0;
		background: #fff;
	}
	.bucketlist-intro #banner-btn .scallop-edges {
		background: none;
		padding: 0;
		margin: 0;
	}
	.bucketlist-intro #banner-btn .scallop-sides {
		background: none;
		margin: 0;
	}
	.bucketlist-intro #banner-btn .scallop-display {
		margin: 0;
	}
	.bucketlist-intro #banner-btn .scallop-display span {
		text-align: center;
		border: 0;
	}
	.bucketlist-intro #postcard-price {
	top: -20px;
	left: -50px;
	}
	.bucketlist-intro #postcard-drops {
	display: none;
	}
	.bucketlist-intro #postcard-cta {
	overflow: visible;
	margin: 70px auto 0;
	position: relative;
	display: block;
	width: 100%;
	}
	.bucketlist-intro #banner-text p {
	font-size: 26px;
	line-height: 28px;
	}
	.bucketlist-intro #banner-text p br {
	display: inline;
	white-space: nowrap;
	}

	#order.bucketlist-order .row {
	margin-left: 0;
	margin-right: 0;
	}
	#instructions {
	padding-left: 20px;
	padding-right: 20px;
	}


}


@media (max-width: 400px) {
	.postcard-intro #banner-btn a {
		font-size: 24px;
	}
	.bucketlist-intro #banner-text p {
		font-size: 24px;
		line-height: 26px;
    }
    .santa-shh {
        width: 50%;
    }
    .girl-snow {
        width: 50%;
    }
    .make-christmas-magical {
        width: 75%;
    }
    .make-christmas-magical {
        width: 75%;
    }
    span.letter-package-content-header {
        font-size: 16px !important;
    }
    .postage-image {
        width: 50%;
    }
    .letter-packages-image {
        margin-top: 100px;
        width: 255px;
        height: auto;
    }
    .letter-packages-check {
        width: 10%;
        height: auto;
    }
    .letter-packages-check-text > span {
        font-size: 16px !important;
        font-weight: 700;
    }
    div.letter-packages-check-text {
        width: 90% !important;
    }

        .counter .counter-content > div {
        font-size: 25px;
    }

}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
}
.hide-scrollbar::-webkit-scrollbar {
    width: 0 !important
}

/* disble card number input arrows */
/* Chrome, Safari, Edge, Opera */
.card-number::-webkit-outer-spin-button,
.card-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
.card-number[type=number] {
    -moz-appearance: textfield;
}

.btn {
    position: relative;
    overflow: hidden;
}

.save-spinner {
    border: 3px solid rgba(255, 255, 255, 0.5);
    border-top: 3px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: spin 0.8s linear infinite;
    z-index: 10;
}

.hidden {
    display: none;
}

@keyframes spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
