/*!
Theme Name: Argento
Theme URI: http://www.dsmart.it
Description:
Version: 0.1
Author: dSmart s.r.l.
Author URI: http://www.dsmart.it
License: Copyright 2013 dSmart s.r.l.
Tags:
Template: StartTheme3.0
*/
@import url("../StartTheme3.0/css/default.css");
/* Menus */
.sf-menu, .sf-menu * {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sf-menu {
  line-height: 1;
}

.sf-menu ul {
  position: absolute;
  left: -999em;
  width: 11em;
  z-index: 100;
}

.sf-menu ul li {
  width: 100%;
}

.sf-menu li:hover {
  visibility: inherit;
}

.sf-menu li {
  display: inline-block;
  *display: inline;
  position: relative;
}

.sf-menu a {
  display: inline-block;
  *display: inline;
  position: relative;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
  left: 0;
  top: 34px;
  z-index: 99;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
  top: -999em;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
  left: 11em;
  top: 0;
}

ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
  top: -999em;
}

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
  left: 11em;
  top: 0;
}

.sf-shadow ul {
  background: url(images/shadow.png) no-repeat bottom right;
  padding: 0 8px 9px 0;
  -moz-border-radius-bottomleft: 17px;
  -moz-border-radius-topright: 17px;
  -webkit-border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
}

.sf-shadow ul.sf-shadow-off {
  background: transparent;
}

#top-menu, #nav {
  min-width: 986px;
  border-left: solid #ddd 2px;
  border-right: solid #ddd 2px;
}

#top-menu-content, #nav-content {
  margin: 0 auto;
  width: 978px;
}

#top-menu-content .sf-menu, #nav .sf-menu {
  line-height: 1.1;
}

/* top menu */
#top-menu {
  background: #111;
  border-bottom: 1px solid #333;
}

#top-menu-content {
  height: 25px;
  padding: 3px 0;
}

#top-menu-content .sf-menu {
  text-transform: uppercase;
  margin: 0 2px;
}

#top-menu .sf-menu a {
  display: block;
  text-decoration: none;
  padding: 7px 10px 8px;
  color: #AAA;
  font-size: 10px;
  border-right: 1px solid #333;
}

#top-menu .sf-menu ul a {
  border: none;
}

#top-menu .sf-menu ul li {
  border: 1px solid #333;
  margin-top: -1px;
}

#top-menu .sf-menu a:hover, #top-menu .sf-menu li:hover, #top-menu .sf-menu li.sfHover, #top-menu .sf-menu ul li {
  color: #FFF;
  background: #111;
}

#top-menu .sf-menu ul a:hover, #top-menu .sf-menu ul li.sfHover, #top-menu .sf-menu ul li:hover {
  color: #373331;
  background: #FFF;
}

#top-menu .sf-menu ul li.sfHover a.sf-with-ul {
  color: #373331;
}

#top-menu .sf-menu li li a {
  padding: 7px 10px;
  line-height: 1;
  height: auto;
  font-size: 11px;
}

#top-menu .sf-menu .sf-with-ul {
  padding-right: 15px;
}

#top-menu .sf-sub-indicator {
  background: url(images/dropdown.png) no-repeat;
  width: 5px;
  height: 5px;
  text-indent: -9999px;
  display: inline-block;
  position: relative;
  left: 7px;
  top: 0;
  vertical-align: middle;
}

#top-menu .sf-menu ul .sf-sub-indicator {
  display: none;
}

#top-menu .sf-menu li:hover ul, #top-menu .sf-menu li.sfHover ul {
  top: 2.4em;
}

#top-menu ul.sf-menu li li:hover ul, #top-menu ul.sf-menu li li.sfHover ul, #top-menu ul.sf-menu li li li:hover ul, #top-menu ul.sf-menu li li li.sfHover ul {
  top: 0;
}

.quick-nav {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

.quick-nav li {
  padding: 7px 5px 0 0;
  float: left;
  display: inline;
}

.quick-nav a:link, .quick-nav a:visited {
  display: block;
  text-indent: -9000px;
  width: 16px;
  height: 16px;
  float: left;
  clear: left;
  opacity: 0.6;
}

.quick-nav a:hover {
  opacity: 1;
}

.quick-nav #rss {
  background: url(images/rss.png) no-repeat;
}

.quick-nav #twitter {
  background: url(images/twitter.png) no-repeat;
}

.quick-nav #facebook {
  background: url(images/facebook.png) no-repeat;
}

/*** Layout Setup ***/
body {
  color: #111;
  font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
  font-size: 12px;
  background-color: #F3F3F3;
  line-height: 1.6em;
}

h1, .like-h1 {
  border-bottom: 1px solid #CCC;
  margin: 2px auto 0 auto;
  font-size: 12px;
  text-align: center;
  max-width: 320px;
  padding: 8px 163px;
}

h2, .like-h2 {
  font-size: 12px;
  margin: 0;
  border: none;
  padding: 0;
  text-align: left;
  max-width: none;
}

h3 {
  padding: 0px 13px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 8px;
  margin-top: 10px;
  font-size: 12px;
  /*font-size:15px;*/
}

h4 {
  font-weight: bold;
  margin: 5px 0;
  font-size: 13px;
}

p {
  margin: 0;
}

a.disabled, .disabled {
  cursor: default !important;
  text-decoration: none !important;
}

a:hover {
  text-decoration: underline !important;
}

.new-share-box a:hover {
  text-decoration: none !important;
}

.arrow-left, .arrow-right {
  width: 0;
  height: 0;
  border-top: 54px solid transparent;
  border-bottom: 54px solid transparent;
}

.arrow-left {
  border-right: 55px solid;
}

.arrow-right {
  border-left: 55px solid;
}

.events-all-page, .event-page, .entry-content {
  background: url("images/content-bg.jpg") repeat-x 0 0 scroll white;
  clear: both;
  border: 1px solid #CCC;
  width: 646px;
}

.addthis_button_facebook_like span {
  height: 22px !important;
}

.vcard > p {
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.vcard p.fn {
  font-weight: bold;
}

.vcard p .street-address {
  display: block;
}

.border-dashed-top {
  border-top: 1px dashed #CCC;
  padding-top: 10px;
}

#footer, #main {
  background: url("images/background.gif") #fff;
}

#wrapper {
  min-height: initial;
}

#content {
  position: relative;
}

#main {
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  min-height: 500px;
}

#footer {
  border-left: solid #ddd 1px;
  border-right: solid #ddd 1px;
  border-bottom: solid #ddd 1px;
  padding: 0;
  padding-top: 10px;
}

#footer .content-footer {
  margin: 10px 0;
}

#footer .footer-message {
  border-top: solid 1px #ddd;
  width: 958px;
  float: left;
  padding: 10px 15px;
}

#footer .powered {
  float: left;
  padding: 10px 15px;
  line-height: 57px;
  width: 238px;
  border-top: 1px solid #ddd;
  text-align: right;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

#header {
  width: 988px;
  overflow: hidden;
  height: auto;
  margin: 0 auto;
  border: solid #ddd 1px;
}

#header img.header_nav_img {
  width: auto;
  height: auto;
}

#header.with-image > img {
  width: 100%;
}

#libertas {
  width: 180px;
  height: 125px;
  position: absolute;
  right: 80px;
  top: 73px;
  display: block;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

/*** End Layout Setup ***/
/*** Main Navigation ***/
.nav {
  background: url(images/postbar.jpg) repeat-x top #E6E6E6;
  min-width: 986px;
  border-bottom: 1px solid #CCC;
}

#nav-content {
  padding: 0 4px;
}

#nav-bottom {
  border-top: 1px solid #CCC;
  width: 980px;
  padding: 0 4px;
  min-width: 980px;
}

.nav-content {
  /*height: 31px;
  margin: 0 5px 0 0;*/
  width: auto;
  text-align: center;
}

