/*
	Theme Name: WZART MTC
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html,
body {
  height: 100%;
}
body {
  font-size: 14px;
}
/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus {
  outline: 0;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  outline: 0;
  color: inherit;
  text-decoration: none;
}
input:focus {
  outline: 0;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: inherit;
}

ul {
  list-style: none;
  padding: 0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
body {
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.os-animation {
  opacity: 0;
}

.os-animation.animated {
  opacity: 1;
}

.wrapper {
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 130px;
  background-color: #fff;
  z-index: 100;
  transition: height 0.25s;
}

.logo {
  float: left;
  padding-left: 80px;
  padding-right: 20px;
  background-color: #0c462e;
  height: 100%;
  display: table;
}

.logo img {
  display: inline-block;
}

nav#main-nav {
  color: #0c462e;
}

nav#main-nav ul {
  margin: 0;
}

nav#main-nav ul li {
  float: left;
  padding: 0 2%;
  height: 130px;
  display: table;
  font-weight: bold;
  transition: height 0.25s;
  position: relative;
}

nav#main-nav ul li:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  background-color: #0c462e;
  content: "";
  transition: width 0.2s;
}

nav#main-nav ul li:hover:after,
nav#main-nav ul li.current-menu-item:after {
  width: 100%;
}

.nav-button {
  float: right;
  height: 100%;
  background-color: #0c462e;
  padding-left: 50px;
  padding-right: 65px;
  color: #fff;
  display: table;
  font-weight: bold;
  transition: background-color 0.5s, color 0.5s;
}

.nav-button:hover {
  background-color: #fff;
  color: #0c462e;
}

.logo a,
nav#main-nav ul li a,
.nav-button a {
  display: table-cell;
  vertical-align: middle;
}

header.shrink {
  height: 80px;
}

header.shrink .logo img {
  height: 60px;
}

header.shrink nav#main-nav ul li {
  height: 80px;
}

#slides {
  margin-top: 130px;
  padding-left: 50px;
  padding-right: 50px;
  overflow-x: hidden;
}

#slides .item {
  height: 480px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: table;
  width: 100%;
}

#slides .item .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

#slides .item img {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

#slides .item h1 {
  font-size: 4.5em;
  margin-top: 3%;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.panel {
  margin-bottom: 0;
  border: none;
  box-shadow: none;
  padding-left: 50px;
  padding-right: 50px;
  overflow: hidden !important;
  display: block;
}

.panel .inner {
  background-color: rgba(236, 112, 6, 0.1);
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 70px;
  padding-top: 25px;
  position: relative;
}

.home .news {
  padding-left: 0;
}

.home .news .latest-news {
  margin-left: -120px;
  overflow: hidden;
}

.home .news .owl-carousel {
  width: 70%;
}

.home .news .owl-stage-outer {
  overflow: visible;
}

.home .news .owl-carousel .owl-item:nth-child(even) .cat {
  background-color: #0c462e;
}

.news .item {
  background-color: #fff;
  position: relative;
}

.news .item .thumb {
  float: left;
  position: relative;
  width: 50%;
}

.news .item .thumb img {
  width: 100%;
  height: auto;
}

.news .item .desc {
  float: left;
  width: 50%;
  padding: 30px 25px;
}

.home .tournaments {
  background-color: #fff;
}

.title-light {
  font-weight: 300;
  color: #eb6909;
}

.title.green {
  color: #0c462e;
}

.title.orange {
  color: #eb6909;
}

.title.top,
.title-light.top {
  margin-top: 0;
}

.news .title-light {
  margin-top: 25px;
  margin-bottom: 15px;
}

.news .cat {
  position: absolute;
  top: 20px;
  right: 0;
  background-color: #eb6909;
  padding: 10px 25px;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 0.95em;
  visibility: hidden;
  width: 170px;
  text-align: center;
}

.news .active .cat {
  visibility: visible;
}

.news .item .date {
  text-transform: uppercase;
  color: #0c462e;
  font-weight: 700;
}

.news .item h4 {
  font-family: inherit;
  margin-top: 20px;
  line-height: 1.2;
}

.news .item .excerpt {
  width: 90%;
}

.news .item .excerpt p:last-child {
  margin-bottom: 0;
}

.news .item .button-wrap {
  position: absolute;
  bottom: 20px;
  right: 30px;
}

.home .news .owl-nav {
  display: none;
}

.home .news .owl-dots {
  margin-left: 120px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.news .owl-carousel .owl-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.news .owl-carousel .owl-item.active:after {
  content: none;
}

.tournament {
  padding-right: 0;
}

.tournament h2 {
  margin-top: 25px;
  margin-bottom: 15px;
  color: #0c462e;
}

.tournament ul {
  background-color: #fff;
  margin-bottom: 0;
  width: 100%;
}

.tournament ul li {
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  position: relative;
  margin-bottom: 10px;
}

.tournament ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 15px;
  background-color: #0c462e;
  visibility: hidden;
  transition: visibility 0.075s;
}

.tournament ul li.hover:after {
  visibility: visible;
}

.tournament ul li p:last-child {
  margin-bottom: 0;
}

.tournament strong {
  font-size: 1.1em;
}

#stats .numbers {
  width: 88%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

#stats .numbers .col {
  width: 20%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 2px solid #eb6909;
  text-align: center;
}

#stats .numbers .col:last-child {
  border-right: none;
}

#stats .numbers .col .number {
  font-family: "Roboto Slab", serif;
  font-size: 6em;
  font-weight: 100;
  color: #eb6909;
  display: inline-block;
  line-height: 1;
  overflow: hidden;
}

#stats .text {
  font-weight: bold;
  display: inline-block;
  width: 100%;
  font-size: 0.95em;
}

#stats .bg {
  height: 140px;
  width: 100%;
  background: url(images/court-tennis.png) no-repeat center bottom;
  background-size: contain;
  margin-top: 15px;
  margin-bottom: 15px;
}

.button {
  border: 1px solid #fff;
  padding: 8px 16px;
  color: #fff;
  display: inline-block;
  transition: all 0.5s;
  font-weight: 500;
}

.button.orange,
.button.orange:active,
.button.orange:focus {
  border-color: #eb6909;
  background-color: #eb6909;
  color: #fff;
}

.button.orange:hover {
  background-color: #fff;
  color: #eb6909;
}

.button.green,
.button.green:active,
.button.green:focus {
  border-color: #0c462e;
  background-color: #0c462e;
  color: #fff;
}

.button.green:hover {
  background-color: #fff;
  color: #0c462e;
}

#promos .button {
  font-size: 2.15em;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  color: #fff;
}

#promos .button:hover {
  background-color: rgba(241, 141, 39, 0.8);
}

#promos .promo {
  text-align: center;
  padding-top: 110px;
  padding-bottom: 110px;
  background-size: cover;
  margin-left: -120px;
  background-position: center top;
}

footer .col {
  float: left;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

footer .inner {
  padding-top: 60px;
  padding-left: 70px;
  padding-right: 70px;
  font-size: 0.95em;
  background-color: #fff !important;
}

footer h5 {
  text-transform: uppercase;
}

footer .logo {
  max-width: 148px;
  height: auto;
  background: none;
  padding: 0;
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

footer .cpr {
  display: block;
  margin-top: 40px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

footer .cpr a {
  color: #0d462e;
}

footer a:hover {
  color: #0d462e;
}

#reservation {
  position: fixed;
  width: 80%;
  max-width: 300px;
  height: 100%;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 101;
  background-color: #0c462e;
  overflow: auto;
  padding: 25px 25px;
  color: #fff;
}

#reservation h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
}

#reservation .button {
  width: 200px;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 5px;
  padding-top: 0.65em;
  padding-bottom: 0.65em;
  font-weight: 500;
  transition: all 0.5s;
}

#reservation .button.green {
  background-color: #166a47;
}

#reservation .button.green:hover {
  color: #166a47;
  background-color: #fff;
}

#reservation .button.orange {
  background-color: #f18d27;
}

#reservation .button.orange:hover {
  background-color: #fff;
  color: #f18d27;
}

#reservation .phone {
  font-size: 1.5em;
  font-weight: 300;
}

#reservation .buttons {
  margin-top: 25px;
}

#reservation .buttons .button {
  margin-bottom: 5px;
}

body.reservation-opened #reservation {
  left: auto;
  right: 0;
}

.overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s linear 0s;
}

body.reservation-opened .overlay,
body.menu-opened .overlay,
body.modal-open,
body.form-opened .overlay {
  visibility: visible;
  opacity: 0.75;
}

.menu-icon {
  width: 48px;
  height: 48px;
  background: url(images/menu-icon.png) no-repeat center;
  display: table-cell;
  vertical-align: middle;
  visibility: hidden;
  cursor: pointer;
}

#mobile-menu,
#slideForm {
  position: fixed;
  top: 0;
  right: 100%;
  bottom: 0;
  background-color: #0c462e;
  width: 80%;
  max-width: 300px;
  z-index: 101;
  color: #fff;
  overflow: auto;
}

#slideForm {
  max-width: 780px;
  background-color: #fdf0e6;
  color: #000;
  overflow: visible;
  right: 150%;
}
#slideForm .close {
  position: absolute;
  top: 0;
  right: -30px;
  background: #fdf0e6;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #eb6909;
  opacity: 1;
  text-shadow: none;
  font-weight: normal;
}

#slideForm .inner-wrap {
  display: block;
  height: 100%;
  width: 100%;
}

#slideForm .inner {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 125px;
  margin-right: 30px;
  border: 1px solid #eb6909;
  padding: 0 20px 20px;
}

#slideForm h2,
#slideForm h3 {
  text-transform: uppercase;
  color: #0c462e;
  font-weight: 300;
}

#slideForm input[type="button"],
#slideForm button[type="submit"] {
  background-color: #eb6909;
  border-radius: 0;
  color: #fff;
  border: none;
  font-weight: 500;
  padding: 10px 30px;
  border: 1px solid #eb6909;
  transition: all 0.4s;
  margin-top: 15px;
}

#slideForm input[type="button"]:hover,
#slideForm button[type="submit"]:hover {
  background-color: #fff;
  color: #eb6909;
}

#slideForm .form-container {
  display: none;
}

#slideForm .submit-wrap {
  text-align: center;
}

#slideForm .nf-form-title h3 {
  font-size: 36px;
  margin-bottom: 30px;
}

#slideForm .nf-form-fields-required {
  display: none;
}

.list-radio-wrap .nf-field-element li label {
  font-weight: 400;
  font-size: inherit;
}

#slideForm .nf-form-content label {
  font-size: 16px;
}

#slideForm .listradio-wrap .nf-field-element label:after {
  left: -22px;
}

#mobile-menu ul {
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

#mobile-menu ul li {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
}

body.menu-opened #mobile-menu {
  left: 0;
  right: auto;
}

body.form-opened #slideForm {
  left: 0;
  right: auto;
}

.icon-play {
  position: absolute;
  color: #fff;
  font-size: 6em;
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s;
  opacity: 0.9;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.wp-pagenavi {
  display: block;
  float: left;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background-color: #eb6909;
  color: #fff;
  font-weight: 500;
  border-color: #eb6909;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #eb6909;
  padding: 5px 10px;
  margin: 2px;
  color: #eb6909;
  font-size: 0.9em;
  background: #fff;
}

.bbpress .content-wrapper {
  float: right;
  clear: none;
  width: calc(100% - 200px);
  padding-top: 30px;
}

.bbpress .main .button {
  width: auto;
  margin-right: auto;
  border-color: inherit;
  color: inherit;
  padding: 5px 15px;
}

.bbpress .bbp-logged-in {
  float: left;
  width: 150px;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 30px;
}

.bbpress .main .bbp-logged-in .button {
  width: 100%;
}

.bbpress .bbp-logged-in h4 {
  margin-top: 15px;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

.bbpress .bbp-logged-in img.avatar {
  height: "auto";
}

#bbpress-forums fieldset.bbp-form {
  border-color: #ccc;
}

#bbpress-forums #bbp-single-user-details #bbp-user-avatar{
	display: none;
}

div.bbp-template-notice, div.indicator-hint{
	margin-top: 0;
}

#bbpress-forums img.avatar,
.bbpress #wpua-preview img, 
.bbpress #wpua-thumbnail img, 
.bbpress #wpua-preview-existing img, 
.bbpress #wpua-thumbnail-existing img{
	width: auto;
	margin-top: 0;
	margin-bottom: 0;
}

/*------------------------------------*\
    BOOTSTRAP OVERRIDE
\*------------------------------------*/
.modal-header {
  border-bottom: none;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.page .inner {
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
  background-color: rgba(236, 112, 6, 0.1);
}
.page #slides .item h1 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.page-template-news .list .item {
  background: none;
  overflow: hidden;
  /*-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;*/
}

