/* GLOBALS */
/* Fonts */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
/* Colours */
/* Distances */
.centered {
  margin: 0 auto;
  padding: 0;
}
.fullWidth {
  width: 100%;
}
.contentWidth {
  width: 70%;
  max-width: 1200px;
}
.centeredContent {
  width: 70%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
/* Zeroing */
body,
h1,
h2,
a,
p,
img,
input,
textarea {
  margin: 0 auto;
  padding: 0;
}
ul {
  padding-left: 15px;
}
li {
  list-style: disc;
}
a {
  text-decoration: none;
  color: #a5a5a5;
}
input,
textarea {
  border: none;
}
ul,
p {
  font-size: 14px;
}
/* STYLES */
/* General styles */
html, body {
  width: auto !important;
  overflow-x: hidden !important;
}
body {
  width: 100%;
  font-family: 'Montserrat', Helvetica, sans-serif;
}
#wrapper {
  margin: 0 auto;
  padding: 0;
  max-width: 1600px;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 850px) and (max-width: 1150px) {
  #wrapper {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1150px) {
  #wrapper {
    width: 90%;
    max-width: 1500px;
  }
}
h2 {
  font-size: 24px;
  color: #a5a5a5;
  margin-bottom: 5px;
}
h3 {
  font-size: 15px;
  font-weight: bold;
  color: #a5a5a5;
  text-transform: uppercase;
  margin-top: 30px;
}
p {
  /*text-align: justify;*/
  color: #393939;
}
section {
  overflow: hidden;
}
header .logo {
  width: 100%;
  text-align: center;
  margin: 15px;
}
header .logo a img {
  width: 170px;
  height: auto;
}