.nav .sf-menu {
  line-height: 1.0;
  max-width: 980px;
  /*max-height: 34px;*/
  text-transform: uppercase;
  font-size: 0;
}

.nav .sf-menu a {
  display: inline-block;
  *display: inline;
  text-decoration: none !important;
  padding: 0 12px;
  line-height: 32px;
  color: #666 !important;
  font-size: 11px;
  border: solid #DDD;
  border-width: 0 1px;
  margin-right: -1px;
}

.nav .sf-menu ul {
  width: 120px;
}

.nav .sf-menu ul li {
  border: 1px solid #CCC;
  margin-top: -2px;
  width: 118px;
}

.nav .sf-menu a:hover, .nav .sf-menu li:hover, .nav .sf-menu li.sfHover, .nav .sf-menu ul li {
  background: url(images/content-bg.jpg) repeat-x top #fff;
  color: #0052A3;
}

.nav .sf-menu ul a:hover, .nav .sf-menu ul li.sfHover, .nav .sf-menu ul li:hover {
  color: #373331;
  background: #FFF;
}

.nav .sf-menu ul li.sfHover a.sf-with-ul {
  color: #373331;
}

.nav .sf-menu li li a {
  padding: 7px 10px;
  line-height: 1;
  height: auto;
  font-size: 11px;
  border: none;
}

.nav .sf-menu .sf-with-ul {
  padding-right: 15px;
}

.nav .sf-sub-indicator {
  background: url(images/dropdown_dark.png) no-repeat;
  width: 5px;
  height: 5px;
  text-indent: -9999px;
  display: inline-block;
  position: relative;
  left: 7px;
  top: 0;
  vertical-align: middle;
}

.nav .sf-menu ul .sf-sub-indicator {
  display: none;
}

.quick-nav li.login-menu {
  padding: 0;
}

.nav .login-menu a:hover {
  background: url(images/content-bg.jpg) repeat-x top;
  color: #0052A3;
  cursor: pointer;
}

.nav .login-menu a {
  color: #666;
  display: block;
  font-size: 11px;
  padding: 8px 12px 7px 12px;
  text-decoration: none;
  font-weight: bold;
  border: solid #DDD;
  border-width: 0 1px;
  margin-right: 10px;
}

.login-box {
  right: -1px;
  top: 31px;
  position: absolute;
  width: 247px;
  z-index: 100;
  color: white;
  background: #555555;
  background: rgba(85, 85, 85, 0.7);
}

.login-box div {
  padding: 10px;
}

.nav .sf-menu ul li ul {
  left: 120px !important;
  top: 1px !important;
}

.nav .children {
  top: 34px;
  left: 0 !important;
  display: none;
}

/*** End Main Navigation ***/
/*** Single Page ***/
.textwidget h3 {
  color: #0052a3;
  font-size: 1.6em;
  font-weight: bold;
  margin: 5px 0;
}

#content.single-page .entry-info, .game-page .entry-info {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1.5em;
  margin-bottom: 10px;
}

#content.single-page .entry-author {
  font-weight: 700;
  margin: 0;
  color: #848485;
  display: inline;
}

.single-page-right {
  width: 300px;
  margin-left: 658px;
}

.my-single {
  padding: 10px;
}

.my-single .clearfix {
  width: 100%;
}

.my-single .addthis_toolbox,
.my-single .new-share-box {
  border-top: 1px dashed #CCC;
  text-align: center;
  margin-top: 10px;
  padding-top: 10px;
  clear: both;
}

.my-single .addthis_counter, .my-single .at300b,
.event-page .addthis_counter, .event-page .at300b,
.video-media .addthis_counter, .video-media .at300b {
  float: none;
  display: inline-block !important;
}

.box-link-login-comments {
  height: 40px;
  line-height: 38px;
  padding: 0 10px;
}

.my-single a.fancybox.video {
  position: relative;
  text-decoration: none;
}

.my-single a.fancybox.video:after {
  content: '';
  background: url("../StartTheme3.0/images/video-big.png") no-repeat left top transparent;
  width: 129px;
  height: 129px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -65px;
  margin-top: -65px;
}

/*** /Single Page ***/
/*** Game Page ***/
.game-page .date {
  border-bottom: 1px dashed #ccc;
  padding: 11px 0;
  text-align: center;
}

.game-page.game-past .date {
  border-bottom: none;
}

.game-page.game-past .my-single {
  border-top: 1px dashed #CCC;
  width: 626px;
}

.game-page.game-past .my-single p {
  word-wrap: break-word;
}

.game-page .place {
  padding: 11px 0;
  text-align: center;
}

.game-page .vcard {
  display: inline;
  padding: 0;
}

.game-page .vcard p, .game-page .vcard p span {
  display: inline;
}

.game-page .vcard p span {
  margin-left: 5px;
}

.game-page .google-maps #map_wrapper {
  width: auto;
}

.game-page .google-maps input.get-directions-input {
  width: 478px;
}

.game-page .google-maps input.get-directions-submit {
  margin-right: 0;
}

.game-page .desc p {
  padding: 10px;
}

.game-page .desc .vcard p {
  margin: 0;
  padding: 0;
}

.game-page .desc .date {
  padding: 0 10px;
  padding-top: 10px;
  border: none;
  text-align: left;
}

.game-page .desc .place {
  padding: 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  text-align: left;
}

.game-page .bottom-content {
  width: 648px;
}

/*** EndGame Page ***/
/*** Archive Page ***/
.archive-title {
  font-size: 1em;
}

#archive-posts {
  background: url(images/content-bg.jpg) repeat-x top white;
  border: 1px solid #CCC;
  padding: 10px;
  width: 936px;
  font-size: 0.8em;
  font-weight: normal;
}

#archive-posts .navigation {
  width: 100%;
  font-size: 1.5em;
}

.archive-page li.post, #index-posts li.post, .link-more {
  width: 626px;
  padding: 10px;
  border-top: 1px solid #CCC;
  /*border-bottom: 1px dashed #CCC;
    margin: 10px 0;*/
}

.archive-page li:first-child.post, #index-posts li:first-child.post {
  margin-top: 0;
}

.archive-page li:last-child.post {
  margin-bottom: 0;
}

/*** /Archive Page ***/
/*** Documents Page ***/
.box-download {
  background: url(images/content-bg.jpg) repeat-x top white;
  border: 1px solid #CCC;
  margin: 0 10px 15px 0;
  padding: 0 15px;
}

.box-download b {
  color: #0052A3;
}

.download-page li {
  padding: 10px;
  line-height: 32px;
}

.download-icon {
  position: static;
  width: 64px;
  margin-left: 0;
  margin-top: 0;
}

.download-icon-over {
  position: absolute;
  width: 128px;
  margin-left: -64px;
  margin-top: -32px;
  z-index: 1000;
}

/*** End Document Page ***/
/*** Notices Page ***/
.notices-page {
  font-size: 1.2em;
}

.notices-page .entry-content {
  padding: 10px;
  background: url(images/content-bg.jpg) repeat-x #FFF;
  border: 1px solid #CCC;
  display: block;
}

.avatar {
  margin-right: 10px;
  margin-top: 4px;
  width: 70px;
  height: 70px;
}

.notices-page ul, .bottom-content ul, #index-posts ul {
  list-style: none;
}

.notices-page ul li {
  padding: 12px 14px;
  border-bottom: 1px solid #CCC;
}

.notices-page ul li:last-child {
  border-bottom: none;
}

.notices-page .notice-text {
  margin-left: 0;
  font-size: 12px;
}

.notices-page .notice-separator {
  height: 10px;
  border-bottom: 1px dashed #ccc;
  clear: both;
  margin-bottom: 10px;
}

.notices-page .notice-info {
  font-size: 10px;
}

/*** End Notices Page ***/
/*** Contacts Page ***/
.contacts-page {
  width: 646px;
  margin-top: -10px;
}

