@charset "UTF-8";
@import url(../css/reset.css);
@import url(../css/mood.css);
/* - - - - - - - - - - - - - - - - - - - - -Título          : MangoreURL             : www.mangore.comDescripción :   : Bellucci Guitars and Mangore Guitar Academy, founded by Maestro Bellucci in 1997.Autor           : PuntopySite            : www.puntopy.comCreado          : JULY 16, 2013Modificado      : OCTOBER 20, 2013- - - - - - - - - - - - - - - - - - - - - */
/*****************************************************                 RESET Y GLOBALES                                         ***************************************************/
/* FONTS  */
@font-face {
  font-family: 'texgyreheros';
  src: url("../font/texgyreheros-bold-webfont.eot");
  src: url("../font/texgyreheros-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/texgyreheros-bold-webfont.woff") format("woff"), url("../font/texgyreheros-bold-webfont.ttf") format("truetype"), url("../font/texgyreheros-bold-webfont.svg#texgyreherosbold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'texgyreheros';
  src: url("../font/texgyreheros-bolditalic-webfont.eot");
  src: url("../font/texgyreheros-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../font/texgyreheros-bolditalic-webfont.woff") format("woff"), url("../font/texgyreheros-bolditalic-webfont.ttf") format("truetype"), url("../font/texgyreheros-bolditalic-webfont.svg#texgyreherosbold_italic") format("svg");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'texgyreheros';
  src: url("../font/texgyreheros-regular-webfont.eot");
  src: url("../font/texgyreheros-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/texgyreheros-regular-webfont.woff") format("woff"), url("../font/texgyreheros-regular-webfont.ttf") format("truetype"), url("../font/texgyreheros-regular-webfont.svg#texgyreherosregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'texgyreheros';
  src: url("../font/texgyreheros-italic-webfont.eot");
  src: url("../font/texgyreheros-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../font/texgyreheros-italic-webfont.woff") format("woff"), url("../font/texgyreheros-italic-webfont.ttf") format("truetype"), url("../font/texgyreheros-italic-webfont.svg#texgyreherositalic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'texgyreheroscn';
  src: url("../font/texgyreheroscn-bold-webfont.eot");
  src: url("../font/texgyreheroscn-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/texgyreheroscn-bold-webfont.woff") format("woff"), url("../font/texgyreheroscn-bold-webfont.ttf") format("truetype"), url("../font/texgyreheroscn-bold-webfont.svg#texgyreheroscnbold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'texgyreheroscn';
  src: url("../font/texgyreheroscn-bolditalic-webfont.eot");
  src: url("../font/texgyreheroscn-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../font/texgyreheroscn-bolditalic-webfont.woff") format("woff"), url("../font/texgyreheroscn-bolditalic-webfont.ttf") format("truetype"), url("../font/texgyreheroscn-bolditalic-webfont.svg#texgyreheroscnbold_italic") format("svg");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'texgyreheroscn';
  src: url("../font/texgyreheroscn-italic-webfont.eot");
  src: url("../font/texgyreheroscn-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../font/texgyreheroscn-italic-webfont.woff") format("woff"), url("../font/texgyreheroscn-italic-webfont.ttf") format("truetype"), url("../font/texgyreheroscn-italic-webfont.svg#texgyreheroscnitalic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'texgyreheroscn';
  src: url("../font/texgyreheroscn-regular-webfont.eot");
  src: url("../font/texgyreheroscn-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/texgyreheroscn-regular-webfont.woff") format("woff"), url("../font/texgyreheroscn-regular-webfont.ttf") format("truetype"), url("../font/texgyreheroscn-regular-webfont.svg#texgyreheroscnregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.mb10 {
  margin-bottom: 10px; }

/* some uppercase text elements, for not shouting at google */
.toupper {
  text-transform: uppercase; }

/* align vertically to the middle */
.alignmiddle {
  vertical-align: middle; }

body {
  font-family: "texgyreheros";
  font-size: 14px;
  line-height: 20px;
  color: #000;
  background: url(../images/bg.jpg) center top; }

/* standard buttons */
.button {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 8px 13px;
  border-radius: 3px;
  background: #f0ad00;
  font-size: 15px;
  color: #242424;
  font-weight: bold;
  text-decoration: none !important; }
  .button:hover {
    background: #ffc224; }
  .button.btnblue {
    background: #0957a4;
    color: #fff; }
    .button.btnblue:hover {
      background: #0c71d4; }
  .button.btngreen {
    background: #6ebc20;
    color: #fff; }
    .button.btngreen:hover {
      background: #88dc33; }
  .button.btndarkgray {
    background: #242424;
    color: #fff; }
    .button.btndarkgray:hover {
      background: #3e3e3e; }
  .button.btnred {
    background: #ed1c24;
    color: #fff;
    position: relative;
    z-index: 3; }
    .button.btnred:hover {
      background: #f14b52; }
  .button.small {
    font-size: 12px;
    font-family: "texgyreheroscn";
    padding: 8px 18px; }
  .button.playlistbtn {
    background-image: url(../images/playlist.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 45px; }
  .button.btnbig {
    font-size: 23px;
    padding: 10px 35px;
    color: #481504;
    text-transform: uppercase;
    font-family: "texgyreheroscn";
    letter-spacing: -1px; }

/* Close button for various containers and pop-ups*/
.closebtn {
  background: #ed1c24 url(../images/icon-close.png) no-repeat center center;
  border-radius: 3px;
  width: 40px;
  height: 33px;
  text-indent: -500px;
  overflow: hidden;
  color: transparent;
  display: block;
  position: absolute;
  z-index: 15;
  top: 12px;
  right: 12px; }
  .closebtn:hover {
    background-color: #c61017; }

.whiteshadowcontainer {
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(126, 126, 126, 0.27); }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

/* SLIDER default parameters override */
.bx-wrapper .bx-loading {
  z-index: 9; }

.bx-wrapper {
  margin: 0; }

.bx-viewport {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  left: 0 !important; }

.bx-prev, .bx-next {
  z-index: 5 !important; }

figure {
  display: block;
  margin: 0;
  padding: 0; }

.pb30 {
  padding-bottom: 30px; }

.browncontainer {
  background: #471502; }
  .browncontainer h4, .browncontainer h5, .browncontainer p {
    color: #fff !important; }
  .browncontainer h4 {
    margin-bottom: 10px !important; }
  .browncontainer h5 {
    margin-bottom: 20px;
    font-size: 16px; }
  .browncontainer a.downloadbtn {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 74px;
    height: 74px;
    border-radius: 100%;
    background: #1a5d98 url(../images/arrow-download.png) no-repeat center center;
    overflow: hidden;
    text-indent: -500px;
    color: transparent;
    border: 16px solid #fff;
    position: absolute;
    z-index: 5;
    left: 95px;
    bottom: -50px; }

div.aligncenter > .graycontainer {
  display: inline-block; }

.graycontainer {
  background: #e1e1e1;
  position: relative;
  z-index: 1; }
  .graycontainer .lupaampliar {
    position: absolute;
    z-index: 3;
    right: 30px;
    top: 30px; }
  .graycontainer h5, .graycontainer p {
    font-size: 16px;
    color: #000; }
  .graycontainer a.fancybox {
    display: inline-block;
    position: relative; }
    .graycontainer a.fancybox img.lupa {
      position: absolute;
      z-index: 3;
      right: 10px;
      top: 10px; }

small {
  font-size: 13px; }

img.imgcirc {
  border-radius: 100%;
  border: 5px solid #fff; }

/* Highlighted text */
.highlightedtxt {
  background: #471502;
  color: #fff !important;
  border-radius: 5px;
  font-weight: bold;
  font-family: "texgyreheroscn";
  font-size: 16px;
  padding: 13px 26px; }
  .highlightedtxt strong, .highlightedtxt a {
    color: #f0ad00 !important; }

/* Default pagination for various lists */
nav.pagination a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  border-radius: 3px;
  color: #481504;
  margin: 0 2px;
  padding: 5px 14px;
  font-size: 17px;
  font-family: "texgyreheroscn";
  font-weight: bold; }
  nav.pagination a:hover, nav.pagination a.selected {
    background: #f0ad00; }
  nav.pagination a.navarrow {
    background: #471502;
    color: #fff !important; }
    nav.pagination a.navarrow:hover {
      background: #792403; }

/* Circle shaped elements */
.circle {
  border-radius: 100%; }

/* Bak to top */
a.backtotop {
  position: fixed;
  display: none;
  z-index: 101;
  width: 40px;
  height: 40px;
  bottom: 30px;
  right: 40px;
  color: transparent;
  background: #471502 url(../images/arrow-up.png) no-repeat center center;
  border-radius: 100%;
  overflow: hidden;
  text-indent: -500px;
  border: 3px solid #fff; }
  a.backtotop:hover {
    background-color: #290e04; }

p.brown {
  font-size: 14px !important;
  line-height: normal;
  color: #481504; }

.centerlogo {
  margin-top: -20px; }

/*****************************************************                    LAYOUT                                           ***************************************************/
/* Login and search */
#mensaje_logueo {
  /* display:none; */
  margin: 15px 20px;
  padding: 5px 10px;
  text-align: center;
  background: #c61017;
  color: #fff !important;
  font-size: 13px;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2); }
  #mensaje_logueo.user_login {
    display: block !important;
    background: none;
    border: 2px solid #fff;
    box-shadow: none;
    margin-bottom: 0; }

#btntopcontainer {
  position: relative;
  z-index: 11;
  /* Login Form */ }
  #btntopcontainer a#btnlogin, #btntopcontainer a#btnsearch, #btntopcontainer a#btnlang, #btntopcontainer a#btndonate {
    display: block;
    width: 50px;
    height: 46px;
    position: absolute;
    z-index: 12;
    top: 0;
    overflow: hidden;
    text-indent: -500px;
    color: transparent; }
  #btntopcontainer a#btnlogin {
    background: #6ebc20 url(../images/icon-login.png) no-repeat center center;
    right: 0; }
  #btntopcontainer a#btnsearch {
    background: #0957a4 url(../images/icon-search.png) no-repeat center center;
    right: 50px; }
  #btntopcontainer a#btnlang {
    background: #f0ad00 url(../images/icon-lang.png) no-repeat center center;
    right: 100px; }
  #btntopcontainer a#btndonate {
    background: #f46411 url(../images/icon-donate.png) no-repeat center center;
    right: 150px; }
  #btntopcontainer form#loginform, #btntopcontainer form#searchform, #btntopcontainer form.headerform, #btntopcontainer form#donateform, #btntopcontainer form#translateform {
    position: absolute;
    z-index: 12;
    top: 45px;
    right: 0;
    width: 225px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
    display: none; }
    #btntopcontainer form#loginform p, #btntopcontainer form#searchform p, #btntopcontainer form.headerform p, #btntopcontainer form#donateform p, #btntopcontainer form#translateform p {
      font-size: 14px; }
    #btntopcontainer form#loginform a, #btntopcontainer form#searchform a, #btntopcontainer form.headerform a, #btntopcontainer form#donateform a, #btntopcontainer form#translateform a {
      color: #fff; }
      #btntopcontainer form#loginform a:hover, #btntopcontainer form#searchform a:hover, #btntopcontainer form.headerform a:hover, #btntopcontainer form#donateform a:hover, #btntopcontainer form#translateform a:hover {
        text-decoration: underline; }
    #btntopcontainer form#loginform input[type=text], #btntopcontainer form#loginform input[type=submit], #btntopcontainer form#loginform input[type=button], #btntopcontainer form#loginform input[type=password], #btntopcontainer form#loginform a.register, #btntopcontainer form#searchform input[type=text], #btntopcontainer form#searchform input[type=submit], #btntopcontainer form#searchform input[type=button], #btntopcontainer form#searchform input[type=password], #btntopcontainer form#searchform a.register, #btntopcontainer form.headerform input[type=text], #btntopcontainer form.headerform input[type=submit], #btntopcontainer form.headerform input[type=button], #btntopcontainer form.headerform input[type=password], #btntopcontainer form.headerform a.register, #btntopcontainer form#donateform input[type=text], #btntopcontainer form#donateform input[type=submit], #btntopcontainer form#donateform input[type=button], #btntopcontainer form#donateform input[type=password], #btntopcontainer form#donateform a.register, #btntopcontainer form#translateform input[type=text], #btntopcontainer form#translateform input[type=submit], #btntopcontainer form#translateform input[type=button], #btntopcontainer form#translateform input[type=password], #btntopcontainer form#translateform a.register {
      padding: 10px 12px;
      border-radius: 3px;
      width: 162px;
      margin-bottom: 7px; }
    #btntopcontainer form#loginform input[type=text], #btntopcontainer form#loginform input[type=password], #btntopcontainer form#loginform select, #btntopcontainer form#searchform input[type=text], #btntopcontainer form#searchform input[type=password], #btntopcontainer form#searchform select, #btntopcontainer form.headerform input[type=text], #btntopcontainer form.headerform input[type=password], #btntopcontainer form.headerform select, #btntopcontainer form#donateform input[type=text], #btntopcontainer form#donateform input[type=password], #btntopcontainer form#donateform select, #btntopcontainer form#translateform input[type=text], #btntopcontainer form#translateform input[type=password], #btntopcontainer form#translateform select {
      background: #fff;
      font-size: 14px;
      line-height: 14px;
      font-family: "texgyreheros";
      color: #a1a1a1; }
    #btntopcontainer form#loginform input[type=submit], #btntopcontainer form#loginform input[type=button], #btntopcontainer form#loginform a.register, #btntopcontainer form#searchform input[type=submit], #btntopcontainer form#searchform input[type=button], #btntopcontainer form#searchform a.register, #btntopcontainer form.headerform input[type=submit], #btntopcontainer form.headerform input[type=button], #btntopcontainer form.headerform a.register, #btntopcontainer form#donateform input[type=submit], #btntopcontainer form#donateform input[type=button], #btntopcontainer form#donateform a.register, #btntopcontainer form#translateform input[type=submit], #btntopcontainer form#translateform input[type=button], #btntopcontainer form#translateform a.register {
      color: #fff;
      text-transform: uppercase;
      font-family: "texgyreheroscn";
      font-weight: bold;
      font-size: 16px;
      line-height: 16px;
      text-align: center;
      display: inline-block;
      *display: inline;
      zoom: 1;
      box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4); }
    #btntopcontainer form#loginform input[type=button], #btntopcontainer form#searchform input[type=button], #btntopcontainer form.headerform input[type=button], #btntopcontainer form#donateform input[type=button], #btntopcontainer form#translateform input[type=button] {
      width: 182px !important; }
    #btntopcontainer form#loginform a.register, #btntopcontainer form#searchform a.register, #btntopcontainer form.headerform a.register, #btntopcontainer form#donateform a.register, #btntopcontainer form#translateform a.register {
      background: #110675;
      text-decoration: none; }
      #btntopcontainer form#loginform a.register:hover, #btntopcontainer form#searchform a.register:hover, #btntopcontainer form.headerform a.register:hover, #btntopcontainer form#donateform a.register:hover, #btntopcontainer form#translateform a.register:hover {
        background: #1808a6; }
  #btntopcontainer form#loginform {
    background: #6ebc20; }
    #btntopcontainer form#loginform input[type=submit] {
      background: #386907; }
      #btntopcontainer form#loginform input[type=submit]:hover {
        background: #52990a; }
    #btntopcontainer form#loginform .becomeamember {
      background: #0957a4;
      padding: 15px; }
      #btntopcontainer form#loginform .becomeamember h5 {
        font-family: "texgyreheroscn";
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 5px; }
  #btntopcontainer form#searchform {
    background: #0957a4; }
    #btntopcontainer form#searchform input[type=submit] {
      background: #110675;
      width: 182px !important; }
      #btntopcontainer form#searchform input[type=submit]:hover {
        background: #1808a6; }
  #btntopcontainer form#donateform {
    background: #f46411; }
    #btntopcontainer form#donateform input[type=submit] {
      background-color: #c94f09; }
  #btntopcontainer form#translateform {
    background: #f0ad00; }

header {
  margin-bottom: 25px;
  min-width: 960px;
  background: #000;
  /* SLIDER TOP */
  /* MAIN MENU */ }
  header section#slidertopcontainer {
    min-width: 960px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    /* height:335px; */
    overflow: hidden;
    /* CONTROLS */ }
    header section#slidertopcontainer .bx-wrapper, header section#slidertopcontainer .bx-wrapper img.slidebigimg {
      min-height: 335px; }
    header section#slidertopcontainer .bx-wrapper .bx-viewport, header section#slidertopcontainer .bx-wrapper .bx-loading {
      background-color: #000 !important; }
    header section#slidertopcontainer .bx-wrapper .bx-loading {
      background-image: url(../js/bxslider/images/bx_loader_black.gif) !important; }
    header section#slidertopcontainer img.slidebigimg {
      min-width: 1350px !important; }
    header section#slidertopcontainer .bx-pager {
      position: absolute;
      bottom: 8%;
      left: 0;
      right: 0;
      z-index: 10;
      text-align: center; }
      header section#slidertopcontainer .bx-pager .bx-pager-item, header section#slidertopcontainer .bx-pager .bx-pager-link {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: middle;
        width: 19px;
        height: 20px;
        border-radius: 100%; }
      header section#slidertopcontainer .bx-pager .bx-pager-item {
        margin: 0 3px; }
      header section#slidertopcontainer .bx-pager a.bx-pager-link {
        background: url(../images/bullet-slider.png) no-repeat center top; }
        header section#slidertopcontainer .bx-pager a.bx-pager-link:hover, header section#slidertopcontainer .bx-pager a.bx-pager-link.active {
          background-position: center bottom; }
    header section#slidertopcontainer #slidertop > div {
      position: relative;
      z-index: 6; }
      header section#slidertopcontainer #slidertop > div .description {
        position: absolute;
        z-index: 7;
        top: 10%;
        left: 0;
        right: 0;
        bottom: 0; }
        header section#slidertopcontainer #slidertop > div .description .description-in {
          background: black url(../images/recuadro-banner.png) no-repeat center center;
          background: rgba(0, 0, 0, 0.2) url(../images/recuadro-banner.png) no-repeat center center;
          width: 664px;
          height: 144px;
          overflow: hidden;
          padding: 48px 38px;
          font-family: "texgyreheroscn"; }
          header section#slidertopcontainer #slidertop > div .description .description-in h3 {
            font-size: 35px;
            line-height: 34px;
            font-weight: bold;
            color: #fff;
            margin-bottom: 15px; }
  header a#logo {
    position: absolute;
    z-index: 11;
    display: block;
    width: 228px;
    height: 94px;
    top: 20px;
    left: 366px; }
  header nav {
    background: url(../images/bg-menu.jpg) repeat-x center center;
    min-height: 133px;
    min-width: 960px;
    padding: 10px 0;
    box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 10; }
    header nav ul {
      background: #000;
      min-height: 133px; }
      header nav ul li, header nav ul a {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: middle;
        font-family: "texgyreheroscn";
        font-size: 18px;
        font-weight: bold;
        color: #555555;
        text-transform: uppercase; }
      header nav ul li {
        padding-top: 40px;
        position: relative;
        z-index: 11;
        /* SUBMENUS */
        /* END SUBMENUS */ }
        header nav ul li a {
          padding: 17px 15px 25px 15px; }
        header nav ul li:hover > a {
          color: #f0ad00;
          /* background: $brown; */ }
        header nav ul li:first-child {
          margin: 0 30px 10px 30px; }
          header nav ul li:first-child a {
            width: 49px;
            height: 49px;
            padding: 0;
            border-radius: 100%;
            overflow: hidden;
            color: transparent;
            text-indent: -500px;
            background: url(../images/icon-home.png) no-repeat center center;
            opacity: 0.5; }
            header nav ul li:first-child a:hover {
              box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5), inset 0px 0px 10px rgba(255, 255, 255, 0.5);
              opacity: 1; }
        header nav ul li:nth-child(3) {
          margin-right: 100px; }
        header nav ul li:nth-child(4) {
          margin-left: 170px; }
        header nav ul li.hassubmenu:hover > a {
          background: #471502 url(../images/icon-dropdown.png) no-repeat center 50px;
          color: #f0ad00; }
        header nav ul li.hassubmenu ul {
          display: none;
          background: #290e04;
          position: absolute;
          z-index: 12;
          top: 100px;
          border: 15px solid #471502;
          /* width:900px; */
          padding: 15px 15px 0 15px;
          /* Guitars menu */
          /* Academy menu */ }
          header nav ul li.hassubmenu ul.guitarsmenu {
            left: -115px; }
            header nav ul li.hassubmenu ul.guitarsmenu li, header nav ul li.hassubmenu ul.guitarsmenu a {
              width: 120px;
              height: auto;
              text-indent: 0;
              border-radius: 0;
              box-shadow: none;
              opacity: 1;
              text-align: center;
              text-transform: uppercase;
              font-family: "texgyreheroscn";
              font-size: 19px;
              font-weight: bold;
              padding: 0;
              margin: 0;
              background: none;
              color: #fff; }
              header nav ul li.hassubmenu ul.guitarsmenu li img, header nav ul li.hassubmenu ul.guitarsmenu a img {
                border: 3px solid #fff;
                margin-bottom: 5px; }
            header nav ul li.hassubmenu ul.guitarsmenu li {
              margin-left: 5px;
              margin-bottom: 15px; }
              header nav ul li.hassubmenu ul.guitarsmenu li:first-child {
                margin-left: 0; }
              header nav ul li.hassubmenu ul.guitarsmenu li:hover > a {
                color: #f0ad00; }
                header nav ul li.hassubmenu ul.guitarsmenu li:hover > a img {
                  border-color: #f0ad00; }
          header nav ul li.hassubmenu ul.academymenu {
            left: -216px; }
            header nav ul li.hassubmenu ul.academymenu li, header nav ul li.hassubmenu ul.academymenu li:first-child, header nav ul li.hassubmenu ul.academymenu a {
              margin: 0;
              padding: 0;
              background: none;
              width: auto;
              height: auto;
              text-indent: 0;
              color: #fff;
              border-radius: 0;
              opacity: 1;
              box-shadow: none; }
            header nav ul li.hassubmenu ul.academymenu li {
              text-align: left;
              vertical-align: top;
              margin-left: 10px; }
              header nav ul li.hassubmenu ul.academymenu li h5 {
                color: #f46411;
                text-transform: uppercase;
                font-size: 13px;
                font-weight: bold;
                font-family: "texgyreheros"; }
              header nav ul li.hassubmenu ul.academymenu li ul {
                position: relative;
                padding-top: 10px;
                width: 115px;
                background: none;
                border: none;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                margin: 0;
                padding: 0; }
                header nav ul li.hassubmenu ul.academymenu li ul li, header nav ul li.hassubmenu ul.academymenu li ul a {
                  display: block;
                  text-transform: none;
                  color: #fff;
                  font-weight: normal;
                  font-size: 14px;
                  margin-left: 0; }
                header nav ul li.hassubmenu ul.academymenu li ul li a {
                  background: url(../images/bullet-menu-footer.png) no-repeat left center;
                  padding-left: 10px;
                  line-height: 25px;
                  margin-left: 0 !important; }
                  header nav ul li.hassubmenu ul.academymenu li ul li a:hover {
                    text-decoration: underline; }
        header nav ul li.hassubmenu:hover ul {
          display: block; }

/* Active buttons of main menu */
#act-guitars #btn-guitars, #act-academy #btn-academy, #act-about #btn-about, #act-testimonials #btn-testimonials, #act-contact #btn-contact {
  color: #fff;
  text-shadow: 0px 0px 20px #fff; }

#act-home #btn-home {
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5), inset 0px 0px 10px rgba(255, 255, 255, 0.5);
  opacity: 1; }

/* MAIN CONTENTS */
section#contents, section#tonewoodscontainer {
  margin-bottom: 30px;
  min-height: 500px;
  position: relative;
  /* headers and basic paragraphs */
  /* big banners */
  /* NEWS CAROUSEL */ }
  section#contents.msgpage, section#tonewoodscontainer.msgpage {
    min-height: 0; }
  section#contents hr, section#tonewoodscontainer hr {
    height: 1px;
    border: none;
    border-bottom: 1px dotted #cbcdce; }
  section#contents.customize, section#tonewoodscontainer.customize {
    background-image: url(../images/bg-customize.png);
    background-repeat: repeat-y;
    background-position: right top; }
  section#contents.hassubmenu, section#tonewoodscontainer.hassubmenu {
    background-image: url(../images/sidebar-bg.png);
    background-repeat: repeat-y;
    background-position: left top; }
    section#contents.hassubmenu.rightmenu, section#tonewoodscontainer.hassubmenu.rightmenu {
      background-position: right top; }
    section#contents.hassubmenu a.gobacktop, section#tonewoodscontainer.hassubmenu a.gobacktop {
      display: block;
      position: absolute;
      bottom: 70px;
      left: 120px;
      width: 80px;
      color: #fff;
      font-family: "texgyreheroscn";
      font-size: 14px;
      line-height: 14px;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase; }
      section#contents.hassubmenu a.gobacktop img, section#tonewoodscontainer.hassubmenu a.gobacktop img {
        margin-bottom: 10px; }
  section#contents h1, section#contents h2, section#contents h3, section#tonewoodscontainer h1, section#tonewoodscontainer h2, section#tonewoodscontainer h3 {
    font-family: "texgyreheroscn";
    color: #481504;
    font-weight: bold;
    margin-bottom: 30px; }
    section#contents h1 span, section#contents h1 img, section#contents h1 small, section#contents h2 span, section#contents h2 img, section#contents h2 small, section#contents h3 span, section#contents h3 img, section#contents h3 small, section#tonewoodscontainer h1 span, section#tonewoodscontainer h1 img, section#tonewoodscontainer h1 small, section#tonewoodscontainer h2 span, section#tonewoodscontainer h2 img, section#tonewoodscontainer h2 small, section#tonewoodscontainer h3 span, section#tonewoodscontainer h3 img, section#tonewoodscontainer h3 small {
      display: inline-block;
      vertical-align: middle; }
    section#contents h1 small, section#contents h2 small, section#contents h3 small, section#tonewoodscontainer h1 small, section#tonewoodscontainer h2 small, section#tonewoodscontainer h3 small {
      font-weight: normal;
      font-family: "texgyreheros";
      font-size: 14px;
      margin-left: 160px; }
  section#contents h1, section#tonewoodscontainer h1 {
    font-size: 45px;
    letter-spacing: -1px;
    line-height: 50px; }
  section#contents h2, section#tonewoodscontainer h2 {
    font-size: 35px;
    line-height: 40px; }
    section#contents h2.error, section#tonewoodscontainer h2.error {
      padding-top: 100px; }
  section#contents h3, section#tonewoodscontainer h3 {
    font-size: 30px;
    line-height: 36px; }
  section#contents .bigbannerlist, section#tonewoodscontainer .bigbannerlist {
    text-align: center;
    margin-bottom: 28px; }
    section#contents .bigbannerlist article, section#tonewoodscontainer .bigbannerlist article {
      display: inline-block;
      *display: inline;
      zoom: 1;
      width: 450px;
      vertical-align: top;
      position: relative;
      z-index: 2; }
      section#contents .bigbannerlist article h2, section#contents .bigbannerlist article h3, section#tonewoodscontainer .bigbannerlist article h2, section#tonewoodscontainer .bigbannerlist article h3 {
        position: absolute;
        z-index: 3;
        background: #000;
        color: #fff;
        text-transform: uppercase;
        font-family: "texgyreheroscn";
        font-weight: bold;
        left: 40px;
        right: 40px;
        bottom: 80px;
        font-size: 35px;
        line-height: 35px;
        padding: 26px;
        letter-spacing: -1px; }
      section#contents .bigbannerlist article:hover h3, section#contents .bigbannerlist article:hover h2, section#tonewoodscontainer .bigbannerlist article:hover h3, section#tonewoodscontainer .bigbannerlist article:hover h2 {
        color: #f0ad00; }
      section#contents .bigbannerlist article a, section#tonewoodscontainer .bigbannerlist article a {
        position: absolute;
        z-index: 6;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        overflow: hidden;
        text-indent: -1000px;
        color: transparent; }
      section#contents .bigbannerlist article:nth-child(even), section#tonewoodscontainer .bigbannerlist article:nth-child(even) {
        margin-left: 15px; }
        section#contents .bigbannerlist article:nth-child(even) h2, section#contents .bigbannerlist article:nth-child(even) h3, section#tonewoodscontainer .bigbannerlist article:nth-child(even) h2, section#tonewoodscontainer .bigbannerlist article:nth-child(even) h3 {
          text-align: right;
          background: black url(../images/flechita-left.png) no-repeat left center; }
      section#contents .bigbannerlist article:nth-child(odd) h2, section#contents .bigbannerlist article:nth-child(odd) h3, section#tonewoodscontainer .bigbannerlist article:nth-child(odd) h2, section#tonewoodscontainer .bigbannerlist article:nth-child(odd) h3 {
        text-align: left;
        background: black url(../images/flechita-right.png) no-repeat right center; }
  section#contents .newsslidercontainer, section#contents .newslist, section#tonewoodscontainer .newsslidercontainer, section#tonewoodscontainer .newslist {
    position: relative;
    z-index: 3;
    /* Controls */ }
    section#contents .newsslidercontainer a.viewall, section#contents .newslist a.viewall, section#tonewoodscontainer .newsslidercontainer a.viewall, section#tonewoodscontainer .newslist a.viewall {
      position: absolute;
      z-index: 5;
      right: 0;
      bottom: 0;
      font-family: "texgyreheroscn";
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: 5px;
      padding-left: 20px;
      padding-right: 20px; }
    section#contents .newsslidercontainer article, section#contents .newslist article, section#tonewoodscontainer .newsslidercontainer article, section#tonewoodscontainer .newslist article {
      background-color: #fff;
      box-shadow: 0px 0px 5px rgba(126, 126, 126, 0.27);
      margin-left: 5px;
      margin-right: 5px;
      margin-bottom: 10px;
      text-align: center; }
      section#contents .newsslidercontainer article h4, section#contents .newslist article h4, section#tonewoodscontainer .newsslidercontainer article h4, section#tonewoodscontainer .newslist article h4 {
        border: 5px solid #fff;
        background: #0957a4;
        color: #fff;
        text-transform: uppercase;
        font-family: "texgyreheroscn";
        font-weight: bold;
        font-size: 19px;
        line-height: 19px;
        padding: 7px 10px;
        width: 113px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -20px;
        position: relative;
        z-index: 3;
        text-align: center; }
      section#contents .newsslidercontainer article h5, section#contents .newslist article h5, section#tonewoodscontainer .newsslidercontainer article h5, section#tonewoodscontainer .newslist article h5 {
        font-size: 12px;
        margin-bottom: 5px; }
      section#contents .newsslidercontainer article p, section#contents .newslist article p, section#tonewoodscontainer .newsslidercontainer article p, section#tonewoodscontainer .newslist article p {
        font-size: 13px;
        margin: 5px 15px 15px 15px; }
      section#contents .newsslidercontainer article h3, section#contents .newslist article h3, section#tonewoodscontainer .newsslidercontainer article h3, section#tonewoodscontainer .newslist article h3 {
        margin: 5px 15px;
        font-size: 18px;
        line-height: 20px;
        color: #000;
        font-weight: normal;
        font-family: "texgyreheroscn";
        font-weight: bold; }
      section#contents .newsslidercontainer article a, section#contents .newslist article a, section#tonewoodscontainer .newsslidercontainer article a, section#tonewoodscontainer .newslist article a {
        color: #000; }
        section#contents .newsslidercontainer article a:hover, section#contents .newslist article a:hover, section#tonewoodscontainer .newsslidercontainer article a:hover, section#tonewoodscontainer .newslist article a:hover {
          color: #471502; }
    section#contents .newsslidercontainer .bx-prev, section#contents .newsslidercontainer .bx-next, section#contents .newslist .bx-prev, section#contents .newslist .bx-next, section#tonewoodscontainer .newsslidercontainer .bx-prev, section#tonewoodscontainer .newsslidercontainer .bx-next, section#tonewoodscontainer .newslist .bx-prev, section#tonewoodscontainer .newslist .bx-next {
      width: 47px;
      height: 72px;
      top: 45%;
      z-index: 5; }
    section#contents .newsslidercontainer .bx-prev, section#contents .newslist .bx-prev, section#tonewoodscontainer .newsslidercontainer .bx-prev, section#tonewoodscontainer .newslist .bx-prev {
      background: url(../images/news-prev.png) no-repeat center top;
      left: -60px; }
    section#contents .newsslidercontainer .bx-next, section#contents .newslist .bx-next, section#tonewoodscontainer .newsslidercontainer .bx-next, section#tonewoodscontainer .newslist .bx-next {
      background: url(../images/news-next.png) no-repeat center top;
      right: -60px; }
    section#contents .newsslidercontainer .bx-pager-item, section#contents .newsslidercontainer .bx-pager-link, section#contents .newslist .bx-pager-item, section#contents .newslist .bx-pager-link, section#tonewoodscontainer .newsslidercontainer .bx-pager-item, section#tonewoodscontainer .newsslidercontainer .bx-pager-link, section#tonewoodscontainer .newslist .bx-pager-item, section#tonewoodscontainer .newslist .bx-pager-link {
      width: 17px;
      height: 17px; }
    section#contents .newsslidercontainer .bx-pager-item, section#contents .newslist .bx-pager-item, section#tonewoodscontainer .newsslidercontainer .bx-pager-item, section#tonewoodscontainer .newslist .bx-pager-item {
      margin: 0 2px; }
    section#contents .newsslidercontainer .bx-pager-link, section#contents .newslist .bx-pager-link, section#tonewoodscontainer .newsslidercontainer .bx-pager-link, section#tonewoodscontainer .newslist .bx-pager-link {
      background: url(../images/bullet-slider-noticias.png) no-repeat center top; }
      section#contents .newsslidercontainer .bx-pager-link:hover, section#contents .newsslidercontainer .bx-pager-link.active, section#contents .newslist .bx-pager-link:hover, section#contents .newslist .bx-pager-link.active, section#tonewoodscontainer .newsslidercontainer .bx-pager-link:hover, section#tonewoodscontainer .newsslidercontainer .bx-pager-link.active, section#tonewoodscontainer .newslist .bx-pager-link:hover, section#tonewoodscontainer .newslist .bx-pager-link.active {
        background-position: center bottom; }
    section#contents .newsslidercontainer .bx-viewport, section#contents .newslist .bx-viewport, section#tonewoodscontainer .newsslidercontainer .bx-viewport, section#tonewoodscontainer .newslist .bx-viewport {
      margin-bottom: 20px;
      padding-bottom: 5px;
      padding-right: 18px;
      margin-left: -7px; }

