@import url("//d3a1v57rabk2hm.cloudfront.net/underclub/booksea-copy-15/css/utility.min.css?ts=1494003206&host=my.cratejoy.com");


/*==== General Styles ====*/
body {
    font-family: 'Brandon Light';
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #221f1f;
}
b, strong {
    font-family: 'Brandon Bold';
} 


/*==== Custom Classes ====*/
.btn {
    -webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	-ms-transition: background 0.1s linear;
	transition: background 0.1s linear;
}
a {
    -webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	-ms-transition: color 0.1s linear;
	transition: color 0.1s linear;
}
.green-bg {
    background: #c6e7ea;
}
.grey-bg {
    background: #f5f6f7;
}
.noscroll {
    overflow-y: hidden;
    position: relative;
}

#wrapper {
    height: 100%;
}
.error {
    color: #ff0000;
    font-size: 13px;
    text-align: center;
}


/*==== Navbar ====*/
.inner {
    padding-top: 74px;
}
.navbar {
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 15px;
    background: transparent;
    -webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.navbar.scrolled, .inner .navbar {
    background: rgba(255,255,255,1);
}
.top-v-nav {
    margin-top: -5px;
}
.top-v-nav li {
    display: inline-block;
    border-right: 1px solid #000;
    padding-right: 20px;
    padding-left: 15px;
    line-height: 1em;
}
.top-v-nav li:last-child {
    border-right: none;
    padding-right: initial;
}
.top-v-nav li a {
    color: #221f1f;
    text-decoration: none;
    letter-spacing: 0.2em;
    font-size: 18px;
}
.top-v-nav li a:hover {
    font-weight: bold;
}
.logo img {
    margin: auto;
    max-width: 214px;
}
.openNav {
    font-size: 34px;
    line-height: 34px;
    cursor: pointer;
    display: block;
    margin-top: -8px;
}
.openNav span {
    font-size: 20px;
    vertical-align: middle;
    top: -5px;
    position: relative;
    text-transform: uppercase;
}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 0;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    overflow-y: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 10%;
    bottom: 180px;
    max-height: 70%;
    overflow-y: scroll;
}

.overlay .cta {
    position: absolute;
    bottom: 40px;
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 34px;
    letter-spacing: 0.15em;
    color: #a7a8ab;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #221f1f;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 54px;
    line-height: 40%;
    text-align: center;
    letter-spacing: 0;
    color: #221f1f;
}
.overlay .closebtn span {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/*==== Header Carousel ====*/
/*.carousel-inner {
    background: url("//d3a1v57rabk2hm.cloudfront.net/underclub/booksea-copy-15/images/loading.gif?ts=1494003212&host=my.cratejoy.com") center center no-repeat;
}*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.fill {
	background-repeat: no-repeat;
    background-position-y: 0;
	background-position-x: 100%;
	background-size: cover;
	background-attachment: fixed;
}
.carousel-indicators {
    left: 40px;
    margin-left: 0;
    text-align: left;
}
.carousel-indicators li {
    background: #fff;
    border: none;
}
.carousel-indicators .active {
    background: #000;
    border: none;
    width: 10px;
    height: 10px;
    margin: 1px;
}
.carousel-heading {
    position: absolute;
    top: 35%;
    left: 40px;
}
.carousel-heading.right {
    right: 40px;
    left: auto;
}
.carousel-heading h1 {
    font-size: 75px;
    letter-spacing: 0.15em;
    color: #221f1f;
}
.carousel-heading h1 span {
    position: relative;
}
.carousel-heading h1 span:after {
    content: '';
    border-bottom: 3px solid #000;
    position: absolute;
    width: 30px;
    bottom: 0;
    left: 12px;
}
.carousel-caption {
    text-shadow: none;
    color: #221f1f;
    padding-bottom: 10px;
    letter-spacing: 0.1em;
}
.carousel-caption .btn {
    color: #221f1f;
    border: 1px solid #221f1f;
    border-radius: 0;
    font-size: 20px;
    letter-spacing: 0.15em;
    padding: 7px 25px;
    margin: 20px 10px 40px 10px;
}
.carousel-caption .btn:hover,
.carousel-caption .btn:active,
.carousel-caption .btn:focus {
    background: #221f1f;
    color: #fff;
    box-shadow: none;
}
.mob {
    display: none;
}

/*==== Section Styles ====*/
.section-title {
    font-family: 'Brandon Bold';
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 30px;
}


/*==== Upgrade U ====*/
#upgrade p {
    font-size: 16px;
    line-height: 38px;
}
#upgrade .section-title span {
    position: relative;
}
#upgrade .section-title span:after {
    content: '';
    border-bottom: 2px solid #000;
    position: absolute;
    width: 14px;
    bottom: 0;
    left: 1px;
}