.page-template-news .list .item .item-wrap {
  float: left;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.page-template-news .list .item:nth-child(odd) {
  padding-right: 15px;
  /*-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;*/
}

.page-template-news .list .item:nth-child(even) {
  margin-top: 30px;
  padding-left: 15px;
  /*-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;*/
}

.page-template-news .list .item .item-wrap .item-inner {
  height: 100%;
}

.page-template-news .list .item .thumb,
.page-template-news .list .item .thumb .thumbnail {
  height: 100%;
}

.page-template-news .list .item .thumb .thumbnail {
  padding: 0;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page-template-news .list .item .thumb .thumbnail img {
  display: none;
}

.page-template-news .list .item .button-wrap {
  position: relative;
  float: right;
  margin-right: 0;
  margin-top: 20px;
  display: block;
  bottom: inherit;
  right: inherit;
}

.page-template-news .news .cat {
  visibility: visible;
  height: auto !important;
  right: 15px;
}

#owlGal.owl-carousel {
  width: 100%;
  position: relative;
}

#owlGal .item {
  width: 100%;
}

#owlGal .gal-desc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(12, 70, 46, 0.7);
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3em;
  text-align: center;
  transition: background-color 0.5s;
  cursor: pointer;
}

#owlGal .item:hover .gal-desc {
  background-color: rgba(235, 105, 9, 0.7);
}