.newslist article {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 300px !important;
  vertical-align: top;
  margin-bottom: 25px !important;
  padding: 10px 0;
  margin-right: 15px !important; }
  .newslist article:nth-child(3n+3) {
    margin-right: 0 !important; }

/* BOTTOM RANDOM BANNERS */
section#bannersbottom article {
  display: inline-block;
  *display: inline;
  zoom: 1;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(126, 126, 126, 0.27);
  width: 304px;
  height: 134px;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
  vertical-align: top; }
  section#bannersbottom article.double {
    width: 628px;
    margin-right: 0; }
  section#bannersbottom article:nth-child(3n+3) {
    margin-right: 0; }
  section#bannersbottom article h5 {
    text-transform: uppercase;
    color: #a07d2d;
    font-family: "texgyreheroscn";
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    padding-top: 18px;
    padding-left: 18px; }
  section#bannersbottom article img.right {
    margin-left: -70px; }
  section#bannersbottom article img.left {
    margin-right: -20px; }
  section#bannersbottom article a {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    text-indent: -1000px;
    color: transparent; }

/* social networks - newsletter */
section#social {
  padding: 25px;
  background: #471502;
  border-radius: 5px;
  margin-bottom: 35px; }
  section#social .fb-like {
    margin-top: 5px; }

