﻿/* #region Font styles */
.c-txxt {
  font-family: 'Source Sans Pro', sans-serif;
}
.c-txxt-300 {
  font-weight: 300;
}
.c-32-400 {
  font-size: 32px;
}
.c-line-1-3 {
  line-height: 1.3;
}
/* #endregion Font styles */
/* #region Colors */
/* #endregion Colors */
/* #region Global Classes */
html,
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
body {
  background-color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
b {
  font-family: 'Source Sans Pro', sans-serif;
}
/* #endregion Global Classes */
/* #region Responsive Classes */
/* #region Push & Pull */
@media only screen and (min-width: 768px) {
  .c-pull-1-2-sm {
    position: relative;
    left: -50%;
  }
}
@media only screen and (min-width: 1200px) {
  .c-pull-1-2-lg {
    position: relative;
    left: -50%;
  }
}
@media only screen and (min-width: 768px) {
  .c-push-1-2-sm {
    position: relative;
    left: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .c-push-1-2-lg {
    position: relative;
    left: 50%;
  }
}
/* #endregion Push & Pull */
/* #endregion Responsive Classes */
/* #region Padding classes */
.c-p-20-0 {
  padding: 20px 0;
}
/* #endregion Padding classes */
/* #region Structure classes */
.c-wide-wrap {
  display: block;
  width: 100%;
}
.c-wide-wrap.c-main-cover {
  background-color: #fff;
}
.c-wide-wrap.c-section-text {
  background-color: #fff;
}
.c-wide-wrap.c-section-books {
  background-color: #f0f1e3;
}
.c-wide-wrap.c-section-phone-mockup {
  background-color: #cfc082;
}
.c-wide-wrap.c-section-contact-form {
  background-color: #fff;
}
.c-structure-brick {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 1px) and (max-width: 1199px) {
  .c-structure-brick {
    width: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .c-structure-brick {
    width: 1200px;
  }
}
/* #endregion Structure classes */
/* #region Table structures */
.c-table {
  display: table;
  width: 100%;
  height: 100%;
}
.c-table .c-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: top;
  text-align: left;
}
.c-table .c-cell.c-w-1perc {
  width: 1%;
}
.c-table .c-cell.c-align-center {
  text-align: center;
}
.c-table .c-cell.c-align-right {
  text-align: right;
}
.c-table .c-cell.c-valign-middle {
  vertical-align: middle;
}
.c-valign-middle {
  vertical-align: middle;
}
.c-align-center {
  text-align: center;
}
.c-align-right {
  text-align: right;
}
/* #endregion Table structures */
/* #region TopNav */
.c-custom-offcanvas .uk-nav-offcanvas li a {
  padding: 25px;
  text-align: center;
  font-size: 25px;
}
.c-custom-offcanvas .uk-offcanvas-bar {
  background-color: #c5843e;
}
.c-topnav-wrap {
  display: block;
  overflow: hidden;
  position: relative;
  top: 0;
  z-index: 997;
  /* #region Media Queries */
  /* #endregion Media Queries */
}
@media only screen and (min-width: 1px) {
  .c-topnav-wrap {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .c-topnav-wrap {
    display: block;
  }
}
.c-small-topnav-wrap {
  display: block;
  overflow: hidden;
  position: relative;
  top: 0;
  z-index: 997;
  padding-top: 25px;
  /* #region Media Queries */
  /* #endregion Media Queries */
}
.c-small-topnav-wrap .c-table {
  display: table;
  width: 100%;
  height: 100%;
}
.c-small-topnav-wrap .c-table .c-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: top;
  text-align: left;
  width: 50%;
}
.c-small-topnav-wrap .c-table .c-cell:last-child {
  text-align: right;
}
@media only screen and (min-width: 1px) {
  .c-small-topnav-wrap {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .c-small-topnav-wrap {
    display: none;
  }
}
.c-small-topnav-wrap .c-logo-wrap {
  text-align: left;
}
.c-small-topnav-wrap .c-logo-wrap .c-inner-wrap {
  width: 190px;
  height: auto;
  display: inline-block;
  overflow: hidden;
}
.c-small-topnav-wrap .c-logo-wrap .c-inner-wrap img {
  width: 100%;
  height: auto;
}
.c-small-topnav-wrap .c-hamb-button {
  display: inline-block;
  padding: 10px;
  background-color: none;
  background: none;
  border: none;
  box-shadow: none;
}
.c-small-topnav-wrap .c-hamb-button:hover,
.c-small-topnav-wrap .c-hamb-button:focus {
  background-color: none;
  background: none;
  border: none;
  box-shadow: none;
}
.c-small-topnav-wrap .c-hamb-button .fa {
  color: #000;
  font-size: 32px;
}
.c-navlinks-wrap {
  height: 100px;
  /* #region Media Queries */
  /* #endregion Media Queries */
}
.c-navlinks-wrap .c-table .c-cell .uk-navbar {
  display: inline-block;
  background-color: none;
  background: none;
}
.c-navlinks-wrap .c-table .c-cell .uk-navbar .uk-navbar-nav li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
}
.c-navlinks-wrap .c-table .c-cell .uk-navbar .uk-navbar-nav li a:focus {
  background-color: none;
  background: rgba(0, 0, 0, 0.1);
}
.c-navlinks-wrap .c-table .c-cell .uk-navbar .uk-navbar-nav li:hover a,
.c-navlinks-wrap .c-table .c-cell .uk-navbar .uk-navbar-nav li:focus a {
  border-radius: 4px;
  background-color: none;
  background: rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1px) {
  .c-navlinks-wrap .c-table .c-cell {
    text-align: center;
  }
  .c-navlinks-wrap .c-table .c-cell .uk-navbar .uk-navbar-nav li {
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  .c-navlinks-wrap .c-table .c-cell {
    text-align: right;
  }
  .c-navlinks-wrap .c-table .c-cell .uk-navbar .uk-navbar-nav li {
    float: left;
  }
}
@media only screen and (min-width: 992px) {
  .c-navlinks-wrap .uk-navbar {
    padding-right: 20px;
  }
}
/* #endregion TopNav */
/* #region Logo */
.c-logo-wrap {
  /* #region Media Queries */
  /* #endregion Media Queries */
}
.c-logo-wrap .c-inner-wrap {
  width: 235px;
  height: auto;
  display: inline-block;
  overflow: hidden;
}
.c-logo-wrap .c-inner-wrap img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1px) {
  .c-logo-wrap {
    text-align: center;
  }
}
@media only screen and (min-width: 480px) {
  .c-logo-wrap {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .c-logo-wrap {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .c-logo-wrap {
    text-align: left;
  }
}
/* #endregion Logo */
/* #region Main cover */
.c-main-cover {
  background: url(../images/main-cover-background.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.c-main-cover .c-structure-brick .c-cover-text-over-wrap {
  padding: 0 20px;
  margin: 0 -20px;
  /* #region Media Queries */
  /* #endregion Media Queries */
}
.c-main-cover .c-structure-brick .c-cover-text-over-wrap .c-table {
  display: table;
  width: 100%;
  height: 100%;
}
.c-main-cover .c-structure-brick .c-cover-text-over-wrap .c-table .c-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: top;
  text-align: left;
  text-align: center;
  vertical-align: middle;
}
.c-main-cover .c-structure-brick .c-cover-text-over-wrap .c-table .c-cell .c-text-content {
  display: inline-block;
  position: relative;
  color: #fff;
  line-height: 1.2;
  width: 100%;
  z-index: 0;
}
.c-main-cover .c-structure-brick .c-cover-text-over-wrap .c-table .c-cell .c-text-content p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 19px;
  z-index: 3;
  line-height: 1.3;
  text-shadow: 0px 3px 5px #000000;
}
.c-main-cover .c-structure-brick .c-cover-text-over-wrap .c-table .c-cell .c-text-content .c-back-text-shape-wrap {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}
.c-main-cover .c-structure-brick .c-cover-text-over-wrap .c-table .c-cell .c-text-content .c-back-text-shape-wrap img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1px) {
  .c-main-cover .c-structure-brick .c-cover-text-over-wrap {
    height: auto;
    padding-top: 350px;
  }
  .c-main-cover .c-structure-brick .c-cover-text-over-wrap .c-table .c-cell {
    vertical-align: bottom;
  }
  .c-main-cover .c-structure-brick .c-cover-text-over-wrap .c-table .c-cell .c-text-content {
    /* #region Background for text */
    background: rgba(0, 0, 0, 0.7);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 6%, rgba(0, 0, 0, 0.36) 7%, rgba(0, 0, 0, 0.41) 15%, rgba(0, 0, 0, 0.45) 20%, #000000 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.35)), color-stop(6%, rgba(0, 0, 0, 0.35)), color-stop(7%, rgba(0, 0, 0, 0.36)), color-stop(15%, rgba(0, 0, 0, 0.41)), color-stop(20%, rgba(0, 0, 0, 0.45)), color-stop(100%, #000000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 6%, rgba(0, 0, 0, 0.36) 7%, rgba(0, 0, 0, 0.41) 15%, rgba(0, 0, 0, 0.45) 20%, #000000 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 6%, rgba(0, 0, 0, 0.36) 7%, rgba(0, 0, 0, 0.41) 15%, rgba(0, 0, 0, 0.45) 20%, #000000 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 6%, rgba(0, 0, 0, 0.36) 7%, rgba(0, 0, 0, 0.41) 15%, rgba(0, 0, 0, 0.45) 20%, #000000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 6%, rgba(0, 0, 0, 0.36) 7%, rgba(0, 0, 0, 0.41) 15%, rgba(0, 0, 0, 0.45) 20%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    /* #endregion Background for text */
    padding: 20px 20px 140px;
    margin: 0 -20px;
  }
  .c-main-cover .c-structure-brick .c-cover-text-over-wrap .c-table .c-cell .c-text-content p {
    font-size: 22px;
  }
  .c-main-cover .c-structure-brick .c-cover-text-over-wrap .c-table .c-cell .c-text-content .c-back-text-shape-wrap {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .c-main-cover .c-structure-brick .c-cover-text-over-wrap {
    height: auto;
    padding-top: 200px;
    padding-bottom: 250px;
  }
  .c-main-cover .c-structure-brick .c-cover-text-over-wrap .c-table .c-cell {
    vertical-align: bottom;
    padding-bottom: 120px;
  }
  .c-main-cover .c-structure-brick .c-cover-text-over-wrap .c-table .c-cell .c-text-content {
    background: none;
    padding: 0;
    margin: 0;
  }
  .c-main-cover .c-structure-brick .c-cover-text-over-wrap .c-table .c-cell .c-text-content p {
    font-size: 19px;
  }
  .c-main-cover .c-structure-brick .c-cover-text-over-wrap .c-table .c-cell .c-text-content .c-back-text-shape-wrap {
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  .c-main-cover .c-structure-brick .c-cover-text-over-wrap .c-table .c-cell .c-text-content {
    background: none;
  }
  .c-main-cover .c-structure-brick .c-cover-text-over-wrap .c-table .c-cell .c-text-content p {
    font-size: 22px;
  }
  .c-main-cover .c-structure-brick .c-cover-text-over-wrap .c-table .c-cell .c-text-content p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 19px;
    z-index: 3;
    line-height: 1.3;
    text-shadow: 0px 3px 5px #000000;
  }
}
@media only screen and (min-width: 1200px) {
  .c-main-cover .c-structure-brick .c-cover-text-over-wrap {
    height: auto;
    padding-top: 400px;
    padding-bottom: 350px;
  }
  .c-main-cover .c-structure-brick .c-cover-text-over-wrap .c-table .c-cell .c-text-content {
    margin-top: -100px;
  }
  .c-main-cover .c-structure-brick .c-cover-text-over-wrap .c-table .c-cell .c-text-content p {
    font-size: 34px;
  }
}
/* #endregion Main cover */
/* #region Nick with racket */
.c-border-clouds-light {
  background: url(../images/clouds-border-light.png) repeat-x center center;
  height: 200px;
  width: 100%;
  position: absolute;
  top: -120px;
  z-index: -1;
}
.c-section-text {
  display: block;
  width: 100%;
  position: relative;
  z-index: 0;
}
.c-section-text .c-structure-brick {
  z-index: 3;
  position: relative;
}
.c-section-text .c-structure-brick .c-cutom-nick-text-wrap {
  display: block;
  width: 100%;
}
.c-section-text .c-structure-brick .c-cutom-nick-text-wrap .c-table {
  display: table;
  width: 100%;
  height: 100%;
}
.c-section-text .c-structure-brick .c-cutom-nick-text-wrap .c-table .c-cell {
  /* #region Media Queries */
  /* #endregion Media Queries */
}
@media only screen and (min-width: 1px) {
  .c-section-text .c-structure-brick .c-cutom-nick-text-wrap .c-table .c-cell {
    display: block;
    width: 100%;
  }
  .c-section-text .c-structure-brick .c-cutom-nick-text-wrap .c-table .c-cell.c-text-cell {
    vertical-align: top;
  }
  .c-section-text .c-structure-brick .c-cutom-nick-text-wrap .c-table .c-cell.c-text-cell h1 {
    text-align: center;
    font-size: 48px;
  }
  .c-section-text .c-structure-brick .c-cutom-nick-text-wrap .c-table .c-cell.c-text-cell p {
    text-align: left;
    font-size: 18px;
    line-height: 1.3;
  }
  .c-section-text .c-structure-brick .c-cutom-nick-text-wrap .c-table .c-cell.c-nick-image-cell {
    vertical-align: bottom;
  }
  .c-section-text .c-structure-brick .c-cutom-nick-text-wrap .c-table .c-cell.c-nick-image-cell .c-nick-image-wrap {
    position: relative;
    margin: 0 -20px;
  }
  .c-section-text .c-structure-brick .c-cutom-nick-text-wrap .c-table .c-cell.c-nick-image-cell .c-nick-image-wrap .c-tennis-ball-wrap {
    position: absolute;
    bottom: 10%;
    left: 5%;
  }
  .c-section-text .c-structure-brick .c-cutom-nick-text-wrap .c-table .c-cell.c-nick-image-cell .c-nick-image-wrap .c-inner-image-wrap {
    position: relative;
  }
  .c-section-text .c-structure-brick .c-cutom-nick-text-wrap .c-table .c-cell.c-nick-image-cell .c-nick-image-wrap .c-inner-image-wrap img {
    position: relative;
    left: 20%;
  }
}
@media only screen and (min-width: 768px) {
  .c-section-text .c-structure-brick .c-cutom-nick-text-wrap .c-table .c-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: top;
    text-align: left;
    width: 50%;
  }
  .c-section-text .c-structure-brick .c-cutom-nick-text-wrap .c-table .c-cell.c-text-cell {
    vertical-align: middle;
    padding: 30px 0;
  }
  .c-section-text .c-structure-brick .c-cutom-nick-text-wrap .c-table .c-cell.c-text-cell h1 {
    text-align: left;
    font-size: 48px;
  }
  .c-section-text .c-structure-brick .c-cutom-nick-text-wrap .c-table .c-cell.c-text-cell p {
    text-align: left;
    font-size: 18px;
    line-height: 1.3;
  }
  .c-section-text .c-structure-brick .c-cutom-nick-text-wrap .c-table .c-cell.c-nick-image-cell {
    vertical-align: bottom;
  }
  .c-section-text .c-structure-brick .c-cutom-nick-text-wrap .c-table .c-cell.c-nick-image-cell .c-nick-image-wrap {
    position: relative;
    margin: 0;
  }
  .c-section-text .c-structure-brick .c-cutom-nick-text-wrap .c-table .c-cell.c-nick-image-cell .c-nick-image-wrap .c-tennis-ball-wrap {
    position: absolute;
    bottom: 6%;
    left: -25%;
  }
  .c-section-text .c-structure-brick .c-cutom-nick-text-wrap .c-table .c-cell.c-nick-image-cell .c-nick-image-wrap .c-inner-image-wrap {
    position: relative;
    width: 100%;
    height: 600px;
  }
  .c-section-text .c-structure-brick .c-cutom-nick-text-wrap .c-table .c-cell.c-nick-image-cell .c-nick-image-wrap .c-inner-image-wrap img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 600px;
    height: auto;
    max-width: none;
    left: 10%;
  }
}
/* #endregion Nick with racket */
/* #region Book */
.c-section-books .c-structure-brick {
  text-align: center;
  padding-top: 50px;
}
.c-section-books .c-structure-brick .c-content-wrap {
  display: inline-block;
  text-align: center;
  max-width: 880px;
  /* #region Media Queries */
  /* #endregion Media Queries */
}
@media only screen and (min-width: 1px) {
  .c-section-books .c-structure-brick .c-content-wrap h1 {
    font-size: 48px;
  }
  .c-section-books .c-structure-brick .c-content-wrap p {
    font-size: 18px;
    text-align: justify;
    line-height: 1.3;
  }
  .c-section-books .c-structure-brick .c-content-wrap .c-tennis-rackets-wrap {
    padding-bottom: 20px;
    display: inline-block;
  }
  .c-section-books .c-structure-brick .c-content-wrap .c-tennis-rackets-wrap .c-inner-wrap {
    width: 75px;
    height: 50px;
  }
  .c-section-books .c-structure-brick .c-content-wrap .c-tennis-rackets-wrap .c-inner-wrap img {
    width: 100%;
    height: auto;
  }
  .c-section-books .c-structure-brick .c-content-wrap .c-tennis-book-wrap {
    position: relative;
  }
  .c-section-books .c-structure-brick .c-content-wrap .c-tennis-book-wrap .c-amazon-button {
    display: inline-block;
    padding: 5px;
    width: 160px;
    height: 65px;
    background-color: #000000;
    border-radius: 10px;
    position: absolute;
    right: 0;
    bottom: 15px;
  }
  .c-section-books .c-structure-brick .c-content-wrap .c-tennis-book-wrap .c-amazon-button .c-table {
    display: table;
    width: 100%;
    height: 100%;
  }
  .c-section-books .c-structure-brick .c-content-wrap .c-tennis-book-wrap .c-amazon-button .c-table .c-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: top;
    text-align: left;
    text-align: center;
    vertical-align: middle;
  }
  .c-section-books .c-structure-brick .c-content-wrap .c-tennis-book-wrap .c-amazon-button .c-table .c-cell img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 992px) {
  .c-section-books .c-structure-brick .c-content-wrap .c-tennis-book-wrap .c-amazon-button {
    width: 220px;
    height: 65px;
    right: 30px;
    bottom: 55px;
  }
  .c-section-books .c-structure-brick .c-content-wrap .c-tennis-book-wrap .c-amazon-button .c-table .c-cell img {
    width: 180px;
    height: auto;
  }
}
/* #endregion Book */
/* #region Game */
.c-section-phone-mockup .c-structure-brick {
  text-align: center;
  padding-top: 50px;
}
.c-section-phone-mockup .c-structure-brick .c-content-wrap {
  display: inline-block;
  text-align: center;
  max-width: 880px;
  /* #region Media Queries */
  /* #endregion Media Queries */
}
@media only screen and (min-width: 1px) {
  .c-section-phone-mockup .c-structure-brick .c-content-wrap h1 {
    font-size: 48px;
    color: #fff;
  }
  .c-section-phone-mockup .c-structure-brick .c-content-wrap p {
    font-size: 18px;
    text-align: justify;
    color: #fff;
    line-height: 1.3;
  }
  .c-section-phone-mockup .c-structure-brick .c-content-wrap .c-tennis-rackets-wrap {
    padding-bottom: 20px;
    display: inline-block;
  }
  .c-section-phone-mockup .c-structure-brick .c-content-wrap .c-tennis-rackets-wrap .c-inner-wrap {
    width: 75px;
    height: 50px;
  }
  .c-section-phone-mockup .c-structure-brick .c-content-wrap .c-tennis-rackets-wrap .c-inner-wrap img {
    width: 100%;
    height: auto;
  }
  .c-section-phone-mockup .c-structure-brick .c-content-wrap .c-game-phones-wrap {
    position: relative;
    padding-top: 20px;
  }
  .c-section-phone-mockup .c-structure-brick .c-content-wrap .c-game-phones-wrap .c-appstore-button {
    display: inline-block;
    width: 160px;
    height: 65px;
    padding: 5px;
    background-color: #000000;
    border-radius: 10px;
    position: absolute;
    right: 0;
    bottom: 15px;
  }
  .c-section-phone-mockup .c-structure-brick .c-content-wrap .c-game-phones-wrap .c-appstore-button .c-table {
    display: table;
    width: 100%;
    height: 100%;
  }
  .c-section-phone-mockup .c-structure-brick .c-content-wrap .c-game-phones-wrap .c-appstore-button .c-table .c-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: top;
    text-align: left;
    text-align: center;
    vertical-align: middle;
  }
  .c-section-phone-mockup .c-structure-brick .c-content-wrap .c-game-phones-wrap .c-appstore-button .c-table .c-cell img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 992px) {
  .c-section-phone-mockup .c-structure-brick .c-content-wrap .c-game-phones-wrap .c-appstore-button {
    width: 220px;
    height: 65px;
    right: 30px;
    bottom: 55px;
  }
  .c-section-phone-mockup .c-structure-brick .c-content-wrap .c-game-phones-wrap .c-appstore-button .c-table .c-cell img {
    width: 180px;
    height: auto;
  }
}
/* #endregion Game */
/* #region Contact Form */
.c-section-contact-form .c-structure-brick {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 120px;
}
.c-section-contact-form .c-structure-brick .c-content-wrap {
  display: inline-block;
  text-align: center;
  width: 100%;
  /* #region Media Queries */
  /* #endregion Media Queries */
}
@media only screen and (min-width: 1px) {
  .c-section-contact-form .c-structure-brick .c-content-wrap h1 {
    font-size: 48px;
  }
  .c-section-contact-form .c-structure-brick .c-content-wrap p {
    font-size: 18px;
    text-align: justify;
    line-height: 1.3;
  }
  .c-section-contact-form .c-structure-brick .c-content-wrap .c-tennis-rackets-wrap {
    padding-bottom: 20px;
    display: inline-block;
  }
  .c-section-contact-form .c-structure-brick .c-content-wrap .c-tennis-rackets-wrap .c-inner-wrap {
    width: 75px;
    height: 50px;
  }
  .c-section-contact-form .c-structure-brick .c-content-wrap .c-tennis-rackets-wrap .c-inner-wrap img {
    width: 100%;
    height: auto;
  }
  .c-section-contact-form .c-structure-brick .c-content-wrap .c-contact-form-wrap {
    display: block;
    width: 100%;
  }
}
/* #region Form styles */
.c-contact-form-wrap {
  display: block;
  width: 100%;
  text-align: center;
  /* #region Media Queries */
  /* #endregion Media Queries */
}
.c-contact-form-wrap form {
  display: inline-block;
  max-width: 480px;
}
.c-contact-form-wrap .uk-form-label {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.c-contact-form-wrap .c-form-input-field,
.c-contact-form-wrap .c-form-textarea-field {
  margin-top: 20px;
}
.c-contact-form-wrap .c-form-input-field .c-form-icon,
.c-contact-form-wrap .c-form-textarea-field .c-form-icon {
  right: 5px;
}
.c-contact-form-wrap .c-form-input-field .uk-form-controls,
.c-contact-form-wrap .c-form-textarea-field .uk-form-controls {
  width: 100%;
  text-align: center;
}
.c-contact-form-wrap .c-form-input-field .uk-form-controls .uk-form-icon,
.c-contact-form-wrap .c-form-textarea-field .uk-form-controls .uk-form-icon {
  display: inline-block;
  width: 100%;
}
.c-contact-form-wrap .c-form-input-field input,
.c-contact-form-wrap .c-form-textarea-field input,
.c-contact-form-wrap .c-form-input-field textarea,
.c-contact-form-wrap .c-form-textarea-field textarea {
  background-color: #f0f1e3;
  border: none;
  border-bottom: 3px solid #d6d6d6;
  width: 100%;
  min-height: 50px;
}
.c-contact-form-wrap .c-form-input-field .uk-form-controls .uk-form-icon {
  max-width: 335px;
}
.c-contact-form-wrap .c-form-textarea-field .uk-form-controls .uk-form-icon .c-form-icon {
  top: 20px;
}
.c-contact-form-wrap .c-form-submit-button {
  background-color: #000;
  border-radius: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  width: 230px;
  height: 75px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 50px;
}
.c-contact-form-wrap .c-form-submit-button.c-disabled {
  background-color: #7f7f7f;
}
@media only screen and (min-width: 992px) {
  .c-contact-form-wrap .c-form-textarea-field {
    width: 480px;
  }
}
/* #endregion Form styles */
.c-message-sent-button {
  background-color: #93b600;
  border-radius: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  min-width: 230px;
  height: 75px;
  color: #fff;
  padding: 0 20px;
  text-transform: uppercase;
  margin-top: 50px;
}
.c-message-sent-button:hover {
  background-color: #83a200;
  color: #fff;
}
/* #endregion Contact Form */
/* #region Footer */
.c-border-clouds-dark {
  background: url(../images/clouds-border-dark.png) repeat-x center center;
  height: 200px;
  width: 100%;
  position: absolute;
  top: -120px;
  z-index: -1;
}
.c-site-footer {
  background-color: #c5843e;
  position: relative;
  z-index: 0;
}
.c-site-footer .c-structure-brick {
  padding: 20px 0;
}
.c-site-footer .c-structure-brick p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  color: #fff;
  /* #region Media Queries */
  /* #endregion Media Queries */
}
@media only screen and (min-width: 1px) {
  .c-site-footer .c-structure-brick p {
    padding: 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .c-site-footer .c-structure-brick p {
    padding: 0;
    text-align: left;
  }
}
.c-site-footer .c-structure-brick .c-social-media-icons-wrap {
  text-align: right;
  /* #region Media Queries */
  /* #endregion Media Queries */
}
.c-site-footer .c-structure-brick .c-social-media-icons-wrap .c-social-media-button {
  margin: 0 6px;
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 6px;
  background-color: none;
  background: none;
  border: 1px solid #fff;
  font-size: 20px;
  color: #fff;
  padding: 0;
  text-align: center;
  line-height: 35px;
}
@media only screen and (min-width: 1px) {
  .c-site-footer .c-structure-brick .c-social-media-icons-wrap {
    text-align: center;
    padding: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .c-site-footer .c-structure-brick .c-social-media-icons-wrap {
    text-align: right;
    padding: 0;
  }
}
/* #endregion Footer */