@charset "UTF-8";
/*!
 * Theme Name: Vivaldi
 * Theme URI: http://www.dsmart.it
 * Author: dSmart s.r.l.
 * Author URI: http://www.dsmart.it
 * Description:
 * Version: 2.0
 * Template: StartTheme3.0
 * License: Copyright 2013 dSmart s.r.l.
 * License URI:
 * Tags:
*/
@import url("../StartTheme3.0/style.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 {
  float: left;
  position: relative;
}

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

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
  left: 0;
  top: 2.8em;
  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: 990px;
}

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

#top-menu-content .sf-menu, #nav .sf-menu {
  float: left;
  line-height: 1.1;
  max-width: 770px;
}

/* 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;
  padding-right: 5px;
}

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

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

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

.cantarell {
  font-family: 'CantarellRegular',sans-serif;
  list-style: none;
}

/*** End Fonts ***/
/*** Layout Setup ***/
a {
  text-decoration: none;
}

.clear {
  display: block;
  clear: both;
}

.relative {
  position: relative;
}

.border-radius {
  border-radius: 7px;
}

.center {
  text-align: center;
}

.grey {
  color: #9D9D9D;
}

#content-all {
  font-size: 14px;
}

#main {
  width: 1003px;
  padding: 0;
}

#header {
  background: url(images/bkg-header.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  height: 279px;
}

#header > div {
  padding: 10px 7px 5px 8px;
}

#header .box-img-header, #header .box-txt-header {
  background: url(images/bkg-header2.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  height: 251px;
}

#header .box-img-header > div, #header .box-txt-header > div {
  padding: 10px 14px;
}

#header .box-img-header div div {
  background-color: #FFF;
  height: 230px;
}

.txt-header {
  background-color: #FFF;
  height: 231px;
  text-align: center;
}

#header .box-txt-header h1 {
  padding: 100px 0;
  margin: 0;
  font-size: 31px;
  height: 31px;
  text-transform: uppercase;
}

#footer {
  background: url(images/bkg-footer.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  height: 73px;
  width: 990px;
}

#footer > div {
  padding: 10px 7px 5px 8px;
}

#int-footer {
  background: url(images/bkg-footer2.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  height: 45px;
}

#int-footer .footer-message {
  float: left;
  height: 28px;
  padding: 0 0 0 10px !important;
  width: 522px;
  text-align: left;
  line-height: 45px;
}

#int-footer .powered {
  float: left;
  height: 34px;
  width: 420px;
  padding: 0 10px 11px 0;
  text-align: right;
  line-height: 45px;
}

#container {
  overflow: visible;
}

#fb-icon-top {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background: url("images/fb-icon.png") no-repeat left top transparent;
  right: 82px;
  top: 4px;
}

/*** End Layout Setup ***/
/*** Menu ***/
#box-nav {
  padding: 4px 7px 9px 6px;
  background: url(images/bkg-menu.png) no-repeat left top transparent;
  height: 82px;
}

#nav {
  height: 82px;
  font-size: 14px;
}

#nav-content {
  width: 990px;
}

.sf-shadow ul {
  background: none;
}

#nav-content ul.sf-menu {
  width: 890px;
  max-width: 890px;
  height: 58px;
  margin: 12px 7px;
}

#nav-content ul.sf-menu > li {
  border-right: 1px solid transparent;
  height: 38px;
  padding: 20px 7px 0 7px;
}

#nav-content ul.sf-menu li a {
  text-transform: uppercase;
  padding-bottom: 35px;
}

#nav-content ul.sf-menu ul {
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-top-right-radius: 0 0;
  border-bottom-left-radius: 0 0;
  top: 58px;
  left: 50% !important;
  margin-left: -85px;
  width: 172px;
  display: none;
}

#nav-content ul.sf-menu li ul li {
  border: none;
  padding: 5px 5px 2px 5px;
  min-height: 18px;
  margin-top: 5px;
  text-align: center;
  width: 165px;
}

#nav-content ul.sf-menu li ul li ul {
  left: 260px !important;
}

#nav-content ul.sf-menu li ul li a, #nav-content2 ul.sf-menu li ul li a {
  padding-bottom: 0;
  font-size: 14px;
  min-height: 14px;
  display: block;
  text-align: center;
}

#nav-content ul.sf-menu ul div, #nav-content2 ul.sf-menu ul div {
  width: 100%;
  height: 100%;
}

#nav-content .cufon, #nav-content2 .cufon {
  display: none !important;
}

#nav-content ul .cufon, #nav-content2 ul .cufon {
  display: inline-block !important;
}

#nav-content ul.quick-nav, #nav-content2 ul.quick-nav {
  position: absolute;
  top: 12px;
  right: 0;
}

#nav-content ul.quick-nav li, #nav-content2 ul.quick-nav li {
  padding: 0;
  float: right;
  display: block;
  width: 100px;
}

#nav-content ul.quick-nav li a {
  cursor: pointer;
  padding: 20px 17px 0 11px;
  display: block;
  height: 15px;
  text-align: center;
  float: none;
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
  width: auto !important;
  overflow: hidden;
}

#nav-content ul.quick-nav li a cufon, #nav-content2 ul.quick-nav li a cufon {
  border-bottom: 1px solid transparent;
}

#nav-content ul.quick-nav .login-box, #nav-content2 ul.quick-nav .login-box {
  clear: both;
  z-index: 1;
  position: relative;
}

#nav-content ul.quick-nav .login-box div, #nav-content2 ul.quick-nav .login-box div {
  padding: 7px;
}

#nav-content ul.quick-nav .login-box div form label, #nav-content2 ul.quick-nav .login-box div form label {
  text-transform: uppercase;
}

#nav-content ul.quick-nav .login-box cufon[alt=" "], #nav-content2 ul.quick-nav .login-box cufon[alt=" "] {
  display: none !important;
}

/*** menu2 ***/
#box-nav2 {
  padding: 4px 7px 9px 6px;
  background: url(images/bkg-menu2.png) no-repeat left top transparent;
  height: 37px;
}

#nav2 {
  height: 37px;
  font-size: 14px;
}

#nav-content2 {
  width: 990px;
  position: relative;
}

#nav-content2 ul.sf-menu {
  width: 920px;
  max-width: 920px;
  padding: 5px 0 5px 2px;
  height: 27px;
}

#nav-content2 ul.sf-menu > li {
  border-right: 1px solid transparent;
  height: 20px;
  padding: 7px 8px 0 8px;
}

#nav-content2 ul.sf-menu li a {
  text-transform: uppercase;
  padding-bottom: 11px;
}

#nav-content2 ul.sf-menu ul {
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-top-right-radius: 0 0;
  border-bottom-left-radius: 0 0;
  top: 32px;
  left: 0;
  padding: 0 0 10px 0;
  width: 154px;
  display: none;
}

#nav-content2 ul.sf-menu li ul li {
  border-bottom: 1px solid;
  padding: 5px 5px 2px 5px;
  min-height: 18px;
  margin-top: 5px;
  text-align: center;
  width: 144px;
}

#nav-content2 ul.quick-nav li a {
  cursor: pointer;
  padding: 0;
  margin-top: -1px;
  display: block;
  height: 26px;
  text-align: right;
  width: 90px !important;
}

/*** End Menu ***/
/*** Homepage ***/
#box-slideshow-home {
  background: url("images/box-slideshow-home.png");
  padding: 3px 5px 8px 5px;
  width: 990px;
  height: 401px;
  margin-left: 1px;
}

#box-slideshow-home > div {
  padding: 10px 9px 7px 9px;
}

#int-box-slideshow-home {
  background: url("images/box-slideshow-home-int.png");
  padding: 4px 5px 7px 5px;
  width: 961px;
  height: 373px;
}

#int-box-slideshow-home > div {
  padding: 10px 9px 7px 9px;
}

#int-box-slideshow-home #slideshow {
  background: url("images/bg-slideshow.png");
  padding: 4px 5px 8px 6px;
  width: 620px;
  height: 345px;
  float: left;
  margin: 0 10px 0 0;
}

#int-box-slideshow-home .box-media-home {
  background: url("images/bg-last-photo-video-home.png");
  padding: 3px 5px 7px 5px;
  width: 292px;
  height: 166px;
  float: left;
  position: relative;
}

#int-box-slideshow-home #last-photo-home {
  margin: 0 0 4px 0;
}

#int-box-slideshow-home .box-media-home > div {
  overflow: hidden;
  width: 292px;
  height: 166px;
}

#int-box-slideshow-home .box-media-home > div a {
  display: block;
  width: 292px;
  height: 166px;
}

#int-box-slideshow-home .box-media-home > div .overlay-media-home {
  background: url("images/bg-box-thumb-slideshow.png") top center;
  position: absolute;
  z-index: 2;
  width: 292px;
  height: 20px;
  padding: 30px 0 0 0;
  bottom: 7px;
  left: 5px;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
}

#int-box-slideshow-home .box-media-home > div .overlay-media-home.giu {
  padding: 23px 0 0 0;
  height: 0;
}

#int-box-slideshow-home .box-media-home > div .overlay-media-home div {
  width: 15px;
  height: 11px;
  top: 11px;
  left: 138px;
  position: absolute;
  cursor: pointer;
}

#int-box-slideshow-home .box-media-home > div .overlay-media-home div.arrow-down {
  background: url("images/arrow-down.png");
}