/* POLLS */
.pollcontainer {
  margin: 10px !important; }
  .pollcontainer .polldesrciption, .pollcontainer .polloptions, .pollcontainer .pollvote {
    border-radius: 5px; }
  .pollcontainer .polldescription {
    background: #471502;
    color: #fff;
    padding: 20px 15px;
    width: 220px;
    border-radius: 5px;
    min-height: 73px; }
    .pollcontainer .polldescription h6 {
      color: #fff;
      font-family: "texgyreheroscn";
      font-size: 16px;
      line-height: 16px;
      text-transform: uppercase;
      font-weight: bold;
      padding: 0;
      margin: 0;
      margin-bottom: 10px; }
  .pollcontainer .polloptions {
    background: #f0ad00;
    color: #471502;
    padding: 10px 20px;
    width: 200px;
    min-height: 93px;
    font-size: 13px;
    line-height: 17px; }
    .pollcontainer .polloptions span.progressbar {
      display: inline-block;
      *display: inline;
      zoom: 1;
      width: 170px;
      height: 10px;
      overflow: hidden;
      background: #fff;
      border-radius: 5px;
      position: relative;
      z-index: 2; }
      .pollcontainer .polloptions span.progressbar span {
        background: #0957a4;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        display: block; }
  .pollcontainer .pollvote {
    background: #0957a4;
    color: #fff;
    padding: 10px;
    height: 93px;
    width: 78px; }
    .pollcontainer .pollvote input[type=submit] {
      font-family: "texgyreheroscn"; }

/* Footer */
footer {
  background: url(../images/bg-footer.jpg) center top;
  min-height: 100px;
  clear: both;
  color: #fff;
  min-width: 960px; }
  footer a {
    color: #fff; }
  footer #footertop, footer #footerbottom {
    padding: 37px 0;
    background-image: url(../images/borde-footer.jpg);
    background-repeat: repeat-x;
    background-position: center top; }
  footer #footertop #footernavcontainer {
    background: url(../images/logo-bellucci-transp.png) no-repeat right center; }
  footer #footertop nav {
    float: left;
    padding: 0 12px;
    width: 110px;
    border-left: 1px dashed #a07d2d;
    border-left: 1px dashed rgba(255, 255, 255, 0.1);
    border-right: 1px dashed #000;
    border-right: 1px dashed rgba(0, 0, 0, 0.5);
    min-height: 300px; }
    footer #footertop nav h4, footer #footertop nav h5 {
      text-transform: uppercase;
      font-weight: bold;
      margin-bottom: 5px; }
    footer #footertop nav h4 {
      color: #f0ad00;
      font-family: "texgyreheroscn";
      font-size: 16px; }
    footer #footertop nav h5 {
      font-size: 13px;
      color: #f46411; }
    footer #footertop nav ul li, footer #footertop nav ul a {
      display: block;
      color: #fff;
      font-size: 14px;
      line-height: 25px;
      font-family: "texgyreheroscn"; }
    footer #footertop nav ul li a {
      padding-left: 20px;
      background: url(../images/bullet-menu-footer.png) no-repeat 5px center; }
      footer #footertop nav ul li a:hover {
        text-decoration: underline; }
  footer #footerbottom {
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 11px;
    line-height: 22px; }
    footer #footerbottom a, footer #footerbottom img, footer #footerbottom span {
      display: inline-block;
      *display: inline;
      zoom: 1;
      vertical-align: middle;
      color: #fff; }
    footer #footerbottom a.btnbacktop {
      font-family: "texgyreheroscn";
      text-transform: uppercase;
      font-size: 14px;
      padding: 5px 5px 5px 32px;
      background: url(../images/icon-gotop.png) no-repeat left center;
      font-weight: bold; }