#owlGal .gal-desc .desc-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  left: 0;
  right: 0;
}

#owlGal .gal-desc span {
  display: block;
  font-weight: 300;
  width: 100%;
  line-height: normal;
}

#owlGal .gal-desc span.bold {
  font-weight: bold;
  margin-bottom: 5px;
}

#owlGal .owl-dots {
  display: none;
}

#owlGal .owl-prev,
#owlGal .owl-next {
  position: absolute;
  top: 50%;
  text-indent: -9999em;
  width: 28px;
  height: 92px;
  margin-top: -46px;
  cursor: pointer;
}

#owlGal .owl-prev {
  left: -50px;
  background: url(images/prev.png) no-repeat center;
}

#owlGal .owl-next {
  right: -50px;
  background: url(images/next.png) no-repeat center;
}

#owlGal .item img {
  width: 100%;
}

#owlGal.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.lg-toolbar {
  width: 50px;
  left: auto;
  right: 20px;
}

#presentation h2 {
  margin-bottom: 0.5em;
}

.main .content ul li {
  list-style: disc;
  line-height: 1.3333;
  padding-bottom: 10px;
}

.main .content ul {
  margin-left: 15px;
  margin-bottom: 0;
  margin-top: 0;
}

.main .button {
  margin-right: 1em;
  width: 188px;
  text-align: center;
}

