/* 
* @include triangle within a pseudo element and add positioning properties (ie. top, left)
* $direction: up, down, left, right
*/
@font-face {
  font-family: "OpenSans";
  src: url("font/opensans/OpenSans-Regular.ttf") format("truetype"); }

#schlHeader, .dBlock {
  display: none !important; }

.box743Borders {
  border: none !important;
  padding: 0 !important; }

body {
  background: #EBEAE8; }

.page {
  font-family: "OpenSans", sans-serif;
  width: 920px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden; }
  .page .header .sponsored {
    font-size: 13px;
    padding: 10px 0px; }
  .page .content {
    box-sizing: border-box;
    padding: 10px; }
    .page .content .container {
      box-sizing: border-box;
      float: left;
      width: calc(100% / 2);
      padding: 0px 20px; }
      .page .content .container.decoration {
        border-right: 2px solid #C41721;
        width: calc(100% / 2 - 2px); }
    .page .content .form .title {
      border: 2px solid #C41721;
      border-left: none;
      border-right: none;
      margin-top: 50px; }
    .page .content .title {
      font-size: 25px;
      font-weight: bold;
      padding: 10px;
      color: #C41721;
      border: 2px solid #C41721;
      border-left: none;
      border-right: none;
      width: 60%;
      text-align: center;
      margin: 20px auto; }
    .page .content .subtitle {
      font-size: 18px;
      font-weight: bold;
      padding: 10px;
      padding-left: 0px;
      margin-top: 20px;
      color: #C41721; }
    .page .content .text {
      margin-bottom: 10px;
      font-size: 15px;
      line-height: 20px; }
      .page .content .text ol ul {
        margin-top: 10px;
        font-weight: bold; }
        .page .content .text ol ul li {
          margin-top: 10px; }
      .page .content .text.middle {
        text-align: center; }
        .page .content .text.middle p {
          padding: 0px 20px;
          text-align: center; }
      .page .content .text.rules {
        margin-top: 5px;
        float: left;
        font-size: 13px; }
        .page .content .text.rules a {
          border-bottom: 1px solid #D52730 !important;
          color: #D52730 !important; }
        .page .content .text.rules p {
          padding: 0px 20px;
          text-align: justify; }
    .page .content .deadline {
      width: 200px;
      margin: 10px auto;
      font-size: 14px;
      text-align: center;
      color: #D52730;
      font-weight: bold;
      line-height: 14px;
      margin-top: 25px; }
    .page .content a {
      text-decoration: none !important; }
    .page .content .button {
      background: #D52730;
      border: 1px solid #C41721;
      width: 200px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      padding: 1px;
      text-align: center;
      font-size: 15px;
      font-weight: bold;
      margin: 10px auto;
      color: #333;
      color: #fff;
      cursor: pointer;
      -webkit-transition: all 400ms ease-in-out;
      -moz-transition: all 400ms ease-in-out;
      -o-transition: all 400ms ease-in-out;
      transition: all 400ms ease-in-out;
      margin-bottom: 30px; }
      .page .content .button:hover {
        color: #fff;
        background: #C41721; }
        .page .content .button:hover .lines {
          border-color: #fff;
          text-decoration: none !important; }
      .page .content .button .lines {
        margin: 10px;
        padding: 10px 12px;
        border: 2px solid #333;
        border-color: #fff;
        border-left: none;
        border-right: none; }
    .page .content .form {
      width: 100%;
      box-sizing: border-box;
      float: left; }
      .page .content .form input, .page .content .form select {
        width: 99%;
        padding: 8px;
        box-sizing: border-box;
        margin-bottom: 10px; }
      .page .content .form .input-fields {
        box-sizing: border-box;
        padding: 10px;
        margin-bottom: 10px;
        overflow: hidden;
        width: 100%; }
        .page .content .form .input-fields .inline {
          float: left;
          width: calc(100% / 2); }
          .page .content .form .input-fields .inline input, .page .content .form .input-fields .inline select {
            width: 98%; }
          .page .content .form .input-fields .inline:last-child {
            background: red; }