/* SIDEBAR */
aside#sidebar {
  width: 270px;
  padding-bottom: 150px;
  /* Categories menu */
  /* subcategories menu */ }
  aside#sidebar h4 {
    font-family: "texgyreheroscn";
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px; }
  aside#sidebar p {
    color: #fff !important;
    font-size: 14px !important;
    margin-bottom: 20px; }
    aside#sidebar p a.button {
      color: #471502 !important; }
  aside#sidebar nav.categories ul li {
    /* background:$yellow url(../images/bg-category-menu-item.png) repeat-x center bottom; */
    background: #1a5d98 url(../images/bg-category-menu-item2.png) repeat-x center bottom;
    background-size: 100% 100%;
    border-radius: 3px;
    position: relative;
    z-index: 4; }
    aside#sidebar nav.categories ul li a {
      display: block;
      padding: 17px 20px;
      color: #fff;
      font-family: "texgyreheroscn";
      font-weight: bold;
      font-size: 18px;
      line-height: 18px;
      text-transform: uppercase;
      background: url(../images/icon-next.png) no-repeat 230px center; }
    aside#sidebar nav.categories ul li.activeparent, aside#sidebar nav.categories ul li:hover {
      background: #f0ad00 url(../images/bg-category-menu-item.png) repeat-x center bottom; }
    aside#sidebar nav.categories ul li.activeparent > a {
      background: url(../images/icon-selected.png) no-repeat 230px center; }
    aside#sidebar nav.categories ul li ul {
      position: absolute;
      z-index: 5;
      top: 40px;
      left: 0;
      right: 0;
      padding-top: 20px;
      display: none;
      background: url(../images/ponter-submenu.png) no-repeat 240px 15px; }
      aside#sidebar nav.categories ul li ul li {
        border-radius: 0;
        background: #1a5d98 url(../images/bg-category-menu-item2.png) repeat-x center bottom; }
        aside#sidebar nav.categories ul li ul li:first-child {
          border-top-left-radius: 5px;
          border-top-right-radius: 5px; }
        aside#sidebar nav.categories ul li ul li:last-child {
          border-bottom-left-radius: 5px;
          border-bottom-right-radius: 5px; }
        aside#sidebar nav.categories ul li ul li.selected, aside#sidebar nav.categories ul li ul li:hover {
          background: #f0ad00 url(../images/bg-category-menu-item.png) repeat-x center bottom; }
        aside#sidebar nav.categories ul li ul li a {
          background: url(../images/bullet-submenu.png) no-repeat 20px center;
          padding-left: 40px !important; }
          aside#sidebar nav.categories ul li ul li a:hover {
            background-position: 23px center; }
    aside#sidebar nav.categories ul li:hover ul {
      display: block; }
  aside#sidebar nav.subcategories p, aside#sidebar nav.subcategories h5 {
    text-align: center; }
  aside#sidebar nav.subcategories h5 {
    font-size: 12px;
    text-transform: uppercase;
    background: url(../images/bg-filter.png) no-repeat center bottom;
    margin-bottom: 10px;
    padding-bottom: 5px;
    color: #a1a1a1; }
  aside#sidebar nav.subcategories p {
    color: #fff;
    font-family: "texgyreheroscn";
    font-size: 13px; }
  aside#sidebar nav.subcategories ul li {
    background: #113e65 url(../images/bg-category-menu-item2.png) repeat-x center top; }
    aside#sidebar nav.subcategories ul li:first-child {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    aside#sidebar nav.subcategories ul li:last-child {
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
    aside#sidebar nav.subcategories ul li a {
      display: block;
      color: #fff;
      font-weight: bold;
      font-size: 15px;
      padding: 13px 27px;
      background: url(../images/icon-abrir.png) no-repeat 235px center; }
      aside#sidebar nav.subcategories ul li a.abierto {
        background: url(../images/icon-cerrar.png) no-repeat 235px center !important; }
      aside#sidebar nav.subcategories ul li a.nosubmenu {
        position: relative;
        background: url(../images/icon-viewclass.png) no-repeat 235px center !important; }
        aside#sidebar nav.subcategories ul li a.nosubmenu .iconseen {
          position: absolute;
          right: 40px;
          top: 17px; }
    aside#sidebar nav.subcategories ul li ul {
      display: none; }
      aside#sidebar nav.subcategories ul li ul li {
        background: #fff;
        border-radius: 0 !important;
        border-top: 1px solid #cbcdce; }
        aside#sidebar nav.subcategories ul li ul li.seen {
          background: white url(../images/icon-seen.png) no-repeat 215px center; }
        aside#sidebar nav.subcategories ul li ul li:nth-child(even) {
          background-color: #f0faff; }
        aside#sidebar nav.subcategories ul li ul li a {
          padding: 12px 56px 12px 27px !important;
          color: #555555;
          font-weight: normal;
          background: url(../images/icon-view-submenu.png) no-repeat 245px center; }
          aside#sidebar nav.subcategories ul li ul li a:hover {
            color: #000; }