/*==== How it works ====*/
#how .media {
    margin: 0;
}
#how .media-object {
    max-width: 250px;
}
#how .media-body span {
    font-size: 32px;
}

/*==== Plans ====*/
#plans .wrapTab {
    border-radius: 50%;
    overflow: hidden;
    width: 160px;
    height: 160px;
    margin: auto;
}
#plans a {
    display: table;
    border-collapse: separate !important;
    border-spacing: 0;
    overflow: hidden;
    margin: auto;
    width: 160px;
    height: 160px;
    background: #daecef;
    border-radius: 50%; 
    color: #010101;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em;
}
#plans a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
#plans a:hover {
    background: #010101;
    color: #fff;
}
#plans a span.duration {
    display: table-cell;
    vertical-align: middle;
}
#plans a span.duration span {
    line-height: 70%;
}
#plans a .price {
    display: none;
}
#plans a:hover .duration {
    display: none;
}
#plans a:hover .price {
    display: inline;
}
#plans p {
    margin-top: 40px;
    line-height: 34px;
}

/*==== Fall in Love ====*/
#fall p.sub-title {
    font-weight: bold;
    margin-bottom: 60px;
}
.owl-thumb-item {
    width: 16.66%;
    padding: 10px;
    background: transparent;
    border: none;
    text-align: center;
    vertical-align: middle;
}
.owl-thumb-item img {
    max-width: 100%;
    margin: auto;
    max-height: 30px;
    opacity: 0.3;
    -webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.owl-thumb-item:focus {outline:0;}
.owl-thumb-item.active img {
    opacity: 1;
}
.owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    top: 35%;
}
.owl-theme .owl-nav .owl-prev {
    left: 0;
    position: absolute;
}
.owl-theme .owl-nav .owl-next {
    right: 0;
    position: absolute;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #a7a9ac;
    font-size: 14px;
    margin: 5px;
    padding: 4px 0px;
    width: 28px;
    height: 28px;
    background: #f5f6f7;
    border: 1px solid #f5f6f7;
    border-radius: 50%!important;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    border-color: #a7a9ac;
    background: transparent;
    color: #a7a9ac;
}
.owl-dots {
    display: none;
}
.testi-carousel .owl-nav {
    top: 0;
}
.owl-thumbs {
    border-top: 3px solid #f5f6f7;
    padding: 40px;
    margin-top: 40px;
}
.owl-carousel.insta-carousel .owl-stage-outer {
    margin: 0px 20%;
}
.owl-carousel.owl-drag .owl-item img {
    max-width: 150px;
}

/*==== CTA ====*/
.form {
    border-bottom: 1px solid #7e7d7d;
    padding-bottom: 15px;
}
.sform {
    position: relative;
}
.form input[type="email"] {
    height: 36px;
    background: transparent;
    border: none;
    box-shadow: none;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.form .btn, 
.form .btn:active,
.form .btn:focus {
    padding: 0;
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
}
#cta .input-group .form-control {
    padding-left: 47px;
}
#cta img.brief {
    border: 10px solid #c3e7ea;
}