/* Share Button Styles Overrides */
section.basics .item.socials {
  /*margin: 20px auto 0;*/
  margin: 6px auto 0;
  display: table;
  /*height: 90px;*/
}
section.basics .item.socials span {
  width: 25px;
  cursor: pointer;
}
section.basics .item.socials span.stButton {
  color: #fff !important;
}
section.basics .item.socials span.stButton span.stBubble_hcount {
  position: relative;
  bottom: 1px;
}
section.basics .item.socials span.stButton span.stMainServices {
  display: none !important;
}
section.basics .item.socials span.stButton span.stArrow {
  background-image: none;
}
section.basics .item.socials span.st_googleplus_hcount span.stButton_gradient {
  display: none;
}
section.basics .item.socials span.st_facebook_hcount,
section.basics .item.socials span.st_twitter_hcount,
section.basics .item.socials span.st_googleplus_hcount {
  border-radius: 4px;
  color: #fff;
  padding: 2px 5px;
}
section.basics .item.socials span.st_twitter_hcount,
section.basics .item.socials span.st_googleplus_hcount {
  margin-left: 15px;
}
section.basics .item.socials span.st_facebook_hcount {
  background-color: #3b5998;
}
section.basics .item.socials span.st_twitter_hcount {
  background-color: #55acee;
}
section.basics .item.socials span.st_googleplus_hcount {
  background-color: #db4733;
}
.st_fb_like_button .stButton_gradient,
.st_fb_like_button .stButton_gradient:hover,
.st_fb_like_vcount .stButton_gradient,
.st_fb_like_vcount .stButton_gradient:hover,
.st_fb_like_hcount .stButton_gradient,
.st_fb_like_hcount .stButton_gradient:hover,
.st_facebook_button .stButton_gradient,
.st_facebook_button .stButton_gradient:hover,
.st_facebook_vcount .stButton_gradient,
.st_facebook_vcount .stButton_gradient:hover,
.st_facebook_hcount .stButton_gradient,
.st_facebook_hcount .stButton_gradient:hover {
  border-radius: 0 !important;
  background-color: none !important;
  border: none !important;
  background: none !important;
  color: #fff !important;
}
.stButton .stButton_gradient {
  border-radius: 0 !important;
  background-color: none !important;
  border: none !important;
  background: none !important;
}
@media screen and (min-width: 700px) and (max-width: 1024px) { 
  section.basics .item.socials {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  section.basics .item.socials { 
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;    
  }
}
/* Ends Share Button Overrides */


.title {
  width: 100%;
  background-color: #000;
  padding: 40px 0;
  color: #fff;
  display: block;
}
.title h1 {
  font-weight: normal;
  margin-left: 10px;
  text-align: center;
}
.title.sliderTitle {
  display: none;
  margin-top: -50px;
  padding: 30px 0;
}
@media screen and (max-width: 700px) { 
  .title.sliderTitle {
    display: block;
  }
  .title.pageTitle {
    display: none;
  }
}
.actions {
  display: table;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  /*margin: 30px 0;*/
}
.actions a.order {
  width: 100%;
  background-color: #000;
  color: #0be100;
  padding: 18px 0;
  margin: 0 auto;
  display: block;
  text-align: center;
  border-radius: 5px;
}
@media screen and (min-width: 850px) {
  .actions a.order {
    float: right;
    width: 49%;
  }
}
.actions a.order i {
  margin-left: 25px;
}
.actions a.allBoards {
  font-weight: bold;
  width: 100%;
  background-color: #a5a5a5;
  color: #fff;
  padding: 18px 0;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 20px;
  border-radius: 5px;
}
@media screen and (min-width: 850px) {
  .actions a.allBoards {
    float: left;
    width: 49%;
    margin-top: 0;
  }
}
.actions a.allBoards i {
  margin-left: 25px;
}
.bottomRight {
  margin-top: 20px;
  margin-bottom: 30px;
}
.boardstockestado {
  position: absolute;
  z-index: 20;
  height: 80px;
  width: 80px;
  /*background: url(../../../images/bstate_usedboard.png);*/
}
.boardstockestado.board_new {
  background-image: url(../../../images/bstate_newboard.png);
}
.boardstockestado.board_custom {
  background-image: url(../../../images/bstate_customboard.png);
}
.boardstockestado.board_used {
  background-image: url(../../../images/bstate_usedboard.png);
}
.boardstockestado.soldout {
  display: block;
}

section.slider {
  border-bottom: none;
}
section.slider .owl-wrapper .owl-item img {
    height: auto;
    width: 100%;
}
section.slider .owl-wrapper .owl-item .redSlide {
    background-color: red;
    height: 700px;
    width: 100%;
}
section.slider .shareLinks {
  margin: 20px auto 0;
  display: table;
  height: 90px;
}
section.slider #boardSlider .owl-buttons {
  position: absolute;
  top: 50%;
  display: table;
  width: 100%;
  color: #000;
}
section.slider #boardSlider .owl-buttons .owl-prev {
  float: left;
  position: relative;
  left: 20px;
  font-size: 20px;
}
section.slider #boardSlider .owl-buttons .owl-next {
  float: right;
  position: relative;
  right: 20px;
  font-size: 20px;
}
section {
  width: 100%;
  border-bottom: 2px solid #f1f1f1;
  /* Board Stats */
}
section p:not(:last-of-type) {
  margin-bottom: 15px;
}
section.model ul {
  margin-left: 5px;
}
section.model ul,  x:-moz-any-link, x:default  { margin-left:0; }
section .stats {
  display: table;
  margin: 0 auto;
}
section .stats .skill {
  width: 13px;
  height: 10px;
  background-color: #cccccc;
  display: inline-block;
  margin-right: 7px;
}
section .stats .skill,  x:-moz-any-link, x:default  { margin-right: 3px; }
section .stats .skill.suitable {
  background-color: #a5a5a5;
}
section .stats .second {
  height: 15px;
}
section .stats .third {
  height: 20px;
}
section .stats .fourth {
  height: 27.5px;
}
section .stats .fifth {
  height: 38px;
}
section .stats .sixth {
  height: 48.5px;
}
section .stats .seventh {
  height: 65px;
}
section .stats .eigth {
  height: 80px;
}
section .stats .ninth {
  height: 95px;
}
section .stats .tenth {
  height: 115px;
}
section .stats .numbering {
  margin-left: -10px;
}
section .stats .numbering span {
  margin-right: 32px;
  font-size: 12px;
}
section.stats {
  width: 100%;
}
section.stats.extras p:before{
  content: ".";
  font-size: 30px;
  position: relative;
  right: 7px;
  top: -2px;
}
section.stats .item {
  display: inline-block;
  float: left;
  text-align: center;
  width: 25%;
  padding: 15px 0;
}
section.stats .item label {
  text-transform: uppercase;
  color: #a5a5a5;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 480px) { 
  section.stats .item label {
    font-size: 14px;
  }
  section.stats.extras .item p {
    margin-top: -5px;
  }
}
section.stats p {
  text-align: center;
  padding: 10px 0;
  margin-top: 10px;
  font-size: 14px;
}
section.stats.measures p {
  background-color: #f8f8f8;
}
@media screen and (max-width: 1170px) {
  section.stats.extras .item {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  section.stats.extras .item {
    width: 25%;
  }
}
@media screen and (max-width: 510px) {
  section.stats.extras .item {
    width: 50%;
  }
}
section.doubleTitles {
  display: table;
}
section.doubleTitles div p {
  font-size: 14px;
  position: relative;
  top: -10px;
}
section .xp {
  float: right;
  width: 49%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1170px) {
  section .xp {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  section .xp {
    width: 49%;
  }
}
@media screen and (max-width: 535px) {
  section .xp {
    width: 100%;
  }
}
section .xp .stats {
  position: relative;
  left: 20px;
}
section .wave {
  float: left;
  width: 49%;
  border-right: 2px solid #f1f1f1;
  padding-bottom: 20px;
}
@media screen and (max-width: 1170px) {
  section .wave {
    width: 100%;
    border-bottom: 2px solid #f1f1f1;
  }
}
@media screen and (max-width: 700px) {
  section .wave {
    width: 49%;
    border-bottom: none;
  }
}
@media screen and (max-width: 535px) {
  section .wave {
    width: 100%;
    border-bottom: 2px solid #f1f1f1;
  }
}
section .wave .stats {
  display: table;
  width: 100%;
  position: relative;
  top: 10px;
}
@media screen and (max-width: 1170px) {
  section .wave .stats {
    width: 65%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 950px) {
  section .wave .stats {
    width: 100%;
  }
}
@media screen and (max-width: 535px) {
  section .wave .stats {
    width: 65%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 400px) {
  section .wave .stats {
    width: 100%;
  }
}
section .wave .stats .icon {
  float: left;
  font-size: 140px;
  margin-left: 10px;
}
@media screen and (max-width: 535px) { 
  section .wave .stats .icon {
    position:relative;
    bottom: 15px;
    font-size: 160px;
  }
}
section .wave .stats .size {
  width: 40px;
  float: right;
  text-align: center;
  position: relative;
  right: 30px;
  top: 40px;
}
section .wave .stats .size hr {
  border: 1px solid #cccccc;
  background-color: #cccccc;
}
section .wave .stats .size .min {
  color: #cccccc;
  font-size: 14px;
}
section.basics {
  display: table;
  padding-bottom: 20px;
}
section.basics .item.id {
  float: left;
}
section.basics .item.id span {
  font-weight: bold;
}
section.basics .item.socials {
  float: right;
  font-size: 15px;  /* 50px */
}
section.basics .item.socials .icon {
  margin-left: -15px;
}
@media screen and (max-width: 430px) { 
  section.basics .item.socials {
    float: left;
    width: 100%;
    display: block;
    margin-left: 5px;
  }  
}
section.model {
  padding-bottom: 20px;
}
section.waveType {
  border-bottom: none;
  padding-bottom: 20px;
}
/* Footer Section */
footer {
  /*margin: 30px auto 0;*/
  text-align: left;
  background-color: #000;
  clear: both;
  color: #fff;
}
footer section.location {
  border-bottom: none;
  width: 100%;
}
footer section.location .maps {
  float: left;
  margin: 30px 30px;
  width: 30%;
}
footer section.location .maps .item.details {
  margin-bottom: 20px;
}
footer .copyrights {
  display: table;
  width: 95%;
}
footer .copyrights a, footer .copyrights p {
  display: inline; 
}
footer .copyrights a { 
  float: right;
  font-size: 12px;
  color: #414141;
  margin-right: 20px;
}
footer .copyrights a i {
  font-size: 14px;
}
@media screen and (max-width: 410px) { 
  footer .copyrights p { 
    display: block;
  }
  footer .copyrights a {
    float: left;
    display: block;
    margin-top: 15px;
  } 
}
@media screen and (max-width: 680px) {
  footer section.location .maps {
    width: 100%;
    margin: 30px 20px;
  }
}
footer section.location .maps h2 {
  color: #fff;
  font-weight: 400;
  font-size: 40px;
}
footer section.location .maps h3 {
  margin-top: 40px;
  font-size: 30px;
}
@media screen and (max-width: 480px) { 
  footer section.location .maps h2 {
    font-size: 36px;
  }
  footer section.location .maps h3 {
    font-size: 23px;
  }
}
footer section.location .maps h4 {
  color: #a5a5a5;
  font-weight: 400;
}
footer section.location .maps p {
  color: #fff;
  font-size: 14px;
  position: relative;
  top: -15px;
}
footer section.location .maps div {
  /*margin-bottom: 25px;*/
}
footer section.location .maps div span {
  display: block;
}
footer section.location .maps div span label {
  font-weight: bold;
}
footer section.location #googleMap {
  float: right;
  width: 60%;
  height: 450px;
}
@media screen and (max-width: 680px) {
  footer section.location #googleMap {
    width: 100%;
  }
}
footer section.location #googleMap img.rendered {
  width: 100%;
  height: 500px;
  float: right;
}
footer .copyrights {
  clear: both;
  padding: 20px 30px;
  color: #a5a5a5;
  font-size: 12px;
}
footer .copyrights p {
  color: #a5a5a5;
}
/* Base Media Queries */
@media screen and (min-width: 700px) {
  .bottomRight {
    width: 47%;
    float: right;
  }
  section.slider {
    width: 52%;
    float: left;
  }
  section.slider img {
    width: 100%;  /* 38% */
    height: auto;
  }
}
@media screen and (max-width: 480px) { 
  .bottomRight  {
    width: 97%;
    margin: 0 auto;
  }
  .bottomRight .actions {
    margin-bottom: 20px;
  }
}