/*****************************************************                    INTERNAS                                       ***************************************************/
/* Academy */
section#contents section.lessonslist .academytop h2, section#contents section.lessonslist .academytop h4, section#contents section.lessonslist .academytop a.button.btnblue {
  font-family: "texgyreheroscn";
  font-weight: bold;
  font-size: 18px; }
section#contents section.lessonslist .academytop h2, section#contents section.lessonslist .academytop h4 {
  color: #a1a1a1;
  margin-top: 15px; }
section#contents section.lessonslist .academytop a.button.btnblue {
  padding: 15px 26px; }

/* Courses List */
section#contents #academias_list section.lessonslist {
  width: 614px; }
  section#contents #academias_list section.lessonslist article {
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(126, 126, 126, 0.27);
    width: 192px;
    min-height: 390px;
    float: left;
    margin-right: 19px;
    margin-bottom: 18px;
    text-align: center;
    position: relative; }
    section#contents #academias_list section.lessonslist article:nth-child(3n+1) {
      margin-right: 0; }
    section#contents #academias_list section.lessonslist article figure {
      height: 262px;
      width: 100%;
      overflow: hidden;
      margin-bottom: 17px; }
    section#contents #academias_list section.lessonslist article h2, section#contents #academias_list section.lessonslist article h5, section#contents #academias_list section.lessonslist article h6, section#contents #academias_list section.lessonslist article h3 {
      margin-left: 5px;
      margin-right: 5px;
      color: #555555; }
    section#contents #academias_list section.lessonslist article h2, section#contents #academias_list section.lessonslist article h5 {
      font-family: "texgyreheroscn";
      font-size: 22px;
      line-height: 1em;
      font-weight: bold;
      letter-spacing: -1px;
      margin-bottom: 5px;
      text-transform: uppercase; }
    section#contents #academias_list section.lessonslist article h6, section#contents #academias_list section.lessonslist article h3 {
      font-size: 15px;
      margin-bottom: 15px;
      font-weight: normal;
      line-height: 1em; }
    section#contents #academias_list section.lessonslist article a.button {
      color: #fff;
      padding: 10px 40px;
      text-transform: uppercase;
      background: #d8d8d8;
      font-size: 14px;
      line-height: 14px;
      font-family: "texgyreheroscn";
      margin-bottom: 15px; }
      section#contents #academias_list section.lessonslist article a.button:hover {
        background: #b9b9b9; }
      section#contents #academias_list section.lessonslist article a.button.btnred {
        position: absolute;
        top: 10px;
        right: 10px;
        padding: 6px 15px;
        z-index: 5;
        margin: 0;
        background: #ed1c24;
        font-size: 18px;
        line-height: 18px; }
        section#contents #academias_list section.lessonslist article a.button.btnred:hover {
          background: #c61017; }
  section#contents #academias_list section.lessonslist.myclasses article {
    margin-left: 6px !important;
    margin-right: 6px !important; }

