/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

/*RESET*/
html, body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  text-align: center;
}


/*FORMS*/
input[type=text], input[type=email] {
  margin: 5px 0;
  background-color: @white;
  border: 1px solid #bdbdbd;
  width: 100%;
  height: 45px;
  font-size: 12px;
  color: @black;
  padding-left: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  .montserrat-light;
}

select {
  margin: 0, auto;
  display: inline-block;
  background-color: @white;
  border: 1px solid #bdbdbd;
  width: 345px;
  height: 45px;
  font-size: 12px;
  color: @black;
  padding-left: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  .montserrat-light;
}

/*FONTS*/
@font-face {
    font-family: 'bebas';
    src: url('../fonts/bebasneue-bold-webfont.eot');
    src: url('../fonts/bebasneue-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue-bold-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue-bold-webfont.woff') format('woff'),
         url('../fonts/bebasneue-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/Montserrat-Regular-webfont.eot');
    src: url('../fonts/Montserrat-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Montserrat-Regular-webfont.woff2') format('woff2'),
         url('../fonts/Montserrat-Regular-webfont.woff') format('woff'),
         url('../fonts/Montserrat-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/Montserrat-Light-webfont.eot');
    src: url('../fonts/Montserrat-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Montserrat-Light-webfont.woff2') format('woff2'),
         url('../fonts/Montserrat-Light-webfont.woff') format('woff'),
         url('../fonts/Montserrat-Light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1 {
  font-size: 50px;
  color: #000000;
  text-transform: uppercase;
  font-weight: normal;
  font-family: bebas, arial, sans-serif;
}
h2 {
  font-size: 25px;
  color: #000000;
  text-transform: uppercase;
  font-weight: normal;
  font-family: bebas, arial, sans-serif;
}
h3 {
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
  font-weight: normal;
  font-family: bebas, arial, sans-serif;
}

a {
  cursor: pointer;
  text-decoration: none;
}

#wrap-club p,
#wrap-club span,
#wrap-club time {
  font-size: 14px;
  color: #939393;
  line-height: 20px;
  font-family: montserratlight, arial, sans-serif;
}
#wrap-club #left {
  width: 100%;
}

#wrap-club #left ul#nav {
  padding-top: 20px;
}

#wrap-club #left ul#nav li {
  display: inline;
}
#wrap-club #left ul#nav .current {
  color: #f05628;
}
#wrap-club #left ul#nav a {
  display: inline-block;
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  font-weight: normal;
  padding: 10px 20px;
  font-family: montserratregular, arial, sans-serif;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -o-transform: translate(0px);
}
#wrap-club #left ul#nav a:hover {
  color: #f05628;
}
#wrap-club #left .ratio-wrap {
  position: relative;
  height: auto;
}
#wrap-club #left .divider {
  width: 100%;
  height: 1px;
  background-color: #bdbdbd;
  margin-top: 20px;
  zoom: 1;
}
#wrap-club #left .divider:before {
  content: '';
  display: block;
}
#wrap-club #left .divider:after {
  content: '';
  display: table;
  clear: both;
}
#wrap-club #left .content {
  padding-top: 50px;
  margin: 0 auto;
  width: 80%;
}

#wrap-club #left #tab-1 {
  top: 0;
  text-align: left;
  padding-top: 40px;
  overflow: hidden;
}
#wrap-club #left #tab-1 p {
  font-size: 12px;
}
#wrap-club #left #tab-1 .left {
  float: left;
  width: 50%;
  padding-right: 20px;
}

#wrap-club #left #tab-1 .right {
  float: left;
  width: 50%;
  padding-left: 20px;
}

#wrap-club #left #tab-2 {
  padding-top: 40px;
}
#wrap-club #left #tab-2 p {
  font-size: 12px;
}
#wrap-club #left #tab-3 {
  padding-top: 40px;
}
#wrap-club #left #tab-3 p {
  font-size: 12px;
}
#wrap-club #left #tab-3 .col {
  float: left;
}
#wrap-club #left #tab-3 .col-75 {
  padding: 0 10px 0 0;
  width: 75%;
}
#wrap-club #left #tab-3 .col-75 .row {
  width: 100%;
}
#wrap-club #left #tab-3 .col-25 {
  padding: 0;
  width: 25%;
}
#wrap-club #left #tab-3 .col-25 .row {
  width: 100%;
}
#wrap-club #left #tab-3 .col-60 {
  padding: 0 10px 0 0;
  width: 60%;
}
#wrap-club #left #tab-3 .col-60 .row {
  width: 100%;
}
#wrap-club #left #tab-3 .col-40 {
  padding: 0;
  width: 40%;
}
#wrap-club #left #tab-3 .col-40 .row {
  width: 100%;
}
#wrap-club #left #tab-3 #agreements {
  display: inline-block;
  width: 80%;
  padding: 0 20px;
  text-align: left;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 180px;
  border: 1px solid #ebebeb;
  background-color: #ebebeb;
  margin: 20px 0 10px 0;
}
#wrap-club #left #tab-3 #agreements .row {
  width: 100%;
  padding-top: 15px;
}
#wrap-club #left #tab-3 #agreements span {
  font-size: 10px;
  line-height: 14px;
}
#wrap-club #left .row {
  display: inline-block;
  margin: 0, auto;
  //width: 345px;
	min-width: 70%;
	max-width:80%;
	width:70%;
}
#wrap-club #left .rowbutton {
  display: inline-block;
  margin: 0, auto;
  //width: 345px;
	min-width: 80%;
	max-width:90%;
	width:70%;
}
#wrap-club #left .row-double {
  display: inline-block;
  margin: 0, auto;
  width: 345px;
}
#wrap-club #left label {
  cursor: pointer;
}
#wrap-club #left label.hide {
  display: none;
}
#wrap-club #left #submitForm {
  width: 100%;
  height: 45px;
  background-color: #f05628;
  border: 0px;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 8px;
  margin-top: 10px;
  cursor: pointer;
  font-family: bebas, arial, sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -o-transform: translate(0px);
}
#wrap-club #left #submitForm:hover {
  background-color: #000000;
}



























