#main {
  background: url(../img/bg.jpg); }
  #main.blur {
    filter: blur(10px);
    filter: url(blur.svg);
    -webkit-filter: blur(10px); }

.wrapper {
  position: relative;
  display: block;
  width: 940px;
  margin: 0 auto; }

#poster {
  position: relative;
  display: block; }
  #poster .wrapper {
    width: 1097px; }
  #poster #theposter {
    position: relative;
    display: block;
    width: 1097px;
    background: url(../img/poster.png) center -375px no-repeat;
    height: 1500px;
    margin: 0;
    text-indent: -1000px;
    overflow: hidden; }

p {
  font-size: 16px; }

#buynow {
  background: url(../img/bgbuy.jpg) top center rgba(28, 20, 17, 0.94); }
  #buynow .buynowbtn {
    background: #018ad1;
    display: block;
    position: relative;
    width: 380px;
    height: 90px;
    top: -45px;
    margin: 0 auto;
    color: #cfe7f4;
    font-size: 28px;
    line-height: 90px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'GothamMedium';
    text-decoration: none;
    border-radius: 3px; }
    #buynow .buynowbtn span {
      font-family: 'GothamExtraLight'; }
    #buynow .buynowbtn:hover {
      background: #019bea; }
  #buynow .content {
padding-bottom: 150px; }
#buynow .content img {
float: left;
width: 140px;
margin-right: 20px;
position: relative;
display: block;
top: 85px; }
#buynow .content .right {
float: left;
width: 780px;
position: relative;
display: block; }
#buynow .content .right h2 {
color: #acacac; }
#buynow .content .right p {
color: #acacac; }
#buynow .content .right p a {
color: #ffffff;
text-decoration: none; }
#buynow .content .right p a:hover {
text-decoration: underline; }

#video {
  padding-top: 106px;
  padding-bottom: 150px;
  background: #fbdb1f; }
  #video p {
    color: #535353;
    margin-bottom: 36px; }
  #video h2 {
    color: #535353; }

#contact {
  background: #fff;
  padding-top: 106px;
  padding-bottom: 150px; }
  #contact h2 {
    color: #353535; }
  #contact .form {
    position: relative;
    display: block;
    width: 466px;
    margin: 0 auto; }
    #contact .form textarea {
      min-height: 155px;
      resize: none; }
    #contact .form .msg {
      font-size: 16px;
      font-family: 'GothamBook';
      border-radius: 3px;
      width: 100%;
      min-height: 70px;
      line-height: 70px;
      text-align: center;
      position: absolute;
      top: 140px;
      left: 0;
      z-index: 9;
      color: #ffffff; }
      #contact .form .msg.success {
        background: #f37021; }
      #contact .form .msg.error {
        background: #f32121; }
    #contact .form ul {
      padding: 0;
      margin: 0;
      position: relative;
      display: block; }
      #contact .form ul li {
        list-style: none;
        padding: 0;
        margin: 0 0 13px 0;
        position: relative;
        display: block; }
        #contact .form ul li .inputtext {
          width: 422px;
          background: none;
          border: none;
          background: #f6f6f6;
          border: 5px solid #e5e5e5;
          border-radius: 5px;
          font-size: 16px;
          color: #737373;
          padding: 17px;
          line-height: 22px 18px;
          font-family: 'GothamBook'; }
        #contact .form ul li .btn {
          border: none;
          background: none;
          background: #018ad1;
          display: block;
          position: relative;
          width: 140px;
          height: 60px;
          color: #cfe7f4;
          font-size: 20px;
          line-height: 60px;
          text-align: center;
          text-transform: uppercase;
          font-family: 'GothamBook';
          text-decoration: none;
          border-radius: 3px;
          float: right; }
          #contact .form ul li .btn:hover {
            background: #019bea; }

#footer {
  background: #fff;
  padding-bottom: 100px; }
  #footer .wrapper {
    border-top: 1px solid #e5e5e5; }
  #footer p {
    font-size: 12px;
    color: #87898c;
    float: right; }
    #footer p a {
      font-weight: bold;
      text-decoration: none;
      color: #87898c; }
      #footer p a:hover {
        text-decoration: underline; }