/* Members banners bottom */
section.memberbanners {
  width: 614px;
  background: url(../images/bg-members-banner.png) no-repeat left center;
  padding: 15px 0;
  height: 175px;
  font-family: "texgyreheroscn";
  font-weight: bold; }
  section.memberbanners article {
    width: 187px;
    height: 173px;
    float: left;
    margin-left: 13px;
    text-transform: uppercase;
    /* White banner */
    /* Blue Banner */ }
    section.memberbanners article a.button.btngreen {
      font-size: 13px;
      padding: 4px 12px; }
    section.memberbanners article.nobg {
      text-align: right; }
      section.memberbanners article.nobg img {
        margin-bottom: 10px; }
      section.memberbanners article.nobg h5 {
        color: #a07d2d;
        font-size: 28px;
        line-height: 26px;
        margin-bottom: 26px; }
    section.memberbanners article.bluebanner {
      background: #0957a4;
      color: #fff;
      text-align: center;
      font-size: 19px;
      line-height: 22px; }
      section.memberbanners article.bluebanner h5 {
        padding-top: 20px;
        margin-bottom: 10px; }
        section.memberbanners article.bluebanner h5 strong {
          color: #f0ad00; }
      section.memberbanners article.bluebanner p {
        padding-top: 10px;
        color: #fff !important;
        font-size: 19px !important; }
      section.memberbanners article.bluebanner a.button.btngreen {
        padding: 6px 40px;
        font-size: 15px;
        line-height: 15px; }
  section.memberbanners.single {
    width: 187px;
    background: none; }
    section.memberbanners.single article {
      float: none;
      margin: 0; }
  section.memberbanners.bigbanners {
    background: none;
    width: 100%;
    padding: 0; }
    section.memberbanners.bigbanners article {
      width: 45%;
      margin: 0;
      display: block;
      margin-left: 2%;
      margin-right: 3%; }

/* LESSON DETAIL */
article.lessondetail {
  width: 614px; }
  article.lessondetail h1 {
    font-size: 42px;
    letter-spacing: -1px;
    margin-bottom: 10px !important; }
  article.lessondetail h4 {
    margin-bottom: 30px;
    font-size: 18px;
    color: #555555; }
  article.lessondetail p {
    color: #555555;
    margin-bottom: 25px;
    line-height: 23px;
    font-size: 16px; }

/* editor inserted images */
.articlecustom img, .articlecustom iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 10px solid #e1e1e1; }

/* Static pages */
article.text p {
  color: #481504;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 23px; }
  article.text p span.price {
    vertical-align: middle;
    color: #481504;
    font-family: "texgyreheroscn";
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: bold;
    font-size: 30px;
    display: inline-block; }
  article.text p:last-child {
    margin-bottom: 0; }
  article.text p a {
    color: #f46411; }
    article.text p a:hover {
      text-decoration: underline; }

/* videos slider */
#videoslidercontainer {
  margin-bottom: 60px; }
  #videoslidercontainer .bx-pager {
    bottom: -50px; }

/*Process pictures */
section.processpictures {
  text-align: center;
  clear: both; }
  section.processpictures figure {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 18px;
    font-weight: bold; }
    section.processpictures figure img {
      border-radius: 100%;
      border: 4px solid #fff;
      margin-bottom: 10px; }

/* Testimonials */
section#contents #testcontainer div.grid {
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(126, 126, 126, 0.27); }
  section#contents #testcontainer div.grid h2, section#contents #testcontainer div.grid h5, section#contents #testcontainer div.grid p, section#contents #testcontainer div.grid figure {
    margin-bottom: 10px; }
  section#contents #testcontainer div.grid figure.country {
    width: 100px;
    height: 100px;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(126, 126, 126, 0.27);
    padding: 10px;
    border-radius: 100%; }
    section#contents #testcontainer div.grid figure.country img {
      border-radius: 100%; }
  section#contents #testcontainer div.grid a.zoom {
    position: absolute;
    display: block;
    z-index: 5;
    bottom: 15px;
    right: 15px;
    border: 5px solid #fff;
    background-color: #fff;
    border-radius: 3px; }
    section#contents #testcontainer div.grid a.zoom:hover {
      background-color: #f0ad00;
      border-color: #f0ad00; }
  section#contents #testcontainer div.grid h2, section#contents #testcontainer div.grid h5 {
    font-weight: bold;
    font-size: 16px;
    line-height: 1em;
    text-align: center; }
  section#contents #testcontainer div.grid p {
    font-size: 12px; }
    section#contents #testcontainer div.grid p:last-child {
      margin-bottom: 0; }
    section#contents #testcontainer div.grid p a {
      color: #f46411; }
      section#contents #testcontainer div.grid p a:hover {
        text-decoration: underline; }

/* TONEWOOD */
#woodpager {
  padding-bottom: 40px; }
  #woodpager a {
    display: block;
    position: relative;
    margin-bottom: 1px;
    color: #fff;
    opacity: 0.6; }
    #woodpager a span {
      display: block;
      position: absolute;
      z-index: 5;
      bottom: 15px;
      left: 10px;
      right: 10px;
      font-family: "texgyreheroscn";
      font-size: 18px;
      text-shadow: 0px 0px 5px #000; }
    #woodpager a img {
      border-radius: 5px;
      border: 2px solid #ccc;
      width: 263px; }
    #woodpager a:hover, #woodpager a.active {
      opacity: 1.0; }
      #woodpager a:hover img, #woodpager a.active img {
        border: 2px solid #f0ad00; }
  #woodpager.newscat a {
    background: #113e65 url(../images/bg-category-menu-item2.png) repeat-x center top;
    border-radius: 3px;
    margin-bottom: 5px;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    opacity: 1;
    font-size: 16px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
    #woodpager.newscat a:hover {
      background: #0c71d4; }
    #woodpager.newscat a.selected {
      background: #f0ad00 url(../images/bg-category-menu-item.png) repeat-x center bottom; }

/* PROFILE SELECTED ITEM*/
#act-profile #btn-myprofile, #act-myclasses #btn-myclasses, #act-myplaylist #btn-myplaylist {
  background: #f0ad00 url(../images/bg-category-menu-item.png) repeat-x center bottom !important; }

/*****************************************************                    NEWS                                  ***************************************************/
section.newsresults article {
  clear: both;
  margin-bottom: 40px; }
  section.newsresults article h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0 !important; }
    section.newsresults article h3 a {
      color: #471502; }
  section.newsresults article h4 {
    margin-bottom: 10px; }
  section.newsresults article p {
    font-size: 14px;
    line-height: 18px; }
  section.newsresults article figure {
    position: relative;
    z-index: 3;
    padding: 0;
    width: 230px; }
    section.newsresults article figure img {
      margin: 0; }
    section.newsresults article figure h6 {
      position: absolute;
      z-index: 4;
      padding: 5px 10px;
      color: #fff;
      font-size: 14px;
      background: #0957a4;
      right: 0;
      bottom: 0;
      text-transform: uppercase;
      border-top-left-radius: 5px; }

/*****************************************************                    PRODUCTS                                  ***************************************************/
/* GUITARS SLIDER - also used on guitar detail */
#guitarslidercontainer {
  padding: 20px;
  margin-bottom: 45px;
  /* Controls */
  /* Thumbnail Pager */ }
  #guitarslidercontainer .bx-prev, #guitarslidercontainer .bx-next {
    width: 53px;
    height: 83px;
    top: 44%; }
  #guitarslidercontainer .bx-prev {
    background: url(../images/extras-prev.png) no-repeat center top !important;
    left: -15px; }
  #guitarslidercontainer .bx-next {
    background: url(../images/extras-next.png) no-repeat center top !important;
    right: -15px; }
  #guitarslidercontainer #guitarslider > div {
    position: relative;
    z-index: 4; }
    #guitarslidercontainer #guitarslider > div > h4 {
      text-align: center;
      font-weight: bold;
      font-size: 20px;
      margin-bottom: 20px;
      color: #481504; }
    #guitarslidercontainer #guitarslider > div .description {
      position: absolute;
      z-index: 7;
      top: 100px;
      left: 0;
      right: 0;
      bottom: 0; }
      #guitarslidercontainer #guitarslider > div .description .description-in {
        background: black url(../images/recuadro-banner.png) no-repeat center center;
        background: rgba(0, 0, 0, 0.2) url(../images/recuadro-banner.png) no-repeat center center;
        background-size: 580px 178px;
        width: 540px;
        height: 120px;
        overflow: hidden;
        padding: 40px 30px;
        font-family: "texgyreheroscn"; }
        #guitarslidercontainer #guitarslider > div .description .description-in h3 {
          font-size: 28px;
          line-height: 27px;
          font-weight: bold;
          color: #fff;
          margin-bottom: 10px; }
        #guitarslidercontainer #guitarslider > div .description .description-in a.button {
          padding: 6px 12px !important;
          font-size: 13px !important; }
  #guitarslidercontainer #guitarpager {
    text-align: center;
    padding-top: 20px; }
    #guitarslidercontainer #guitarpager a {
      margin-left: 5px;
      margin-right: 3px; }
      #guitarslidercontainer #guitarpager a img {
        border: 3px solid #fff;
        box-shadow: 1px 2px 7px #ccc; }
      #guitarslidercontainer #guitarpager a:first-child {
        /* margin-left:0; */ }
      #guitarslidercontainer #guitarpager a.active img, #guitarslidercontainer #guitarpager a:hover img {
        border-color: #f0ad00; }

