
#description img {
    margin-bottom: 20px;
    margin-top: 20px;
}

#description p,
#pledge_header p {
    text-align: justify;
}

/* http://nicolasgallagher.com/jump-links-and-viewport-positioning/demo/ */
/* Fix #description going below the navbar when clicking 'Learn more' */
#description_anchor {
    padding-top: 180px;
    margin-top: -150px;
    margin-bottom: 0;
    pointer-events: none;
}

#description_content {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
}

#description hr {
    margin-top: 40px;
    margin-bottom: 40px;
}

#description b {
    color: white;
}

#rewards_details li {
    margin-top: 18px;
}

.pledge_pack {
    padding: 0;
    margin-bottom: 60px;
    border: solid 5px #464545;
    border-radius: 4px;
    text-align: center;
    background-color: #191919;
    position: relative;
    cursor: pointer;
}

.pledge_pack.pack_buy:hover {
    border: solid 5px #0063A1;
    cursor: pointer;

    animation-name: highlightpledge;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}
@keyframes highlightpledge {
    from {
        border:solid 5px #464545;
    }

    to {
        border:solid 5px #0063A1;
    }
}

.pledge_pack.current_pack::after {
    content: 'Current';
    position: absolute;
    top: 12px;
    right: 0;

    -webkit-transform: rotate(48deg);
    -moz-transform: rotate(48deg);
    -o-transform: rotate(48deg);
    transform: rotate(48deg);

    color: white;
    font-size: 11px;
}
.pledge_pack.current_pack::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    border: 25px solid #0c0;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.pledge_pack.digital_pack::after {
    content: 'Digital';
    position: absolute;
    top: 12px;
    right: 0;

    -webkit-transform: rotate(48deg);
    -moz-transform: rotate(48deg);
    -o-transform: rotate(48deg);
    transform: rotate(48deg);

    color: white;
    font-size: 11px;
}
.pledge_pack.digital_pack::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    border: 25px solid #0063A1;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.pledge_pack.shipping_pack::after {
    content: 'Physical';
    position: absolute;
    top: 13px;
    right: -3px;

    -webkit-transform: rotate(46deg);
    -moz-transform: rotate(46deg);
    -o-transform: rotate(46deg);
    transform: rotate(46deg);

    color: white;
    font-size: 11px;
}
.pledge_pack.shipping_pack::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    border: 25px solid #303030;
    border-bottom-color: transparent;
    border-left-color: transparent;
}


.pack_title {
    padding: 10px;
    font-weight: bold;
}


.pack_title .pack_price {
    text-align: left;
    font-size: 32px;
    font-weight: bold;
}

.pack_title .pack_price s,
.pack_title .upgrade_for {
    font-weight: normal;
    color: #999;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
}

.pack_title .upgrade_for {
    color: white;
}

.pack_title .pack_price .price_converted {
    font-weight: normal;
    font-size: 12px;
    margin-top: -8px;
}

.pack_title .small_button {
    background-color: #50C902;
    text-transform: uppercase;
    text-align: left;
}

.pack_title .pack_name {
    text-align: left;
    display: table;
    width: 100%;
    margin-top: 10px;
}
.pack_title .pack_name .pack_name_name {
    display: table-cell;
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
}

.pack_title .pack_name .pack_name_shipping {
    display: table-cell;
    text-align: right;
    text-transform: none;
    font-size: 12px;
    font-weight: normal;
}

.pledge_pack.pack_buy:hover .small_button {
    background-color: #0063A1;
    animation-name: highlightbackground;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

@keyframes highlightbackground {
    from {
        background-color: #50C902;
    }
    to {
        background-color: #0063A1;
    }
}

.pledge_pack.pack_buy:hover .pack_price,
.pledge_pack.pack_buy:hover .pack_name {
    color: #0063A1;
    animation-name: highlightfont;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}
@keyframes highlightfont {
    from {
        color: #ebebeb;
    }
    to {
        color: #0063A1;
    }
}

.big_button {
    background-color: #50C902;
    text-transform: uppercase;
    font-size: 22px;
}

#pledge_header .header {
    line-height: 1;
}

