@import url(https://fonts.googleapis.com/css?family=Open+Sans);
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.l__split2of3, .block__container, .block__content, .nav {
  *zoom: 1;
}

.l__split2of3:before, .block__container:before, .block__content:before, .nav:before, .l__split2of3:after, .block__container:after, .block__content:after, .nav:after {
  content: "";
  display: table;
}

.l__split2of3:after, .block__container:after, .block__content:after, .nav:after {
  clear: both;
}

.list, .accordion {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

html {
  font-family: Verdana, sans-serif;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-size: 13px;
  line-height: 1.5rem;
  color: #000;
}

@media (min-width: 992px) {
  body {
    line-height: 1.5rem;
  }
}

p {
  line-height: 1.3rem;
}

p + p {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

figure {
  margin-bottom: 1.5rem;
}

img {
  max-width: 100%;
  transition: transform .3s;
}

em,
i {
  /* TODO: italic font family*/
  font-style: italic;
}

strong, b {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #B40012;
}

a:hover {
  color: #ed0000;
  text-decoration: none;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

ol {
  list-style-type: decimal;
  padding-left: 3rem;
}

ol li {
  margin-bottom: 0.75rem;
  text-indent: 1rem;
}

ol ul li {
  background: url("../immagini/circle.gif") no-repeat left 3px;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

blockquote cite {
  margin-top: 1.5rem;
  font-weight: bold;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* Change heading typefaces here */
  font-weight: bold;
  line-height: 1.5rem;
}

h1 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
  color: #CC0000;
  padding: 15px 0;
}

h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
  color: #CC0000;
  padding: 15px 0;
}

small {
  font-size: x-small;
  margin-bottom: 5px;
  display: inline-block;
}

/* Tables */
table {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-spacing: 0px;
  border-collapse: collapse;
}

table td,
table th {
  padding: 0;
  line-height: 1.5rem;
}

/* Code blocks */
code {
  vertical-align: bottom;
}

*:focus {
  outline: none;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

textarea:focus,
input:focus {
  outline: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: none;
}

input {
  font-family: inherit;
  font-size: 13px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

input[type=image] {
  border: none;
}

textarea {
  font-family: inherit;
  font-size: 13px;
  line-height: 1.5rem;
  padding: 0.75rem 1.5rem;
  width: 100%;
  resize: vertical;
  border-radius: 5px;
  border: 1px solid #ccc;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background: none !important;
  color: inherit !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-text-fill-color: #000 !important;
}

.hide {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  height: 0;
  transition: opacity .6s;
}

.show {
  max-height: 1000px;
  visibility: visible;
  opacity: 1;
  overflow: visible;
  height: auto;
  transition: opacity .6s;
}

.l__10of12 > div:first-child, .l__10of12 > div:last-child, .l__g__3 > div, .l__footer > div, .l__split2of3 > div:first-child, .l__split2of3 > div:last-child {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .l__10of12 > div:first-child {
    clear: none;
    width: 66.26506%;
    float: left;
    margin-right: 1.20482%;
  }
}

@media (min-width: 992px) {
  .l__10of12 > div:first-child {
    clear: none;
    width: 74.6988%;
    float: left;
    margin-right: 1.20482%;
  }
}

@media (min-width: 768px) {
  .l__10of12 > div:last-child {
    width: 32.53012%;
    float: right;
    margin-right: 0;
    clear: right;
  }
}

@media (min-width: 992px) {
  .l__10of12 > div:last-child {
    width: 24.09639%;
    float: right;
    margin-right: 0;
    clear: right;
  }
}

@media (min-width: 540px) {
  .l__g__3 > div {
    width: 49.39759%;
    float: left;
  }
  .l__g__3 > div:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .l__g__3 > div:nth-child(2n + 2) {
    margin-left: 50.60241%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 820px) {
  .l__g__3 > div {
    width: 32.53012%;
    float: left;
  }
  .l__g__3 > div:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .l__g__3 > div:nth-child(3n + 2) {
    margin-left: 33.73494%;
    margin-right: -100%;
    clear: none;
  }
  .l__g__3 > div:nth-child(3n + 3) {
    margin-left: 67.46988%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 540px) {
  .l__footer > div {
    width: 32.53012%;
    float: left;
  }
  .l__footer > div:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .l__footer > div:nth-child(3n + 2) {
    margin-left: 33.73494%;
    margin-right: -100%;
    clear: none;
  }
  .l__footer > div:nth-child(3n + 3) {
    margin-left: 67.46988%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 768px) {
  .l__split2of3 > div:first-child {
    clear: none;
    width: 66.26506%;
    float: left;
    margin-right: 1.20482%;
  }
}

@media (min-width: 992px) {
  .l__split2of3 > div:first-child {
    clear: none;
    width: 66.26506%;
    float: left;
    margin-right: 1.20482%;
  }
}

@media (min-width: 768px) {
  .l__split2of3 > div:last-child {
    width: 32.53012%;
    float: right;
    margin-right: 0;
    clear: right;
  }
}

@media (min-width: 992px) {
  .l__split2of3 > div:last-child {
    width: 32.53012%;
    float: right;
    margin-right: 0;
    clear: right;
  }
}

header {
  padding-top: 10px;
  padding: 10px 1.5rem 0 1.5rem;
}

.copy {
  color: #acacac;
}

.module > .block {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.block p {
  text-align: justify;
}

.block--table {
  padding: 0 1.5rem;
}

@media (min-width: 820px) {
  .block--table {
    padding: 0;
  }
}

.block__container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.block__container:after {
  content: " ";
  display: block;
  clear: both;
}

.list {
  overflow: hidden;
}

.list--horizontal .list__item {
  float: left;
}

.social__icon {
  width: 50px;
  float: left;
}

@media (min-width: 540px) {
  .social__heading {
    padding-left: 30px;
  }
  .social__icon {
    float: right;
  }
}

.form--login .form__group {
  padding-top: 7px;
  text-align: center;
}

.form--login .form__group:first-child {
  padding-top: 0;
}

.form--login .form__label {
  display: inline-block;
  font-size: 10px;
  width: 55px;
}

.form--login .form__field {
  display: inline-block;
}

@media (min-width: 768px) {
  .form--login .form__field {
    width: 110px;
  }
}

.form__forgot {
  font-size: 10px;
  color: #CC0000;
}

.form__submit-btn {
  margin-right: 5px;
}

.form__submit-btn, .form__reset-btn {
  width: 47%;
  border-radius: 7px;
  display: inline-block;
  text-align: center;
  color: #333333;
  font-size: 14px;
  padding: 2px 5px;
  cursor: pointer;
  border: none;
}

.form__submit-btn {
  background: #ffdba6;
}

.form__reset-btn {
  background: #dadada;
}

.form--fr .form__label[for="passwd"] {
  font-size: 9px;
  width: 64px;
  margin-left: -6px;
}

ul.phpfmg_form {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

ul.phpfmg_form input, ul.phpfmg_form textarea, ul.phpfmg_form select {
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

ul.phpfmg_form li {
  margin-bottom: 5px;
  clear: both;
  display: block;
  overflow: hidden;
  width: 100%;
}

.form_field, .form_required {
  font-weight: bold;
}

.form_required {
  color: red;
  margin-right: 8px;
}

.form_submit_block {
  padding-top: 3px;
}

.text_box, .text_select {
  height: 32px;
}

.text_box, .text_area, .text_select {
  min-width: 160px;
  max-width: 400px;
  width: 100%;
  margin-bottom: 10px;
}

.text_area {
  height: 120px;
}

.form_error_title {
  font-weight: bold;
  color: red;
}

.form_error {
  background-color: #F4F6E5;
  border: 1px dashed #ff0000;
  padding: 10px;
  margin-bottom: 10px;
}

.form_error_highlight {
  background-color: #F4F6E5;
  border-bottom: 1px dashed #ff0000;
}

div.instruction_error {
  color: red;
  font-weight: bold;
}

hr.sectionbreak {
  height: 1px;
  color: #ccc;
}

#one_entry_msg {
  background-color: #F4F6E5;
  border: 1px dashed #ff0000;
  padding: 10px;
  margin-bottom: 10px;
}

#frmFormMailContainer input[type="submit"] {
  padding: 10px 25px;
  font-weight: bold;
  margin-bottom: 10px;
  background-color: #FAFBFC;
}

#frmFormMailContainer input[type="submit"]:hover {
  background-color: #E4F0F8;
}

@media (min-width: 768px) {
  .image--left {
    float: left;
  }
}

.lang {
  text-align: center;
}

.lang__list {
  display: inline-block;
  margin-top: 5px;
}

.lang__item {
  background-image: url("img/flag_ita_eng_fra.png");
  height: 12px;
  width: 18px;
  cursor: pointer;
  margin: 0 10px;
  display: block;
  padding: 0 5px;
}

.lang__item--it {
  background-position: 0 0;
}

.lang__item--en {
  background-position: 36px 0;
}

.lang__item--fr {
  background-position: 18px 0;
}

ul#qtranslate-chooser {
  margin: 0;
}

ul#qtranslate-chooser li {
  display: inline;
  padding: 0 5px;
}

.lang-menu {
  display: flex;
  justify-content: center;
  margin: 5px;
}

.lang-menu__link {
  display: inline-block;
  background-image: url("./immagini/flag_ita_eng_fra.png");
  height: 12px;
  width: 18px;
  cursor: pointer;
  margin: 0 10px;
  display: block;
  padding: 0 5px;
}

.lang-menu__link--it {
  background-position: 0 0;
}

.lang-menu__link--en {
  background-position: 36px 0;
}

.lang-menu__link--fr {
  background-position: 18px 0;
}

.link {
  color: #CC0000;
}

.link:hover {
  text-decoration: underline;
}

.map {
  width: 100%;
  margin: 1.5rem 0 3rem 0;
}

.menu-toggle {
  cursor: pointer;
}

.menu-toggle i {
  padding: 10px;
}

.menu {
  padding: 10px 0;
  font-family: "Open Sans", Verdana, sans-serif;
}

.menu__item {
  border-top: 1px solid rgba(120, 120, 120, 0.15);
}

.menu__item:first-child {
  border-top: none;
}

.menu__link {
  padding: 10px 20px;
  display: inline-block;
  color: #333;
}

.nav {
  width: 100%;
  display: none;
  z-index: 10;
}

.submenu {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding: 0.75rem 0 0.75rem 0;
}

.submenu__item {
  padding-bottom: 0.75rem 0;
  padding-left: 20px;
}

.submenu__item:last-child {
  padding-bottom: 0;
}

.submenu__link {
  padding: 10px 20px;
  display: inline-block;
  color: #333;
}

.accordion {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.accordion:after {
  content: " ";
  display: block;
  clear: both;
}

.accordion__section {
  display: none;
}

.hide-on-small {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  height: 0;
  transition: opacity .6s;
  display: none;
}

@media (min-width: 992px) {
  .menu {
    padding: 0;
    background: #fff;
  }
  .menu__item {
    background: #fff;
    border-top: none;
  }
  .menu__item:first-child {
    border-top: none;
  }
  .nav {
    display: block;
    position: static;
    background: none;
    width: auto;
  }
  .hide-on-desktops {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    height: 0;
    transition: opacity .6s;
    display: none;
  }
  .hide-on-small {
    max-height: 1000px;
    visibility: visible;
    opacity: 1;
    overflow: visible;
    height: auto;
    transition: opacity .6s;
    display: block;
  }
  .accordion {
    max-width: inherit;
  }
  .menu {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #D2DCCF;
    padding: 0;
    text-align: center;
  }
  .menu__parent {
    position: relative;
  }
  .menu__item {
    display: inline;
  }
  .menu__link {
    text-transform: uppercase;
    padding: 15px 13px 15px 0;
    font-size: 13px;
    color: #000;
  }
  .menu--en .menu__link {
    padding: 15px 15px 15px 0;
  }
  .menu__link:hover {
    color: #CC0000;
    text-decoration: none;
  }
  .menu__item:last-child .menu__link {
    padding-right: 0;
  }
  .submenu {
    position: absolute;
    left: 0;
    width: 220%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    text-align: left;
    margin-left: -40px;
    padding: 0;
  }
  .submenu {
    *zoom: 1;
  }
  .submenu:before, .submenu:after {
    content: "";
    display: table;
  }
  .submenu:after {
    clear: both;
  }
  .submenu--open {
    height: auto;
    visibility: visible;
    opacity: 1;
  }
  .submenu__item {
    padding-left: 0;
  }
  .submenu__item:last-child {
    margin-bottom: 0;
  }
  .submenu__link {
    color: #fff;
    font-size: 12px;
    background: #333;
    display: block;
    margin-left: 20px;
    padding: 7px 20px;
  }
  .submenu__link:hover {
    text-decoration: none;
  }
}

.login-widget {
  background: #ffffff;
  border-radius: 15px;
  padding: 10px 10px 5px 10px;
}

.widget-container {
  border-top: 2px solid #D2DCCF;
  padding-top: 20px;
}

.widgets {
  overflow: hidden;
  margin-bottom: 20px;
}

.widgets--footer {
  background: #f7f7f7;
  border-radius: 15px;
}

.widget {
  font-size: 10px;
  padding: 10px 15px;
}

.widget__heading {
  display: block;
  text-transform: uppercase;
  color: #acacac;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 10px;
}

.widget-copy {
  line-height: 1rem;
}

.alignleft, img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.alignright, img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.aligncenter, img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wpcf7-submit {
  padding: 10px 25px;
  font-weight: bold;
  margin-bottom: 10px;
  background-color: #FAFBFC;
  height: auto;
}

.wpcf7-textarea {
  width: 50%;
}

input.wpcf7-form-control {
  width: 50%;
}

.wpcf7-form label {
  font-weight: bold;
}

.checkout {
  background: #E5DCCC;
  padding: 5px;
  overflow: hidden;
}

.checkout--basic {
  background: #D8D9C5;
}

.checkout--prices2 {
  background: #D8D9C5;
  margin-bottom: 2%;
}

@media (min-width: 540px) {
  .checkout--prices2 {
    margin-bottom: 0;
  }
}

.checkout--prices1--top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 25px;
  padding-top: 22px;
  background: #D8D9C5;
}

.checkout--prices1--bottom {
  clear: both;
  margin-top: 2%;
  margin-bottom: 40px;
  border-top: 1px solid #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #D8D9C5;
}

@media (min-width: 820px) {
  .checkout--prices1--bottom {
    margin-top: 0;
    padding-top: 27px;
    height: 25px;
  }
}

.checkout--prices2--bottom {
  clear: both;
  margin-top: 2%;
  margin-bottom: 40px;
  background: #D8D9C5;
  border-top: 1px solid #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media (min-width: 820px) {
  .checkout--prices2--bottom {
    margin-top: 0;
    padding-top: 27px;
    height: 80px;
  }
}

.checkout form {
  float: right;
}

.checkout--top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media (min-width: 820px) {
  .checkout--top {
    height: 70px;
    padding-top: 22px;
  }
}

.checkout--bottom {
  clear: both;
  margin-top: 2%;
  margin-bottom: 40px;
  border-top: 1px solid #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media (min-width: 820px) {
  .checkout--bottom {
    margin-top: 0;
    padding-top: 27px;
    height: 80px;
  }
}

.difficulity-star img {
  vertical-align: middle;
}

.difficulity-star span {
  padding-left: 10px;
}

.difficulity-star span:last-child {
  padding-left: 25px;
}

.tune-rating {
  padding-bottom: 40px;
  border-bottom: 4px solid #ccd3b9;
  overflow: hidden;
}

.tune-rating span {
  padding-left: 25px;
}

@media (min-width: 820px) {
  .tune-rating__item {
    float: left;
    width: 33.333%;
  }
  .tune-rating__item:nth-child(1) {
    padding-left: 20px;
  }
  .tune-rating__item:nth-child(2) {
    text-align: center;
  }
  .tune-rating__item:nth-child(3) {
    text-align: right;
    padding-right: 40px;
  }
}

.tune-rating__star {
  max-width: 40px;
  vertical-align: middle;
}

.category-nav {
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
}

.category-nav__item {
  display: inline;
}

@media (min-width: 820px) {
  .category-nav__item:last-child {
    margin-right: 304px;
  }
}

.category-nav__link {
  margin: 5px 5px;
}

@media (min-width: 820px) {
  .category-nav__link {
    margin: 1px 4px;
  }
}

.hidden {
  display: none;
}

.course-desc {
  border-top: 2px solid #D2DCCF;
  margin-bottom: 5px;
}

.course-desc:first-child {
  border-top: none;
}

.prices1__about {
  margin-bottom: 20px;
}

.prices1__title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.prices1__footnote {
  margin-bottom: 50px;
}

.faq {
  margin-bottom: 40px;
}

@media (min-width: 820px) {
  .faq .faq-question img {
    padding: 0 10px;
    min-width: 800px;
  }
}

.faq .faq-question a {
  color: #000;
  text-decoration: none;
  display: block;
  height: 50px;
}

.faq .faq-answer {
  background: #f3f2df;
  margin-bottom: 5px;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.faq .faq-answer > p > a, .faq .faq-answer > a {
  color: #000;
  text-decoration: none;
}

.faq-answer-box {
  padding: 20px;
}

.faq-small {
  font-size: 10px;
}

.list--circle {
  padding-left: 1.5rem;
}

.list--circle li {
  margin-bottom: 0.75rem;
  text-indent: 2rem;
  background: url("../immagini/circle.gif") no-repeat left 3px;
}

.overview-thumbs {
  margin: 15px 0;
  text-align: center;
}

@media (min-width: 820px) {
  .overview-thumbs {
    margin: 0;
  }
}

.map iframe {
  max-width: 100%;
}

.turnover {
  float: left;
}

.turnover__element {
  padding: 0 5px 0 15px;
}

.hr {
  border-top: 2px solid #D2DCCF;
}

.hr--contacts {
  margin: 50px 0 5px 0;
}

.small-map {
  margin: 0 0 30px 0;
  border-top: 1px solid #A2201A;
}

.small-map__heading {
  font-weight: bold;
  display: inline-block;
  padding: 7px 0;
}

.small-map__item {
  border-top: 1px solid #A2201A;
  padding-top: 20px;
}

.small-map__item:nth-child(odd) {
  margin-top: 20px;
}

.small-map__item-title {
  font-weight: bold;
}

.small-map__map {
  text-align: center;
  padding: 10px 0;
}

.address-image {
  margin-bottom: 30px;
}

img.wp-image-302 {
  margin-bottom: 2rem;
}

.header-img-container {
  text-align: center;
}

.header-img {
  margin-top: 14px;
}

@media (min-width: 854px) {
  .header-img {
    margin-top: 7px;
  }
}

@media (min-width: 993px) {
  .header-img {
    max-width: none;
    margin-top: 0;
  }
}

@media (min-width: 820px) {
  .table {
    display: table;
    width: 800px;
  }
}

.table--basic .table__row {
  width: 100%;
  padding: 20px;
  background: #E5DCCC;
  margin-top: 2%;
}

@media (min-width: 820px) {
  .table--basic .table__row {
    height: auto;
    float: none;
    width: 100%;
    display: table-row;
    background: #EEEAD4;
  }
}

.table--repertory .table__row {
  width: 100%;
  padding: 20px;
  background: #D8D9C5;
  margin-top: 2%;
}

@media (min-width: 540px) {
  .table--repertory .table__row {
    width: 49%;
    float: left;
    height: 278px;
  }
  .table--repertory .table__row:nth-of-type(even) {
    margin-left: 2%;
  }
}

@media (min-width: 820px) {
  .table--repertory .table__row {
    height: auto;
    float: none;
    width: 100%;
    display: table-row;
    background: #E5DCCC;
  }
}

@media (min-width: 820px) {
  .table--prices2 {
    background: #EEEAD4;
  }
}

.table--prices1 .table__row {
  width: 100%;
  padding: 20px;
  background: #EEEAD4;
  margin-top: 2%;
}

.table--prices1 .table__row:first-child {
  display: none;
}

@media (min-width: 540px) {
  .table--prices1 .table__row {
    width: 49%;
    float: left;
    height: 150px;
  }
  .table--prices1 .table__row:nth-of-type(odd) {
    margin-left: 2%;
  }
}

@media (min-width: 820px) {
  .table--prices1 .table__row {
    height: auto;
    float: none;
    width: 100%;
    display: table-row;
    background: #EEEAD4;
  }
  .table--prices1 .table__row:first-child {
    display: table-row;
  }
}

.table--prices2 .table__row {
  width: 100%;
  padding: 20px;
  background: #D8D9C5;
  margin-top: 2%;
}

@media (min-width: 540px) {
  .table--prices2 .table__row {
    width: 49%;
    float: left;
    height: 150px;
  }
  .table--prices2 .table__row:nth-of-type(even) {
    margin-left: 2%;
  }
}

@media (min-width: 820px) {
  .table--prices2 .table__row {
    height: auto;
    float: none;
    width: 100%;
    display: table-row;
    background: #EEEAD4;
  }
}

.table__cell {
  padding: 5px;
}

.table__cell:last-child {
  border-right: none;
}

.table__cell:nth-of-type(odd) {
  background: none;
}

@media (min-width: 820px) {
  .table__cell {
    box-sizing: content-box;
    display: table-cell;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    vertical-align: middle;
    height: 70px;
    padding: 0 5px;
  }
  .table__cell:last-child {
    border-right: 1px solid #fff;
  }
  .table__cell:nth-of-type(odd) {
    background: #D8D9C5;
  }
}

.table--basic .table__cell {
  padding: 10px;
}

@media (min-width: 820px) {
  .table--basic .table__cell {
    padding: 10px;
  }
}

@media (min-width: 820px) {
  .table--prices1 .table__cell {
    height: 25px;
  }
}

.table--prices2 .table__cell {
  padding-top: 2px;
  padding-bottom: 2px;
}

@media (min-width: 820px) {
  .table--prices2 .table__cell {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.table__code {
  text-align: center;
}

@media (min-width: 820px) {
  .table__code {
    width: 66px;
  }
}

@media (min-width: 820px) {
  .table__desc {
    width: 560px;
  }
}

.table__desc ul {
  font-size: 10px;
  line-height: 1.2rem;
  padding-left: 15px;
  margin-top: 0;
  margin-bottom: 0;
}

.table__desc ul > li {
  text-indent: -5px;
}

.table__desc ul > li:before {
  content: "-";
  text-indent: -5px;
}

.table__desc > ul {
  display: none;
}

.table__desc > .visible {
  display: block;
}

.table__buy {
  text-align: center;
}

@media (min-width: 820px) {
  .table__buy {
    width: 130px;
  }
}

.table--prices2 .table__code {
  text-align: left;
}

@media (min-width: 820px) {
  .table--prices2 .table__code {
    text-align: center;
  }
}

.table--prices2 .table__desc {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

.table--prices2 .table__buy {
  width: 150px;
  text-align: left;
}

@media (min-width: 820px) {
  .table--prices2 .table__buy {
    text-align: center;
  }
}

.table--prices1 .table__heading {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.table--prices1 .table__code {
  width: 100px;
}

@media (min-width: 820px) {
  .table--prices1 .table__desc {
    width: 350px;
    padding: 0 10px;
  }
}

.table--prices1 .table__price {
  width: 180px;
}

@media (min-width: 820px) {
  .table--prices1 .table__price {
    padding: 0 10px;
  }
}

.table--prices1 .table__price span {
  font-size: 10px;
}

.table__row-title {
  cursor: pointer;
}

.table-head {
  overflow: hidden;
  padding-top: 20px;
  border-top: 4px solid #ccd3b9;
}

.table-head--prices2 {
  margin-bottom: 10px;
}

.table-head__title {
  float: left;
}

@media screen and (max-width: 725px) {
  .table-head__title {
    float: none;
    clear: both;
  }
}

.table-head__heading {
  padding: 10px 15px;
  border: 5px solid #E5DCCC;
  border-radius: 10px;
  color: #666;
  font-weight: bold;
  font-size: 16px;
}

.table-head__to-top {
  padding-top: 30px;
  float: right;
  margin-bottom: 0;
}

@media screen and (max-width: 725px) {
  .table-head__to-top {
    float: left;
    margin-bottom: 20px;
  }
}

.table-head--base {
  border-top: none;
  padding-top: 0;
}

@media (min-width: 820px) {
  .tune__code {
    width: 50px;
    text-align: center;
  }
}

@media (min-width: 820px) {
  .tune__rating {
    width: 40px;
    text-align: center;
  }
}

.tune__stars {
  min-width: 40px;
}

@media (min-width: 820px) {
  .tune__title {
    width: 275px;
    padding: 0 10px;
  }
}

@media (min-width: 820px) {
  .tune__flagbox {
    width: 40px;
    text-align: center;
  }
}

.tune__flag {
  min-width: 30px;
  text-align: center;
}

@media (min-width: 820px) {
  .tune__file {
    width: 204px;
    text-align: center;
  }
}

@media (min-width: 820px) {
  .tune__buy {
    width: 124px;
    text-align: center;
  }
}

/*!
 * jQuery Accordion 0.0.1
 * (c) 2014 Victor Fernandez <victor@vctrfrnndz.com>
 * MIT Licensed.
 */
/* Requirements */
[data-accordion] [data-content] {
  overflow: hidden;
  max-height: 0;
}

/* Basic Theme */
[data-accordion] {
  line-height: 1;
}

[data-control],
[data-content] > * {
  border-bottom: 1px solid #888;
  padding: 10px;
}

[data-content] [data-accordion] {
  border: 0;
  padding: 0;
}

[data-accordion] [data-control] {
  position: relative;
  padding-right: 40px;
}

[data-accordion] > [data-control]:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 25px;
  font-weight: 200;
  color: #444;
  height: 15px;
  width: 24px;
  background: url("../images/down.png") center center no-repeat;
  background-size: 50%;
}

[data-accordion].open > [data-control]:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/*# sourceMappingURL=main.css.map */