/* List of guitars on sale */
section#contents section.guitarslist {
  margin-bottom: 20px; }
  section#contents section.guitarslist article {
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(126, 126, 126, 0.27);
    float: left;
    padding: 17px;
    width: 272px;
    min-height: 562px;
    margin-bottom: 50px;
    margin-right: 19px; }
    section#contents section.guitarslist article:nth-child(3n+3) {
      margin-right: 0; }
    section#contents section.guitarslist article h2, section#contents section.guitarslist article h5, section#contents section.guitarslist article p {
      color: #481504;
      text-align: center; }
    section#contents section.guitarslist article h2, section#contents section.guitarslist article h5 {
      text-transform: uppercase;
      font-family: "texgyreheroscn";
      font-size: 28px;
      line-height: 25px;
      padding-bottom: 15px;
      font-weight: bold;
      letter-spacing: -1px;
      height: 50px;
      width: 272px;
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      section#contents section.guitarslist article h2 a, section#contents section.guitarslist article h5 a {
        color: #481504; }
    section#contents section.guitarslist article p {
      font-size: 14px;
      line-height: normal;
      padding-top: 15px;
      clear: both; }
    section#contents section.guitarslist article figure {
      width: 272px;
      /* height: 446px; */
      overflow: hidden;
      margin-bottom: 10px;
      position: relative;
      z-index: 3;
      cursor: pointer; }
      section#contents section.guitarslist article figure img[rel='Back'] {
        display: none;
        position: absolute;
        z-index: 4;
        top: 0;
        left: 0; }
      section#contents section.guitarslist article figure span[title='Price'] {
        display: block;
        position: absolute;
        z-index: 5;
        bottom: 0;
        left: 25px;
        right: 25px;
        padding: 10px 15px;
        color: #481504;
        font-size: 28px;
        line-height: 28px;
        font-family: "texgyreheroscn";
        font-weight: bold;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background: #fff;
        text-align: center; }
    section#contents section.guitarslist article ul.options li {
      float: left;
      margin-left: 7px;
      /* video */
      /* more details */
      /* buy now */ }
      section#contents section.guitarslist article ul.options li:first-child {
        margin-left: 0; }
      section#contents section.guitarslist article ul.options li a {
        display: block;
        background-color: #a1a1a1;
        background-repeat: no-repeat;
        background-position: center 14px;
        padding-top: 60px;
        width: 86px;
        height: 45px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-family: "texgyreheroscn";
        font-weight: bold;
        font-size: 14px;
        line-height: 15px;
        border-radius: 5px; }
        section#contents section.guitarslist article ul.options li a:hover {
          box-shadow: 0px 0px 5px #666; }
      section#contents section.guitarslist article ul.options li:first-child a {
        background-image: url(../images/icon-video.png); }
      section#contents section.guitarslist article ul.options li:nth-child(2) a {
        background-image: url(../images/icon-details.png); }
      section#contents section.guitarslist article ul.options li:nth-child(3) a {
        background-image: url(../images/icon-buy.png); }
    section#contents section.guitarslist article:hover ul.options {
      /*Video*/
      /*More Details*/
      /* Buy */ }
      section#contents section.guitarslist article:hover ul.options li:first-child a {
        background-color: #0957a4; }
      section#contents section.guitarslist article:hover ul.options li:nth-child(2) a {
        background-color: #f0ad00;
        color: #481504;
        background-image: url(../images/icon-details2.png); }
      section#contents section.guitarslist article:hover ul.options li:nth-child(3) a {
        background-color: #f46411; }

/*Filters*/
select.guitarsort, select.guitaroptions {
  border: 1px solid #ccc;
  background: #fff;
  border: 1px solid #ddd;
  width: 150px;
  padding: 5px 10px;
  color: #666;
  font-size: 14px;
  font-family: "texgyreheros";
  border-radius: 5px;
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1); }
  select.guitarsort:focus, select.guitaroptions:focus {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    background: #fcfcfc; }

select.guitaroptions {
  width: 160px;
  margin-top: 10px; }

ul.filter li, ul.filter a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 19px;
  font-family: "texgyreheroscn";
  font-weight: bold;
  letter-spacing: -1px;
  color: #555555; }
ul.filter li {
  vertical-align: middle; }
  ul.filter li a {
    padding: 10px 12px;
    border-radius: 3px; }
    ul.filter li a:hover {
      background: #f0ad00; }
    ul.filter li a:hover, ul.filter li a.selected {
      color: #fff; }
    ul.filter li a.selected {
      padding: 10px 20px;
      background: #471502; }

/* Guitar Details */
/* Top Guitar picture */
figure.imgtop {
  background: #000;
  margin-bottom: -10px;
  padding: 0;
  width: 100%;
  min-width: 960px;
  overflow-x: hidden; }

/* pictures  slider */
#guitardetailslider a.zoom, #guitardetailslider span.zoom {
  display: block;
  width: 50px;
  height: 45px;
  position: absolute;
  z-index: 5;
  background: white url(../images/icon-zoom.png) no-repeat center center;
  overflow: hidden;
  top: 15px;
  right: 20px;
  color: transparent;
  text-indent: -500px;
  border-radius: 5px; }
  #guitardetailslider a.zoom:hover, #guitardetailslider span.zoom:hover {
    background-color: #f0ad00;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); }
#guitardetailslider:hover .zoom {
  background-color: #f0ad00;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); }

#guitardetailpager {
  padding: 15px;
  background: #471502; }
  #guitardetailpager a {
    margin-left: 2px;
    margin-right: 2px; }
    #guitardetailpager a:first-child {
      /* margin-left:0; */ }
    #guitardetailpager a img {
      border: 5px solid #fff; }
    #guitardetailpager a:hover img, #guitardetailpager a.active img {
      border-color: #f0ad00; }

/* specifications */
ul.specifications li {
  padding: 15px 10px;
  font-size: 16px;
  color: #481504;
  background: #f6ce00; }
  ul.specifications li h3 {
    font-size: 18px !important;
    margin-bottom: 0 !important;
    font-family: "texgyreheros" !important;
    font-weight: bold; }
  ul.specifications li:nth-child(even) {
    background: #f0ad00; }
  ul.specifications li:first-child {
    background: #f46411; }
ul.specifications.small li {
  padding: 10px; }

/* Guitar detail Text */
nav.guitarnav {
  margin-bottom: 25px; }
  nav.guitarnav a.button {
    font-family: "texgyreheroscn";
    font-size: 17px;
    color: #471502 !important;
    padding: 12px 44px 12px 20px;
    background-image: url(../images/arrow-down-detail.png);
    background-repeat: no-repeat;
    background-position: right center; }

section#guitartext {
  color: #481504;
  /* Video */
  /* Pricing */ }
  section#guitartext h3 {
    font-size: 23px !important;
    line-height: 35px;
    margin-bottom: 25px; }
  section#guitartext p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px; }
    section#guitartext p a {
      color: #f46411; }
      section#guitartext p a:hover {
        text-decoration: underline; }
  section#guitartext .videocontainer {
    background: #471502;
    color: #fff;
    text-align: center;
    padding: 20px; }
    section#guitartext .videocontainer p {
      font-size: 13px;
      line-height: 13px;
      margin-bottom: 15px; }
  section#guitartext .pricing {
    padding: 20px 25px; }
    section#guitartext .pricing p span.price, section#guitartext .pricing p a.button {
      vertical-align: middle;
      color: #481504;
      font-family: "texgyreheroscn";
      text-transform: uppercase;
      letter-spacing: -1px; }
    section#guitartext .pricing p span.price {
      font-size: 45px;
      display: inline-block;
      *display: inline;
      zoom: 1;
      margin-right: 50px;
      font-weight: bold;
      width: 180px; }
    section#guitartext .pricing p a.button {
      font-size: 23px;
      padding: 10px 35px; }
    section#guitartext .pricing p.shipping {
      font-family: "texgyreheroscn";
      font-size: 14px;
      line-height: 18px; }

/* Guitar extras */
.extrascontainer {
  background: #471502;
  padding: 15px;
  margin: 0 30px;
  /* Controls */ }
  .extrascontainer .bx-prev, .extrascontainer .bx-next {
    width: 53px !important;
    height: 83px !important;
    top: 25px !important; }
  .extrascontainer .bx-prev {
    background: url(../images/extras-prev.png) no-repeat center top !important;
    left: -45px; }
  .extrascontainer .bx-next {
    background: url(../images/extras-next.png) no-repeat center top !important;
    right: -45px; }
  .extrascontainer h4, .extrascontainer span#extrascounter {
    color: #fff; }
  .extrascontainer h4 {
    font-family: "texgyreheroscn";
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase; }
  .extrascontainer span#extrascounter {
    display: block;
    font-size: 13px; }
  .extrascontainer #extraslider article {
    height: 103px;
    background: #fff;
    position: relative; }
    .extrascontainer #extraslider article p {
      padding: 20px;
      font-size: 16px;
      color: #481504;
      line-height: 20px; }
    .extrascontainer #extraslider article a.add {
      display: block;
      width: 38px;
      height: 38px;
      background: url(../images/add-remove.png) no-repeat center top;
      position: absolute;
      z-index: 5;
      top: 25px;
      left: 100px;
      border: 8px solid #fff;
      border-radius: 100%;
      overflow: hidden;
      text-indent: -500px;
      color: transparent; }
      .extrascontainer #extraslider article a.add.remove {
        background-position: center bottom; }

/* Guitar features with pics */
section.featureslist {
  margin-bottom: 45px; }
  section.featureslist ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    color: #481504;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 20px; }
    section.featureslist ul li:nth-child(odd) {
      width: 280px;
      clear: left;
      text-align: center;
      margin-left: 20px; }
    section.featureslist ul li:nth-child(even) {
      width: 630px;
      margin-left: 20px; }
  section.featureslist.testimoniallist ul li:nth-child(odd) {
    width: 150px; }
  section.featureslist.testimoniallist ul li:nth-child(even) {
    width: 760px; }
  section.featureslist.testimoniallist ul li img.country {
    border-radius: 100% 100%;
    border: 10px solid #fff;
    box-shadow: 0px 0px 10px #ccc; }

/* Features slider */
#featureslidercontainer {
  padding: 20px; }