#int-box-slideshow-home .box-media-home > div .overlay-media-home div.arrow-up {
  background: url("images/arrow-up.png");
}

#box-notice-top {
  background: url("images/bkg-menu2.png");
  padding: 4px 7px 9px 6px;
  width: 990px;
  height: 37px;
}

#box-notice-top > div {
  padding: 4px 0 0 10px;
}

#box-notice-top h2 {
  margin: 0;
  padding: 7px 0 0 0;
  font-size: 17px;
  float: left;
  text-transform: uppercase;
  width: 120px;
}

#box-notice-top .jcarousel-skin-vivaldi {
  float: left;
  width: 857px;
}

#box-notice-top ul li {
  width: 823px;
  margin: 4px 0 9px 0;
  padding: 0;
  height: 20px;
}

#box-notice-top ul li a {
  line-height: 20px;
}

#box-pub-home {
  background: url(images/box2home.png) no-repeat left top transparent;
  width: 480px;
  height: 253px;
  padding: 4px 7px 9px 6px;
  float: left;
}

#box-pub-home > div, #int-pub-home > div {
  padding: 10px 7px 5px 8px;
}

#int-pub-home > div {
  height: 212px;
}

#int-pub-home {
  background: url(images/box2-2home.png) no-repeat left top transparent;
  width: 452px;
  height: 226px;
  padding: 4px 7px 9px 6px;
}

#int-pub-home .pub, #int-box-canale .pub {
  background: url(images/box2-3home.png) no-repeat left top transparent;
  width: 205px;
  height: 93px;
  padding: 4px 7px 9px 6px;
  margin: 0 8px 0 0;
  float: left;
}

#int-pub-home .pub > div, #int-box-canale .pub > div {
  overflow: hidden;
  width: 206px;
  height: 93px;
}

#int-box-canale .pub > div img {
  max-height: 85px;
  max-width: 196px;
  display: block;
  margin: 0 auto;
}

#int-pub-home #notice-home {
  width: 424px;
  height: 171px;
  padding: 4px 7px 9px 6px;
  background: url(images/box-notice-home.png) no-repeat left top transparent;
}

#int-pub-home #notice-home > div {
  padding: 10px 7px 5px 8px;
}

#int-pub-home #notice-home .left {
  float: left;
  width: 101px;
  margin: 0 5px 0 0;
}

#int-pub-home #notice-home .left.game-left {
  padding: 37px 0 0 0;
}

#int-pub-home #notice-home .left.game-left .box-img .border-radius {
  height: 70px;
  width: 70px;
}

#int-pub-home #notice-home .left .box-img {
  background: url(images/box-avatar.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  height: 70px;
  width: 70px;
  float: left;
  margin: 0 0 0 9px;
}

#int-pub-home #notice-home .left .box-img div {
  overflow: hidden;
}

#int-pub-home #notice-home .left .box-img div img {
  width: 70px;
}

#int-pub-home #notice-home .left h3 {
  text-align: center;
  font-size: 14px;
}

#int-pub-home #notice-home .right {
  float: left;
  width: 303px;
}

#int-pub-home #notice-home .right.game-right a {
  cursor: pointer;
}

#int-pub-home #notice-home .right h3 {
  font-size: 17px;
  height: 17px;
  overflow: hidden;
  margin: 0;
  text-transform: uppercase;
}

#int-pub-home #notice-home .right .notice-text {
  height: 110px;
  overflow: hidden;
}

#int-pub-home #notice-home .right .notice-text p {
  margin: 5px 0 0 0;
}

#int-pub-home #notice-home .right .notice-text cufon[alt=" "] {
  display: none !important;
}

#middle-right-home {
  float: left;
  width: 503px;
  height: 266px;
  padding: 0 0 0 7px;
}

#box-iscr {
  padding: 4px 7px 9px 6px;
  background: url(images/box3home.png) no-repeat left top transparent;
  width: 490px;
  height: 99px;
  margin: 0 0 1px 0;
}

#box-iscr > div, #int-box-iscr > div {
  padding: 10px 7px 5px 8px;
}

#int-box-iscr > div {
  height: 56px;
}

#int-box-iscr {
  padding: 4px 7px 9px 6px;
  background: url(images/box3-2home.png) no-repeat left top transparent;
  width: 462px;
  height: 71px;
}

#int-box-iscr table {
  width: 100%;
}

#int-box-iscr td {
  padding: 0;
}

#int-box-iscr td:first-child {
  text-align: right;
}

#int-box-iscr h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: 17px;
}

#int-box-iscr .iscr {
  padding: 4px 7px 9px 6px;
  background: url(images/box3-3home.png) no-repeat left top transparent;
  width: 97px;
  height: 43px;
  float: left;
}

#int-box-iscr .iscr > div {
  width: 97px;
  height: 43px;
}

#int-box-iscr .iscr h3 {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}

#int-box-iscr .iscr h3 a {
  height: 14px;
  padding: 14px 0;
  display: block;
}

#box-canale {
  padding: 4px 7px 9px 6px;
  background: url(images/box4home.png) no-repeat left top transparent;
  width: 490px;
  height: 141px;
}

#box-canale > div {
  padding: 10px 7px 5px 8px;
}

#int-box-canale > div {
  padding: 7px 0 2px 0;
}

#int-box-canale > div .jcarousel-skin-vivaldi {
  overflow: hidden;
}

#int-box-canale {
  padding: 4px 7px 9px 6px;
  background: url(images/box4-2home.png) no-repeat left top transparent;
  width: 462px;
  height: 114px;
}

#int-box-canale h2 {
  text-transform: uppercase;
  float: left;
  margin: 0;
  font-size: 17px;
  padding: 41px 0 0 0;
  width: 347px;
  text-align: center;
}

#int-box-canale img {
  padding: 0 0 2px 0;
}

#news-home {
  margin-right: 7px;
}

#news-home {
  padding: 4px 7px 9px 6px;
  width: 480px;
  height: 653px;
  background: url(images/box6home.png) no-repeat left top transparent;
  float: left;
}

#news-home > div, #int-news-home > div {
  padding: 10px 7px 5px 8px;
}

#int-news-home {
  padding: 4px 7px 9px 6px;
  width: 452px;
  height: 626px;
  background: url(images/box6-2home.png) no-repeat left top transparent;
}

#content-news-txt {
  padding: 4px 7px 9px 6px;
  width: 424px;
  height: 572px;
  background: url(images/box6-3home.png) no-repeat left top transparent;
  position: relative;
}

#content-news-txt .news {
  border-bottom: 1px solid #000;
  height: 88px;
  padding-bottom: 7px;
  margin-bottom: 9px;
  overflow: hidden;
}

#content-news-txt .news a {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 3px 0;
  display: block;
}

#content-news-txt .news a:hover {
  text-decoration: underline;
}

#content-news-txt .news .desc {
  height: 70px;
  overflow: hidden;
}

#content-news-txt h6 {
  margin: 0;
  text-align: right;
  font-size: 14px;
}

#event-home {
  padding: 4px 7px 9px 6px;
  width: 490px;
  height: 653px;
  background: url(images/box5home.png) no-repeat left top transparent;
  float: left;
}

#event-home > div, #int-event-home > div {
  padding: 10px 7px 5px 8px;
}

#content-news-txt > div {
  height: 544px;
  padding: 14px;
}

#int-event-home {
  padding: 4px 7px 9px 6px;
  width: 462px;
  height: 626px;
  background: url(images/box5-2home.png) no-repeat left top transparent;
}

#int-news-home h2, #int-event-home h2, #int-pub-home h2 {
  height: 23px;
  margin: 0;
  text-transform: uppercase;
  font-size: 17px;
  text-align: center;
  padding: 3px 0 0 0;
}

#content-event {
  padding: 4px 7px 9px 6px;
  width: 434px;
  height: 572px;
  background: url(images/box5-3home.png) no-repeat left top transparent;
  position: relative;
}

.event-no-img {
  padding: 14px;
  text-align: center;
}

.event-no-img a {
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-size: 17px;
  margin: 0 0 14px 0;
}

.event-no-img > p {
  margin: 0;
  text-transform: capitalize;
}

.event-no-img .desc {
  margin: 14px 0 0 0;
  max-height: 455px;
  overflow: hidden;
}

.event-no-img .desc p {
  margin: 0 0 5px 0;
}

.box-event-picture-home {
  padding: 14px;
}

.event-picture-home {
  display: block;
  width: 405px;
  height: 283px;
  overflow: hidden;
}

.desc-picture-home > a {
  display: block;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
  height: 17px;
  overflow: hidden;
}

.desc-picture-home p {
  margin: 0;
}

.desc-picture-home .desc {
  margin: 10px 0 0 0;
  max-height: 170px;
  overflow: hidden;
}

.desc-picture-home .desc p {
  margin-bottom: 5px;
}

.desc-picture-home .desc a {
  font-weight: bold;
}

.box-event-picture-home h5, .event-no-img h5 {
  font-size: 14px;
  margin: 0;
}

.box-event-picture-home h5 a, .event-no-img h5 a {
  text-align: right;
  text-transform: capitalize;
  display: block;
  margin: 0;
}

.event-locandina-home {
  display: block;
  width: 434px;
  height: 572px;
  overflow: hidden;
}