.contacts-page > div {
  margin-top: 10px;
}

.contacts-group-bottom {
  border-bottom: dashed 1px #ddd;
  margin-bottom: 10px;
}

.contacts-group {
  font-size: 1.2em;
}

.contacts-group > a {
  float: left;
}

.contacts-group > a .post-thumbnails {
  margin-top: 0;
}

.archive-all .contacts-group h4 {
  float: left;
  width: 775px;
  margin-top: 0;
}

.archive-all .contacts-group .entry {
  float: left;
  width: 775px;
  padding: 0 0 5px 0;
}

.contacts-group-title {
  color: #0052A3;
  text-align: right;
  font-size: 1.5em;
  font-weight: bold;
}

.contact {
  padding: 10px;
  position: relative;
  height: 84px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}

.contact.last {
  border: none !important;
}

.contact-avatar-wrap {
  border: 2px #ddd solid;
  position: relative;
  overflow: hidden;
  width: 70px;
  height: 70px;
  float: left;
}

.contact a {
  float: left;
  position: relative;
}

.contact p {
  float: left;
  line-height: 18px;
  margin: 1px 0 0 20px;
}

.contact-avatar {
  width: 70px;
}

.mail-icon-over {
  position: absolute;
  width: 64px;
  right: -22px;
  bottom: -22px;
}

.mail-icon {
  width: 40px;
  border: none;
  position: absolute;
  right: -10px;
  bottom: -10px;
}

#book-box, #message-box {
  display: none;
}

#book-box h3, #message-box h3, #privacy-policy h3 {
  font-size: 16px;
}

#book-box b, #message-box b {
  width: 70px;
  display: block;
  float: left;
  line-height: 23px;
}

#book-box form label, #message-box form label {
  width: 80px;
  height: 23px;
  line-height: 27px;
  float: left;
  display: block;
  margin: 0 5px 5px 0;
}

#book-box form input, #message-box form input {
  background: none #FFF;
  width: 150px;
  height: 15px;
  margin: 0 0 15px 0;
  padding: 5px;
  border: 1px solid #CCC;
  float: left;
}

#book-box form select, #message-box form select {
  background: none #FFFFFF;
  width: 161px;
  height: 27px;
  margin: 0 0 15px 0;
  border: 1px solid #CCC;
  line-height: 27px;
  float: left;
  border-radius: 0;
}

#book-box form textarea, #message-box form textarea {
  background: none #FFF;
  width: 409px;
  height: 100px;
  max-width: 409px;
  max-height: 100px;
  margin: 0 0 10px 0;
  padding: 5px;
  border: 1px solid #CCC;
  resize: none;
}

/*** End Contacts Page ***/
/*** Lacation Page ***/
.location-info, .vcard {
  padding: 0 23px 30px 23px;
  font-size: 12px;
}

.location-info p {
  font-size: 12px;
}

.location-info b {
  font-size: 1.6em;
  color: #0052A3;
  line-height: 1.2em;
}

.location-info h2 {
  margin-top: 30px !important;
}

.google-maps {
  padding: 9px;
}

.get-directions-input-wp {
  width: 278px;
  float: left;
}

input.get-directions-input {
  width: 429px;
  background-image: none;
  border: 2px inset;
  padding: 2px;
  margin-top: 2px;
}

#route-info table {
  width: 100%;
}

#route-info b {
  font-size: 1.2em;
  color: #111;
}

#map_wrapper {
  width: auto;
  height: 360px;
  border: 1px solid #ccc;
}

#map_canvas {
  width: 100%;
  height: 100%;
}

/*** End Lacation Page ***/
/*** Box jQuery ***/
.box-title {
  text-align: center;
  color: #0052A3;
  margin-top: 0;
}

/*** End Box jQuery ***/
/*** Slideshow ***/
#controls .prev {
  background: url(images/prev.png) no-repeat;
}

#controls .next {
  background: url(images/next.png) no-repeat;
}

.featured-article {
  display: block;
  text-decoration: none !important;
  background-position: center !important;
}

.featured-entry {
  overflow: hidden;
  background: #000;
  height: 85px;
  color: #a7a7a7;
  padding: 0;
  display: block;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.featured-entry .entry-title {
  color: #FFF;
  padding: 10px 15px 5px;
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.featured-entry .entry-summary {
  padding: 0 15px;
  margin: 0;
  display: block;
}

.home-page #slideshow {
  border: 1px solid #CCC;
  height: 358px;
  margin-bottom: 10px;
}

.home-page .posts-quick .addthis_toolbox.addthis_default_style, .post .addthis_toolbox.addthis_default_style,
.home-page .posts-quick .new-share-box, .post .new-share-box {
  padding-top: 10px;
  border-top: 1px dashed #CCC;
  clear: both;
  text-align: right;
}

/*** End Slideshow ***/
/*** PhotoGallery Details ***/
.photo-gallery-details {
  padding: 0;
}

#p-details {
  width: 158px;
  right: -16px;
  overflow: hidden;
  top: 60px;
  min-height: 278px;
  float: left;
  font-size: 1.2em;
  padding: 10px;
  background: url(images/content-bg.jpg) repeat-x #FFF;
  border: 1px solid #CCC;
  position: absolute;
}

#p-details .entry-info {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#picture-box {
  width: 778px;
  float: left;
}

#picture-box .img-wrap-top {
  margin: 10px auto;
  width: 452px;
  text-align: center;
  height: 40px;
  font-size: 4em;
}

#picture-box .img-wrap-top img {
  height: 32px;
  width: 32px;
  margin-top: 3px;
  margin-right: 20px;
}

#picture-box .img-wrap {
  width: 550px;
  margin: 0 auto;
  background-color: transparent !important;
  text-align: center;
}

#picture-box .img-wrap-bottom {
  margin: 10px auto;
  width: 550px;
  text-align: center;
}

#picture-box #image {
  max-width: 550px;
}

.pg-details-nav {
  display: none;
}

.pg-details-nav .pg-prev {
  margin-right: 520px;
}

#picture-box .more-icon {
  background: url("images/readmore-icon.png") no-repeat 0 0 scroll transparent;
  position: absolute;
  opacity: 0;
  visibility: visible;
  top: 180px;
  text-indent: -9999px;
  display: block;
  height: 61px;
  width: 61px;
}

#box-details {
  width: 864px;
  margin: 0 auto;
}

/*** End PhotoGallery Details ***/
/*** Photo Gallery Page ***/
.left-col {
  float: left;
  width: 514px;
}

.left-col h4 {
  color: #0052A3;
}

.box-last-photogallery {
  display: block;
  float: left;
  position: relative;
  width: 160px;
  height: 160px;
  overflow: hidden;
}

.right-col {
  width: 434px;
  margin-left: 524px;
}

.right-col h4 {
  color: #0052A3;
}

#box-ricerca {
  padding: 10px;
  background: url(images/content-bg.jpg) repeat-x #FFF;
  border: 1px solid #CCC;
}

.box-album-photogallery h4 {
  color: #0052A3;
}

#search-result h4 {
  color: #0052A3;
}

.f-photo-pg {
  width: 128px;
  height: 100px;
  float: left;
  padding-bottom: 5px;
  position: relative;
  z-index: 90;
}

.f-photo-pg div {
  width: 128px;
  height: 128px;
  background: url("images/album-folder.png") no-repeat top left transparent;
  left: 0;
  top: -20px;
  z-index: 91;
}

.f-photo-pg img {
  width: 100px;
  height: 75px;
  z-index: 88;
  top: 10px;
  left: 22px;
  position: absolute;
}

#search-result #albums, #search-result #multimedia-files {
  width: 864px;
  margin: 0 auto;
}

.box-search-photogallery {
  float: left;
  width: 130px;
  height: 166px;
  text-align: center;
  margin: 7px;
  overflow: hidden;
}

.box-search-photogallery a {
  display: block;
  margin-bottom: 3px;
  height: 118px;
  width: 130px;
  overflow: hidden;
}

.box-search-photogallery img {
  width: 114px;
}

.box-search-photogallery .desc {
  font-size: 10px;
}

.box-search-photogallery .desc a {
  display: inline;
  margin-bottom: 0;
  height: auto;
  width: auto;
  overflow: auto;
}

/*** End Photo Gallery Page ***/
/*** Video Gallery Page ***/
.left-col-video {
  width: 622px;
  float: left;
}

.right-col-video {
  width: 294px;
  margin-left: 642px;
}

.right-col-video h4 {
  color: #0052A3;
}

#boxVideo {
  margin-bottom: 10px;
}

#videogallery-thumb ul {
  list-style: none;
  margin: 0;
}

#videogallery-thumb ul li {
  float: left;
  width: 310px;
  margin: 8px 0;
}

div.box-overlay-video-thumb {
  margin: 5px;
  float: left;
  position: relative;
}

div.box-overlay-video-thumb img {
  width: 123px;
  border: 2px solid #CCC;
}

div.box-overlay-video-thumb .overlay-album-video {
  width: 127px;
  height: 96px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

div.desc-videogallery {
  margin-top: -9px;
}

div.desc-videogallery p {
  line-height: 1.4em;
}

#desc-boxVideo {
  padding: 10px;
  background: url(images/content-bg.jpg) repeat-x white;
  border: 1px solid #CCC;
}

#desc-boxVideo strong {
  color: #0052A3;
  font-size: 1.3em;
  clear: both;
}

#desc-boxVideo p {
  margin-top: 0;
}

#box-albums-video ul {
  padding: 10px;
  background: url(images/content-bg.jpg) repeat-x white;
  border: 1px solid #CCC;
  list-style: none;
  margin: 0;
}

#box-albums-video ul li a {
  margin: 5px;
  display: block;
  float: left;
}

#box-albums-video ul li a img {
  width: 100px;
  border: 2px solid #AAA;
}

#box-albums-video ul li div {
  margin-top: -9px;
}

#view-all-album-video {
  font-size: 1.5em;
  text-align: right;
  display: none;
}

/*** End Video Gallery Page ***/
/*** Events Page ***/
.event-page p {
  font-size: 1.3em;
}

.event-page .center h1 {
  margin-top: 10px;
}

.event-page .center p, .event-page .center h1 {
  width: 400px;
}

.event-page .center p {
  margin: 10px auto;
  font-size: 1.3em;
}

.event-page .center div.event-date {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 3em;
  color: #fff;
  text-shadow: 1px 1px 1px #333;
  text-align: right;
  text-transform: uppercase;
  line-height: 1;
}

.event-page .center div.event-date-nop {
  position: static;
  color: #111;
  text-align: left;
  text-transform: none;
  font-size: 1.3em;
  text-shadow: none;
  margin-left: 15px;
  margin-bottom: -5px;
}

.event-page .center p.event-info {
  margin: 5px auto;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 5px;
}

.event-page .entry-content {
  width: 648px;
}

.event-page .desc {
  font-size: 1.3em;
  word-wrap: break-word;
}

.event-page .desc pre {
  font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
}

.event-page .desc p {
  font-size: 13px;
  margin: 1em 0;
}

.event-page img {
  max-width: 550px;
  max-height: 595px;
  margin: 15px;
}

.event-page .content {
  margin: 15px;
}

.event-page .time {
  margin: 0 15px 0 0;
}

.event-page .details {
  margin-left: 10px;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin-top: 15px;
}

.event-page .details p {
  margin: 0;
  font-size: 13px;
}

.event-page .details .attach {
  font-weight: normal;
  margin-top: 15px;
  display: inline-block;
}

.event-page .details .attach a {
  font-weight: bold;
}

.event-page .vcard {
  padding: 0;
}

.event-title {
  font-size: 1.8em;
  margin: 0 auto 0.5em;
  color: #0052a3;
}

#event-description {
  position: relative;
  padding-bottom: 10px;
  padding: 10px;
  background: url(images/content-bg.jpg) repeat-x white;
  border: 1px solid #CCC;
  margin-bottom: 10px;
}

#event-description.center {
  background-image: none;
  background-color: #fff;
  padding: 0 0 10px 0;
  margin: 0 auto;
  width: 428px;
  text-align: justify;
}

.nav-events {
  font-size: 1.5em;
  font-weight: bold;
}

.attach-event {
  border-top: 1px dashed #CCC;
  padding: 10px 0 0 0;
}

.btn-download-file {
  background: none repeat scroll 0 0 #0052A3;
  border: 1px solid #AAA;
  color: #FFF;
  padding: 1px 6px;
}

/*** End Events Page ***/
/*** Shop Page ***/
.shop-page li {
  padding: 10px;
  position: relative;
}

.list-pages li {
  border-bottom: 1px solid #CCC;
}

.list-pages li a {
  display: inline-block;
  width: 626px;
  height: 20px;
  float: none;
  padding: 25px 10px;
}

.shop-item-page .main-item li {
  padding: 10px;
  position: relative;
}

.shop-page a img, .shop-item-page .main-item a img, .list-pages a img {
  /*width: 240px;
  height: 240px;
  border: 1px solid #CCC;
  margin-right: 12px;*/
}

.shop-item-page .main-item img {
  max-width: 244px;
  padding: 0 10px 10px 0;
  background-position-y: -10px;
}

.shop-page a .box-img, .shop-item-page .main-item a .box-img, .list-pages a .box-img {
  border: 1px solid #CCC;
  margin-right: 12px;
  width: 120px;
  height: 120px;
  display: inline-block;
  overflow: hidden;
}

.shop-page a h2, .shop-item-page .main-item a h2 {
  margin-bottom: 20px;
}

.shop-page .item-info, .list-pages .item-info {
  font-size: 11px;
  margin-bottom: 20px;
  display: inline-block;
}

.shop-item-page .main-item .item-info {
  font-size: 11px;
  line-height: 28px;
}

.shop-page .item-info .price, .shop-item-page .main-item .item-info .price {
  font-size: 15px;
}

.shop-page .item-desc, .list-pages .item-desc {
  font-size: 11px;
}

.shop-item-page .item-desc {
  border-top: 1px dashed #CCC;
  border-bottom: 1px dashed #CCC;
  padding: 10px 0;
  margin: 10px 0;
  min-height: 118px;
}

.shop-page a.buy, .list-pages a.buy {
  margin: 10px;
  bottom: 25px;
  position: absolute;
  right: 10px;
}

.item-available {
  color: green;
}

.item-not-available {
  color: red;
}

.addthis_toolbox, .new-share-box {
  height: 20px;
}

.shop-page .addthis_toolbox, .shop-page .new-share-box {
  margin: 4px 0;
}

.shop-page #show-next-hidden {
  text-decoration: none !important;
  cursor: pointer !important;
}

/*** End Shop Page ***/
/*** Shop Page Details ***/
.shop-page-details .left-col-shop {
  width: 593px;
  height: 308px;
  padding: 20px;
  margin-left: 0;
  background: url(images/content-bg.jpg) repeat-x white;
  border: 1px solid #CCC;
}

.shop-page-details .right-col-shop {
  width: 260px;
  height: 308px;
  padding: 20px;
  margin-top: 0;
}

.shop-page-details .box-img {
  height: 308px;
  width: 277px;
  float: left;
  overflow: hidden;
}

.shop-page-details .box-img a {
  display: block;
  border: 1px solid #CCC;
  background-color: #FFF;
  width: 275px;
  height: 306px;
  overflow: hidden;
}

.shop-page-details .box-img a img {
  max-height: 306px;
}

#box-info-item-shop {
  width: 296px;
  height: 308px;
  float: left;
  margin-left: 20px;
}

#box-info-item-shop h2, .box-desc-shop-details h3 {
  color: #0052A3;
  margin: 2px 0 10px 0;
  font-size: 1.8em;
}

.prezzo-shop-details {
  font-size: 1.2em;
  margin-bottom: 15px;
}

.box-desc-shop-details {
  height: 180px;
}

.box-desc-shop-details .desc {
  font-size: 1.2em;
  height: 152px;
  overflow: auto;
}

#box-info-item-shop .box-buy {
  display: block;
  width: 158px;
  height: 33px;
  margin-left: 101px;
  border: 1px solid #CCC;
  background: url(images/carrello.png) no-repeat 35px 17px #E7E7E7;
  text-align: center;
  padding: 17px 0 17px 35px;
  font-size: 1.8em;
  line-height: 33px;
  text-transform: capitalize;
  color: #000;
}

#box-info-item-shop .box-buy:hover {
  background-color: #D7D7D7;
}

.shop-page-details .right-col-shop .tit-product {
  font-size: 1.8em;
  margin: 2px 0 10px 0;
}

.shop-page-details .right-col-shop .list-products {
  height: 279px;
  overflow: auto;
}

/*** End Shop Page Details ***/
/*** Team Page ***/
.team-page {
  font-size: 1.2em;
}

.team-page h3 {
  font-size: 1.5em;
}

.team-page h4 {
  color: #0052A3;
}

.team-page #matches {
  position: static;
  font-size: 10px;
  margin-top: 10px;
}

#left-col-team {
  float: left;
  width: 638px;
  height: auto;
  border: 1px solid #CCC;
  margin-top: 10px;
}

.team-roster {
  background: url(images/content-bg.jpg) repeat-x white;
  float: left;
  text-align: left;
  position: relative;
  list-style-type: none;
  color: #000;
  padding: 10px 30px;
  width: 578px;
  margin: 0 !important;
}

.team-roster h3 {
  padding: 0 10px;
}

.list-player {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-player li {
  float: left;
  position: relative;
  width: 50%;
  margin: 5px 0;
}

.roster-avatar-wrapper {
  width: 64px;
  height: 64px;
  padding: 2px;
  overflow: hidden;
  background-color: #ccc;
  float: left;
}

.list-player .roster-player {
  color: #000;
  height: 68px;
  padding: 2px 5px;
  font-size: 1em;
  margin-left: 70px;
}

.team-roster .list-staff {
  padding: 0 10px;
}

.list-player .roster-player a:hover, .team-roster .list-staff a:hover {
  text-decoration: none;
}

.team-page .xoxo {
  margin-left: 658px;
  margin-top: 10px;
  list-style: none;
  width: 300px;
}

#team-posts {
  width: 278px;
  border: solid 1px #ccc;
  background: url("images/content-bg.jpg") repeat-x 0 0 #fff;
  padding: 10px;
  list-style: none;
  height: 216px;
  overflow: hidden;
  margin: 0;
}

#team-posts li {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 278px;
  overflow: hidden;
}

#team-posts li .entry-summary p {
  margin: 0;
}

#team-posts li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#result-last-match {
  width: 278px;
  border: solid 1px #ccc;
  background: url("images/content-bg.jpg") repeat-x 0 0 #fff;
  padding: 10px;
  margin-bottom: 10px;
  height: 90px;
  font-size: 2em;
  line-height: 1.8em;
  font-weight: bold;
}

#result-last-match div {
  float: left;
  text-align: center;
  width: 114px;
  color: #bb0000;
}

#result-last-match div.middle {
  width: 44px;
  color: #111;
}

#result-last-match div .t-name {
  color: #0052a3;
  line-height: 1.1em;
  font-size: 0.6em;
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  width: 120px;
  text-align: center;
}

/*** End Team Page ***/
/*** groups page ***/
.groups-page #slideshow, .teams-page #slideshow {
  width: 640px;
  height: 360px;
  padding: 3px;
}

.video-media #boxVideo {
  padding: 3px;
  text-align: center;
}

.video-media #player {
  width: 632px;
  height: 352px;
  border: 4px solid #CCC;
}

.groups-page .posts-group {
  margin: 0 0 0 18px;
}

.groups-page .posts-group .post-group {
  word-wrap: break-word;
  width: 278px;
  overflow: hidden;
  margin: 0 0 4px 0;
  padding: 0 0 4px 0;
  border-bottom: 1px dashed #CCC;
}

.groups-page .posts-group .post-group h3 {
  margin: 0;
  height: 16px;
  overflow: hidden;
}

.groups-page .posts-group .post-group div {
  height: 48px;
  overflow: hidden;
}

/*** end groups page ***/
.right-group, .posts-group {
  min-height: 96px;
  padding: 10px;
  /*border: 1px solid #CCC;*/
  width: auto;
  margin-top: 0;
}

.content-group {
  background: url("images/content-bg.jpg") repeat-x scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  margin: 0;
  margin-top: 10px;
}

.content-group strong {
  display: block;
  height: 38px;
  line-height: 38px;
}

.member-list {
  width: 646px;
  list-style: none;
}

.member-list li {
  width: 302px;
  padding: 10px;
  float: left;
  border: 1px dashed #CCC;
  border-left: none;
  border-bottom: none;
}

.member-list li.first-row {
  border-top: none;
}

.member-list li.last {
  border-right: none;
}

.member-list .avatar {
  margin: 2px 10px 2px 2px;
  float: left;
}

.member-list p, .groups-page .member-list strong {
  height: 38px;
  line-height: 38px;
}

/*** Custom Theme ***/
a, a:link, a:visited {
  text-decoration: none;
}

h3.entry-title {
  margin: 3px 0 6px;
  color: #0052a3;
  font-size: 16px;
}

#index-posts {
  background: url(images/content-bg.jpg) repeat-x white;
  margin: 0;
}

.bottom-content {
  margin: 10px 0;
  width: 646px;
}

.bottom-content a.nav-link, .pagination a {
  display: inline-block;
  background: url("images/arrow_comments.png") no-repeat center bottom transparent;
  padding-bottom: 10px;
  font-size: 12px;
}

.bottom-content .wrap-comments-content {
  border: 1px solid #818181;
  background: white;
  margin-top: -1px;
}

.bottom-content form {
  background: none;
  width: 620px;
  resize: none;
  padding: 9px;
  border: 3px solid #f2f2f2;
}

.bottom-content textarea {
  background: none;
  margin: 0;
  width: 100%;
  resize: none;
  padding: 0;
  border: none;
}

.bottom-content #input-submit {
  display: none;
  float: right;
  margin: 5px 0 0 5px;
}

.bottom-content .comments-content li {
  padding: 10px;
  border-bottom: 1px solid #BEBEBE;
}

.bottom-content .comments-content abbr {
  font-style: italic;
}

.bottom-content .comments-content .avatar {
  float: left;
  margin-top: 0;
  margin-right: 5px;
}

.bottom-content .comments-content cite {
  font-weight: bold;
}

.bottom-content .comments-content .openid_link {
  background: none;
  padding-left: 0 !important;
  font-style: normal;
}

.bottom-content .comments-content p {
  display: inline;
}

.posts-quick li {
  padding-bottom: 8px;
}

.posts-quick li.last-child {
  padding-bottom: 0;
  margin-bottom: 5px;
}

#index-posts .posts-quick li.last-child {
  padding-bottom: 8px;
  margin-bottom: 5px;
}

.posts-quick li .entry-summary {
  float: left;
  width: 455px;
  overflow: hidden;
  margin-bottom: 10px;
}

.posts-quick li .entry-summary .entry-info {
  font-size: 0.8em;
  margin-bottom: 9px;
  margin-top: 3px;
}

.post-thumbnails {
  width: 140px;
  height: 140px;
  overflow: hidden;
  position: relative;
  margin: 3px 10px 10px 5px;
  border: 1px solid #CCC;
  background: #333;
}

.entry-thumbnails {
  float: left;
}

img.attachment-quick-preview-thumb {
  height: auto;
}

.post-overlay {
  background: url("images/post-overlay.png") no-repeat;
  display: block;
  height: 140px;
  left: 0;
  position: absolute;
  top: 0;
  width: 140px;
}

#sidebar {
  width: 300px;
}

#sidebar .xoxo {
  list-style: none;
  padding: 0;
  margin: 0;
}

#sidebar .copy-button {
  display: none;
}

.teams-page #sidebar .xoxo, .levels-page #sidebar .xoxo {
  margin-top: 10px;
}

.widgetcontainer {
  padding: 10px;
  width: 278px;
  background: url(images/content-bg.jpg) repeat-x 0 26px white;
  border: 1px solid #CCC;
  margin-bottom: 10px;
}

li:last-child.widgetcontainer {
  margin-bottom: 0;
}

.banner {
  margin-bottom: 10px;
}

.banner img {
  width: 298px;
  border: 1px solid #ccc;
}

.widgettitle {
  font-weight: bold;
  margin: -10px -10px 10px;
  padding: 5px 10px;
  background: url(images/feed-title-white.jpg) repeat-x top #EFEFEF;
  border-bottom: 1px solid white;
  height: 19px;
}

.title-like-widget {
  font-weight: bold;
  padding: 5px 163px;
  background: url(images/feed-title-white.jpg) repeat-x bottom #FFFFFF;
  max-width: none;
  width: auto;
  margin-top: 0;
}

.content-like-widget {
  background: url("images/content-bg.jpg") repeat-x scroll 0 0 #FFFFFF;
}

.widgetcontainer ul, .entry-content ul {
  list-style-type: none;
}

.sidebar-video img {
  width: 298px;
  height: 223px;
  border: 1px solid #ccc;
  position: absolute;
}

ul.other-events {
  margin: -10px;
}

a.btn-inscription {
  display: block;
  height: 16px;
  width: 92px;
  padding: 10px 0;
  background: #E7E7E7;
  border: 1px solid #CCC;
  color: #333;
  font-weight: bold;
}

a.btn-inscription:hover {
  background-color: #d7d7d7;
}

ul.wp_list_categories li:first-letter {
  text-transform: uppercase;
}

#gallery-home {
  background: url("images/content-bg.jpg") repeat-x 0 0 scroll white;
  clear: both;
  width: 956px;
  border: 1px solid #CCC;
  margin: 0;
  margin-top: 10px;
}

.f-photo {
  width: 192px;
  margin: 13px 41px 13px 13px;
  height: 128px;
  float: left;
  padding-bottom: 5px;
  position: relative;
}

.f-photo-last {
  margin: 13px 0 13px 13px;
}

.f-photo div {
  overflow: hidden;
  height: 122px;
  width: 186px;
  border: solid 3px #BBB;
}

.f-photo a.zoom-icon, .f-photo a.more-icon {
  top: 43px;
}

.f-photo a.zoom-icon {
  left: 36px;
  background: url(images/zoom-icon.png) no-repeat;
}

.f-photo a.more-icon {
  left: 110px;
  background: url(images/readmore-icon_1.png) no-repeat;
}

a.zoom-icon, a.more-icon {
  display: block;
  width: 46px;
  height: 46px;
  text-indent: -9999px;
  position: absolute;
}

.f-photo .image-overlay {
  top: 0;
  left: 0;
  width: 186px;
  height: 122px;
}

.sidebar-event .event-item img {
  border-bottom: 1px solid #ccc;
}

.cover-box-sidebar .corner-top-left, .cover-box-sidebar .corner-bottom-right {
  float: left;
  overflow: hidden;
  position: absolute;
}

.cover-box-sidebar .corner-top-left {
  width: 228px;
  height: 98px;
}

.cover-box-sidebar .corner-bottom-right {
  width: 128px;
  height: 54px;
  bottom: 0;
  right: 0;
}

.cover-box-sidebar .corner-top-left .cover-box-sidebar-bg, .cover-box-sidebar .corner-bottom-right .cover-box-sidebar-bg {
  position: absolute;
  width: 228px;
  height: 157px;
}

.cover-box-sidebar .corner-top-left .cover-box-sidebar-bg {
  top: 0;
}

.cover-box-sidebar .corner-top-left .cover-box-sidebar-text {
  position: absolute;
  width: 228px;
  height: 196px;
  top: 0;
}

.cover-box-sidebar .corner-bottom-right .cover-box-sidebar-bg {
  bottom: 0;
  right: 0;
}

.sidebar-event, .rankings-sidebar {
  border: solid 1px #ccc;
  background: #fff;
  font-size: 12px;
  position: relative;
  overflow: hidden;
}

.sidebar-event .event-item .event-item-title {
  font-size: 1.0em;
  font-weight: bold;
  margin: 10px 10px 0 10px;
}

.sidebar-event .event-item .event-item-text {
  margin: 7px 0;
  height: 35px;
  overflow: hidden;
  font-size: 12px;
}

.sidebar-event .event-item .event-item-text p {
  margin: 3px 0;
}

.sidebar-event .event-item .event-item-info {
  margin: 10px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 5px;
  font-size: 10px;
}

.sidebar-event .event-item .event-item-date {
  font-family: 'Yanone+Kaffeesatz',sans-serif;
  font-size: 2em;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #333;
  text-align: right;
  line-height: 1em;
}

.rankings-sidebar {
  overflow: auto;
  padding: 5px 0 0 0;
  position: relative;
}

.rankings-sidebar #content-rank-home {
  width: 283px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.rankings-sidebar #content-rank-home.over {
  position: absolute;
  right: -1px;
  top: 31px;
  overflow: visible;
  width: auto;
  background-color: white;
  border: 1px solid #CCC;
  min-width: 298px;
  border-right: none;
}

.rankings-sidebar #content-rank-home table {
  width: 100% !important;
  font-size: 12px;
}

.rankings-sidebar #content-rank-home table tr td {
  text-align: center;
}

.rankings-sidebar #content-rank-home table tr td:first-child {
  text-align: left;
}

.rankings-sidebar #content-rank-home p {
  padding: 0 5px;
}

.rankings-sidebar .select-team {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 0 5px;
}

.rankings-sidebar h3.fg {
  margin: 5px 0;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
}

.rankings-sidebar #team-rank {
  font-size: 12px;
}

#matches {
  width: 956px;
  position: absolute;
  background: url("images/content-bg.jpg") repeat-x 0 0 scroll white;
  border: 1px solid #CCC;
  padding-top: 5px;
  z-index: 2;
  height: 100px;
}

.teams-page .media-box, .groups-page .media-box, .margintop10 {
  margin-top: 10px;
}

.teams-page .media-box ul, .groups-page .media-box ul {
  padding: 0;
}

.teams-page #matches {
  top: 29px;
}

#matches .slide-win-prev {
  background: url("images/arrowleft2.png") center 35px no-repeat;
  width: 28px;
  height: 100px;
  cursor: pointer;
  float: left;
}

#matches .slide-win-next {
  background: url("images/arrowright2.png") center 35px no-repeat;
  width: 28px;
  height: 100px;
  cursor: pointer;
  margin-left: 928px;
}

#matches .slide-win {
  overflow: hidden;
  width: 900px;
  margin: 0;
  height: 100px;
  position: relative;
  float: left;
}

#matches .matches-wrapper {
  width: 1000%;
  height: 100px;
  margin: 0 auto;
  position: absolute;
  font-size: 10px;
}

#matches .matches-wrapper .match-wrapper {
  width: 82px;
  margin: 0 0 5px;
  height: 100px;
  float: left;
  overflow: hidden;
  cursor: pointer;
}

#matches .matches-wrapper .dr {
  color: #0052a3;
  font-weight: normal;
  line-height: 1.7em;
  height: 12px;
}