#overlay {
  left: 0;
  top: 0px;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 11;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6); }
  #overlay .close {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    background: url(../img/close.png) center center no-repeat;
    display: block;
    text-indent: -1000px;
    overflow: hidden;
    cursor: pointer; }
  #overlay .formbuy {
    position: relative;
    display: block;
    width: 420px;
    margin: 100px auto 0 auto;
    background: #f5f4f7;
    border-radius: 5px;
    padding: 34px 40px; }
    #overlay .formbuy h1 {
      margin: 0;
      padding: 0;
      font-family: 'GothamMedium';
      font-size: 24px;
      line-height: 28px;
      color: #000000; }
    #overlay .formbuy p {
      color: #000;
      font-size: 16px;
      font-family: 'GothamBook'; }
    #overlay .formbuy .selectable {
      float: left;
      margin-right: 5px; }
      #overlay .formbuy .selectable ul {
        margin: 0;
        padding: 0;
        background: #fff;
        border-radius: 2px;
        border: 1px solid #dddddd; }
        #overlay .formbuy .selectable ul li {
          list-style: none;
          float: left;
          border-left: 1px solid #dddddd; }
          #overlay .formbuy .selectable ul li:first-child {
            border: none; }
          #overlay .formbuy .selectable ul li a {
            height: 46px;
            width: 76px;
            padding: 10px 0 0 10px;
            display: block;
            line-height: 20px;
            text-align: left;
            position: relative;
            font-size: 16px;
            font-family: 'GothamBook';
            color: #2f2b2c;
            text-decoration: none; }
            #overlay .formbuy .selectable ul li a.selected {
              background: #f3f3f3;
              font-family: 'GothamMedium'; }
            #overlay .formbuy .selectable ul li a span {
              font-size: 13px; }
    #overlay .formbuy .stepper {
      float: left;
      border: 1px solid #dddddd;
      background: #fff;
      position: relative; }
      #overlay .formbuy .stepper .inputtext {
        border: none;
        height: 39px; }
      #overlay .formbuy .stepper .stepper-arrow {
        background: url(../img/stepper_arrow.png) right top no-repeat;
        width: 20px;
        height: 25px;
        text-indent: -1000px;
        overflow: hidden;
        position: absolute;
        right: 0;
        cursor: pointer; }
        #overlay .formbuy .stepper .stepper-arrow.up {
          top: 0; }
        #overlay .formbuy .stepper .stepper-arrow.down {
          bottom: 0px;
          background-position: right bottom; }
    #overlay .formbuy .inputtext {
      background: none;
      border: none;
      display: block;
      line-height: 20px;
      padding: 10px 8px 6px;
      font-size: 16px;
      font-family: 'GothamBook';
      color: #2f2b2c;
      background: #fff;
      border: 1px solid #dddddd;
      position: relative; }
      #overlay .formbuy .inputtext.number {
        width: 55px;
        float: left; }
      #overlay .formbuy .inputtext.fail {
        border-color: #d94e56; }
    #overlay .formbuy .checkinput {
      float: left;
      position: relative;
      top: 7px;
      margin-left: 15px; }
      #overlay .formbuy .checkinput label span {
        color: #000; }
    #overlay .formbuy .desc {
      font-size: 12px;
      display: block;
      position: relative;
      font-family: 'GothamBook';
      margin-top: 16px; }
      #overlay .formbuy .desc a {
        font-size: 15px; }
    #overlay .formbuy table tr td {
      padding-top: 5px; }
    #overlay .formbuy table tr th {
      border-bottom: 1px solid #DDDDDD; }
    #overlay .formbuy table .bottom td {
      border-bottom: 1px solid #DDDDDD;
      padding-top: 0px;
      padding-bottom: 5px; }
    #overlay .formbuy .check_info {
      text-decoration: underline;
      font-weight: bold;
      color: #222222; }
    #overlay .formbuy .info {
      display: none;
      background: #fff;
      border: 1px solid #DDDDDD;
      padding: 10px;
      margin-top: 10px; }
      #overlay .formbuy .info h2 {
        margin-bottom: 5px;
        border-bottom: 1px solid #222222; }
    #overlay .formbuy label {
      font-size: 14px;
      color: #000;
      font-family: 'GothamBook'; }
      #overlay .formbuy label span {
        color: #d94e56; }
    #overlay .formbuy .combobox {
      position: relative;
      display: block; }
      #overlay .formbuy .combobox .value {
        background: url(../img/select_arrow.png) right center no-repeat white;
        border: 1px solid #dddddd;
        padding: 10px 8px 6px;
        font-size: 16px;
        font-family: 'GothamBook';
        color: #2f2b2c;
        display: block;
        position: relative; }
      #overlay .formbuy .combobox.fail .value {
        border-color: #d94e56; }
      #overlay .formbuy .combobox select {
        opacity: 0.0;
        -moz-opacity: 0.0;
        filter: alpha(opacity=0);
        position: absolute;
        left: 0;
        top: 0;
        height: 40px;
        min-height: 40px;
        width: 100%; }
    #overlay .formbuy ul.fields {
      margin: 0;
      padding: 0;
      display: block;
      position: relative; }
      #overlay .formbuy ul.fields li {
        list-style: none;
        margin: 0 0 20px 0;
        padding: 0;
        display: block;
        position: relative; }
        #overlay .formbuy ul.fields li .inputtext {
          width: 402px; }
        #overlay .formbuy ul.fields li .combobox .value {
          width: 402px; }
        #overlay .formbuy ul.fields li label {
          display: block;
          margin-bottom: 4px; }
        #overlay .formbuy ul.fields li textarea {
          resize: none;
          height: 118px; }
        #overlay .formbuy ul.fields li .btn {
          border: none;
          background: none;
          background: #018ad1;
          display: block;
          position: relative;
          width: 100%;
          height: 44px;
          color: #ffffff;
          font-size: 16px;
          line-height: 48px;
          text-align: center;
          text-transform: uppercase;
          font-family: 'GothamBook';
          text-decoration: none;
          border-radius: 1px; }
          #overlay .formbuy ul.fields li .btn:hover {
            background: #019bea; }