.desc-locandina-home {
  position: absolute;
  bottom: 87px;
  left: 6px;
  width: 434px;
  height: 124px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.desc-locandina-home a {
  display: block;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  height: 26px;
  overflow: hidden;
  margin: 38px 0 10px 0;
}

.desc-locandina-home p {
  display: block;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
}

/*** End Homepage ***/
/*** Standard Page ***/
#title-page, .title-page {
  background: url(images/bkg-footer.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  height: 73px;
  width: 990px;
}

#title-page > div, #int-title-page > div, .title-page > div, .int-title-page > div {
  padding: 10px 7px 5px 8px;
}

#int-title-page > div, .int-title-page > div {
  height: 30px;
}

#int-title-page, .int-title-page {
  background: url(images/bkg-footer2.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  height: 45px;
}

#int-title-page h1, .int-title-page h1 {
  margin: 6px 0 7px 0;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
}

#content-page {
  background: url(images/bkg-standard.png) no-repeat left top transparent;
  height: 661px;
  width: 990px;
  padding: 4px 7px 9px 6px;
}

#content-page > div, #int-content-page > div {
  padding: 10px 7px 5px 8px;
}

#int-content-page {
  background: url(images/bkg-standard2.png) no-repeat left top transparent;
  height: 633px;
  width: 962px;
  padding: 4px 7px 9px 6px;
}

#text-content-page {
  background: url(images/bkg-standard3.png) no-repeat left top transparent;
  height: 605px;
  width: 934px;
  padding: 4px 7px 9px 6px;
}

#text-content-page > div {
  margin: 14px;
  width: 918px;
  height: 577px;
  overflow: auto;
  text-align: justify;
}

#text-content-page div p {
  margin: 0 0 5px 0;
  width: 895px;
}

#text-content-page div ul, #text-content-page div ol {
  margin: 0 0 0 20px;
}

/*** End Stardard Page ***/
/*** Notice Page ***/
#box-notice {
  background: url(images/bkg-notice.png) no-repeat left top transparent;
  width: 990px;
  height: 355px;
  padding: 4px 7px 9px 6px;
}

#box-notice > div, #int-box-notice > div {
  padding: 10px 7px 5px 8px;
}

#int-box-notice {
  background: url(images/bkg-notice2.png) no-repeat left top transparent;
  width: 962px;
  height: 327px;
  padding: 4px 7px 9px 6px;
}

#notice {
  background: url(images/bkg-notice3.png) no-repeat left top transparent;
  width: 934px;
  height: 299px;
  padding: 4px 7px 9px 6px;
}

#notice > div {
  padding: 14px;
  width: 906px;
  height: 271px;
  overflow: auto;
}

#notice .box-img {
  background: url(images/box-avatar.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  height: 70px;
  width: 70px;
  float: left;
}

#notice .box-img div {
  overflow: hidden;
}

#notice .box-img div img {
  width: 70px;
}

#notice h3 {
  float: left;
  height: 51px;
  font-size: 14px;
  padding: 32px 0 0 10px;
  margin: 0;
}

#notice .date {
  margin: 10px 0 3px 0;
}

#notice h2 {
  margin: 0 0 10px 0;
  font-size: 17px;
  text-transform: uppercase;
}

#notice .notice-text {
  width: 891px;
}

#notice .notice-text p {
  margin: 0;
}

.notices-page .notice-separator {
  height: 2px;
}

#notice h4 {
  text-align: center;
  margin: 0 0 10px 0;
  font-size: 24px;
  text-transform: uppercase;
}

/*** End Notice Page ***/
/*** Location Page ***/
.box-location-info {
  background: url(images/box1location.png) no-repeat left top transparent;
  width: 355px;
  height: 375px;
  padding: 4px 7px 9px 6px;
  float: left;
  margin: 0 6px 0 0;
}

.box-location-info > div, .int-location-info > div {
  padding: 10px 7px 5px 8px;
}

.int-location-info {
  background: url(images/box1-2location.png) no-repeat left top transparent;
  width: 327px;
  height: 348px;
  padding: 4px 7px 9px 6px;
}

.location-info {
  background: url(images/box1-3location.png) no-repeat left top transparent;
  width: 299px;
  height: 320px;
  padding: 4px 7px 9px 6px;
}

.location-info > div {
  padding: 14px;
  width: 271px;
  height: 292px;
}

.location-info > div h4 {
  margin: 0 0 5px 0;
  font-size: 14px;
}

.location-info > div input#start_route {
  margin: 0 5px 0 0;
  width: 199px;
  border: 1px solid transparent;
  float: left;
  background-image: none;
  padding: 1px 4px;
}

.location-info > div button {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  height: 20px;
  height: 24px\9;
  display: block;
  float: right;
  border: 1px solid transparent;
}

.location-info > div p {
  margin: 10px 0;
}

.location-info > div .desc {
  margin: 10px 0 0 0;
}

#box_map_wrapper {
  background: url(images/box2location.png) no-repeat left top transparent;
  width: 616px;
  height: 375px;
  padding: 4px 7px 9px 6px;
  float: left;
}

#box_map_wrapper > div, #int_map_wrapper > div {
  padding: 10px 7px 5px 8px;
}

#int_map_wrapper {
  background: url(images/box2-2location.png) no-repeat left top transparent;
  width: 588px;
  height: 348px;
  padding: 4px 7px 9px 6px;
}

#map_wrapper {
  background: url(images/box2-3location.png) no-repeat left top transparent;
  width: 560px;
  height: 320px;
  padding: 4px 7px 9px 6px;
}

#map_wrapper > div {
  width: 560px;
  height: 320px;
  overflow: hidden;
}

#map_canvas {
  width: 560px;
  height: 320px;
}

#map_canvas > div > div > div {
  width: 560px;
  height: 320px;
}

#box-route-info, .box-medium-size {
  background: url(images/box3location.png) no-repeat left top transparent;
  width: 990px;
  height: 375px;
  padding: 4px 7px 9px 6px;
  margin: 5px 0 0 0;
}

#box-route-info {
  display: none;
}

#box-route-info > div, .box-medium-size > div, #int-route-info > div, .int-box-medium-size > div {
  padding: 10px 7px 5px 8px;
}

#int-route-info, .int-box-medium-size {
  background: url(images/box3-2location.png) no-repeat left top transparent;
  width: 962px;
  height: 348px;
  padding: 4px 7px 9px 6px;
}

#text-route-info, .text-box-medium-size {
  background: url(images/box3-3location.png) no-repeat left top transparent;
  width: 934px;
  height: 320px;
  padding: 4px 7px 9px 6px;
}

#text-route-info #route-info {
  padding: 0 14px;
  margin: 14px 0;
  width: 892px;
  height: 291px;
  overflow: auto;
}

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

.text-box-medium-size h4 {
  margin: 0 0 10px 0;
}

.text-box-medium-size p {
  margin: 0 0 5px 0;
}

/*** End Location Page ***/
/*** Contacts Page ***/
#box-contacts-page {
  background: url(images/bkg-standard.png) no-repeat left top transparent;
  height: 661px;
  width: 990px;
  padding: 4px 7px 9px 6px;
}

#box-contacts-page > div, #int-contacts-page > div {
  padding: 10px 7px 5px 8px;
}

#int-contacts-page {
  background: url(images/bkg-standard2.png) no-repeat left top transparent;
  height: 633px;
  width: 962px;
  padding: 4px 7px 9px 6px;
}

#contacts-page {
  background: url(images/bkg-standard3.png) no-repeat left top transparent;
  height: 605px;
  width: 934px;
  padding: 4px 7px 9px 6px;
}

#contacts-page > div {
  margin: 14px;
  width: 910px;
  height: 577px;
  overflow: auto;
}

#contacts-page .desc {
  padding: 0 15px 8px 0;
  margin-bottom: 18px;
  border-bottom: 1px solid;
}

#contacts-page .desc p {
  margin: 0 0 10px 0;
}

.contacts-group-title {
  font-size: 17px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}

.contact {
  padding-bottom: 14px;
  margin-bottom: 18px;
  border-bottom: 1px solid transparent;
  overflow: hidden;
}

.contact .contact-avatar-wrap {
  background: url(images/box-avatar.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  display: block;
  height: 70px;
  width: 70px;
  float: left;
}

.contact .contact-avatar-wrap a {
  overflow: hidden;
  display: block;
  height: 70px;
  width: 70px;
}

.contact p {
  float: left;
  margin: 4px 0 0 0;
  max-width: 825px;
}

div[aria-labelledby=ui-dialog-title-privacy-policy] > .ui-dialog-titlebar {
  display: none;
}

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

#message-box form h3, #book-box form h3, #privacy-policy h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

#message-box form label, #book-box form label {
  display: inline-block;
  width: 100px;
  font-size: 14px;
  line-height: 25px;
}

#message-box form input, #book-box form input {
  width: 316px;
  padding: 5px;
  margin: 0 0 10px 0;
  background: none #FFFFFF;
  border: 1px solid #CCCCCC;
}

#message-box form select, #book-box form select {
  height: 25px;
  line-height: 25px;
  margin: 0 0 10px 0;
  background: none #FFFFFF;
  border: 1px solid #CCCCCC;
}