/* Custom Guitars */
.alternatetitle {
  color: #481504; }
  .alternatetitle h1 {
    font-family: "texgyreheroscn";
    font-weight: bold;
    font-size: 25px;
    letter-spacing: -1px;
    margin-bottom: 10px; }
  .alternatetitle p {
    font-size: 16px; }

form#customizeform {
  margin: 20px;
  padding-top: 93px;
  width: 615px; }
  form#customizeform #customizeoptionscontainer {
    background: #f0ad00;
    padding: 20px;
    border-radius: 5px;
    /* controls */ }
    form#customizeform #customizeoptionscontainer .bx-prev, form#customizeform #customizeoptionscontainer .bx-next {
      top: -80px;
      width: 36px;
      height: 36px;
      border-radius: 100%;
      background-color: #0957a4;
      color: transparent;
      background-position: center center;
      background-repeat: no-repeat;
      border: 3px solid #fff;
      box-shadow: 0px 0px 20px #d8d8d8; }
      form#customizeform #customizeoptionscontainer .bx-prev:hover, form#customizeform #customizeoptionscontainer .bx-next:hover {
        background-color: #063d74; }
    form#customizeform #customizeoptionscontainer .bx-prev {
      background-image: url(../images/custom-prev.png); }
    form#customizeform #customizeoptionscontainer .bx-next {
      background-image: url(../images/custom-next.png); }
    form#customizeform #customizeoptionscontainer .bx-pager {
      position: absolute;
      top: -103px;
      height: 54px;
      background: url(../images/bg-customize-pager.png) no-repeat center center;
      margin: 0;
      padding: 0; }
      form#customizeform #customizeoptionscontainer .bx-pager .bx-pager-item, form#customizeform #customizeoptionscontainer .bx-pager .bx-pager-link {
        border-radius: 100%;
        display: inline-block;
        *display: inline;
        zoom: 1;
        text-indent: 0;
        position: relative; }
      form#customizeform #customizeoptionscontainer .bx-pager .bx-pager-item {
        border: 6px solid #d8d8d8;
        padding: 0;
        text-align: center;
        margin: 0 8px; }
      form#customizeform #customizeoptionscontainer .bx-pager a.bx-pager-link {
        background: #a1a1a1;
        color: #fff;
        font-family: "texgyreheroscn";
        font-size: 21px;
        line-height: 35px;
        font-weight: bold;
        text-align: center;
        margin: 0;
        border: 3px solid #fff;
        width: 36px;
        height: 36px; }
        form#customizeform #customizeoptionscontainer .bx-pager a.bx-pager-link:hover {
          background: #bababa; }
        form#customizeform #customizeoptionscontainer .bx-pager a.bx-pager-link.active {
          background: #f0ad00; }
    form#customizeform #customizeoptionscontainer #customizeoptions article {
      color: #481504; }
      form#customizeform #customizeoptionscontainer #customizeoptions article h4 {
        font-family: "texgyreheroscn";
        font-weight: bold;
        font-size: 25px;
        text-transform: uppercase;
        letter-spacing: -1px; }
      form#customizeform #customizeoptionscontainer #customizeoptions article figure img {
        display: inline-block !important; }
      form#customizeform #customizeoptionscontainer #customizeoptions article fieldset {
        background: #fff;
        padding: 15px; }
      form#customizeform #customizeoptionscontainer #customizeoptions article h5 {
        font-size: 16px;
        margin-bottom: 30px; }
      form#customizeform #customizeoptionscontainer #customizeoptions article ol {
        line-height: 21px;
        margin-bottom: 20px; }
        form#customizeform #customizeoptionscontainer #customizeoptions article ol.biglist {
          font-size: 16px;
          line-height: 30px; }
        form#customizeform #customizeoptionscontainer #customizeoptions article ol li {
          display: list-item;
          list-style-type: decimal;
          list-style-position: inside; }

#custompricecontainer {
  position: absolute;
  z-index: 1;
  top: 20px;
  bottom: 0;
  right: 50px;
  width: 237px; }

#customprice {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  width: 237px; }
  #customprice .pricecontainer {
    background: #0957a4;
    color: #fff;
    border-radius: 3px;
    padding: 15px; }
    #customprice .pricecontainer p {
      font-size: 16px; }
      #customprice .pricecontainer p small {
        font-size: 13px;
        line-height: 13px; }
    #customprice .pricecontainer span#customtotalprice {
      font-family: "texgyreheroscn";
      font-weight: bold;
      font-size: 40px;
      margin-bottom: 10px;
      display: inline-block;
      *display: inline;
      zoom: 1; }
    #customprice .pricecontainer a.button.btngreen {
      font-family: "texgyreheroscn";
      font-weight: bold;
      font-size: 21px;
      padding: 10px 50px;
      letter-spacing: -1px; }
  #customprice a.button.btnred {
    font-weight: normal;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    z-index: 5; }

/*****************************************************                    ADS                                  ***************************************************/
#bottompopup {
  display: none;
  position: fixed;
  left: 60%;
  bottom: 0;
  z-index: 12;
  background: #f0ad00;
  color: #481504;
  text-align: center;
  padding: 66px 50px 36px 50px;
  line-height: normal;
  letter-spacing: -1px;
  width: 288px; }
  #bottompopup h5 {
    margin-bottom: 30px;
    line-height: 29px;
    font-size: 29px; }
  #bottompopup a.button {
    color: #fff;
    font-family: "texgyreheroscn";
    font-weight: bold;
    font-size: 21px;
    background: #471502;
    padding: 10px 23px; }
    #bottompopup a.button:hover {
      background: #290e04; }

/*****************************************************                    FORMS                                  ***************************************************/
form#newsletter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  width: 480px; }
  form#newsletter label, form#newsletter input {
    vertical-align: middle; }
  form#newsletter label {
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #fff;
    font-family: "texgyreheroscn";
    font-weight: bold;
    font-size: 16px;
    line-height: 19px; }
  form#newsletter input {
    border-radius: 3px; }
  form#newsletter input[type=text] {
    border: none;
    background: #fff;
    padding: 11px 9px;
    color: #555555;
    width: 95px;
    margin-left: 10px; }
  form#newsletter input[type=submit], form#newsletter input[type=button] {
    color: #471502;
    font-family: "texgyreheroscn"; }

/* CONTACT FORM */
#contacto {
  padding-right: 10px; }
  #contacto.payform {
    padding-top: 60px;
    padding-bottom: 60px; }

span.red {
  color: #ed1c24; }

#contacto label {
  font-size: 16px;
  color: #000;
  height: 25px;
  display: block;
  margin-bottom: 10px;
  clear: both;
  font-family: "texgyreheros";
  line-height: 28px; }

#contacto input[type=text], input[type=password], #contacto textarea, #contacto input[type=file], #contacto select {
  border: 1px solid #ccc;
  background: #fff;
  border: 1px solid #ddd;
  width: 460px;
  padding-left: 10px;
  padding-right: 10px;
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
  font-family: "texgyreheros";
  border-radius: 5px;
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1); }
  #contacto input[type=text].cantidad, input[type=password].cantidad, #contacto textarea.cantidad, #contacto input[type=file].cantidad, #contacto select.cantidad {
    width: 30px !important; }
  #contacto input[type=text][disabled=disabled], input[type=password][disabled=disabled], #contacto textarea[disabled=disabled], #contacto input[type=file][disabled=disabled], #contacto select[disabled=disabled] {
    background: #d4d4d4; }

#contacto select {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 480px; }

#contacto input[type=file] {
  height: 37px; }

#contacto input[type=text]:focus, input[type=password]:focus, #contacto textarea:focus, #contacto select:focus {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  background: #fcfcfc; }

#contacto input[type=text], #contacto input[type=password] {
  height: 35px; }

#contacto input[type=text].captcha {
  width: 200px !important; }

#contacto textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 125px;
  overflow: auto;
  resize: vertical; }

#contacto input[type=submit] {
  font-family: "texgyreheroscn";
  font-size: 18px;
  color: #481504;
  text-transform: uppercase;
  font-weight: bold;
  background: #f0ad00;
  border-radius: 5px;
  padding: 10px 15px; }
  #contacto input[type=submit]:hover {
    background: #ffc224; }

/* mensajes de error */
#contacto .error, #contacto #errores {
  color: #ed1c24;
  font-size: 11px;
  margin: 0 10px 20px 0 !important;
  clear: both; }

#mensaje {
  margin: 0 0 30px 0;
  color: #6ebc20;
  font-size: 16px;
  font-style: italic; }

/* Fin formulario de contacto */
/* TABLAS */
table.tablabig {
  margin-bottom: 30px !important;
  clear: both;
  /*  border:1px solid $lightestgray; */
  width: 960px; }
  table.tablabig tr:first-child {
    background: #471502; }
    table.tablabig tr:first-child td {
      font-weight: bold;
      text-transform: uppercase;
      background: #471502;
      color: #fff; }
  table.tablabig tr td {
    padding: 10px !important;
    text-align: center !important;
    background: #e1e1e1;
    border: 1px solid #fff;
    color: #471502;
    vertical-align: middle; }
    table.tablabig tr td iframe, table.tablabig tr td object, table.tablabig tr td embed {
      width: 400px;
      height: 300px; }
    table.tablabig tr td a {
      color: #f46411; }
      table.tablabig tr td a:hover {
        text-decoration: underline; }

/* Ajustes fotos */
.imgtop img, #guitarslider img {
  -webkit-filter: contrast(1.2) brightness(0.95); }
  
/* Comprar PDF */

aside ul.specifications li a[href*="https://www.2checkout.com/checkout/purchase"] {
	font-size: 18px !important;
	line-height: 36px !important;
	color:#fff !important;
	/*color: #481504 !important;*/
	/*font-family: "texgyreheroscn" !important;*/
	font-weight: bold !important;
	margin-bottom: 30px !important;
}

aside ul.specifications li a, aside ul.specifications li h3{
	/*color:#fff !important;*/
}

aside ul.specifications li.buyPDF{
	background-color:#3DAFED !important;
}

aside ul.specifications li.listTechniqueTitle{
	background-color:#F46411 !important;
}

aside ul.specifications li.listTechnique:before {
  	content: "- ";
	/*color: #fff !important;*/}
	
article.lessondetail figure.graycontainer .button.btndarkgray{
	background:#F46411 !important;
}



header nav ul li.hassubmenu ul.academymenu li{margin-bottom:15px !important;}