#matches .matches-wrapper .lc {
  background: url(images/barNoLabel.png) bottom left no-repeat;
  color: #0052a3;
  text-align: center;
  font-weight: normal;
  line-height: 1.7em;
}

#matches .matches-wrapper .match-top {
  width: 72px;
  height: 57px;
  background: url(images/calAlt.png) center 6px no-repeat;
  margin: 0 5px 0;
  color: #0052A3;
  overflow: hidden;
}

#matches .matches-wrapper .match-top div {
  font-weight: normal;
  padding: 16px 5px;
  font-size: 1.1em;
  line-height: 1.6em;
  position: relative;
  letter-spacing: -0.1em;
}

#matches .matches-wrapper .match-top .m-res {
  color: #bb0000;
  position: absolute;
  right: 5px;
}

#matches .matches-wrapper .match-top .at {
  color: #aaa;
}

#matches .matches-wrapper .match-bottom {
  width: 72px;
  height: 23px;
  background: url(images/calBas.png) top center no-repeat;
  margin: 0 5px 0;
  color: #fff;
  line-height: 1.7em;
  overflow: hidden;
  text-align: center;
  text-shadow: 1px 1px 1px #333;
}

#matches .matches-wrapper .match-bottom.red {
  background: url(images/calBasRed.png) top center no-repeat;
}

.ui-dialog-titlebar {
  display: none;
}

#match-box .page-title {
  font-size: 0.8em;
}

#match-box .desc {
  margin: 10px 0 0 0;
}

#match-box .desc p {
  margin: 0;
}

#matches .matches-wrapper .match-top div span.center {
  display: block;
  word-wrap: break-word;
  line-height: 1.1em;
}

#matches .matches-wrapper .match-top div span.center.first {
  height: 24px;
  overflow: hidden;
  margin-top: -5px;
  margin-bottom: 5px;
  color: #bb0000;
  font-weight: normal;
}

.center {
  text-align: center;
}

.event-item .box-img {
  display: block;
  height: 424px;
  overflow: hidden;
}

.single-page #respond {
  padding: 10px;
}

#respond textarea {
  width: 630px;
}

#respond #submit {
  float: right;
}

.underline {
  text-decoration: underline;
}

/*** End Custom Theme ***/
.sponsor-page-template {
  width: 956px;
  margin-top: -10px;
}

.sponsor-page-template .entry-content.clearfix.eq {
  width: 100%;
  margin-top: 10px;
}

.sponsor-page-template .box-sponsor {
  width: 300px;
  padding: 9px;
  text-align: center;
  border: 1px solid #CCC;
  margin: 12px 0 0 12px;
}

.sponsor-page-template li:last-child.box-sponsor {
  margin-bottom: 12px;
}

.sponsor-page-template .box-sponsor span {
  width: 300px;
  word-wrap: break-word;
  display: inline-block;
}

.sponsor-page-template img {
  display: block;
  margin-right: auto !important;
  margin-left: auto !important;
}

/* --- Games Bar ---- */
.box-match {
  border: 1px solid #CCC;
  overflow: hidden;
  padding: 0 10px;
  margin: 0 10px;
  position: relative;
}

.jcarousel-sidebar-vertical .box-match {
  width: 258px;
  cursor: pointer;
}

#games-bar-carousel .box-match .desc,
#matches-bar-carousel .box-match .desc {
  height: 42px;
  width: 100%;
  padding-bottom: 5px;
  line-height: 14px;
  font-size: 11px;
}

#matches-bar-carousel .box-match .desc div {
  line-height: 21px;
}

#games-bar-carousel .box-match .desc table {
  width: 100%;
  height: 100%;
  text-align: center;
}

#games-bar-carousel .box-match .desc td {
  padding: 0;
}

.box-match .inbox-center {
  margin: 0 7px;
}

.box-match .inbox-result {
  border-left: 1px dashed #CCC;
  padding-left: 10px;
  width: 20px;
}

.box-match .inbox-bottom {
  position: relative;
  color: #FFFFFF;
  bottom: 0;
  height: 17px !important;
  line-height: 17px;
  text-align: center;
  margin: 0 -5px;
}

.jcarousel-sidebar-vertical .box-match .inbox-bottom {
  width: 280px;
  margin: 0 -10px;
}

/* -- cuts add_this in sidebar */
.widgetcontent .at300b {
  display: none;
}

#wrap_addthis .at300b {
  float: none;
}

.widgetcontent .addthis_toolbox, #wrap_addthis .addthis_toolbox
.widgetcontent .new-share-box, #wrap_addthis .new-share-box {
  width: 100%;
  clear: both;
  display: block;
  text-align: center;
}

.widgetcontent .addthis_toolbox > span, #wrap_addthis .addthis_toolbox > span {
  margin-right: 4px;
}

.post .addthis_toolbox, .shop-item-page .addthis_toolbox
.post .new-share-box, .shop-item-page .new-share-box {
  width: 100%;
  clear: both;
  display: block;
  text-align: right;
}

.shop-item-page .addthis_toolbox, .shop-item-page .new-share-box {
  clear: none;
}

.shop-item-page .fancybox {
  background: url("images/zoom.png") no-repeat bottom right;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
}

.post .at300b, .post .addthis_counter, .shop-item-page .at300b, .shop-item-page .addthis_counter {
  display: inline-block !important;
  float: none !important;
}

a.btn-link {
  font-weight: normal;
  display: inline-block;
  margin: 13px auto;
  font-size: 11px;
  text-align: center;
  cursor: pointer;
  text-decoration: none !important;
  padding: 0 10px;
}

.o80:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  behavior: url(css/ie-css3.htc);
}

li.content-like-widget .btn-link {
  margin: 0 auto;
}

.photo-home {
  background: url("images/content-bg.jpg") repeat-x 0 0 scroll white;
  clear: both;
  height: 100%;
  border: 1px solid #CCC;
}

.media-box .addthis_toolbox,
.media-box .new-share-box {
  margin: 10px 0;
  text-align: center;
}

.photo-home ul, .media-box ul {
  width: 646px;
  height: 100%;
  padding: 0;
  padding-bottom: 10px;
  /*padding: 19px 0;*/
}

.photo-home ul li, .media-box ul li {
  /*background: repeat-x left top transparent;*/
  width: 195px;
  height: 263px;
  padding: 15px;
  padding-bottom: 0;
  padding-right: 0;
  /*padding: 11px 10px 10px 10px;*/
  margin: 0;
  float: left;
  overflow: hidden;
  text-align: center;
}

.media-box ul li.last {
  padding-right: 15px;
}

.photo-home ul li img, .media-box ul li img {
  /*width: 190px;
  height: 190px;
  cursor: pointer;
  border: 1px solid #aaa;*/
}

.photo-home ul li .box-img, .media-box ul li .box-img {
  cursor: pointer;
  border: 1px solid #aaa;
  display: inline-block;
  width: 190px;
  height: 190px;
  overflow: hidden;
}

.media-box a.btn-link {
  margin: 0 auto;
}

.media-box .media-title {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  max-height: 38px;
  overflow: hidden;
}

.media-box .media-author {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 12px;
  max-height: 19px;
  overflow: hidden;
}

.media-box .media-items {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #bebebe;
  max-height: 19px;
  overflow: hidden;
}

