@import url(https://fonts.googleapis.com/css?family=Nunito:400,700,300);

html {
    height: 100%;
    color: #000;
}

body {
    background-color: #CBD3E0;
    padding: 0;
    margin: 0;
    font-family: 'Nunito', sans-serif;
}

h1,h2,h3,h4,h5,h6,h7 {
    font-weight: 300;
}

.wrap {
    min-height: 100%;
    background: url(../images/bg-bottom.png) no-repeat top;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
}

.register .wrap {
    background-position: 100% -10px, bottom;
}

.main {
    max-width: 1500px;
    margin: 0 auto;
    padding: 50px 0;
}

.main .inner {
    max-width: 925px;
    margin: 0 auto;
    text-align: center;
}

.main .inner img {
    max-width: 90%;
}

body>.header {
    /* Specific because Tugg */
    background-color: #000;
    padding: 15px 15px 5px 15px;
    border-bottom: none;
    margin-bottom: 0;
    overflow: hidden;
    clear: both;
    box-shadow: 0 0 20px #000;
}

.header img {
    max-width: 100%;
}

.header .left {
    float: left;
    text-align: left;
    width: 45%;
    position: relative;
}

.header .right {
    float: right;
    text-align: right;
    width: 45%;
    position: relative;
}

.title {
    z-index: -1;
    text-align: center;
    position: relative;
    background: url(../images/bg-top.png) repeat-x top;
    line-height: 0;
}

.title img {
    position: relative;
    width: 90%;
    max-width: 1114px;
}

.buttons {
    position: relative;
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    margin-top: -225px;
    margin-bottom: 130px;
    overflow: auto;
    clear: both;
}

.buttons a {
}

.buttons a.bluray {
    float: left;
    padding-left: 10px;
}

.buttons a.digitalhd {
    float: right;
    padding-right: 10px;
}

.buttons img {
    width: 100%;
}

.dates {
    background-color: #E20B1D;
    color: #fff;
    text-align: center;
    padding: 12px 0 8px 0;
}

.dates img {
    max-width: 100%;
}

.billing {
    margin: 50px 0;
}

.video-wrap {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.video {
    position: relative;
    margin: 25px auto;
    text-align: center;
    padding-bottom: 56.25%;
    height: 0;
    text-align: center;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fb-like {
    margin-right: 30px;
    top: -5px;
    position: relative;
    overflow: hidden;
    height: 20px;
}

.packs {
    overflow: auto;
    clear: both;
    text-align: center;
}

.pack {
    padding: 0 50px;
    display: inline-block;
}

.packs .divider {
    width: 100%;
    height: 2px;
    background-color: #80020F;
    margin: 40px 0 0 0;
}

#popover-digital, #popover-dvd, #popover-bluray {
    position: absolute;
    display: none;
    z-index: 1000;
}

#popover-digital {
    background: url(../images/popup.png) no-repeat;
    width: 291px;
    height: 252px;
    padding: 25px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#popover-digital a {
    width: 119px;
    height: 47px;
    padding: 0;
    float: left;
}

#popover-dvd, #popover-bluray {
    background: url(../images/popup2.png) no-repeat;
    width: 168px;
    height: 252px;
    padding: 25px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#popover-dvd a, #popover-bluray a {
    height: 46px;
    padding: 0;
    display: block;
}

.footer {
    color: #fff;
    background-color: #000;
    margin: 0 auto;
    padding: 25px;
    overflow: auto;
    clear: both;
    text-transform: uppercase;
    font-size: 60%;
}

.footer .flags {
    margin-top: 10px;
}

.footer .asterisk {
    margin: 10px 0;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer img {
    max-width: 100%;
}

.footer .left {
    float: left;
    width: 40%;
    margin-top: -12px;
}

.footer .right {
    float: right;
    text-align: right;
    width: 60%;
}

.footer .left img {
    margin: 10px;
}

.footer .left img:first-child {
    margin-left: 0;
}

.footer .logo {
    float: right;
    padding: 5px 0 25px 10px;
}

.footer .menu {
    margin-bottom: 20px;
    white-space: nowrap;
}

.footer .menu a {
    padding: 0 15px;
    display: inline-block;
}

.footer .menu a:last-child {
    padding-right: 0;
}

.footer .copyright {
    margin: 0;
    color: #fff;
}

.footer .tagline {
    margin: 0;
    letter-spacing: -1px;
}

#pp_registration {
    background: url(../images/bg-bottom.png) no-repeat top;
    background-color: #CBD3E0;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    padding: 25px;
}

#pp_contrainer {
    max-width: 520px;
    width: 95%;
}

#pp_registration .title {
    text-align: center;
    background: none;
    margin-bottom: 25px;
}

#pp_registration .title img {
    width: 100%;
    max-width: 515px;
}

#pp_registration #pp_submit {
    border: none;
    width: 154px;
    height: 34px;
    text-indent: -10000px;
    background: url(../images/submit-button.png) no-repeat;
}

/**
 *
 * Utility
 *
 **/

.pull-right {
    float: right;
}

.center {
    text-align: center;
}