#message-box form textarea, #book-box form textarea {
  width: 420px;
  height: 120px;
  max-width: 420px;
  max-height: 120px;
  margin: 0 0 10px 0;
  background: none #FFFFFF;
  border: 1px solid #CCCCCC;
  resize: none;
}

#message-box form #message_submit, #book-box form #book_submit {
  margin: 0;
  width: 94px;
  font-size: 13px;
  float: right;
}

#message-box form #message_cancel, #book-box form #book_cancel {
  margin: 0;
  width: 94px;
  font-size: 13px;
  float: left;
}

#form-search-contacts {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid;
}

#form-search-contacts input[type=text] {
  margin: 0 5px 0 0;
  width: 199px;
  border: 1px solid;
  background: none;
  padding: 1px 4px;
}

#form-search-contacts input[type=submit] {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  height: 20px;
  height: 24px\9;
  border: 1px solid;
  cursor: pointer;
  background-image: none;
}

/*** End Contacts Page ***/
/*** Download Page ***/
#box-documents-page {
  background: url(images/bkg-standard.png) no-repeat left top transparent;
  height: 661px;
  width: 990px;
  padding: 4px 7px 9px 6px;
}

#box-documents-page > div, #int-documents-page > div {
  padding: 10px 7px 5px 8px;
}

#int-documents-page {
  background: url(images/bkg-standard2.png) no-repeat left top transparent;
  height: 633px;
  width: 962px;
  padding: 4px 7px 9px 6px;
}

#int-documents-page > div > div {
  width: 947px;
  height: 618px;
  overflow: auto;
}

#text-documents-page {
  background: url(images/bkg-download3.png) no-repeat left top transparent;
  height: 153px;
  width: 912px;
  padding: 4px 7px 9px 6px;
  margin: 0 auto;
}

#text-documents-page > div {
  margin: 14px;
}

#text-documents-page table {
  width: 883px;
  height: 124px;
}

.sep-documents {
  height: 2px;
}

.box-ico-download {
  display: block;
  height: 70px;
  width: 70px;
  position: relative;
}

.download-icon {
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
}

.download-icon-over {
  position: absolute;
  height: 128px;
  left: -22px;
  top: -22px;
}

/*** End Download Page ***/
/*** Single Page ***/
#left-col-single {
  background: url(images/box1single.png) no-repeat left top transparent;
  height: 1029px;
  width: 355px;
  padding: 4px 7px 9px 6px;
  float: left;
  margin: 0 6px 0 0;
}

#left-col-single > div, #int-left-col-single > div {
  padding: 10px 7px 5px 8px;
}

#int-left-col-single {
  background: url(images/box1-2single.png) no-repeat left top transparent;
  height: 1002px;
  width: 327px;
  padding: 4px 7px 9px 6px;
}

#right-col-single {
  background: url(images/box2single.png) no-repeat left top transparent;
  height: 1029px;
  width: 616px;
  padding: 4px 7px 9px 6px;
  float: left;
}

#right-col-single > div, #int-right-col-single > div {
  padding: 10px 7px 5px 8px;
}

#int-right-col-single {
  background: url(images/box2-2single.png) no-repeat left top transparent;
  height: 1002px;
  width: 588px;
  padding: 4px 7px 9px 6px;
}

#text-right-col-single {
  background: url(images/box2-3single.png) no-repeat left top transparent;
  height: 974px;
  width: 560px;
  padding: 4px 7px 9px 6px;
}

#text-right-col-single > div {
  padding: 10px;
  position: relative;
}

#text-right-col-single > div > div {
  overflow: auto;
  height: 954px;
  width: 540px;
}

#list-article .box-list-content {
  height: 138px;
  width: 271px;
  overflow: hidden;
  padding: 9px;
  border: 5px solid transparent;
}

#list-article .box-list-content a.title {
  display: block;
  text-transform: uppercase;
  margin: 0 0 2px 0;
  height: 14px;
  overflow: hidden;
}

#list-article .box-list-content a.read-all {
  display: block;
  text-align: center;
  text-transform: uppercase;
}

#list-article .box-list-content p {
  margin: 0 0 2px 0;
}

#list-article .box-list-content .desc {
  margin: 4px 0 5px 0;
  height: 70px;
  overflow: hidden;
}

#text-right-col-single .top-article {
  min-height: 80px;
  margin: 0 0 10px 0;
}

#text-right-col-single h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 17px;
  margin: 0 0 3px 0;
}

#text-right-col-single h4 {
  margin: 0 0 10px 0;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

#text-right-col-single .entry-content {
  border-top: 1px solid;
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
}

#text-right-col-single .entry-content ul, #text-right-col-single .entry-content ol {
  margin: 0 0 0 20px;
}

#text-right-col-single .entry-content p {
  margin: 0 5px 0 0;
}

#text-right-col-single .box-comments-single {
  margin: 15px 0 0 0;
}

#text-right-col-single .box-comments-single textarea {
  width: 509px;
}

#text-right-col-single .box-comments-single .navigation {
  display: none;
}

#respond h3 {
  width: 100%;
}

#respond p {
  text-align: center;
}

#respond p #submit {
  float: right;
}

/*** End Single Page ***/
/*** Archive Page ***/
.box-archive-group {
  background: url(images/bkg-header.png) no-repeat left top transparent;
  width: 990px;
  height: 279px;
  padding: 4px 7px 9px 6px;
}

.box-archive-group > div, .int-archive-group > div {
  padding: 10px 7px 5px 8px;
}

.int-archive-group {
  background: url(images/bkg-header2.png) no-repeat left top transparent;
  width: 962px;
  height: 251px;
  padding: 4px 7px 9px 6px;
}

.archive-group {
  background: url(images/bkg-header3.png) no-repeat left top transparent;
  width: 934px;
  height: 222px;
  padding: 4px 7px 9px 6px;
}

.archive-group > div {
  margin: 14px;
  width: 906px;
  height: 194px;
  overflow: hidden;
}

.archive-group h4 {
  margin: 0 0 10px 0;
  font-size: 17px;
}

.archive-group .entry {
  margin: 5px 0 0 0;
}

.navigation {
  font-size: 17px;
  width: 1003px;
}

.navigation .floatleft a {
  display: block;
  padding: 10px 0 10px 6px;
}

.navigation .floatright a {
  display: block;
  padding: 10px 7px 10px 0;
}

/*** End Archive Page ***/
/*** Archive All ***/
.archive-group.archive-all > div > a {
  display: block;
  float: left;
  width: 142px;
  height: 94px;
  overflow: hidden;
  margin: 0 10px 10px 0;
  border: 3px solid transparent;
}

/*** End Archive All ***/
/*** Events Page ***/
#box-event-page {
  background: url(images/boxevent.png) no-repeat left top transparent;
  width: 990px;
  height: 471px;
  padding: 4px 7px 9px 6px;
}

#box-event-page > div {
  padding: 10px 7px 5px 8px;
}

#int-event-page {
  background: url(images/box2event.png) no-repeat left top transparent;
  width: 962px;
  height: 443px;
  padding: 4px 7px 9px 6px;
}

#int-event-page > div {
  padding: 10px 43px 5px 44px;
}

#text-event-page {
  background: url(images/box3event.png) no-repeat left top transparent;
  width: 862px;
  height: 415px;
  padding: 4px 7px 9px 6px;
}

#text-event-page > div {
  padding: 14px;
  height: 387px;
  position: relative;
}

#event-description div.border-radius {
  overflow: hidden;
  float: left;
  margin: 0 14px 0 0;
  border: 2px solid transparent;
}

#text-event-page .event-locandina {
  height: 387px;
  width: 273px;
}

#text-event-page .event-picture {
  max-height: 387px;
  width: 273px;
}

#text-event-page .box-desc-event {
  width: 543px;
  height: 395px;
  overflow: auto;
  float: left;
}

#text-event-page .box-desc-event.center {
  width: 834px;
  float: none;
}

#text-event-page .box-desc-event h1 {
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-size: 17px;
}

#text-event-page .box-desc-event p {
  margin: 0 0 5px 0;
}

#text-event-page .box-desc-event b {
  text-transform: uppercase;
  display: block;
  margin: 0 0 2px 0;
}

#text-event-page .box-desc-event span {
  text-transform: capitalize;
}

#text-event-page .box-desc-event .event-desc {
  margin: 10px 0 0 0;
}

#text-event-page .box-desc-event .event-desc div {
  /*max-height: 239px;*/
}

#text-event-page .box-desc-event .event-desc-small div {
  width: 528px;
}

#text-event-page .box-desc-event .event-desc-small div p {
  width: 528px;
}

.nav-events {
  position: absolute;
  width: 940px;
  left: -39px;
  bottom: -48px;
  height: 48px;
}

.nav-event-prev {
  width: 25px;
  height: 48px;
  position: absolute;
  top: -233px;
  left: 0;
}

.nav-event-prev a {
  display: block;
  width: 25px;
  height: 48px;
  background-position: -4px -0px;
  overflow: hidden;
}

.nav-event-prev a.disabled {
  background-position: -84px -0px;
}

.nav-event-next {
  width: 25px;
  height: 48px;
  position: absolute;
  top: -233px;
  right: 0;
}

.nav-event-next a {
  display: block;
  width: 25px;
  height: 48px;
  background-position: -1px -0px;
  overflow: hidden;
}

.nav-event-next a.disabled {
  background-position: -82px -0px;
}

