@charset "CP850";
 
 /****************************************************************************************************************************************************************************/
/*   fonts                                                                                                */
/****************************************************************************************************************************************************************************/
@font-face {
  font-family: 'Conv_ITCAvantGardeStd';
  src: url("../fonts/ITCAvantGardeStd-Bk.eot");
  src: local("☺"), url("../fonts/ITCAvantGardeStd-Bk.woff") format("woff"), url("../fonts/ITCAvantGardeStd-Bk.ttf") format("truetype"), url("../fonts/ITCAvantGardeStd-Bk.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
 
@font-face {
  font-family: 'Conv_ITCAvantGardeStd';
  src: url("../fonts/ITCAvantGardeStd-Md.eot");
  src: local("☺"), url("../fonts/ITCAvantGardeStd-Md.woff") format("woff"), url("../fonts/ITCAvantGardeStd-Md.ttf") format("truetype"), url("../fonts/ITCAvantGardeStd-Md.svg") format("svg");
  font-weight: bold;
  font-style: normal; }
 
/****************************************************************************************************************************************************************************/
/*   General                                                                                              */
/****************************************************************************************************************************************************************************/
img {
  max-width: 100%;
  height: auto; }
 
h1, h2, h3, h4 { color: #fff; }
 
h1 { font-size: 30px; }
 
h2, h3 { font-size: 20px; }
 
h4 { font-size: 16px; }
 
.offsetleft { padding-left: 75px; }
 
.offsetright { padding-right: 75px; }
 
.left { text-align: left; }
 
.right { text-align: right; }
 
.center { text-align: center; }
 
.white { color: #fff; }
 
.bold { font-weight: bold; }
 
.yellow { color: #d8a300; }
 
.green2 { color: #7d8566; }
 
.grey { color: #aaaaaa; }
 
.white { color: #fff; }
 
.capitals { text-transform: uppercase; }
 
.lowercase { text-transform: lowercase; }

.border_bottom {
  padding-bottom: 20px;
  border-bottom: 1px solid #7d8566;
  margin-bottom: 40px; }
 
/****************************************************************************************************************************************************************************/
/*   Head                                                                                                 */
/****************************************************************************************************************************************************************************/
#header {
  font-size: 11px;
  padding-top: 10px; }
 
  #header .top { margin-bottom: 20px; }
 
  #header .left { padding-top: 60px; }
 
  #header .right { padding-top: 54px; }
 
.lang_sel_list_horizontal { margin-bottom: 10px; }
 
  .lang_sel_list_horizontal ul {
    margin: 0;
    padding: 0;
    text-transform: uppercase; }
 
    .lang_sel_list_horizontal ul li { display: inline-block; }
 
      .lang_sel_list_horizontal ul li:first-child:after { content: '|'; }
 
      .lang_sel_list_horizontal ul li a { color: #7d8566; }
 
        .lang_sel_list_horizontal ul li a:hover {
          color: #fff;
          text-decoration: none; }
 
  .lang_sel_list_horizontal .lang_sel_sel span {
    font-weight: bold;
    color: #fff; }
 
/****************************************************************************************************************************************************************************/
/*   Nav                                                                                                  */
/****************************************************************************************************************************************************************************/
.home #menu-up.menu { margin-bottom: 18px; }
 
.home #menu-down.menu {
  margin-top: 18px;
  margin-bottom: 30px; }
 
.nav a {
  font-family: 'Conv_ITCAvantGardeStd', Arial, sans-serif;
  letter-spacing: 1pt;
  font-size: 16px;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase; }
 
#menu-up .nav > li, #menu-down .nav > li { width: 25%; }
 
#menu-up .nav > li:nth-child(odd) { background: #3d481e; }
 
#menu-up .nav > li:nth-child(even) { background: #5d6643 url(../images/menu.png) repeat; }
 
#menu-down .nav > li:nth-child(odd) { background: #5d6643 url(../images/menu.png) repeat; }
 
#menu-down .nav > li:nth-child(even) { background: #3d481e; }
 
.nav > li a:hover, .nav > li.current_page_item a { background: #8c7202 url(../images/menu-hover.png) repeat; }
 
/****************************************************************************************************************************************************************************/
/*   Slider                                                                                               */
/****************************************************************************************************************************************************************************/
.slider_left, .slider_right { height: 370px; }
 
.slider_left { background: url(../images/slider_left.jpg) 0 0 no-repeat; }
 
.slider_right { background: url(../images/slider_right.jpg) 0 0 no-repeat; }
 
/****************************************************************************************************************************************************************************/
/*   title                                                                                                */
/****************************************************************************************************************************************************************************/
#title {
  background: url(../images/title-bg.png) repeat;
  margin-top: 20px;
  padding: 5px 75px; }
 
  #title h1.title {
    font-family: 'Conv_ITCAvantGardeStd', Arial, sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
    margin: 12px 0 8px; }
 
/****************************************************************************************************************************************************************************/
/*   Main                                                                                                 */
/****************************************************************************************************************************************************************************/
.home main { margin: 20px 0; }
 
main { margin: 20px 75px; }
 
.emphasis {
  font-family: 'Conv_ITCAvantGardeStd', Arial, sans-serif;
  letter-spacing: 1pt;
  line-height: 28px;
  font-size: 13px;
  color: #d8a300; }
 
.main_image { margin: 15px 0 40px; }
 
.curse > div { display: inline-block; }
 
.activitats { margin-bottom: 50px; }
 
  .activitats h2 { font-size: 20px; }
 
  .activitats:last-child { margin-bottom: 0; }
 
  .activitats .activitat {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #7d8566; }
 
.professor {
  border-bottom: 1px solid #5d6643;
  padding-bottom: 30px;
  margin-bottom: 20px; }
 
  .professor:last-child {
    border-bottom: none;
    padding-bottom: 0px; }
 
  .professor h3 { font-size: 20px; }
 
    .professor h3 span {
      color: #5d6643;
      font-size: 15px;
      padding-left: 10px;
      text-transform: uppercase; }
 
.horaris { margin: 30px 0; }
 
  .horaris:first-child { margin-top: 0; }
 
.mes-curset { margin-top: 10px; }
 
  .mes-curset h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px; }
 
.setmana-curset { margin-bottom: 40px; }
 
.mes-curset .curset {
  padding-bottom: 5px;
  border-bottom: 1px solid #7d8566;
  margin-bottom: 5px; }
 
  .mes-curset h4 {
    font-size: 18px;
    margin: 0; }
 
  .mes-curset p { margin: 3px 0; }
 
    .mes-curset p.small { font-size: 13px; }
 
.calendari {
  font-size: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #7d8566;
  margin-bottom: 0; }
 
  .calendari:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0; }
 
  .calendari h3 {
    font-size: 18px;
    margin: 0; }
 
  .calendari p { margin: 3px 0; }
 
    .calendari p.small { font-size: 13px; }
 
.norma {
  font-size: 14px;
  padding-bottom: 15px;
  border-bottom: 1px solid #7d8566;
  margin-bottom: 15px; }
 
  .norma:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0; }
 
  .norma p { margin: 3px 0; }
 
.cloenda {
  font-size: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #7d8566;
  margin-bottom: 15px; }
 
  .cloenda:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0; }
 
  .cloenda h3 {
    font-size: 18px;
    margin: 0;
    padding: 0; }
 
  .cloenda p { margin: 3px 0; }
 
    .cloenda p.small { font-size: 13px; }
 
.assaijos {
  padding-bottom: 15px;
  border-bottom: 1px solid #7d8566;
  margin-bottom: 50px; }

.assaijos ul {
  list-style: none;
  margin: 0;
  padding: 0; }
 
.intro {
  padding-bottom: 15px;
  border-bottom: 1px solid #7d8566;
  margin-bottom: 50px; }
 
.assaig {
  font-size: 15px; }
 
.half_border {
  background: #7d8566;
  height: 1px;
  width: 50%;
  margin: 15px 0; }
 
  .assaig h3 {
    font-size: 18px;
    margin: 0;
    padding: 0; }
 
  .assaig p { margin: 3px 0; }
 
    .assaig p.small { font-size: 13px; }
 
/****************************************************************************************************************************************************************************/
/*   Footer                                                                                               */
/****************************************************************************************************************************************************************************/
footer {
  font-size: 12px;
  margin: 35px 75px 0;
  padding-bottom: 30px;
  color: #667150; }
 
  footer .center { color: #9ea390; }
 
  footer .schedule {
    font-family: 'Conv_ITCAvantGardeStd', Arial, sans-serif;
    font-weight: bold;
    padding: 20px 0 10px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-bottom: 30px;
    text-transform: uppercase; }
 
  footer .copyright span { font-weight: normal; }
 
  footer .copyright .photo { font-size: 10px; }
 
    footer .copyright .photo a { color: #9ea390; }
 
/****************************************************************************************************************************************************************************/
/*   Default core WP files                                                                                */
/****************************************************************************************************************************************************************************/
.alignnone { margin: 5px 20px 20px 0; }
 
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }
 
.alignright {
  float: right;
  margin: 5px 0 20px 20px; }
 
.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }
 
.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }
 
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }
 
a img.alignnone { margin: 5px 20px 20px 0; }
 
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }
 
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }
 
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px; /* Image does not overflow the content area */
  text-align: center; }
 
  .wp-caption.alignnone { margin: 5px 20px 20px 0; }
 
  .wp-caption.alignleft { margin: 5px 20px 20px 0; }
 
  .wp-caption.alignright { margin: 5px 0 20px 20px; }
 
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
 
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }