/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			prosilver Special Edition
	Based on style:		prosilver (the default phpBB 3.2.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Limited ( https://www.phpbb.com/ )
    --------------------------------------------------------------
*/
/** MIXINS **/
.sense-ombra {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.font-family {
  font-family: 'Dosis', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.color-gris {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.sense-color-gris {
  filter: none;
  -webkit-filter: grayscale(0%);
}
/*** COLORS  ***/
/* Generals */
html,
body {
  background-color: #105289;
}
body {
  background-image: url("images/fons-web.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
body.simple {
  min-height: 100%;
  padding: 0 5px;
}
a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  text-decoration: none;
}
/* Continguts ample general */
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 13px 23px;
  border: 2px solid #FFF;
  border-radius: 15px;
  box-shadow: 0 0 5px 2px #9D9A93, inset 0 3px 18px rgba(100, 100, 100, 0.25);
}
.site_logo {
  background-image: url("images/logo-clubtouring-foro.png");
  width: 250px;
  height: 100px;
  margin: -25px 30px 5px 0px;
}
.headerbar {
  background-color: #7C8891;
  background-image: url("images/bg_header.gif");
}
.site-description h1 {
  margin-top: 35px;
}
.search-header {
  box-shadow: 0 0 10px #505C65;
}
.navbar {
  background-color: #DCDEE2;
}
.navbar #nav-main li {
  margin: 5px 10px;
}
.forabg,
.forumbg {
  background-color: #505C65;
  background-image: url("images/bg_list.gif");
}
li.row {
  background-color: #E8ECEE;
  padding: 7px 5px;
}
li.row:hover {
  background-color: #EBEFF1;
}
li.row.bg3 {
  background-color: #F0F4F6;
}
li.row.bg3:hover {
  background-color: #F4F8FA;
}
.copyright b,
.copyright a {
  color: #999 !important;
}
.copyright a:hover {
  color: #FFF;
}
/* responsive.css changes */
@media only screen and (max-width: 920px), only screen and (max-device-width: 920px) {
  html,
  body {
    background-color: #FFF;
  }
  body {
    padding-left: 5px;
    padding-right: 5px;
  }
  #wrap {
    width: 850px;
    padding: 0;
    border-width: 0;
    border-radius: 0;
    box-shadow: none;
  }
}
@media only screen and (max-width: 860px), only screen and (max-device-width: 860px) {
  #wrap {
    width: auto;
  }
}
/**** VERSIÓ NADAL  ******/
/*************************/
.site_logo {
  background-image: url("images/logo-clubtouring-foro-nadal.png");
}
body {
  background-image: url("images/fons-web-nadal-v2.jpg");
  background-position: center bottom;
}
/******/