#attach-event {
  margin: 15px 0 0 0;
  border-top: 1px solid;
  padding: 10px 0;
}

#text-event-page .box-desc-event #attach-event span {
  display: inline-block;
  line-height: 24px;
  text-transform: none;
}

#btn-download-file {
  padding: 4px 10px;
  border: 1px solid;
}

/*** End Events Page ***/
/*** Shop Page ***/
#box-left-shop {
  background: url(images/box1shop.png) no-repeat left top transparent;
  width: 355px;
  height: 272px;
  padding: 4px 7px 9px 6px;
  float: left;
  margin: 0 6px 2px 0;
}

#box-left-shop > div, #int-left-shop > div {
  padding: 10px 7px 5px 8px;
}

#int-left-shop {
  background: url(images/box1-2shop.png) no-repeat left top transparent;
  width: 327px;
  height: 245px;
  padding: 4px 7px 9px 6px;
}

#text-left-shop {
  background: url(images/box1-3shop.png) no-repeat left top transparent;
  width: 299px;
  height: 217px;
  padding: 4px 7px 9px 6px;
}

#text-left-shop > div {
  width: 299px;
  height: 217px;
  overflow: hidden;
}

#box-right-shop {
  background: url(images/box2shop.png) no-repeat left top transparent;
  width: 616px;
  height: 272px;
  padding: 4px 7px 9px 6px;
  float: left;
  margin: 0 0 2px 0;
}

#box-right-shop > div, #int-right-shop > div {
  padding: 10px 7px 5px 8px;
}

#int-right-shop {
  background: url(images/box2-2shop.png) no-repeat left top transparent;
  width: 588px;
  height: 245px;
  padding: 4px 7px 9px 6px;
}

#text-right-shop {
  background: url(images/box2-3shop.png) no-repeat left top transparent;
  width: 560px;
  height: 217px;
  padding: 4px 7px 9px 6px;
}

#text-right-shop > div {
  padding: 14px;
  height: 189px;
}

#text-right-shop .box-shop-desc {
  max-height: 189px;
  overflow: auto;
  padding-bottom: 1px;
}

#text-right-shop .box-shop-desc b {
  text-transform: uppercase;
  margin: 0 0 5px 0;
  display: block;
}

#text-right-shop .box-shop-desc div.desc {
  margin-bottom: 14px;
}

/*** End Shop Page ***/
/*** Shop Page Details ***/
#box-left-shop-details {
  background: url(images/box1shopdetails.png) no-repeat left top transparent;
  width: 532px;
  height: 377px;
  padding: 4px 7px 9px 6px;
  float: left;
}

#box-left-shop-details > div, #int-left-shop-details > div {
  padding: 10px 7px 5px 8px;
}

#int-left-shop-details {
  background: url(images/box1-2shopdetails.png) no-repeat left top transparent;
  width: 504px;
  height: 349px;
  padding: 4px 7px 9px 6px;
}

#text-left-shop-details {
  background: url(images/box1-3shopdetails.png) no-repeat left top transparent;
  width: 476px;
  height: 321px;
  padding: 4px 7px 9px 6px;
}

#text-left-shop-details > div {
  overflow: hidden;
  width: 476px;
  height: 321px;
}

#box-middle-shop-details {
  width: 145px;
  float: left;
  margin: 0 9px;
}

.int-middle-shop-details {
  background: url(images/box4shopdetails.png) no-repeat left top transparent;
  width: 132px;
  height: 79px;
  padding: 4px 7px 9px 6px;
}

.int-middle-shop-details > div, .int-middle-shop-details > div {
  padding: 10px 7px 5px 8px;
}

.text-middle-shop-details {
  background: url(images/box4-2shopdetails.png) no-repeat left top transparent;
  width: 104px;
  height: 52px;
  padding: 4px 7px 9px 6px;
}

.text-middle-shop-details .prezzo-shop-details, .text-middle-shop-details .box-buy {
  display: block;
  height: 52px;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
}

.text-middle-shop-details .prezzo-shop-details {
  padding: 9px 0;
  height: 34px;
}

.text-middle-shop-details .box-buy {
  padding: 18px 0;
  height: 16px;
}

#box-right-shop-details {
  background: url(images/box2shopdetails.png) no-repeat left top transparent;
  width: 282px;
  height: 377px;
  padding: 4px 7px 9px 6px;
  float: left;
}

#box-right-shop-details > div, #int-right-shop-details > div {
  padding: 10px 7px 5px 8px;
}

#int-right-shop-details {
  background: url(images/box2-2shopdetails.png) no-repeat left top transparent;
  width: 254px;
  height: 349px;
  padding: 4px 7px 9px 6px;
}

#text-right-shop-details {
  background: url(images/box2-3shopdetails.png) no-repeat left top transparent;
  width: 226px;
  height: 321px;
  padding: 4px 7px 9px 6px;
}

#text-right-shop-details > div {
  padding: 14px;
}

#text-right-shop-details h4 {
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-size: 14px;
}

#text-right-shop-details ul {
  list-style-type: none;
  height: 275px;
  max-height: 275px;
  overflow: auto;
}

#box-bottom-shop-details {
  background: url(images/box3shopdetails.png) no-repeat left top transparent;
  width: 990px;
  height: 168px;
  padding: 4px 7px 9px 6px;
  clear: both;
}

#box-bottom-shop-details > div, #int-bottom-shop-details > div {
  padding: 10px 7px 5px 8px;
}

#int-bottom-shop-details {
  background: url(images/box3-2shopdetails.png) no-repeat left top transparent;
  width: 962px;
  height: 140px;
  padding: 4px 7px 9px 6px;
}

#text-bottom-shop-details {
  background: url(images/box3-3shopdetails.png) no-repeat left top transparent;
  width: 934px;
  height: 112px;
  padding: 4px 7px 9px 6px;
}

#text-bottom-shop-details > div {
  padding: 14px;
}

#text-bottom-shop-details h2 {
  margin: 0 0 5px 0;
  font-size: 14px;
  text-transform: uppercase;
}

#text-bottom-shop-details > div > div {
  height: 65px;
  max-height: 65px;
  overflow: auto;
}

.shop-page-details .addthis_toolbox,
.shop-page-details .new-share-box {
  margin-top: 10px;
}

/*** End Shop Page Details ***/
/*** Videogallery Page ***/
.subTitle {
  font-size: 14px;
}

.video-gallery-page #int-title-page h1 {
  margin: 2px 0 8px 0;
}

#box-boxVideo {
  background: url(images/box1video.png) no-repeat left top transparent;
  width: 690px;
  height: 458px;
  padding: 4px 7px 9px 6px;
  float: left;
  margin: 0 5px 5px 0;
}

#box-boxVideo > div, #int-boxVideo > div {
  padding: 10px 7px 5px 8px;
}

#int-boxVideo {
  background: url(images/box1-2video.png) no-repeat left top transparent;
  width: 662px;
  height: 430px;
  padding: 4px 7px 9px 6px;
}

#boxVideo {
  background: url(images/box1-3video.png) no-repeat left top transparent;
  width: 634px;
  height: 402px;
  padding: 4px 7px 9px 6px;
}

#boxVideo > div {
  overflow: hidden;
  width: 634px;
  height: 402px;
}

#boxVideo > div > div {
  width: 634px !important;
  height: 402px;
  margin: 0 !important;
  float: none !important;
}

#box-desc-boxVideo, #box-ricerca {
  background: url(images/box2video.png) no-repeat left top transparent;
  width: 282px;
  height: 220px;
  padding: 4px 7px 9px 6px;
  float: left;
  margin: 0 0 5px 0;
}

#box-desc-boxVideo > div, #int-desc-boxVideo > div, #box-ricerca > div, #int-ricerca > div {
  padding: 10px 7px 5px 8px;
}

#int-desc-boxVideo, #int-ricerca {
  background: url(images/box2-2video.png) no-repeat left top transparent;
  width: 254px;
  height: 192px;
  padding: 4px 7px 9px 6px;
}

#text-desc-boxVideo, #text-ricerca {
  background: url(images/box2-3video.png) no-repeat left top transparent;
  width: 226px;
  height: 164px;
  padding: 4px 7px 9px 6px;
}

#text-desc-boxVideo > div, #text-ricerca > div {
  padding: 14px 14px 14px 8px;
}

#text-ricerca > div {
  padding: 29px 14px 14px 14px;
}

#text-desc-boxVideo div.box-img {
  background: url(images/box-avatar-small.png) no-repeat left top transparent;
  width: 50px;
  height: 50px;
  padding: 4px 7px 9px 6px;
  float: left;
  margin: 39px 0 0 0;
}

#text-desc-boxVideo div.box-img > div {
  overflow: hidden;
}

#text-desc-boxVideo div.box-img img#avatar-video {
  width: 50px;
}

#text-desc-boxVideo #desc-boxVideo {
  float: left;
  width: 133px;
  max-height: 136px;
  overflow: hidden;
}

#text-desc-boxVideo #desc-boxVideo strong, #text-desc-boxVideo #desc-boxVideo p br, #text-desc-boxVideo #desc-boxVideo cufon[alt=" "] {
  display: none !important;
}

#text-desc-boxVideo #desc-boxVideo p {
  margin: 0;
  text-transform: uppercase;
}

#text-desc-boxVideo #desc-boxVideo p span {
  display: block;
  text-transform: capitalize;
  margin: 5px 0;
}