#pledge_header .header b {
    font-size: 48px;
}

#pledge_header .header small {
    color: #999;
    font-size: 16px;
    font-weight: normal;
}

#pledge_header .sub_header b {
    font-size: 18px;
}

#pledge_header .sub_header small {
    color: #999;
    font-size: 12px;
    font-weight: normal;
}


#pledge_header small {
    color: #999;
}

#pledge_header .mobile_header {
    margin-top: 12px;
    font-size: 18px;
    font-weight: bold;
}

#pledge_header .mobile_header small {
    font-weight: normal;
    font-size: 14px;
    margin-top: -4px;
    margin-bottom: 8px;
}

.text-muted .pack_price {
    font-weight: normal;
    color: rgba(235, 235, 235, 0.5);
}

ul.pledge_pack_list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    overflow: hidden;
    max-height: 144px;
}

ul.pledge_pack_list.opened {
    max-height: 4000px !important;
}

ul.pledge_pack_list li {
    list-style: none;
    padding: 8px;
}
ul.pledge_pack_list li:nth-of-type(odd) {
    background: #303030;
}

.pledge_pack .more {
    padding: 8px;
    display: block;
    background-color: #303030;
    color: #7bd2df;
    text-decoration: none;
}
.pledge_pack .more:hover {
    color: #b9d7dc;
    text-decoration: none;
}

.pack_badge_anchor {
    position: relative;
}

.pack_badge {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 64px;
    height: 64px;
}

.sliding_features {
    margin-left:  70px;
    margin-right: 70px;
    margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
    .sliding_features {
        margin-left:  0;
        margin-right: 0;
    }
    .slick-prev,
    .slick-next {
        display: none;
    }
}

.slide_feature {
    margin-left: 6px;
    margin-right: 6px;
    text-align: center;
    outline: none;
}

.slide_feature img {
    max-width: 100%;
    max-height: 120px;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
}

.slide_feature:hover {
    outline: none;
}
.sliding_screenshots .yt {
    cursor: pointer;
    outline: none;
    font-size: 0;
}

.sliding_screenshots .yt:after {
    content: "";
    position: absolute;
    display: block;
    background: url('/static/img/youtube_play.svg') no-repeat 0 0;
    top: 43%;
    left: 45%;
    width: 70px;
    height: 50px;
    z-index: 1000;
}

.sliding_screenshots .yt:hover:after {
    background: url('/static/img/youtube_play_active.svg') no-repeat 0 0;
}

.sliding_screenshots .yt.playing_video img {
    display: none;
}
.sliding_screenshots .yt.playing_video:after {
    display: none;
}

.sliding_screenshots .yt .yt_title {
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px;
    background-color: rgba(0, 0, 0, 0.7);
}
.sliding_screenshots .yt.playing_video .yt_title {
    display: none;
}

.sliding_screenshots_nav img {
    margin: 10px;
    outline: #bbb solid 1px;
    opacity: 0.5;
    transition: all 300ms ease;
}

.sliding_screenshots_nav img.slick-current,
.sliding_screenshots_nav img.slick-center {
    outline: #0063A1 solid 2px;
    transform: scale(1.1);
    opacity: 1;
}

#dataConfirmModal table {
    width: 100%;
}
#dataConfirmModal table td {
    padding-top: 6px;
    vertical-align: bottom;
}

#dataConfirmModal table td:nth-child(1) {
    padding-right: 30px;
}

#dataConfirmModal table tr.hr {
    border-bottom: solid 1px #777;
    height: 1px;
}
#dataConfirmModal small {
    font-size: 9px;
}

.countdown{
	display: block;
	text-align: center;
    border-radius: 4px;
}

.countdown > div {
    width: 60px;
	display: inline-block;
}

.countdown div > span {
    font-weight: bold;
    font-size: 24px;
	display: inline-block;
    vertical-align: 12px;
}

.countdown div > span.days {
    font-size: 48px;
}

.countdown .smalltext{
	padding-top: 5px;
	font-size: 8px;
    color: #999;
}

.last_chance_to_secure {
    text-shadow: 0 0 8px #fff;
}