.btn-red-gradient {
  background-color: #B3291C;
  background-image: url("images/sfumatura-neutra-argento.png"), -webkit-linear-gradient(top, #B3291C 0%, #B26D67 100%);
  background-image: url("images/sfumatura-neutra-argento.png"), linear-gradient(to bottom, #B3291C 0%, #B26D67 100%);
  background-position: right top;
  background-repeat: no-repeat;
  padding: 0 10px;
}

.btn-grey-gradient {
  background: -webkit-linear-gradient(top, #e0e0e0 0%, #ffffff 47%);
  background: linear-gradient(to bottom, #e0e0e0 0%, #ffffff 47%);
  padding: 0 10px;
}

.btn-grey-dark-gradient {
  background: -webkit-linear-gradient(top, #b7b8bc 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #b7b8bc 0%, #ffffff 100%);
}

.item-border {
  border-color: #CCCCCC;
  border-width: 1px;
  border-style: solid;
  position: relative;
  line-height: 31px;
}

.item-shadow {
  box-shadow: 0 0 6px #1E1E1E;
  -webkit-box-shadow: 0 0 6px #1E1E1E;
}

.widgetcontainer .btn-sidebar {
  margin: 13px 0 0 2px;
  text-align: center;
  text-decoration: none !important;
  color: white !important;
  height: 31px;
  ext-shadow: 0px 1px 0px black;
  letter-spacing: 1px;
  padding: 0 5px;
  font-weight: normal;
  display: block;
}

.widgetcontainer .btn-big {
  font-size: 14px;
  width: 117px;
}

.box-sidebar {
  padding: 0 7px;
  margin: 13px 0 0 2px;
  font-weight: bold;
  display: block;
}

.widgetcontainer .box-sidebar .follow {
  width: 20px;
  height: 20px;
  margin-top: 6px;
  margin-left: 10px;
  vertical-align: middle;
}

.xoxo input[type=text], .xoxo input[type=email], .input-transparent {
  border: none;
  width: 215px;
  background: transparent;
  font-size: 12px;
  height: 25px;
}

input[type="submit"], input[type="reset"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

input[type="submit"].btn-search {
  background-image: url("images/search_button.png");
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

#advanced-search select {
  height: 28px;
  background: none;
  width: 100%;
  border: 1px solid #CCC;
}

#advanced-search label {
  margin-left: 6px;
  margin-bottom: 4px;
  display: block;
  margin-top: 15px;
}

#advanced-search .half-input {
  width: 131px;
}

#advanced-search #datey.half-input {
  margin-left: 10px;
}

#advanced-search input[type="submit"], #advanced-search input[type="reset"] {
  font-size: 12px;
  margin: 15px auto 0 auto;
}

#advanced-search input[type="reset"] {
  margin-top: 21px;
  outline: none;
}

#form_newsletter input[type=email] {
  border: 1px solid #CCC;
  width: 270px;
  margin-bottom: 10px;
}

#form_newsletter input[type=text] {
  border: 1px solid #CCC;
  width: 124px;
  margin-bottom: 0;
}

#form_newsletter input[type=text][name=name] {
  margin-right: 11px;
}

#form_newsletter input[type=submit] {
  border: 1px solid #CCC;
  float: right;
}

#form_newsletter .field {
  margin: 10px 0 0 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

#form_newsletter .field input {
  width: 14px;
  height: 14px;
  margin: 0;
  vertical-align: top;
}

#form_newsletter .field label {
  display: inline-block;
  width: -webkit-calc(100% - 19px);
  width: calc(100% - 19px);
  padding: 0 0 0 5px;
  font-size: 10px;
  line-height: 14px;
  vertical-align: top;
}

.photo-home h3 {
  padding: 0 13px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 8px;
  margin: 10px 0 0 0;
  font-size: 12px;
  text-align: center;
}

.photo-media {
  font-size: 12px;
}

.photo-media .title-like-widget, .video-media .title-like-widget {
  height: 20px;
}

.photo-media h1, .video-media h1 {
  border: none;
  margin: 0;
  max-width: none;
  padding: 0;
}

.photo-media .clear, .video-media .clear {
  margin: 10px 0;
}

.photo-media .addthis_default_style {
  margin: 10px auto;
  text-align: center;
}

.photo-media .at300b, .photo-media .addthis_counter {
  float: none;
  display: inline-block !important;
}

.photo-media .photo-box {
  width: 635px;
  margin: 0 auto;
}

.photo-media .photo-box img {
  width: 625px;
  min-height: 400px;
  border: 5px solid #BEBEBE;
}

.photo-media span.toolbar {
  font-size: 14px;
  margin: 10px 0;
}

.photo-media .start-show {
  border-bottom: 1px dashed #BEBEBE;
  margin: 0 10px;
  padding: 6px;
  text-align: center;
  font-size: 14px;
}

.photo-media .start-show img {
  vertical-align: middle;
  width: 25px;
  margin: 0 5px;
}

.photo-home .btn-back, .media-box .btn-back, .btn-back {
  margin: 0 0 0 10px;
  position: absolute;
  line-height: 30px;
}

.events-all-page .time, .event-page .time, .other-events .time {
  border-left: 8px solid;
  display: block;
  padding-left: 4px;
  padding-top: 7px;
  margin-bottom: 15px;
}

.other-events .time {
  border-left: 4px solid;
  margin-bottom: 5px;
}

.event-page .time {
  width: 130px;
}

.events-all-page .day, .event-page .day {
  font-size: 90px;
  letter-spacing: -8px;
  line-height: 65px;
  font-weight: bold;
  height: 71px;
  margin-bottom: 9px;
  display: inline-block;
}

.events-all-page .month, .event-page .month {
  font-size: 20px;
  line-height: 15px;
  margin-left: 10px;
  margin-bottom: 7px;
  display: inline-block;
}

.events-all-page .day_w, .events-all-page .location, .event-page .day_w, .event-page .location {
  font-size: 12px;
  margin-left: 10px;
  height: 18px;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 7px;
}

.event-page .day_w, .event-page .location {
  font-size: 20px;
  font-weight: normal;
}

.events-all-page .location, .event-page .location {
  margin-bottom: 0;
}

.events-all-page h3 {
  font-size: 12px;
  margin: 10px 0;
  padding: 0;
}

.events-all-page ul#events-all li img {
  max-width: 185px;
  max-height: 258px;
  border: 1px solid #CCC;
  display: block;
  margin: 0;
}

.other-events li {
  display: inline-block;
  padding: 10px;
  width: auto;
  font-size: 12px;
  display: block;
}

.other-events .box-img {
  margin-right: 10px;
  width: 110px;
  height: 155px;
  float: left;
  display: block;
  overflow: hidden;
}

.other-events .time {
  float: left;
}

.other-events .time .day {
  font-size: 33px;
  line-height: 27px;
  margin-right: 10px;
  letter-spacing: -3px;
}

.other-events .time .day_w {
  font-size: 12px;
  line-height: 11px;
}

.other-events .time .month {
  font-size: 14px;
  line-height: 16px;
}

.other-events h4 {
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  display: inline-block;
  margin: 10px 0 0 0;
}

.other-events p {
  font-size: 12px;
  line-height: 14px;
  margin: 10px 0 0 0;
}

.entry-content h2 {
  font-size: 12px;
  margin: 0;
}

#datepicker td.highlight a, #datepicker td.highlight a:hover {
  background: none;
}

#datepicker .ui-widget-header {
  background: #EFEFEF repeat-x;
}

#datepicker .ui-datepicker {
  width: 271px;
}

#datepicker .ui-state-default {
  text-align: center;
}

.pagination-menu .pagination-item {
  margin: 0 3px;
  text-decoration: none !important;
}

.noresults {
  text-align: center;
  padding: 40px 0;
}

#ranking-table {
  width: 100%;
}

[data-rac], [data-cImg] {
  visibility: hidden;
}

.box-share * {
  box-sizing: border-box;
}

body[class*="sfwd"] #content {
  padding: 0;
}

body[class*="sfwd"] #content * {
  box-sizing: border-box;
}

body[class*="sfwd"] #header {
  border-bottom: 1px solid #CCCCCC !important;
}

body[class*="sfwd"] #nav, body[class*="sfwd"] #nav-bottom {
  display: none;
}

body[class*="sfwd"] #main {
  width: 968px;
  padding: 10px 10px 0 10px;
}

body[class*="sfwd"] #footer {
  padding-top: 0;
}

body[class*="sfwd"] #footer .content-footer {
  margin-top: 0;
}

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