#ricerca h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
}

#ricerca form {
  text-align: center;
}

#ricerca input[type=text] {
  width: 183px;
  margin: 5px 0;
  background-image: none;
}

#ricerca p {
  margin: 0;
  text-align: center;
}

#sub-title-page {
  background: url(images/bkg1title.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  height: 73px;
  width: 690px;
}

#sub-title-page > div, #int-sub-title-page > div, #sub-title-page-small > div, #int-sub-title-page-small > div {
  padding: 10px 7px 5px 8px;
}

#int-sub-title-page > div, #int-sub-title-page-small > div {
  height: 30px;
}

#int-sub-title-page {
  background: url(images/bkg1-2title.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  height: 45px;
  width: 662px;
}

#int-sub-title-page h1, #int-sub-title-page h2, #int-sub-title-page-small h1 {
  margin: 6px 0 7px 0;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
}

#sub-title-page-small {
  background: url(images/bkg2title.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  height: 73px;
  width: 282px;
}

#int-sub-title-page-small {
  background: url(images/bkg2-2title.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  height: 45px;
  width: 254px;
}

#wrap-videogallery-thumb {
  width: 703px;
  float: left;
  margin: 0 5px 0 0;
}

#box-videogallery-thumb {
  background: url(images/box3video.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 690px;
  height: 661px;
  margin: 5px 0 0 0;
}

#box-videogallery-thumb > div, #int-videogallery-thumb > div {
  padding: 10px 7px 5px 8px;
}

#int-videogallery-thumb {
  background: url(images/box3-2video.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 662px;
  height: 633px;
}

#videogallery-thumb {
  height: 618px;
  overflow: auto;
  position: relative;
  margin: 70px 0;
}

#videogallery-thumb .box-video {
  background: url(images/box3-3video.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 298px;
  height: 188px;
  float: left;
  position: relative;
  margin: 0 5px 5px 0;
}

#videogallery-thumb .box-video .box-thumb {
  width: 298px;
  height: 188px;
  overflow: hidden;
}

#videogallery-thumb .box-video .box-thumb img {
  width: 298px;
  cursor: pointer;
}

#videogallery-thumb .box-video .desc-videogallery {
  background: url(images/bkg-submenu.png) repeat left top transparent;
  width: 278px;
  padding: 5px 10px;
  position: absolute;
  bottom: 9px;
  left: 6px;
  color: #FFF;
  -moz-border-right-bottom-radius: 6px;
  -webkit-border-right-bottom-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-left-bottom-radius: 6px;
  -webkit-border-left-bottom-radius: 6px;
  border-bottom-left-radius: 6px;
}

#videogallery-thumb .box-video .desc-videogallery p {
  margin: 0;
  text-align: center;
}

#wrap-albums-video {
  width: 295px;
  float: left;
}

#box-albums-video {
  background: url(images/box4video.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 282px;
  height: 661px;
  margin: 5px 0 0 0;
}

#box-albums-video > div, #int-albums-video > div {
  padding: 10px 7px 5px 8px;
}

#int-albums-video {
  background: url(images/box4-2video.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 254px;
  height: 633px;
}

#albums-video {
  overflow: auto;
  height: 618px;
}

#albums-video .item {
  background: url(images/box4-3video.png) no-repeat left top transparent;
  width: 208px;
  height: 136px;
  padding: 4px 7px 9px 6px;
  margin: 0 0 5px 0;
  position: relative;
}

#albums-video .item a {
  display: block;
  width: 208px;
  height: 136px;
  overflow: hidden;
}

#albums-video .item a img {
  width: 208px;
}

#albums-video .item .desc-album-videogallery {
  background: url(images/bkg-submenu.png) repeat left top transparent;
  width: 188px;
  padding: 5px 10px;
  position: absolute;
  bottom: 9px;
  left: 6px;
  bottom: 0\9;
  left: 0\9;
  color: #FFF;
  -moz-border-right-bottom-radius: 6px;
  -webkit-border-right-bottom-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-left-bottom-radius: 6px;
  -webkit-border-left-bottom-radius: 6px;
  border-bottom-left-radius: 6px;
}

#albums-video .item .desc-album-videogallery p {
  margin: 0;
}

#videogallery-thumb h3 {
  margin: 10px 0 5px 6px;
  text-transform: uppercase;
  font-size: 17px;
}

#videogallery-thumb h5 {
  margin: 10px 0;
  text-transform: uppercase;
  font-size: 17px;
  text-align: center;
}

/*** End Videogallery Page ***/
/*** Team Page ***/
#box-team-slideshow {
  background: url(images/box1team.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 690px;
  height: 364px;
  float: left;
  margin: 0 6px 0 0;
}

#box-team-slideshow > div, #int-team-slideshow > div {
  padding: 10px 7px 5px 8px;
}

#int-team-slideshow {
  background: url(images/box1-2team.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 662px;
  height: 336px;
}

#int-team-slideshow > div {
  height: 321px;
}

.team-slideshow {
  background: url(images/box1-3team.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 546px;
  height: 308px;
  margin: 0 auto;
}

.team-slideshow img {
  overflow: hidden;
}

#box-last-match {
  background: url(images/box2team.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 281px;
  height: 160px;
  float: left;
  margin: 0 0 1px 0;
}

#box-last-match > div, #int-last-match > div {
  padding: 10px 7px 5px 8px;
}

#int-last-match {
  background: url(images/box2-2team.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 253px;
  height: 132px;
}

#last-match {
  background: url(images/box2-3team.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 225px;
  height: 104px;
}

#last-match > div {
  padding: 15px 7px 7px 7px;
  height: 82px;
  text-align: center;
  overflow: auto;
  word-wrap: break-word;
}

#last-match > div div {
  width: 94px;
  float: left;
}

#last-match > div div.middle {
  width: 23px;
  padding: 18px 0;
}

#last-match span.t-name {
  display: block;
  padding: 0 0 14px 0;
}

#last-match span.t-name img {
  height: 38px;
}

#last-match span.t-name.no-logo {
  padding: 0;
  overflow: hidden;
}

#last-match .name-game {
  width: 211px;
  margin: -8px 0 10px 0;
}

#last-match .description {
  width: 211px;
  height: 50px;
  overflow: hidden;
}

#last-match .description p {
  margin: 0;
}

#box-last-article-team {
  background: url(images/box3team.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 281px;
  height: 190px;
  float: left;
}

#box-last-article-team > div, #int-last-article-team > div {
  padding: 10px 7px 5px 8px;
}

#int-last-article-team {
  background: url(images/box3-2team.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 253px;
  height: 162px;
}

#text-last-article-team {
  background: url(images/box3-3team.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 225px;
  height: 134px;
}

#text-last-article-team > div {
  padding: 7px;
  height: 115px;
  overflow: hidden;
}

#text-last-article-team h3 {
  font-size: 17px;
  height: 17px;
  text-align: center;
  margin: 0 0 3px 0;
}

#text-last-article-team .desc {
  height: 102px;
  overflow: hidden;
}

#text-last-article-team .desc p {
  margin: 0;
}

#text-last-article-team .desc cufon {
  height: 17px !important;
}

#box-bottom-left-team {
  background: url(images/box5team.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 690px;
  height: 425px;
  float: left;
  margin: 0 6px 0 0;
}

#box-bottom-left-team > div, #int-bottom-left-team > div, #bottom-left-team > div {
  padding: 10px 7px 5px 8px;
}

#int-bottom-left-team {
  background: url(images/box5-2team.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 662px;
  height: 397px;
}

#bottom-left-team {
  background: url(images/box5-3team.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 634px;
  height: 369px;
}

#bottom-left-team > div {
  height: 340px;
  width: 605px;
  overflow: auto;
  margin: 7px 0 0 0;
}

.team-roster, .list-player {
  list-style-type: none;
}

.team-roster li h3 {
  margin: 0 0 10px 6px;
  font-size: 17px;
  text-transform: uppercase;
}

.team-roster li h3.staff-title {
  margin-top: 10px;
}

.list-player li {
  width: 195px;
  margin: 0 5px 0 0;
  float: left;
  overflow: hidden;
}

.list-player li .box-img {
  background: url(images/box-avatar-small.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 50px;
  height: 50px;
  float: left;
}

.list-player li .box-img div {
  overflow: hidden;
  width: 50px;
  height: 50px;
}

.list-player li .box-img div img {
  width: 50px;
}

.list-player li .roster-player {
  float: left;
  width: 127px;
  margin: 0 0 0 5px;
  /*padding: 4px 0 0 0;*/
}

.list-player li .roster-player b {
  text-transform: uppercase;
}

#box-pub-team {
  background: url(images/box6team.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 281px;
  height: 425px;
  float: left;
}

#box-pub-team > div, #int-pub-team > div {
  padding: 10px 7px 5px 8px;
}

#int-pub-team {
  background: url(images/box6-2team.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 253px;
  height: 397px;
}

.pub-team {
  background: url(images/box6-3team.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 226px;
  height: 178px;
}

.pub-team > div {
  overflow: hidden;
  width: 226px;
  height: 178px;
}

.pub-team img {
  display: block;
  margin: 0 auto;
}

#box-middle-team {
  background: url(images/box4team.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 990px;
  height: 149px;
}

#box-middle-team > div, #int-middle-team > div {
  padding: 10px 7px 5px 8px;
}