/*==== Footer ====*/
#footer {
    font-size: 14px;
    font-weight: bold;
}
.social-nav {
    padding: 0;
}
.social-nav li {
    display: inline-block;
    margin: 12px;
}
.social-nav li a {
    color: #989898;
    font-size: 20px;
    padding: 0;
}
.social-nav li a:hover {
    color: #221f1f;
}
.footer-nav li {
    display: inline-block;
    text-transform: uppercase;
    padding: 0 10px;
    border-right: 1px solid #221f1f;
    line-height: 60%;
}
.footer-nav li:last-child {
    border-right: none;
}
.footer-nav li a {
    color: #221f1f;
    font-size: 10px;
}
body.modal-open .modal {
    display: flex !important;
    height: 100%;
} 

body.modal-open .modal .modal-dialog {
    margin: auto;
}

.modal-open {
    overflow: visible;
}
.modal-content {
    border-radius: 0;
    -webkit-box-shadow: 10px 15px 30px rgba(0,0,0,.3);
    -moz-box-shadow: 10px 15px 30px rgba(0,0,0,.3);
    box-shadow: 10px 15px 30px rgba(0,0,0,.3);
    border: none;
}
.modal-content img.heart {
    margin-top: -50px;
    margin-bottom: 30px;
}
.modal-header {
    border: none;
}
.modal .btn-primary {
    text-transform: uppercase;
    margin: 50px auto 30px;
    border: 1px solid #c6e7ea;
    color: #494747;
    background: transparent;
    border-radius: 0;
    padding: 12px 30px;
    font-size: 16px;
}
.modal .btn-primary:hover,
.modal .btn-primary:active,
.modal .btn-primary:focus {
    background: #c6e7ea;
}
.modal-header .close {
    font-size: 54px;
    line-height: 40%;
    text-align: center;
    color: #221f1f;
    opacity: 1;
}
.modal-header .close span {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
@media screen and (max-width: 1024px) {
    .fill {
        background-attachment: scroll;
    }
}
@media screen and (max-width: 992px) {
	.owl-theme .owl-nav [class*=owl-] {
        padding: 0;
    }
}
@media screen and (max-width: 1199px) {
    .owl-carousel.insta-carousel .owl-stage-outer {
        margin: 0px 14%;
    }
    .slide1 {
        background-position-x: 60%;
    }
    .slide2 {
        background-position-x: 80%;
    }
    .slide3 {
        background-position-x: 1%;
    }
    .carousel-heading h1 {
        font-size: 2.5em;
    }
    .carousel-heading h1 span:after {
        content: '';
        border-bottom: 2px solid #000;
        position: absolute;
        width: 24px;
        bottom: 0;
        left: 4px;
    }
}

@media screen and (max-width: 767px)  {
    .white-bg-mob {
        background: #fff;
    }
    .section {
        min-height: 100%;
    }
    .navbar, .navbar.scrolled {
        background: rgba(255,255,255,0.8);
        padding-top: 17px;
        padding-right: 15px;
        padding-bottom: 5px;
    }
    .social-nav {
        padding: 0;
    }
    .carousel-heading,
    .carousel-heading.right {
        top: 50%;
        left: 10px;
        right: 10px;
        text-align: center;
    }
    .carousel-heading h1 {
        font-size: 1.85em;
    }
    .carousel-caption .btn {
        display: none;
    }
    .carousel-caption.mob {
        display: block;
    }
    .carousel-caption.mob .btn {
       position: fixed;
       bottom: 0px;
       width: 50%;
       right: 0;
       margin: 0;
       background: rgba(255,255,255,0.8);
       border-width: 1px 0 0 1px;
       padding: 10px;
       display: block;
    }
    .carousel-caption.mob .btn:first-child {
        left: 0;
        border-left: none;
    }
    .carousel-caption.mob .btn:hover,
    .carousel-caption.mob .btn:active,
    .carousel-caption.mob .btn:focus {
        background: #221f1f!important;
        color: #fff;
        box-shadow: none;
    }
    .navbar.scrolled, .carousel-caption.mob .btn.scrolledbtn {
        background: rgba(255,255,255,1);
    }
    .carousel-caption {
        padding-bottom: 60px;
        font-size: 14px;
        left: 0;
        right: 0;
    }
    .carousel-indicators {
        left: 50%;
        margin-left: -30%;
        text-align: center;
        bottom: 50px;
    }
    .carousel-heading h1 span {
        left: -3px;
    }
    .carousel-heading h1 span:after {
        border-bottom: 2px solid #000;
        position: absolute;
        width: 20px;
        bottom: 0;
        left: 4px;
    }
    .section-title {
        font-size: 16px;
    }
    .owl-dots {
        display: block;
        margin-top: 20px;
    }
    .owl-theme .owl-dots .owl-dot span {
        background: #fff;
    }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #221f1f;
    }
    .how-carousel {
        text-align: center;
    }
    .how-carousel p span {
        font-size: 32px;
        display: block;
        margin-bottom: 20px;
    }
    #plans .section-title {
        margin-bottom: 0;
    }
    #plans p {
        display: none;
        margin-top: 0;
    }
    #plans .wrapTab {
        width: 130px;
        height: 130px;
        margin-bottom: 30px;
    }
    #plans a {
        width: 130px;
        height: 130px;
    }
    #plans .plan {
        margin-top: -15px;
    }
    #plans a:hover .duration {
        display: table-cell;
    }
    #plans a:hover .price {
        display: none;
    }
    .owl-theme .owl-nav {
        display: none;
    }
    .owl-theme.insta-carousel .owl-dots .owl-dot span,
    .owl-theme.testi-carousel .owl-dots .owl-dot span {
        border: 1px solid #221f1f;
    }
    #fall .row.m-t-70 {
        margin-top: 30px;
    }
    .testi-carousel .item img {
        max-height: 15px;
        width: auto;
        margin: 20px auto 0 auto;
    }
    .testi-carousel .item p {
        font-size: 14px;
        line-height: 24px;
    }
    .owl-thumbs {
        display: none;
    }
    #cta {
        text-align: center;
    }
    #cta img {
        margin: auto;
    }
    #cta .section-title {
        margin-top: -40px;
        margin-bottom: 50px;
        color: #c6e7ea;
    }
    
    #footer {
        padding-bottom: 50px;
    }
    .footer-nav {
        text-align: center;
    }
    .overlay .overlay-content a {
        border-top: 1px solid #a7a8ab;
        font-size: 18px;
        padding: 30px 10px;
    }
    .overlay .overlay-content a:hover,
    .overlay .overlay-content a:active,
    .overlay .overlay-content a:focus {
        font-family: 'Brandon Bold';
    }
    .overlay .overlay-content {
        position: absolute;
        bottom: 130px;
        top: auto;
        overflow: scroll;
        max-height: 65%;
    }
    .overlay .closebtn {
        top: 2px;
        right: 5px;
    }
    .overlay .cta {
        position: absolute;
        bottom: 0;
        top: auto;
        padding: 25px 10px;
        width: 100%;
        text-align: center;
        border-top: 1px solid #a7a8ab;
        background: #f0efef;
    }
    .overlay .form {
        display: none;
    }
    body.modal-open .modal .modal-dialog {
        margin: auto 15px;
    }
    .owl-carousel.insta-carousel .owl-stage-outer {
        margin: 0;
    }
    .owl-carousel.owl-drag .owl-item img {
        max-width: 100%;
    }
    .slide1 {
        background-position-x: 90%;
    }
    .slide2 {
        background-position-x: 55%;
    }
    .slide3 {
        background-position-x: 6%;
    }
    .fill {
        background-attachment: scroll;
    }
    #upgrade .section-title span:after {
        width: 10px;
    }
}