.main img {
  width: 100%;
}

#presentation .col:nth-child(2) .content {
  margin-right: -125px;
}

#presentation .col:nth-child(1) .content {
  margin-top: 30px;
}

#presentation .button {
  margin-top: 2em;
}

section .content ul li em {
  position: absolute;
  font-style: normal;
  right: 50px;
}

.main h4 {
  text-transform: uppercase;
  color: #0c462e;
}

.main .grid {
  margin-top: 30px;
}

.main .grid .item {
  margin-bottom: 30px;
  position: relative;
}

.main .grid .item img {
  width: 100%;
}

.main .grid .item .info {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  background-color: #0c462e;
  color: #fff;
  text-align: center;
  padding: 5px 0 0;
}

.main .grid .item .info span {
  display: block;
}

.main .grid .item .info span.title {
  font-weight: 700;
}

.main .grid .item .info span {
  font-weight: 300;
}

.main .grid .item .info .email {
  display: inline-block;
}

.title {
  text-transform: uppercase;
}

#sponsors .content {
  margin-left: -125px;
  padding-left: 140px;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

#sponsors h2 {
  margin-bottom: 1em;
}

#honor .content {
  text-align: center;
}

#honor .content h2 {
  margin-bottom: 1em;
}

#honor .content p {
  display: inline-block;
  width: auto;
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
  line-height: 1.8;
}

section .content .col {
  line-height: 1.8;
}

section .content .col:first-of-type {
  padding-left: 15%;
}

section .content .col:last-of-type {
  padding-right: 15%;
}

section.left-align .col:first-child .content {
  margin-left: -125px;
}

section.left-align .col:last-child .content {
  margin-left: -120px;
  margin-top: 40px;
  background-color: #fff;
  float: left;
  padding: 15px 30px;
}