#int-middle-team {
  background: url(images/box4-2team.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 962px;
  height: 121px;
}

#int-middle-team .date-match {
  position: absolute;
  top: -14px;
  left: 0;
  display: block;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}

#box-matches-team .t-name {
  text-transform: uppercase;
  float: left;
  width: 58px;
}

#box-matches-team .result-match {
  float: left;
  width: 24px;
  text-align: right;
}

#box-matches-team li div {
  margin: 0 0 5px 0;
}

.games_bar#box-matches-team li div {
  margin: 0;
}

.games_bar#box-matches-team li div.radius10 {
  height: 44px;
}

#box-matches-team li div.cronaca {
  margin: 0;
  padding: 7px 0 0 0;
  text-transform: uppercase;
  text-align: center;
  border-top: 1px solid #000;
  font-size: 12px;
}

#box-matches-team li div .title-game {
  display: block;
  line-height: 14px;
  height: 42px;
  word-wrap: break-word;
}

.games_bar#box-matches-team li div .title-game {
  line-height: 16px;
  height: 29px;
  overflow: hidden;
  display: block;
  margin-bottom: 4px;
}

#matches-page {
  font-size: 13px;
}

/*** End Team Page ***/
/*** Photogallery Page ***/
#box-album-photogallery {
  background: url(images/box1foto.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 690px;
  height: 230px;
  float: left;
  margin: 0 5px 5px 0;
}

#box-album-photogallery > div, #int-album-photogallery > div {
  padding: 10px 7px 5px 8px;
}

#int-album-photogallery > div {
  height: 187px;
}

#int-album-photogallery {
  background: url(images/box1-2foto.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 662px;
  height: 202px;
}

#int-album-photogallery h2 {
  margin: 4px 0 14px 0;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
}

#int-album-photogallery .box-photo-album a {
  display: block;
  overflow: hidden;
  width: 179px;
  height: 101px;
}

#int-album-photogallery .box-photo-album span {
  display: block;
  text-transform: uppercase;
  text-align: center;
  margin: 14px 0 0 0;
  max-height: 28px;
  overflow: hidden;
}

.photo-gallery-page #box-ricerca {
  background: url(images/box2foto.png) no-repeat left top transparent;
  width: 282px;
  height: 230px;
}

.photo-gallery-page #int-ricerca {
  background: url(images/box2-2foto.png) no-repeat left top transparent;
  width: 254px;
  height: 202px;
}

.photo-gallery-page #text-ricerca {
  background: url(images/box2-3foto.png) no-repeat left top transparent;
  width: 226px;
  height: 174px;
}

.photo-gallery-page #text-ricerca > div {
  padding-top: 35px;
}

#box-last-photos, #box-search-result {
  background: url(images/box3foto.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 990px;
  height: 806px;
}

#box-last-photos > div, #int-last-photos > div, #box-search-result > div, #int-search-result > div {
  padding: 10px 7px 5px 8px;
}

#int-last-photos > div {
  height: 763px;
}

#int-last-photos, #int-search-result {
  background: url(images/box3-2foto.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 962px;
  height: 778px;
}

#int-last-photos h2, #int-search-result h2 {
  text-transform: uppercase;
  font-size: 17px;
  text-align: center;
  margin: 5px 0 9px 0;
}

#content-last-photos {
  height: 763px;
  overflow: auto;
}

.box-last-photogallery {
  background: url(images/box3-3foto.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 299px;
  height: 164px;
  float: left;
  margin: 0 5px 6px 0;
  position: relative;
}

.box-last-photogallery > a {
  width: 299px;
  height: 165px;
  display: block;
  overflow: hidden;
}

.box-last-photogallery .desc {
  background: url(images/bkg-submenu.png) repeat left top transparent;
  width: 279px;
  padding: 5px 10px;
  position: absolute;
  bottom: 8px;
  left: 6px;
  color: #FFFFFF;
  -moz-border-right-bottom-radius: 6px;
  -webkit-border-right-bottom-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-left-bottom-radius: 6px;
  -webkit-border-left-bottom-radius: 6px;
  border-bottom-left-radius: 6px;
  text-align: center;
  z-index: 2;
}

#box-search-result {
  display: none;
}

#search-result {
  width: 951px;
  position: relative;
  overflow: hidden;
}

.content-result {
  height: 732px;
  overflow: auto;
  width: 951px;
}

.content-result h3 {
  margin: 10px 0 5px 6px;
  text-transform: uppercase;
  font-size: 17px;
}

.content-result .box-last-photogallery {
  margin-right: -2px;
}

/*** End Photogallery Page ***/
/*** Photogallery Details ***/
.box-first-step-photo {
  background: url(images/box1fotodetails.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 990px;
  height: 958px;
}

.box-first-step-photo > div, .int-first-step-photo > div {
  padding: 10px 7px 5px 8px;
}

.int-first-step-photo {
  background: url(images/box1-2fotodetails.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 962px;
  height: 930px;
}

.text-first-step-photo {
  height: 915px;
  overflow: auto;
}

#box-picture-w {
  background: url(images/box2fotodetails.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 680px;
  height: 430px;
  float: left;
  margin: 0 5px 0 0;
}

#box-picture-w > div, #int-picture-w > div {
  padding: 10px 7px 5px 8px;
}

#int-picture-w > div {
  height: 387px;
}

#int-picture-w {
  background: url(images/box2-2fotodetails.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 652px;
  height: 402px;
  position: relative;
}

#text-picture-w {
  background: url(images/box2-3fotodetails.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 537px;
  height: 354px;
  position: absolute;
  top: 34px;
  left: 59px;
}

#text-picture-w > div {
  width: 537px;
  height: 354px;
  overflow: hidden;
}

#box-picture-h {
  background: url(images/box3fotodetails.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 680px;
  height: 613px;
  float: left;
  margin: 0 5px 0 0;
}

#box-picture-h > div, #int-picture-h > div {
  padding: 10px 7px 5px 8px;
}

#int-picture-h > div {
  height: 570px;
}

#int-picture-h {
  background: url(images/box3-2fotodetails.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 652px;
  height: 585px;
  position: relative;
}

#text-picture-h {
  background: url(images/box3-3fotodetails.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 354px;
  height: 537px;
  position: absolute;
  top: 36px;
  left: 151px;
}

#text-picture-h > div {
  width: 354px;
  height: 537px;
  overflow: hidden;
}

.photo-gallery-details .entry-content {
  position: relative;
}

#int-picture-w #pg-controls {
  position: absolute;
  width: 32px;
  bottom: 12px;
  right: 22px;
}

#int-picture-w .pg-details-nav {
  position: absolute;
  width: 629px;
  margin-left: 4px;
  top: 187px;
}

#int-picture-w .pg-details-nav a {
  width: 25px;
  height: 48px;
  display: block;
  overflow: hidden;
}

#int-picture-w .pg-details-nav .pg-nav {
  position: absolute;
  width: 637px;
  top: -172px;
  text-align: center;
}

#box-p-details-w {
  background: url(images/box4fotodetails.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 292px;
  height: 430px;
  float: left;
}

#box-p-details-w > div, #int-p-details-w > div {
  padding: 10px 7px 5px 8px;
}

#int-p-details-w {
  background: url(images/box4-2fotodetails.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 264px;
  height: 403px;
}

#text-p-details-w {
  background: url(images/box4-3fotodetails.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 236px;
  height: 375px;
}

#int-picture-h .pg-details-nav {
  position: absolute;
  width: 637px;
  top: 278px;
}

#int-picture-h .pg-details-nav a {
  width: 25px;
  height: 48px;
  display: block;
  overflow: hidden;
}

#int-picture-h .pg-details-nav .pg-nav {
  position: absolute;
  width: 629px;
  top: -263px;
  text-align: center;
  margin-left: 4px;
}

#int-picture-h #pg-controls {
  position: absolute;
  width: 32px;
  bottom: 12px;
  right: 110px;
}

#box-p-details-h {
  background: url(images/box5fotodetails.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 292px;
  height: 613px;
  float: left;
}

#box-p-details-h > div, #int-p-details-h > div {
  padding: 10px 7px 5px 8px;
}

#int-p-details-h {
  background: url(images/box5-2fotodetails.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 264px;
  height: 586px;
}

#text-p-details-h {
  background: url(images/box5-3fotodetails.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 236px;
  height: 558px;
}

#p-details {
  padding: 14px 14px 14px 8px;
}

#p-details .box-avatar {
  background: url(images/box-avatar-small.png) no-repeat left top transparent;
  width: 50px;
  height: 50px;
  padding: 4px 7px 9px 6px;
  float: left;
  margin: 142px 0;
}

#p-details .box-avatar > div {
  overflow: hidden;
}

#p-details .box-avatar img {
  width: 50px;
}

#p-details .entry-info {
  float: left;
  width: 151px;
}

#p-details .entry-info span {
  display: block;
  text-transform: uppercase;
  margin: 2px 0 0 0;
}

#p-details .entry-info cufon[alt=" "] {
  display: none !important;
}

#p-details .entry-info .entry-author, #p-details .entry-info .entry-cat {
  margin-bottom: 10px;
}

.pg-details-nav .pg-prev img {
  margin-left: -4px;
}

.pg-details-nav .pg-next img {
  margin-left: -1px;
}

