@import url(normalize.css);
/* Rugby Vision colours */
/* Typeography https://www.google.com/fonts#UsePlace:use/Collection:Droid+Serif:400,700,400italic,700italic|Roboto:400,100,500,700,900,400italic,500italic,700italic,900italic */
@import url(colorbox.css);
body {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1em;
  text-align: justify;
  line-height: 1.3em;
  color: #808184; }

p {
  font-size: 1em;
  text-align: justify;
  line-height: 1.3em; }

h1, h2, h3 {
  font-weight: 100;
  margin: 0 0 15px 0;
  padding: 0;
  text-transform: uppercase;
  line-height: 1em;
  text-align: left; }

h2 {
  font-size: 40px; }

ul {
  list-style-type: none; }

a {
  text-decoration: none;
  color: #46c7f4; }
  a:hover {
    color: #f16522; }

html,
body {
  margin: 0;
  padding: 0;
  height: 100%; }

.hide {
  display: none; }

main.wrapper {
  width: 100%;
  min-height: 100%;
  position: relative; }

a.button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  font-family: "Droid Serif", serif;
  font-weight: 700;
  font-style: italic;
  background: #cbcb30;
  display: inline-block;
  padding: 13px 20px;
  text-align: center; }
  a.button.full-width {
    display: block; }
  a.button:hover {
    color: #231f20;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: inset 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: inset 0px 2px 5px 0px rgba(50, 50, 50, 0.75); }
  a.button i {
    margin-right: 10px; }

@media screen and (max-width: 568px) {
  h2 {
    font-size: 27px;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; } }

header .socials {
  float: left;
  margin-top: 48px;
  width: 150px;
  color: #fff; }
  @media screen and (max-width: 1024px) {
    header .socials {
      display: none; } }
  header .socials span {
    margin-top: 3px;
    display: inline-block; }
  header .socials a {
    color: #fff;
    float: left;
    font-size: 23px;
    padding: 0 12px 0 0; }
    header .socials a:hover {
      color: #cbcb30; }

header, footer {
  width: 100%;
  height: 117px;
  background: #231f20; }
  header:before, header:after, footer:before, footer:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden; }
  header:after, footer:after {
    clear: both; }
  @media screen and (max-width: 1024px) {
    header, footer {
      height: 90px; } }
  @media screen and (max-width: 568px) {
    header, footer {
      height: 140px; } }
  header .inner-wrapper, footer .inner-wrapper {
    max-width: 1280px;
    margin: 0 auto; }
  header .crunch-time-graphic, footer .crunch-time-graphic {
    float: left;
    width: 30%; }
    @media screen and (max-width: 568px) {
      header .crunch-time-graphic, footer .crunch-time-graphic {
        display: none; } }
    @media screen and (max-width: 1024px) {
      header .crunch-time-graphic, footer .crunch-time-graphic {
        float: right;
        width: 20%; } }
    header .crunch-time-graphic img, footer .crunch-time-graphic img {
      height: 115px;
      float: right; }
      @media screen and (max-width: 1024px) {
        header .crunch-time-graphic img, footer .crunch-time-graphic img {
          height: 90px; } }
  header .header-logo, footer .header-logo {
    float: left;
    width: 26%; }
    @media screen and (max-width: 568px) {
      header .header-logo, footer .header-logo {
        width: 100%; } }
    header .header-logo img, footer .header-logo img {
      height: 70px;
      margin: 19px 0px 0 10px; }
      @media screen and (max-width: 1024px) {
        header .header-logo img, footer .header-logo img {
          height: 50px;
          margin: 18px 0 0 10px; } }
      @media screen and (max-width: 568px) {
        header .header-logo img, footer .header-logo img {
          height: 65px; } }
  header .footer-logo, footer .footer-logo {
    float: right; }
    header .footer-logo img, footer .footer-logo img {
      height: 77px;
      margin: 17px 10px 0 0; }
      @media screen and (max-width: 1024px) {
        header .footer-logo img, footer .footer-logo img {
          height: 60px;
          margin: 13px 10px 0 0; } }
      @media screen and (max-width: 568px) {
        header .footer-logo img, footer .footer-logo img {
          height: 64px; } }
  header p, footer p {
    color: #fff;
    position: absolute;
    text-align: center;
    top: 30px;
    left: 0;
    width: 100%;
    height: 30px; }
    @media screen and (max-width: 1024px) {
      header p, footer p {
        top: 20px; } }
    @media screen and (max-width: 568px) {
      header p, footer p {
        top: 80px; } }

nav.nav-wrapper {
  float: left;
  width: 43.9%;
  margin: 30px 0 0 0px; }
  @media screen and (max-width: 1024px) {
    nav.nav-wrapper {
      margin: 20px 0 0 0px;
      font-size: 12px;
      width: 48%; } }
  @media screen and (max-width: 568px) {
    nav.nav-wrapper {
      width: 100%;
      margin: 0;
      font-size: 11px; } }
  nav.nav-wrapper ul.menu {
    height: 30px;
    margin-left: 14%;
    padding: 0; }
    @media screen and (max-width: 568px) {
      nav.nav-wrapper ul.menu {
        margin: 15px 0 0 4%; } }
    nav.nav-wrapper ul.menu li {
      display: inline-block;
      border-right: 1px dotted #cccccc;
      height: 30px;
      margin-right: 8px;
      padding-right: 12px; }
      @media screen and (max-width: 1024px) {
        nav.nav-wrapper ul.menu li {
          padding-right: 8px;
          margin-right: 5px; } }
      nav.nav-wrapper ul.menu li:last-child {
        border-right: none;
        margin-right: 0px;
        padding-right: 0px; }
      nav.nav-wrapper ul.menu li a {
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        color: #cccccc;
        line-height: 30px;
        text-transform: uppercase;
        -webkit-transition: all 0.5 ease-in-out;
        -moz-transition: all 0.5 ease-in-out;
        -ms-transition: all 0.5 ease-in-out;
        -o-transition: all 0.5 ease-in-out;
        transition: all 0.5 ease-in-out; }
        nav.nav-wrapper ul.menu li a:hover {
          color: #cbcb30; }

section {
  width: 100%;
  margin: 0 auto; }
  section:before, section:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden; }
  section:after {
    clear: both; }
  section.competitions {
    background: linear-gradient(to right, #f16522 50%, #fff 50%); }
    section.competitions article.left, section.competitions article.right {
      background: #fff; }
    section.competitions article.left > img {
      position: absolute;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      left: -30px;
      height: 254px;
      width: 30px; }
    section.competitions .competitions-panels {
      width: 100%;
      display: block;
      margin: 0 auto;
      padding-top: 25px; }
      @media screen and (max-width: 568px) {
        section.competitions .competitions-panels {
          width: 100%;
          height: auto;
          padding-top: 20px; } }
      section.competitions .competitions-panels .tournament-panel.last {
        border-bottom: none; }
        @media screen and (max-width: 568px) {
          section.competitions .competitions-panels .tournament-panel.last {
            margin-bottom: 30px; } }
      section.competitions .competitions-panels .tournament-panel {
        display: block;
        border-bottom: 1px dotted #808184; }
        section.competitions .competitions-panels .tournament-panel h3 {
          color: #4a4a4c;
          font-size: 32px;
          font-family: "Droid Serif", serif;
          font-weight: 700;
          font-style: italic;
          text-transform: none !important;
          margin: 15px 0 10px 87px; }
          @media screen and (max-width: 568px) {
            section.competitions .competitions-panels .tournament-panel h3 {
              font-size: 23px !important;
              margin: 10px; } }
          @media screen and (max-width: 1024px) {
            section.competitions .competitions-panels .tournament-panel h3 {
              font-size: 50px; } }
        section.competitions .competitions-panels .tournament-panel .tournament-panel-nav {
          margin: 0 0 15px 87px; }
          @media screen and (max-width: 568px) {
            section.competitions .competitions-panels .tournament-panel .tournament-panel-nav {
              margin: 20px 0 20px 15px; } }
          section.competitions .competitions-panels .tournament-panel .tournament-panel-nav a {
            color: #808184;
            margin: 0 20px 0 0; }
            @media screen and (max-width: 568px) {
              section.competitions .competitions-panels .tournament-panel .tournament-panel-nav a {
                font-size: 0.8em;
                margin: 0; } }
            section.competitions .competitions-panels .tournament-panel .tournament-panel-nav a:hover {
              color: #f16522 !important; }
            section.competitions .competitions-panels .tournament-panel .tournament-panel-nav a i {
              margin: 0 10px 0 0; }
            section.competitions .competitions-panels .tournament-panel .tournament-panel-nav a i.orange {
              color: #f16522; }
            section.competitions .competitions-panels .tournament-panel .tournament-panel-nav a i.blue {
              color: #46c7f4; }
            section.competitions .competitions-panels .tournament-panel .tournament-panel-nav a i.green {
              color: #cbcb30; }
    section.competitions .kick-off-duo-tone {
      background: url("../img/kick-off-duo-tone-image@2x.jpg");
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      width: 100%;
      height: 500px;
      position: relative; }
      @media screen and (max-width: 568px) {
        section.competitions .kick-off-duo-tone {
          height: 300px; } }
      section.competitions .kick-off-duo-tone img {
        width: 70%;
        margin-top: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%); }
        @media screen and (max-width: 568px) {
          section.competitions .kick-off-duo-tone img {
            width: 90%; } }
    section.competitions .rwc-text-box {
      width: 100%;
      background: #46c7f4; }
      section.competitions .rwc-text-box .margin {
        width: 70%;
        margin: 0 auto;
        padding-top: 50px; }
        @media screen and (max-width: 568px) {
          section.competitions .rwc-text-box .margin {
            width: 90%; } }
        section.competitions .rwc-text-box .margin h2 {
          font-family: "Droid Serif", serif;
          font-weight: 400;
          font-style: italic;
          text-transform: none !important;
          color: #fff !important;
          border-bottom: 1px solid #fff;
          margin: 0 0 25px 0;
          padding-bottom: 20px; }
        section.competitions .rwc-text-box .margin a {
          font-family: "Droid Serif", serif;
          font-weight: 400;
          font-style: italic;
          text-transform: none !important;
          color: #fff !important;
          display: block;
          margin: 0 0 20px 0;
          font-size: 18px; }
          @media screen and (max-width: 568px) {
            section.competitions .rwc-text-box .margin a {
              font-size: 0.8em; } }
          section.competitions .rwc-text-box .margin a:hover {
            color: #f16522 !important; }
          section.competitions .rwc-text-box .margin a i {
            margin: 0 10px 0 0; }
        section.competitions .rwc-text-box .margin .latest-follow-us-text {
          margin: 50px 0;
          width: 47%;
          display: inline-block; }
          section.competitions .rwc-text-box .margin .latest-follow-us-text strong {
            font-size: 25px;
            text-transform: uppercase;
            color: #fff;
            font-weight: normal; }
            @media screen and (max-width: 568px) {
              section.competitions .rwc-text-box .margin .latest-follow-us-text strong {
                font-size: 0.8em; } }
            section.competitions .rwc-text-box .margin .latest-follow-us-text strong span {
              font-size: 17.4px; }
              @media screen and (max-width: 568px) {
                section.competitions .rwc-text-box .margin .latest-follow-us-text strong span {
                  font-size: 0.8em; } }
        section.competitions .rwc-text-box .margin .latest-follow-us-icons {
          margin: 50px 0;
          width: 50%;
          display: inline-block; }
          section.competitions .rwc-text-box .margin .latest-follow-us-icons a {
            display: inline-block;
            font-style: normal; }
            section.competitions .rwc-text-box .margin .latest-follow-us-icons a i {
              font-size: 53px;
              margin-right: 17px; }
  section.globalrankings {
    background: linear-gradient(to right, #cbcb30 50%, #fff 50%); }
    section.globalrankings article.left > img {
      position: absolute;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      left: -30px;
      height: 284px;
      width: 30px; }
    section.globalrankings .inner-wrapper {
      background: url("../img/world-map-graphic-update.svg") #fff no-repeat center 80%;
      background-size: 85%; }
      @media screen and (max-width: 568px) {
        section.globalrankings .inner-wrapper {
          background: none #fff; } }
      @media screen and (max-width: 1024px) {
        section.globalrankings .inner-wrapper {
          background-position: center 86%; } }
    section.globalrankings .global-rating-intro {
      width: 80%;
      display: block;
      margin: 0 auto;
      background: url("../img/transparent-bg.png") repeat;
      font-size: 1em;
      text-align: justify;
      bottom: 130px;
      position: absolute;
      left: 60px;
      line-height: 1.3em; }
      @media screen and (max-width: 1024px) {
        section.globalrankings .global-rating-intro {
          bottom: 20px; } }
      @media screen and (max-width: 568px) {
        section.globalrankings .global-rating-intro {
          width: 90%;
          position: static;
          margin-top: 40px; } }
      @media screen and (max-width: 568px) {
        section.globalrankings .global-rating-intro h2 {
          margin-top: 40px;
          display: inline-block; } }
      section.globalrankings .global-rating-intro .intro-margin {
        margin: 20px; }
        @media screen and (max-width: 568px) {
          section.globalrankings .global-rating-intro .intro-margin {
            margin: 15px; } }
    section.globalrankings .full-ratings-list {
      width: 90%;
      display: block;
      margin: 0 auto;
      padding-top: 60px; }
      @media screen and (max-width: 1024px) {
        section.globalrankings .full-ratings-list {
          padding-top: 0; } }
      section.globalrankings .full-ratings-list a {
        margin: 5px 0 0 80px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #fff;
        font-family: "Droid Serif", serif;
        font-weight: 700;
        font-style: italic;
        background: #cbcb30;
        display: inline-block;
        padding: 13px 20px;
        text-align: center;
        font-size: 1.7em;
        padding: 0.8em; }
        section.globalrankings .full-ratings-list a.full-width {
          display: block; }
        section.globalrankings .full-ratings-list a:hover {
          color: #231f20;
          opacity: 0.7;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
          -webkit-box-shadow: inset 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
          -moz-box-shadow: inset 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
          box-shadow: inset 0px 2px 5px 0px rgba(50, 50, 50, 0.75); }
        @media screen and (max-width: 1024px) {
          section.globalrankings .full-ratings-list a {
            margin-left: 50px; } }
        @media screen and (max-width: 568px) {
          section.globalrankings .full-ratings-list a {
            margin: 40px 0 0 0;
            font-size: 1.4em;
            width: 88%; } }
        section.globalrankings .full-ratings-list a i {
          margin-right: 10px; }
      section.globalrankings .full-ratings-list img {
        float: left;
        margin-top: 3px; }
        @media screen and (max-width: 568px) {
          section.globalrankings .full-ratings-list img {
            display: none; } }
    section.globalrankings .top-five {
      margin: 33px 0 0 44px;
      float: left; }
      @media screen and (max-width: 568px) {
        section.globalrankings .top-five {
          display: block;
          margin: 30px 0 0 30px; } }
      section.globalrankings .top-five p {
        font-size: 0.8em;
        font-weight: 400; }
      section.globalrankings .top-five .top-five-graphic {
        background: url("../img/top-five-graphic.svg") no-repeat;
        height: 148px;
        float: left;
        width: 213px; }
        @media screen and (max-width: 568px) {
          section.globalrankings .top-five .top-five-graphic {
            background: url("../img/top-five-graphic-mobile.svg") no-repeat; } }
      section.globalrankings .top-five table.top-five-table {
        float: left;
        color: #fff;
        margin: 0;
        line-height: 1.2em;
        height: 122px;
        display: block;
        padding: 15px 0 0 0px;
        width: 259px;
        background-color: #808184;
        background: url("../img/top-five-table-bg2.svg") no-repeat; }
        section.globalrankings .top-five table.top-five-table tr {
          margin-left: 20px;
          display: block; }
        section.globalrankings .top-five table.top-five-table td {
          font-weight: 400;
          width: 120px; }
        section.globalrankings .top-five table.top-five-table td:nth-child(2) {
          font-family: "Droid Serif", serif;
          font-weight: 700;
          font-style: italic;
          padding-left: 43px; }
  section.live {
    background: linear-gradient(to right, #808184 50%, #fff 50%); }
    section.live article.left, section.live article.right {
      background: #fff; }
    section.live article.left > img {
      position: absolute;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      left: -30px;
      height: 225px;
      width: 30px; }
    section.live .live-container {
      width: 70%;
      display: block;
      margin: 0 auto;
      padding-top: 95px; }
      @media screen and (max-width: 568px) {
        section.live .live-container {
          width: 90%;
          padding-top: 40px; } }
    section.live .line-chart img {
      width: 100%;
      display: inline-block;
      padding: 20px; }
      @media screen and (max-width: 1024px) {
        section.live .line-chart img {
          margin: 20px 0;
          padding: 0; } }
      @media screen and (max-width: 568px) {
        section.live .line-chart img {
          margin: 20px 0;
          padding: 0; } }
    section.live .live-predictions-intro {
      background: #f16522;
      width: 100%;
      display: block;
      padding: 20px 40px;
      color: #fff; }
      @media screen and (max-width: 568px) {
        section.live .live-predictions-intro {
          padding: 15px;
          width: 90%; } }
      @media screen and (max-width: 1024px) {
        section.live .live-predictions-intro {
          width: 86%; } }
    section.live .upcoming-matches {
      width: 100%;
      max-height: 415px;
      overflow: scroll;
      margin: 50px 0; }
      @media screen and (max-width: 568px) {
        section.live .upcoming-matches {
          margin: 20px 0; } }
      @media screen and (max-width: 1024px) {
        section.live .upcoming-matches {
          width: 80%; } }
      @media screen and (max-width: 700px) {
        section.live .upcoming-matches {
          width: 100%; } }
      section.live .upcoming-matches a {
        width: 100%;
        font-weight: 100;
        display: block;
        border-bottom: 1px dotted #cccccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
        cursor: pointer;
        color: #808184; }
        section.live .upcoming-matches a:hover {
          border-bottom: 3px solid #231f20; }
        section.live .upcoming-matches a span {
          padding: 5px 40px 15px 8px;
          font-size: 1.6em;
          display: inline-block;
          vertical-align: top;
          width: 9%; }
          @media screen and (max-width: 568px) {
            section.live .upcoming-matches a span {
              width: 30px;
              padding: 5px 15px 3px 10px;
              font-size: 1em; } }
    section.live p.future-text {
      margin-top: 55px; }
    section.live table td {
      border-bottom: 1px dotted #808184;
      text-align: center;
      width: 14%;
      height: 40px; }
    section.live table td:first-child {
      width: 5%;
      font-family: "Droid Serif", serif;
      color: #231f20;
      font-weight: 700;
      font-style: italic;
      border-right: 1px dotted #cccccc; }
    section.live table thead {
      font-family: "Droid Serif", serif;
      font-weight: 700;
      font-style: italic; }
      section.live table thead td {
        height: 115px;
        border-bottom: 1px dotted #808184;
        font-size: 0.8em;
        -ms-transform: rotate(-70deg);
        -webkit-transform: rotate(-70deg);
        transform: rotate(-70deg);
        white-space: nowrap;
        color: #231f20;
        border-right: none; }
  section.about {
    background: linear-gradient(to right, #46c7f4 50%, #fff 50%); }
    section.about article.left, section.about article.right {
      background: #fff; }
    section.about article.left > img {
      position: absolute;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      left: -30px;
      height: 87px;
      width: 30px; }
    section.about .about-container {
      width: 70%;
      display: block;
      margin: 0 auto;
      padding-top: 75px;
      height: 900px;
      font-size: 1em;
      text-align: justify;
      line-height: 1.3em; }
      @media screen and (max-width: 568px) {
        section.about .about-container {
          width: 90%;
          padding-top: 30px;
          height: auto; } }
      @media screen and (max-width: 1024px) {
        section.about .about-container {
          height: 700px; } }
      section.about .about-container a {
        margin: 10px 0 30px 0; }
        @media screen and (max-width: 1024px) {
          section.about .about-container a {
            width: 94%; } }
        @media screen and (max-width: 568px) {
          section.about .about-container a {
            width: 86%; } }
      section.about .about-container img {
        width: 100%;
        margin: 30px 0 0 0; }
        @media screen and (max-width: 568px) {
          section.about .about-container img {
            margin: 10px 0 0 0; } }
  section .inner-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    border-bottom: 1px dotted #808184; }
    section .inner-wrapper:before, section .inner-wrapper:after {
      content: " ";
      display: block;
      height: 0;
      overflow: hidden; }
    section .inner-wrapper:after {
      clear: both; }
  section article.left {
    width: 50%;
    min-height: 800px;
    display: inline-block;
    float: left;
    position: relative; }
    @media screen and (max-width: 1024px) {
      section article.left {
        width: 100%;
        min-height: 300px; } }
    @media screen and (max-width: 568px) {
      section article.left {
        width: 100%;
        min-height: 320px; } }
  section article.right {
    width: 50%;
    min-height: 800px;
    display: inline-block;
    float: left;
    position: relative; }
    @media screen and (max-width: 1024px) {
      section article.right {
        width: 100%;
        min-height: 500px; } }
    @media screen and (max-width: 568px) {
      section article.right {
        width: 100%;
        min-height: 220px; } }

@media screen and (max-width: 568px) {
  .ratings article.right, .ratings article.left, .live article.right, .live article.left {
    min-height: 230px; } }

@media screen and (max-width: 1024px) {
  .ratings article.left {
    min-height: 370px; } }
@media screen and (max-width: 1024px) {
  .ratings article.right {
    min-height: 580px; } }
@media screen and (max-width: 568px) {
  .ratings article.right {
    min-height: 200px; } }

footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }

form {
  margin-top: 40px; }

input, textarea {
  outline: none;
  font-family: "Droid Serif", serif;
  color: #cccccc;
  font-weight: 700;
  font-style: italic;
  display: block;
  margin-bottom: 20px;
  width: 96%;
  height: 30px;
  border: 1px solid #808184;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 10px;
  font-size: 1em; }

input[type="submit"] {
  padding: 36px 0;
  font-size: 34px;
  height: 30px;
  background: url("../img/send-icon.svg") 30% center no-repeat #cbcb30;
  border: none;
  line-height: 0;
  color: #fff;
  width: 100%;
  border: 1px solid #cbcb30;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  cursor: pointer; }
  @media screen and (max-width: 568px) {
    input[type="submit"] {
      background-position: 15% center; } }
  input[type="submit"]:hover {
    color: #231f20;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: inset 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: inset 0px 2px 5px 0px rgba(50, 50, 50, 0.75); }

textarea {
  height: 320px;
  padding: 10px; }
  @media screen and (max-width: 568px) {
    textarea {
      height: 200px; } }
  @media screen and (max-width: 1024px) {
    textarea {
      height: 200px; } }

input:focus, textarea:focus {
  -webkit-box-shadow: 0 0 3px rgba(203, 203, 48, 0.5);
  -moz-box-shadow: 0 0 3px rgba(203, 203, 48, 0.5);
  box-shadow: 0 0 3px rgba(203, 203, 48, 0.5);
  border: 1px solid #cbcb30;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear; }
  input:focus -webkit-input-placeholder, textarea:focus -webkit-input-placeholder {
    color: transparent; }
  input:focus -moz-placeholder, textarea:focus -moz-placeholder {
    color: transparent; }
  input:focus -moz-placeholder, textarea:focus -moz-placeholder {
    color: transparent; }
  input:focus -ms-input-placeholder, textarea:focus -ms-input-placeholder {
    color: transparent; }

div.wpcf7-response-output {
  margin: 0;
  border: 2px solid #cbcb30; }

section.popup-container {
  max-width: 700px; }
  @media screen and (max-width: 568px) {
    section.popup-container {
      width: 320px; } }
  section.popup-container .popup {
    margin: 40px;
    text-align: left; }
    @media screen and (max-width: 568px) {
      section.popup-container .popup {
        margin: 10px; } }
    section.popup-container .popup h3 {
      font-family: "Droid serif";
      font-weight: 400;
      color: #231f20; }
    section.popup-container .popup p {
      text-align: left;
      font-weight: 100; }
    section.popup-container .popup table.title-table {
      font-family: "Droid serif", serif;
      font-weight: 400;
      color: #808184;
      font-size: 1em;
      width: 100%;
      margin-top: 30px;
      text-align: right; }
      section.popup-container .popup table.title-table td {
        border-left: 1px dotted #cccccc;
        height: 10px;
        padding: 0 0 0 10px; }
      section.popup-container .popup table.title-table td:first-child {
        border-left: none; }
    section.popup-container .popup table.basic-table {
      font-family: "Droid serif", serif;
      font-weight: 400;
      color: #808184;
      font-size: 1em;
      width: 100%;
      margin-top: 30px;
      text-align: right; }
      section.popup-container .popup table.basic-table tr:first-child {
        border-bottom: 1px solid #808184; }
      section.popup-container .popup table.basic-table td {
        border-left: 1px dotted #cccccc;
        height: 10px;
        padding: 0 0 0 10px; }
      section.popup-container .popup table.basic-table td:first-child {
        border-left: none; }
    section.popup-container .popup table.supsystic-table {
      font-family: "Droid serif", serif;
      font-weight: 400;
      color: #808184;
      font-size: 1em;
      width: 100%;
      margin: 30px 0 20px 0;
      text-align: center; }
      @media screen and (max-width: 568px) {
        section.popup-container .popup table.supsystic-table {
          font-size: 0.7em; } }
      section.popup-container .popup table.supsystic-table caption {
        font-size: 23px;
        margin-bottom: 1em;
        color: #231f20; }
        @media screen and (max-width: 568px) {
          section.popup-container .popup table.supsystic-table caption {
            font-size: 14px; } }
      section.popup-container .popup table.supsystic-table thead tr:first-child {
        border-bottom: 1px solid #808184; }
      section.popup-container .popup table.supsystic-table thead th {
        padding: 10px 0;
        line-height: 1em;
        text-align: center;
        background: #808184;
        color: #fff;
        border-right: 1px dotted #fff; }
      section.popup-container .popup table.supsystic-table tbody tr:nth-child(odd) td {
        background: rgba(70, 199, 244, 0.15); }
      section.popup-container .popup table.supsystic-table td {
        border-left: 1px dotted #cccccc;
        height: 15px;
        padding: 7px;
        text-align: center;
        line-height: 1.3em; }
        @media screen and (max-width: 568px) {
          section.popup-container .popup table.supsystic-table td {
            padding: 1px; } }
      section.popup-container .popup table.supsystic-table td:first-child {
        border-left: none; }