section.right-align .col:first-child .content {
  margin-right: -120px;
  margin-top: 40px;
  background-color: #fff;
  padding: 15px 30px;
  position: relative;
  z-index: 99;
}

section.right-align .col:last-child .content {
  margin-right: -125px;
}

section.left-align .button,
section.right-align .button {
  margin-top: 1em;
}

section.center-align h2:first-of-type {
  color: #0c462e;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
}

.radio-grid .radio-col-title {
  width: 33.333%;
  text-align: center;
  display: inline-block;
  float: left;
}

.radio-grid .grid-header {
  font-weight: bold;
}

.radio-grid {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.radio-grid .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
  width: 33.333%;
  float: left;
  margin: 0 !important;
  text-align: center;
}

.radio-grid
  .wpcf7-form-control-wrap
  .wpcf7-radio
  .wpcf7-list-item
  .wpcf7-list-item-label {
  display: none;
}

.radio-grid .wpcf7-form-control-wrap,
.radio-grid .wpcf7-form-control {
  float: left;
  width: 100%;
}

iframe {
  overflow: hidden;
  width: 100%;
  height: auto;
  border: none;
}

#result-board iframe {
  height: 1000px;
}

.single .content {
  margin: 0 auto;
  max-width: 980px;
}

#contact-au-club .inner {
  padding-top: 0;
}

.wp-pagenavi .pages {
  display: none;
}

.single .cover {
  margin-bottom: 20px;
  width: 100%;
}

section.panel .events{
  margin-top: 20px;
}

.events h4{
  margin: 5px 0;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/* font-face here */

/*------------------------------------*\
    PLUGINS
\*------------------------------------*/

/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  padding: 0 !important;
  background: none;
  margin: 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 8px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  opacity: 0.01;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible\9; /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}

/*** responsive tabs **/
.r-tabs .r-tabs-nav {
  margin: 0 !important;
  padding: 0;
  width: 100%;
  display: block;
  float: left;
  background-color: #fff;
  border: 1px solid #0c462e;
}

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
}

.r-tabs .r-tabs-panel {
  padding: 15px;
  display: none;
}

.r-tabs .r-tabs-accordion-title {
  display: none;
  margin-bottom: 5px;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}