#pg-controls img {
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
}

#text-p-details-h #p-details .box-avatar {
  margin: 233px 0 234px 0;
}

/*** End Photogallery Details ***/
/*** Game Page ***/
#game-page-left {
  margin: 0 6px 0 0;
  width: 368px;
  float: left;
}

#box-result-match {
  background: url(images/box1game.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 355px;
  height: 159px;
}

#box-result-match > div, #int-result-match > div {
  padding: 10px 7px 5px 8px;
}

#int-result-match {
  background: url(images/box1-2game.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 327px;
  height: 132px;
}

#result-match {
  background: url(images/box1-3game.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 299px;
  height: 104px;
}

#result-match > div {
  padding: 14px 44px 7px 44px;
  height: 83px;
  text-align: center;
}

#result-match > div div {
  width: 94px;
  float: left;
}

#result-match > div div.middle {
  width: 23px;
  padding: 18px 0;
}

#result-match span.t-name {
  display: block;
  padding: 0 0 14px 0;
}

#result-match span.t-name.no-logo {
  padding: 0 0 15px 0;
}

.sub-title-game {
  background: url(images/bkg3title.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  height: 73px;
  width: 355px;
}

.sub-title-game > div, .int-sub-title-game > div {
  padding: 10px 7px 5px 8px;
}

.int-sub-title-game > div {
  height: 30px;
}

.int-sub-title-game {
  background: url(images/bkg3-2title.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  height: 45px;
  width: 327px;
}

.int-sub-title-game h1 {
  margin: 6px 0 7px 0;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
}

#box-rank-match, #box-matches-post {
  background: url(images/box2game.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 355px;
  height: 426px;
}

#box-rank-match > div, #int-rank-match > div, #box-matches-post > div, #int-matches-post > div {
  padding: 10px 7px 5px 8px;
}

#int-rank-match, #int-matches-post {
  background: url(images/box2-2game.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 327px;
  height: 399px;
}

#text-rank-match, #text-matches-post {
  background: url(images/box2-3game.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 299px;
  height: 371px;
}

#text-rank-match > div, #text-matches-post > div {
  margin: 10px;
  overflow: hidden;
  height: 351px;
}

#text-rank-match table {
  width: 100% !important;
}

#text-rank-match table tr td, #fancy_div table tr td {
  text-align: center;
}

#text-rank-match table tr td:first-child, #fancy_div table tr td:first-child {
  text-align: left;
}

#box-album-match {
  background: url(images/box3game.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 355px;
  height: 246px;
}

#box-album-match > div, #int-album-match > div {
  padding: 10px 7px 5px 8px;
}

#int-album-match {
  background: url(images/box3-2game.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 327px;
  height: 219px;
}

#text-album-match {
  background: url(images/box3-3game.png) no-repeat left top transparent;
  padding: 4px 7px 9px 6px;
  width: 299px;
  height: 191px;
}

#text-album-match a {
  display: block;
  width: 299px;
  height: 191px;
  overflow: hidden;
}

#text-matches-post a {
  display: block;
  margin: 0 0 7px 0;
  border-bottom: 1px solid #000;
}

#text-matches-post a p {
  display: block;
  max-height: 51px;
  overflow: hidden;
  margin: 0 0 7px 0;
}

#text-matches-post a p span {
  display: inline-block;
}

#text-matches-post a p span.center {
  width: 100%;
  text-align: center;
}

#text-matches-post a p span.left-match {
  width: 194px;
  margin-bottom: 3px;
}

#text-matches-post a p span.right-match {
  width: 85px;
  text-align: right;
}

#text-matches-post a.read-all {
  margin: 0;
  border: none;
  text-align: right;
  cursor: pointer;
  text-transform: capitalize;
}

#text-matches-post a.read-all span.hide {
  display: none;
}

#list-matches {
  display: none;
}

#list-matches h3 {
  width: 100%;
}

#list-matches a {
  display: block;
  height: 19px;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #000;
  color: #333 !important;
}

#list-matches span {
  display: inline-block;
  float: left;
}

#list-matches span.title-post-match {
  max-width: 235px;
  height: 19px;
  overflow: hidden;
  text-decoration: underline;
}

#list-matches span.sep {
  padding: 0 5px;
  height: 19px;
}

#list-matches span.clear {
  float: none;
  display: block;
}

/*** End Game Page ***/
/*** 404 ***/
.error404 {
  text-align: center;
}

.error404 h1 {
  margin: 20px 0 5px 0;
}

/*** End 404 ***/
/*** Group Page ***/
.groups-page .group-content strong {
  display: block;
  margin: 0 0 5px 0;
}

.groups-page .group-content p {
  margin: 0 0 5px 0;
}

.groups-page .group-content .box-desc {
  border-bottom: 1px solid;
  margin-bottom: 17px;
  padding-bottom: 10px;
}

/*** End Group Page ***/
/*** Sponsor Page ***/
.sponsor-page #content-page div.cantarell table {
  text-align: center;
  width: 913px;
}

.sponsor-page #content-page div.cantarell table td {
  width: 33%;
}

.sponsor-page #content-page div.cantarell img {
  max-width: 290px;
}

/*** End Sponsor Page ***/
/*** Events All Page ***/
#box-events-all {
  background: url("images/box-events-all1.png") no-repeat left top transparent;
  width: 990px;
  height: 1121px;
  padding: 5px 7px 9px 4px;
  margin: 0 0 0 2px;
}

#int-events-all {
  background: url("images/box-events-all2.png") no-repeat left top transparent;
  width: 961px;
  height: 1089px;
  padding: 5px 9px 12px 5px;
}

#box-events-all > div, #int-events-all > div {
  padding: 10px 7px 5px 8px;
}

#box-events-all .box-event {
  background: url("images/box-event-all.png") no-repeat left top transparent;
  width: 247px;
  height: 477px;
  float: left;
  margin: 10px 0 0 0;
  padding: 20px 23px 23px 20px;
}

#box-events-all .box-event-big {
  background: url("images/box-event-all-big.png") no-repeat left top transparent;
  width: 247px;
  height: 504px;
  margin: -3px 0 -14px 0;
  padding: 19px 23px 24px 20px;
}

#box-events-all .box-event a {
  display: block;
}

#box-events-all .box-event .top {
  height: 351px;
  margin: 0 0 10px 0;
  overflow: hidden;
}

#box-events-all .box-event-big .top {
  height: 378px;
}

#box-events-all .box-event .bottom {
  line-height: 18px;
  line-height: 14px\9;
  height: 116px;
  overflow: hidden;
}

#box-events-all .box-event .bottom p {
  margin: 0 0 3px 0;
  font-size: 16px;
  height: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#box-events-all .box-event .bottom p a, #box-events-all .box-event .bottom span {
  text-transform: uppercase;
}

#box-events-all .box-event .bottom p a {
  margin-top: 1px;
  float: left;
}

/*** End Events All Page ***/
#bannerOne {
  margin: 10px auto;
  width: 728px;
}

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

#newsletter-box.box-media-home {
  margin: 0 0 4px 0;
  padding: 14px;
  width: 274px;
  height: 148px;
}

#newsletter-box.box-media-home > div.border-radius {
  width: 274px;
  height: 148px;
}

#newsletter-box.box-media-home h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
}

#newsletter-box.box-media-home form {
  font-size: 0;
}

#newsletter-box.box-media-home input[type=text], #newsletter-box.box-media-home input[type=email] {
  background: none #FFFFFF;
  margin-top: 16px;
  padding: 3px 6px;
  border: 1px solid #AAAAAA;
  font-size: 14px;
  border-radius: 4px;
}

#newsletter-box.box-media-home input[type=email] {
  width: 260px;
}

#newsletter-box.box-media-home input[type=text] {
  width: 118px;
}

#newsletter-box.box-media-home input[name=name] {
  margin-right: 10px;
}

#newsletter-box.box-media-home input[type=submit] {
  display: inline-block;
  width: 80px;
  height: 24px;
  margin-top: 16px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}

#newsletter-box.box-media-home .field {
  display: inline-block;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  margin-top: 16px;
  vertical-align: middle;
}

#newsletter-box.box-media-home .field input {
  width: 14px;
  height: 14px;
  margin: 0;
  vertical-align: top;
}

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

#newsletter-box.box-media-home .field label a {
  display: inline;
  width: auto;
  height: auto;
}

#newsletter-box.box-media-home.small .field, #newsletter-box.box-media-home.small input[type=text], #newsletter-box.box-media-home.small input[type=email], #newsletter-box.box-media-home.small input[type=submit] {
  margin-top: 10px;
}

#newsletter-box.box-media-home.small .field {
  height: 28px;
  white-space: nowrap;
}

#newsletter-box.box-media-home.small .field .sep {
  display: block;
  height: 5px;
}

#newsletter-box.box-media-home.small .field label {
  white-space: normal;
}

#newsletter-box.box-media-home.small .field label.big {
  width: -webkit-calc(100% - 19px + 80px);
  width: calc(100% - 19px + 80px);
}

.standard-page #text-content-page a.fancybox.video, #text-right-col-single .entry-content a.fancybox.video {
  position: relative;
}

.standard-page #text-content-page a.fancybox.video:after, #text-right-col-single .entry-content 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;
}

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

.box-share .stArrow {
   vertical-align: top;
}

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