/* Tabs container */
.r-tabs {
  position: relative;
  background-color: #fff;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative;
  background-color: #fff;
  border-right: 1px solid #0c462e;
  float: left;
  padding: 0;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
  display: inline-block;
  padding: 10px 12px;
  text-decoration: none;
  text-shadow: none;
  font-size: 14px;
  font-weight: 500;
  color: #0c462e;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
  opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor,
.r-tabs .r-tabs-nav .r-tabs-state-default:hover .r-tabs-anchor {
  color: #fff;
  text-shadow: none;
  background-color: #0c462e;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
  background-color: white;

  border-bottom: 4px solid white;

  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  padding: 10px;
  background-color: #0c462e !important;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  background-color: #fff;
  color: #00c5ad;
  text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
  opacity: 0.5;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 991px) {
  .r-tabs .r-tabs-nav {
    display: none;
  }

  .r-tabs .r-tabs-accordion-title {
    display: block;
  }
}

/** Calendar **/
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-single {
  *zoom: 1;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute !important;
  top: 30px !important;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

.is-inrange .pika-button {
  background: #d5e9f7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6cb31d;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}

.pika-button:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 1280px) {
  #stats .numbers .col .number {
    font-size: 5em;
  }
  .home .news .owl-carousel {
    width: 85%;
  }
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1199px) {
  #stats .numbers .col .number {
    font-size: 4em;
  }
  .page .inner {
    padding-left: 50px;
    padding-right: 50px;
  }
  .main .button {
    width: auto;
  }
  .home .news .owl-carousel {
    width: 100%;
  }
  .page-template-news .list .item {
    width: 100%;
  }
  .page-template-news .list .item .thumb {
    width: 35%;
  }
  .page-template-news .list .item .desc {
    width: 65%;
  }
  .page-template-news .list .item {
    margin-top: 0 !important;
    margin-bottom: 30px;
  }
  .page-template-news .list .item .thumb .thumbnail img {
    display: block;
  }
  .page-template-news .list .item .thumb .thumbnail {
    background: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  nav#main-nav ul li {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
}

@media only screen and (max-width: 991px) {
  .logo {
    padding-left: 20px;
  }
  nav#main-nav ul li {
    padding-left: 1%;
    padding-right: 1%;
  }
  .nav-button {
    padding-left: 35px;
    padding-right: 40px;
  }
  .panel,
  #slides {
    padding-left: 25px;
    padding-right: 25px;
  }
  .home .news .latest-news {
    margin-left: 0;
  }
  .home .news .owl-carousel {
    width: 100%;
  }
  .home .news,
  .home .tournament {
    padding-left: 0;
    padding-right: 0;
  }
  .home .news .owl-dots {
    margin-left: 0;
    text-align: center;
  }
  .home .tournaments {
    height: auto !important;
  }
  .nano > .nano-content {
    position: relative;
  }
  #stats .numbers .col .number {
    font-size: 3em;
  }
  #promos .promo {
    margin-left: 0;
  }
  footer .logo {
    margin-bottom: 25px;
  }
  footer .col {
    width: 33.333%;
  }
  .panel .inner,
  footer .inner {
    padding-left: 25px;
    padding-right: 25px;
  }
  .page .inner {
    margin-left: 0;
    margin-right: 0;
  }
  .page #slides .item {
    height: 360px;
  }
  #owlGal .owl-prev {
    left: 5px;
  }
  #owlGal .owl-next {
    right: 5px;
  }
  .page #presentation .col:nth-child(1) {
    margin-bottom: 30px;
  }
  .page #presentation .col:nth-child(1) .content {
    margin-top: 0;
  }
  .page #presentation .col:nth-child(2) .content {
    margin-right: 0;
  }
  section.left-align .col:first-child .content,
  section.left-align .col:last-child .content,
  section.right-align .col:first-child .content,
  section.right-align .col:last-child .content {
    margin-left: 0;
    margin-right: 0;
  }
  .page-template-news .list .item .thumb {
    width: 40%;
  }
  .page-template-news .list .item .desc {
    width: 60%;
  }
  #sponsors .content {
    margin-left: 0;
    padding-left: 0;
  }
  #presentation .col:nth-child(2) {
    display: none;
  }
  section .col:last-child .content {
    margin-top: 0 !important;
  }
  #bbpress-forums {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  nav#main-nav {
    display: none;
  }
  .menu-icon {
    visibility: visible;
  }
  #header .logo {
    width: 30%;
    text-align: center;
    padding-left: 40px;
    padding-right: 0;
  }
  .nav-button {
    padding-right: 30px;
  }
  .panel,
  #slides {
    padding-left: 15px;
    padding-right: 15px;
  }
  #stats .numbers .col .number {
    font-size: 2.5em;
  }
  #slideForm .inner {
    margin-left: 50px;
  }
  .news .item .thumb,
  .news .item .desc,
  .page-template-news .list .item .thumb,
  .page-template-news .list .item .desc {
    width: 100%;
  }
  .news .item .button-wrap {
    position: relative;
    float: right;
    bottom: inherit;
    right: inherit;
    margin: 20px 20px 0 0;
  }
}

@media only screen and (max-width: 639px) {
  #header .logo {
    width: 50%;
  }
  .nav-button {
    background-color: #fff;
    color: #0c462e;
  }
  #slides .item h1 {
    font-size: 3em;
  }
  #stats .bg {
    display: none;
  }
  #stats .numbers {
    width: 100%;
  }
  #stats .numbers .col {
    width: 100%;
    border-right: none;
    margin-bottom: 40px;
  }
  #stats .numbers .col .number {
    font-size: 6em;
  }
  #stats .text {
    padding: 0 15%;
  }
  footer .col:nth-child(4) {
    clear: both;
  }
}

@media only screen and (max-width: 579px) {
  .panel,
  #slides {
    padding-left: 5px;
    padding-right: 5px;
  }
  .page .inner {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #promos .button {
    font-size: 1em;
  }
  .page #gallery .inner {
    padding-top: 0;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 479px) {
  #header .logo {
    padding-left: 20px;
  }
  .panel .inner,
  footer .inner,
  .page .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  #slides .item h1 {
    font-size: 2.5em;
  }
  #stats .text {
    padding-left: 5%;
    padding-right: 5%;
  }
  footer .col {
    width: 100%;
    text-align: center;
  }
  .page #slides .item {
    height: 260px;
  }
  #slideForm .inner {
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
  }
  #slideForm h2,
  #slideForm h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 379px) {
  .main .button {
    margin-top: 1em;
  }
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.sticky {
}
.bypostauthor {
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
