/*!
 * Theme Name: Demo
 * 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/css/default.css");
/*** Fonts ***/
@font-face {
  font-family: 'KleinSlabserifBoldRegular';
  src: url("fonts/kleinslabserif-bold-webfont.eot");
  src: url("fonts/kleinslabserif-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/kleinslabserif-bold-webfont.woff") format("woff"), url("fonts/kleinslabserif-bold-webfont.ttf") format("truetype"), url("fonts/kleinslabserif-bold-webfont.svg#KleinSlabserifBoldRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

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

@font-face {
  font-family: 'FranchiseRegular';
  src: url("fonts/franchise-bold-hinted-webfont.eot");
  src: url("fonts/franchise-bold-hinted-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/franchise-bold-hinted-webfont.woff") format("woff"), url("fonts/franchise-bold-hinted-webfont.ttf") format("truetype"), url("fonts/franchise-bold-hinted-webfont.svg#FranchiseRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

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

.klein-bold {
  font-family: 'KleinSlabserifBoldRegular',sans-serif;
  font-weight: normal;
}

.klein-light {
  font-family: 'KleinSlabserifLightRegular',sans-serif;
  font-weight: normal;
}

.klein-medium, #menu-footer li a {
  font-family: 'KleinSlabserifMediumRegular',sans-serif;
  font-weight: normal;
}

.franchise {
  /*font-family: 'FranchiseRegular',sans-serif;*/
  font-weight: normal;
  font-family: 'Oswald', sans-serif;
  visibility: hidden;
}

.helvetica-neue {
  font-family: 'HelveticaNeue', sans-serif;
}

/*** End Fonts ***/
/* Layout */
#bg-fixed {
  display: none;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #393334;
}

.wrap {
  width: 1000px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
}

.o80:hover, .o80:focus {
  opacity: 1;
}

#box-footer {
  height: 173px;
}

#box-header, #box-footer > div {
  height: 173px;
  background-image: url("images/bg-demo.png");
  min-width: 1000px;
}

#box-footer {
  padding-top: 8px;
}

#bg-header {
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 30px;
}

#bg-footer {
  top: 10px;
  left: -1000px;
  width: 100%;
  height: 30px;
}

#bg-footer2 {
  top: 10px;
  right: -1008px;
  width: 100%;
  height: 30px;
}

#line-header {
  height: 1px;
  width: 100%;
  left: 0;
  top: 66px;
}

#line-footer {
  /*background: url("images/dotted-h.png") repeat-x left top transparent;
  -webkit-background-size: 6px 1px;*/
  height: 1px;
  width: 100%;
  left: -999px;
  bottom: 67px;
}

#line-footer2 {
  /*background: url("images/dotted-h.png") repeat-x left top transparent;
  -webkit-background-size: 6px 1px;*/
  height: 1px;
  width: 100%;
  right: -1008px;
  bottom: 67px;
}

#wrap-box-title-header {
  padding: 0 8px;
  margin-left: -8px;
  width: 408px;
  height: 173px;
}

#wrap-box-title-header .shadow {
  height: 181px;
  padding: 0 8px;
}

#wrap-box-title-header .bg-color2.absolute {
  width: 392px;
  height: 193px;
}

#wrapper-page {
  margin: 8px auto 0 auto;
  width: 980px;
  min-height: 100px;
  padding: 22px 10px 10px 10px;
}

#line-white {
  width: 408px;
  height: 13px;
  left: 0;
  bottom: -2px;
}

#line-white2 {
  bottom: -12px;
  height: 12px;
  width: 450px;
  left: 0;
}

#wrap-box-title-header .shadow .relative {
  padding: 0 10px;
}

#header table {
  width: 372px;
}

#header table tr td {
  padding: 0;
}

#header table tr td.title {
  height: 114px;
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#header table tr td.last div {
  border-top: 1px solid #FFF;
}

#header h2 {
  font-size: 44px;
  line-height: 52px;
  max-height: 104px;
  overflow: hidden;
  padding: 0 0 6px 0;
}

#wrap-box-title-header p {
  font-size: 15px;
  line-height: 15px;
  border-bottom: 1px solid #333;
  border-top: 1px solid #FFF;
  padding: 6px 0;
  margin: 0;
}

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

#box-share {
  width: 584px;
  height: 30px;
  font-size: 14px;
}

#box-share p {
  margin: 0 6px 0 0;
  line-height: 30px;
}

#box-share a {
  display: block;
  margin: 5px 6px;
  width: 20px;
  height: 20px;
}

#footer {
  width: 1000px;
  height: 173px;
  padding: 0;
}

#wrap-box-site-info {
  padding: 0 8px;
  margin-right: -8px;
  width: 408px;
  height: 173px;
}

#wrap-box-site-info .shadow {
  height: 157px;
  padding: 8px;
}

#wrap-box-site-info .bg-color2.absolute {
  width: 392px;
  height: 157px;
}

#wrap-box-site-info .shadow .relative {
  padding: 8px;
  height: 141px;
}

#wrap-box-site-info .shadow .relative .bg-color2 {
  height: 125px;
  padding: 8px;
  font-size: 14px;
}

#wrap-box-site-info .shadow .relative .bg-white .company-info {
  padding: 0 0 10px 0;
}

#wrap-box-site-info .dsmart a:hover, #wrap-box-site-info .dsmart a:focus {
  text-decoration: underline;
}

/* Layout */
/* Menu */
#menu {
  border-left: 8px solid;
  height: 133px;
  width: 576px;
}

.sf-sub-indicator {
  display: none;
}

#menu ul {
  list-style-type: none;
  height: 27px;
  padding: 19px 0;
  margin: 0 0 1px 0;
}

#menu ul li {
  float: left;
  text-align: center;
  position: relative;
}

#menu ul.menu-r {
  margin: 0;
  float: right;
}

#menu ul a {
  font-size: 15px;
  display: block;
  position: relative;
  padding: 5px 6px 4px 6px;
  border: 1px solid transparent;
  position: relative;
  z-index: 2;
}

#menu > ul > li > a.sf-with-ul {
  border-bottom: none;
  padding-bottom: 1px;
}

#menu ul li ul {
  position: absolute;
  top: 28px;
  width: 170px;
  height: auto;
  padding: 0;
  z-index: 1;
  display: none;
}

#menu ul li ul li {
  float: none;
  width: 150px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: left;
  padding: 1px 10px;
}

#menu ul li ul li a {
  border: none;
  font-size: 13px;
}

#menu ul li ul li ul {
  left: 170px;
  top: -2px;
}

#menu-footer {
  margin: 0;
  width: 584px;
  height: 173px;
  list-style-type: none;
}

#menu-footer li {
  width: 40px;
  height: 173px;
  border-left: 1px solid #AbA7A8;
  float: left;
  position: relative;
}

#menu-footer li a {
  -webkit-transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform: rotate(-90deg);
  -moz-transform-origin: 50% 50%;
  -ms-transform: rotate(-90deg);
  -ms-transform-origin: 50% 50%;
  -o-transform: rotate(-90deg);
  -o-transform-origin: 50% 50%;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  white-space: nowrap;
  color: #FFF;
  position: absolute;
  font-size: 14px;
  top: 10px;
  left: 3px;
}

/* End Menu */
/* Blocks home */
.content-blocks-home {
  margin-bottom: 10px;
  font-size: 0;
  letter-spacing: 0;
  line-height: 1;
}

#matches, #games {
  border-top: 1px solid;
  width: 100%;
  height: 126px;
  margin: 0 auto;
  position: relative;
}

#matches .gradient-white, #games .gradient-white, #events .gradient-white {
  width: 100%;
  padding: 0 1px;
  position: relative;
  z-index: 1;
}

#matches .gradient-border, #games .gradient-border, #events .gradient-border {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#matches .gradient-border:last-child, #games .gradient-border:last-child, #events .gradient-border:last-child {
  left: auto;
  right: 0;
}

.box > h1, .box > h2, .box > h3, .box > h4 {
  min-height: 26px;
  line-height: 30px;
  font-size: 18px;
}

#matches .slide-win-prev, #matches .slide-win-next, #games .slide-win-prev, #games .slide-win-next {
  display: inline-block;
  width: 15px;
  height: 25px;
  padding: 34px 8px 35px 8px;
  background: url("images/dotted-v.png") repeat-y right top transparent;
  -webkit-background-size: 1px 6px;
  opacity: 0.8;
}

#matches .slide-win-next, #games .slide-win-next {
  background-position: left top;
}

#games .slide-win-prev, #games .slide-win-next {
  padding: 34px 7px 35px 7px;
}

#matches .slide-win-prev:hover, #matches .slide-win-next:hover, #games .slide-win-prev:hover, #games .slide-win-next:hover {
  opacity: 1;
}

#matches .slide-win-prev.inactive, #matches .slide-win-next.inactive, #games .slide-win-prev.inactive, #games .slide-win-next.inactive {
  opacity: 0.3 !important;
}

#matches .slide-win-prev.inactive > div, #matches .slide-win-next.inactive > div, #games .slide-win-prev.inactive > div, #games .slide-win-next.inactive > div {
  cursor: default;
}

#matches .matches-wrapper, #games .matches-wrapper {
  display: inline-block;
  width: 912px;
  height: 94px;
  overflow: hidden;
}

#games .matches-wrapper {
  width: 915px;
}

#matches .matches-wrapper > div, #games .matches-wrapper > div {
  position: relative;
}

#matches .match-wrapper, #games .match-wrapper {
  width: 100px;
  height: 80px;
  padding: 7px;
  cursor: pointer;
  display: block;
}

.games-bar#matches .match-wrapper, .games-bar#games .match-wrapper {
  width: 169px;
}

.games-bar#games .match-wrapper.small-bar {
  padding: 7px 9px 7px 8px;
}

#matches .match-wrapper span, #games .match-wrapper span {
  display: block;
}

#games .match-wrapper span.name {
  padding: 0 5px;
  line-height: 42px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#matches .match-wrapper span.first, #games .match-wrapper span.first {
  overflow: hidden;
  height: 21px;
}

#matches .match-wrapper .shadow6, #games .match-wrapper .shadow6 {
  width: 100%;
  height: 80px;
  font-size: 14px;
}

#matches .match-wrapper .shadow6 > div.absolute, #games .match-wrapper .shadow6 > div.absolute {
  background: url("images/shade_gamesbar.png") no-repeat right top transparent;
  -webkit-background-size: 67px 68px;
  width: 67px;
  height: 68px;
  right: 3px;
  top: 3px;
}

#matches .match-wrapper .shadow6 > div.relative > div, #games .match-wrapper .shadow6 > div.relative > div {
  padding: 0 5px;
}

#matches .match-label, #matches .match-bottom, #games .match-label, #games .match-bottom {
  height: 19px;
  line-height: 20px;
}

#matches .match-top, #games .match-top {
  height: 42px;
  line-height: 21px;
  overflow: hidden;
}

#matches .match-top .relative, #games .match-top .relative {
  padding: 0 5px;
}

#matches table, #games table {
  width: 100%;
  height: 100%;
}

#matches td, #games td {
  padding: 0;
}

#games td {
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
}

#matches .match-top .fg2, #games .match-top .fg2 {
  right: 5px;
  display: inline;
}

#matches .match-top .textcenter, #games .match-top .textcenter {
  font-size: 12px;
}

#events {
  border-top: 1px solid;
  width: 100%;
  height: 480px;
  margin: 0 auto;
  position: relative;
}

#box-events {
  padding: 7px 9px 0 9px;
}

#box-events *, #carousel-events-all * {
  box-sizing: border-box;
}

#box-events ul, #carousel-events-all ul {
  width: 100%;
  font-size: 0;
}

#box-events li, #carousel-events-all li {
  width: 100%;
}

#box-events .event-block {
  display: inline-block;
  width: 19%;
  height: 100%;
  padding: 0 7px 0 1px;
  margin: 0 1% 0 0;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}

#box-events .event-block:nth-child(3) {
  width: 20%;
}

#box-events .event-block.last {
  margin-right: 0;
}

#carousel-events-all .event-block {
  display: inline-block;
  width: 32%;
  height: 100%;
  padding: 0 7px 0 1px;
  margin: 0 1% 0 0;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}

#carousel-events-all .event-block:nth-child(3n+2) {
  width: 33%;
}

#carousel-events-all .event-block:nth-child(3n) {
  margin-right: 0;
}

#box-events .event-block span, #carousel-events-all .event-block span {
  display: block;
}

#box-events .event-block .left-event-block, #carousel-events-all .event-block .left-event-block, .box-search .gradient-border {
  width: 1px;
  height: 100%;
}

#box-events .event-block .left-event-block, #carousel-events-all .event-block .left-event-block {
  position: absolute;
  top: 0;
  left: 0;
}

#box-events .event-block .middle-event-block, #carousel-events-all .event-block .middle-event-block {
  width: 100%;
  height: 100%;
  padding: 7px 0 7px 7px;
  border-bottom: 1px solid;
}

#box-events .event-block .top-event, #carousel-events-all .event-block .top-event {
  height: 21px;
  line-height: 21px;
  margin-bottom: 7px;
}

#box-events .event-block .wrap-event-img, #carousel-events-all .event-block .wrap-event-img {
  width: 100%;
  height: 156px;
  overflow: hidden;
  margin-bottom: 7px;
}

#box-events .event-block .info-event, #carousel-events-all .event-block .info-event {
  padding: 7px;
  width: 100%;
  height: 66px;
}

#box-events .event-block .info-event h3, #carousel-events-all .event-block .info-event h3 {
  height: 30px;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#box-events .event-block .info-event p, #carousel-events-all .event-block .info-event p {
  margin: 0;
}

#box-events .event-block .desc-event, #carousel-events-all .event-block .desc-event {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 159px;
  overflow: hidden;
  line-height: 19px;
  padding: 7px 7px 0 7px;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box-home {
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid;
  width: 49.5%;
  overflow: hidden;
  margin: 0 0.5%;
  position: relative;
}

.box-home:first-child {
  margin-left: 0;
}

.box-home:last-child {
  margin-right: 0;
}

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

.box-home:before {
  content: '';
  display: block;
  margin-top: 90%;
}

.box-home > div, .box-home > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

#articles .content-box-home {
  width: 100%;
  height: auto;
  padding: 0 10px 30px 10px;
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 0;
}

#articles .article {
  height: -webkit-calc(33% - 1px);
  height: calc(33% - 1px);
  padding: 11px 0;
}

#articles .article:nth-child(2) {
  height: -webkit-calc(34% - 1px);
  height: calc(34% - 1px);
}

#articles .article-sep {
  background: url("images/dotted-h.png") repeat-x left bottom transparent;
  -webkit-background-size: 6px 1px;
  height: 1px;
}

#articles .article a:hover, #notices .notice a:hover, #box-news .shadow a:hover {
  text-decoration: underline;
}

#articles .article .box-article-photo {
  display: inline-block;
  width: 16%;
  margin: 0 2% 0 0;
  position: relative;
  vertical-align: top;
}

#articles .article .box-article-photo:before {
  content: '';
  display: block;
  margin-top: 100%;
}

#articles .article .box-article-photo a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

#articles .article .box-article-photo a img {
  width: 100%;
}

#articles .article p, #notices .notice p {
  display: inline-block;
  width: 82%;
  height: 68px;
  margin: 0;
  font-size: 13px;
  line-height: 17px;
  overflow: hidden;
  vertical-align: top;
}

#articles .article p span, #notices .notice p strong {
  font-size: 14px;
}

#articles .bg-white {
  top: 0;
  width: 100%;
  height: 373px;
  left: 0;
}

#articles .gradient-under-btn {
  padding: 3px 0 0 0;
}

#articles .addthis_toolbox, #articles .new-share-box {
  margin-top: 9px;
}

#articles .stButton .st-twitter-counter, #articles .st_twitter_hcount .stButton_gradient {
  height: 22px;
}

#articles .box-share > span.relative {
  margin-right: 0;
}

#video-home .top {
  left: 0;
  top: 0;
}

#video-home .bottom {
  right: 0;
  bottom: 0;
}

#video-home .label-media-top {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 110px 110px 0 0;
  border-color: transparent;
}

#video-home .label-media-top strong {
  position: absolute;
  z-index: 2;
  left: 8px;
  top: -104px;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
}

html.csstransforms #video-home .label-media-top strong {
  width: 120px;
  left: -15px;
  top: -73px;
  font-size: 14px;
  text-align: center;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#notices .content-box-home {
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  position: absolute;
  top: 30px;
  bottom: 0;
}

#notices .notice {
  height: 60px;
  height: -webkit-calc(20% - 10px);
  height: calc(20% - 10px);
  margin: 0 10px;
  font-size: 0;
}

#notices .notice:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

#notices .notice > a {
  display: block;
  height: 35px;
}

#notices .notice p {
  width: 100%;
  height: 35px;
  vertical-align: middle;
}

#notices .notice p span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#notices .notice-sep .top, #notices .notice-sep .bottom {
  background: url("images/dotted-h.png") repeat-x left top transparent;
  height: 1px;
  -webkit-background-size: 6px 1px;
  margin: 0 10px;
}

#notices .notice-sep .bottom {
  margin-top: 8px;
}

#notices .gradient-under-btn {
  padding: 6px 0 0 0;
  width: 100%;
  bottom: 0;
}

#event-home .content-box-home {
  width: 100%;
  margin-top: 0;
  position: absolute;
  top: 31px;
  bottom: 0;
  left: 0;
}

#event-home .bg-white {
  width: 100%;
  height: 100%;
}

#event-home .event {
  height: 100%;
  padding: 12px 10px;
}

#event-home .box-locandina {
  display: inline-block;
  width: 40%;
  height: 100%;
  overflow: hidden;
  vertical-align: top;
}

#event-home .info-event {
  display: inline-block;
  width: 60%;
  padding: 10px 0 0 10px;
  vertical-align: top;
}

#event-home .info-event h3 {
  font-size: 16px;
  line-height: 20px;
  background: url("images/dotted-h.png") repeat-x left bottom transparent;
  -webkit-background-size: 6px 1px;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}

#event-home .info-event p {
  background: url("images/dotted-h.png") repeat-x left bottom transparent;
  -webkit-background-size: 6px 1px;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  line-height: 18px;
  font-size: 14px;
}

#event-home .info-event p.last {
  background: none;
}

#event-home .gradient-under-btn {
  width: 180%;
  padding: 6px 0 0 0;
  margin-left: -40%;
}

#event-home .box-share.br-color {
  margin-top: -1px;
  padding-bottom: 10px;
  border-top: 1px solid;
  position: relative;
}

#event-home .box-share.br-color .gradient-border {
  position: absolute;
  top: 0;
  left: 0;
}

#event-home .box-share.br-color .gradient-border:last-child {
  right: 0;
  left: auto;
}

#event-home .box-share .addthis_toolbox > span {
  margin: 10px 0 0 0;
  float: none;
}

#event-home .box-share .new-share-box > a, #event-home .box-share .new-share-box > span {
  margin: 10px 0 0 0;
}

#event-home .stButton .st-twitter-counter, #event-home .st_twitter_hcount .stButton_gradient {
  height: 22px;
}

#event-home .box-share .gradient-white {
  width: 100%;
  padding: 0 11px;
}

#event-home .box-share .copy-button {
  height: 22px;
}

#event-home .box-share .copy-button > span {
  height: 22px;
  line-height: 22px;
}

#rankings .content-box-home {
  width: 100%;
  height: auto;
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 0;
}

#rankings table {
  width: 100%;
  font-size: 14px;
}

#rankings table th {
  text-align: center;
  text-transform: capitalize;
}

#rankings table td {
  text-align: center;
}

#rankings table td:first-child, #rankings table th:first-child {
  text-align: left;
}

#rankings select {
  margin: 10px 0 0 0;
  font-size: 14px;
  width: 50%;
  height: 24px;
  text-transform: capitalize;
}

#content-rank-home {
  width: 100%;
  padding: 10px;
  overflow: auto;
  position: absolute;
  top: 34px;
  left: 0;
  bottom: 0;
}

#content-rank-home h4 {
  padding: 10px 0;
  margin-bottom: 10px;
}

#content-rank-home .rank-team > a {
  display: block;
  height: 100%;
}

#sponsors .content-box-home {
  height: 393px;
  width: 100%;
  height: auto;
  padding: 10px 10px 30px 10px;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  position: absolute;
  top: 30px;
  bottom: 0;
}

#sponsors .gradient-under-btn {
  width: 100%;
  padding: 6px 0 0 0;
  bottom: 0;
  left: 0;
}

#sponsors .sponsor {
  background-color: #FFFFFF;
  display: inline-block;
  padding: 10px;
  border: 1px solid;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  line-height: 1;
  overflow: hidden;
}

#sponsors .sponsor:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

#sponsors .sponsor img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

#sponsors .sponsors-1 .sponsor {
  width: 100%;
  height: 100%;
  height: -webkit-calc(100% - 10px);
  height: calc(100% - 10px);
}

#sponsors .sponsors-2 .sponsor {
  width: 100%;
  height: 49%;
  height: -webkit-calc(50% - 10px);
  height: calc(50% - 10px);
}

#sponsors .sponsors-2 .sponsor:first-child {
  margin-bottom: 10px;
}

#sponsors .sponsors-3 .sponsor {
  width: 49%;
  height: 49%;
  height: -webkit-calc(50% - 10px);
  height: calc(50% - 10px);
  margin: 0 1%;
}

#sponsors .sponsors-3 .sponsor:first-child {
  width: 100%;
  margin: 0 0 10px 0;
}

#sponsors .sponsors-3 .sponsor:nth-child(2) {
  margin-left: 0;
}

#sponsors .sponsors-3 .sponsor:nth-child(3) {
  margin-right: 0;
}

#sponsors .sponsors-4 .sponsor {
  width: 49%;
  height: 49%;
  height: -webkit-calc(50% - 10px);
  height: calc(50% - 10px);
  margin: 0 1%;
}

#sponsors .sponsors-4 .sponsor:nth-child(1), #sponsors .sponsors-4 .sponsor:nth-child(2) {
  margin-bottom: 10px;
}

#sponsors .sponsors-4 .sponsor:nth-child(odd) {
  margin-left: 0;
}

#sponsors .sponsors-4 .sponsor:nth-child(even) {
  margin-right: 0;
}

#sponsors .sponsors-5 .sponsor {
  width: 32%;
  height: 49%;
  height: -webkit-calc(50% - 10px);
  height: calc(50% - 10px);
  margin: 0 1%;
}

#sponsors .sponsors-5 .sponsor:first-child {
  width: 49%;
  margin-left: 0;
  margin-bottom: 10px;
}

#sponsors .sponsors-5 .sponsor:nth-child(2) {
  width: 49%;
  margin-right: 0;
  margin-bottom: 10px;
}

#sponsors .sponsors-5 .sponsor:nth-child(3) {
  margin-left: 0;
}

#sponsors .sponsors-5 .sponsor:nth-child(5) {
  margin-right: 0;
}

#sponsors .sponsors-6 .sponsor {
  width: 32%;
  height: 49%;
  height: -webkit-calc(50% - 10px);
  height: calc(50% - 10px);
  margin: 0 1%;
}

#sponsors .sponsors-6 .sponsor:nth-child(3n+1) {
  margin-left: 0;
}

#sponsors .sponsors-6 .sponsor:nth-child(3n) {
  margin-right: 0;
}

#sponsors .sponsors-6 .sponsor:nth-child(1), #sponsors .sponsors-6 .sponsor:nth-child(2), #sponsors .sponsors-6 .sponsor:nth-child(3) {
  margin-bottom: 10px;
}

#sponsors .sponsors-7 .sponsor {
  width: 32%;
  height: 31%;
  margin: 1%;
}

#sponsors .sponsors-7 .sponsor:first-child {
  width: 100%;
  margin: 0 0 1% 0;
}

#sponsors .sponsors-7 .sponsor:nth-child(3n+2) {
  margin-left: 0;
}

#sponsors .sponsors-7 .sponsor:nth-child(3n+4) {
  margin-right: 0;
}

#sponsors .sponsors-7 .sponsor:nth-child(5), #sponsors .sponsors-7 .sponsor:nth-child(6), #sponsors .sponsors-7 .sponsor:nth-child(7) {
  margin-bottom: 0;
}

#sponsors .sponsors-8 .sponsor {
  width: 32%;
  height: 31%;
  margin: 1%;
}

#sponsors .sponsors-8 .sponsor:first-child {
  width: 49%;
  margin: 0 1% 1% 0;
}

#sponsors .sponsors-8 .sponsor:nth-child(2) {
  width: 49%;
  margin: 0 0 1% 1%;
}

#sponsors .sponsors-8 .sponsor:nth-child(3n+3) {
  margin-left: 0;
}

#sponsors .sponsors-8 .sponsor:nth-child(3n+5) {
  margin-right: 0;
}

#sponsors .sponsors-8 .sponsor:nth-child(6), #sponsors .sponsors-8 .sponsor:nth-child(7), #sponsors .sponsors-8 .sponsor:nth-child(8) {
  margin-bottom: 0;
}

#sponsors .sponsors-9 .sponsor {
  width: 32%;
  height: 31%;
  margin: 1%;
}

#sponsors .sponsors-9 .sponsor:nth-child(3n+1) {
  margin-left: 0;
}

#sponsors .sponsors-9 .sponsor:nth-child(3n) {
  margin-right: 0;
}

#sponsors .sponsors-9 .sponsor:nth-child(7), #sponsors .sponsors-9 .sponsor:nth-child(8), #sponsors .sponsors-9 .sponsor:nth-child(9) {
  margin-bottom: 0;
}

/* End Blocks home */
/* Homepage */
.btn-left {
  width: 106px;
  height: 31px;
  padding: 0;
  display: block;
  margin: 0 8px;
  text-align: center;
}

.btn-middle {
  width: 222px;
  height: 31px;
  padding: 0;
  display: block;
  text-align: center;
}

.btn-right {
  width: 106px;
  height: 31px;
  padding: 0;
  display: block;
  margin-top: 5px;
  text-align: center;
}

#top-home {
  margin-bottom: 10px;
}

#top-home #slideshow {
  width: 63%;
  height: 350px;
  float: right;
}

#top-home .featured,
#top-home #featured-slideshow,
#top-home .featured-slideshow-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#top-home .featured-slideshow-inner a img {
  max-width: none;
}

#left-top-home {
  box-sizing: border-box;
  width: 37%;
  padding-right: 10px;
}

#box-login {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 8px;
  border: 1px solid;
  font-size: 18px;
}

#box-login.small {
  height: 50px;
}

#box-login ul {
  list-style-type: none;
}

#box-login a {
  text-transform: capitalize;
  cursor: pointer;
  line-height: 31px;
  font-size: 17px;
}

#box-login .content-btns {
  font-size: 0;
}

#box-login .content-btns > * {
  box-sizing: border-box;
  display: inline-block;
  width: 49%;
  margin: 0;
}

#box-login .btn-middle {
  width: 100%;
}

#box-login .btn-left {
  margin: 0 2% 0 0;
}

#box-login .tel {
  padding: 8px 0 0 0;
}

#box-login .tel span {
  display: inline-block;
  padding-left: 34px;
  height: 29px;
  line-height: 29px;
  background: url("images/phone.png") no-repeat left top transparent;
  -webkit-background-size: 29px 29px;
}

#box-login div.floatleft a {
  display: block;
}

#box-subscribe {
  margin-bottom: 10px;
  padding: 8px;
  border: 1px solid;
}

#box-subscribe h3 {
  padding: 0 0 2px 0;
  font-size: 15px;
  height: 19px;
}

#box-subscribe a {
  line-height: 34px;
  font-size: 16px;
}

#box-subscribe .content-btns {
  font-size: 0;
}

#box-subscribe .content-btns > a {
  box-sizing: border-box;
  display: inline-block;
  width: 49%;
  margin: 0;
}

#box-subscribe .content-btns .btn-left {
  margin: 0 2% 0 0;
}

#box-subscribe .content-btns .btn-middle {
  width: 100%;
}

#box-news {
  border: 1px solid;
  overflow: hidden;
}

#box-news .shadow {
  margin-top: 3px;
  padding: 10px 10px 33px 10px;
}

#box-news .shadow .gradient-under-btn {
  width: 100%;
  bottom: 0;
  left: 0;
}

#box-news .shadow h4 {
  font-size: 14px;
  height: 16px;
  overflow: hidden;
}

#box-news .shadow p.small {
  font-size: 12px;
  margin: 5px 0;
}

#box-news .shadow .desc {
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
}

/* End Homepage */
/* Slideshow */
/* End Slideshow */
/* Events archive */
#small-col {
  width: 302px;
  min-height: 1px;
}

#big-col {
  width: 666px;
  min-height: 1px;
  border: 1px solid;
}

#box-carousel-events-all {
  margin-top: 3px;
}

#carousel-events-all {
  height: 910px;
  overflow: hidden;
  list-style-type: none;
  position: relative;
}

#carousel-events-all ul {
  position: absolute;
}

#carousel-events-all li {
  height: 455px;
  margin: 0;
  padding: 7px;
}

#ui-datepicker-div {
  display: none;
}

#calendar-search {
  border: 1px solid;
  margin-bottom: 10px;
}

#datepicker {
  padding: 10px;
  font-size: 12px;
}

#datepicker .ui-datepicker {
  box-sizing: border-box;
  width: 100%;
}

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

#datepicker .ui-state-highlight, #datepicker .ui-widget-content .ui-state-highlight, #datepicker .ui-widget-header .ui-state-highlight {
  color: #FFFFFF !important;
  background-image: none !important;
  background-color: #393334 !important;
  border: 1px solid #ABA7A8;
}

.gf, #datepicker td.highlight a, .get-directions-submit, a.btn-download-file {
  background-color: #FECC00 !important;
  color: #393334 !important;
  background-image: none !important;
}

/* End Events archive */
/* Event Page */
#box-single-event {
  margin-top: 3px;
}

#nav-events a {
  font-size: 14px;
  margin-top: 7px;
  margin-bottom: 10px;
}

#nav-events a.floatleft, #nav-events a.floatright {
  width: 124px;
}

#box-single-event .line-title.top {
  margin: -5px 0 15px 0;
}

#box-single-event .line-title.bottom {
  margin: 15px 0 10px 0;
}

#box-single-event .box-img {
  float: right;
  width: 40%;
  margin: 0 0 10px 10px;
}

#box-single-event .box-img img {
  width: 100%;
}

#box-single-event .event-details {
  padding: 0 10px;
}

#box-single-event .event-details h3 {
  font-size: 16px;
  margin: 0 0 20px 0;
}

#box-single-event .event-details p {
  margin: 0 0 10px 0;
  font-size: 14px;
}

#box-single-event .event-details a:hover, #box-single-event .event-details a:focus {
  text-decoration: underline;
}

#box-single-event .event-details .box-attach {
  margin: 20px 0 0 0;
  font-size: 13px;
}

#box-single-event .event-details .box-attach p {
  margin: 0;
  font-size: 13px;
}

#box-single-event .event-details .box-attach a:hover {
  text-decoration: underline;
}

#box-single-event .box-share-event {
  padding: 0 10px 10px 10px;
}

.center-share .addthis_toolbox > a {
  display: inline-block !important;
  float: none;
}

#other-events {
  border: 1px solid;
}

#wrap-carousel-other-events {
  padding: 26px 0;
  position: relative;
}

#carousel-other-events {
  height: 344px;
  padding: 0 8px;
  overflow: hidden;
}

#carousel-other-events ul {
  position: relative;
}

#carousel-other-events li {
  height: 115px;
  margin: 0;
  list-style-type: none;
}

#carousel-other-events li > a {
  background: url("images/dotted-h.png") repeat-x left bottom transparent;
  -webkit-background-size: 6px 1px;
  height: 100%;
  display: block;
}

#carousel-other-events li h4 {
  line-height: 25px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#carousel-other-events li .box-img {
  width: 29%;
  overflow: hidden;
  margin: 0 2% 0 0;
  display: block;
  position: relative;
}

#carousel-other-events li .box-img:before {
  content: '';
  display: block;
  margin-top: 100%;
}

#carousel-other-events li .box-img .wrap-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#carousel-other-events li .info {
  width: 69%;
  font-size: 11px;
  padding: 1px 0;
  line-height: 20px;
  display: block;
}

#carousel-other-events li .info > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#carousel-other-events li .info span.big {
  font-size: 13px;
}

#wrap-carousel-other-events .jcarousel-control-prev, #wrap-carousel-other-events .jcarousel-control-next {
  width: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

#wrap-carousel-other-events .jcarousel-control-next {
  top: auto;
  bottom: 0;
}

/* Event Page */
/* Archive Posts */
.box-post {
  min-height: 122px;
  display: block;
}

.box-post a:hover {
  text-decoration: underline;
}

.box-post .post {
  padding: 10px 0;
  margin: 0 10px;
  min-height: 102px;
  background: url("images/dotted-h.png") repeat-x left bottom transparent;
  -webkit-background-size: 6px 1px;
}

.box-post .post .box-img-post {
  display: inline-block;
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin-right: 10px;
}

.desc-post {
  font-size: 13px;
  line-height: 17px;
}

.desc-post h3 {
  font-size: 16px;
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.desc-post > p {
  font-size: 12px;
  margin: 0;
}

.desc-post .desc {
  min-height: 34px;
}

.bottom-post {
  padding: 10px 0 0 0;
}

#btn-other-articles, #btn-other-albums {
  max-width: 500px;
  margin: 10px auto 0 auto;
}

#btn-other-articles a.o40, #btn-other-albums a.o40 {
  cursor: default;
}

#btn-other-articles .bg-white {
  left: -122px;
  top: -11px;
  width: 744px;
  height: 1px;
}

#loading-articles, #loading-albums {
  padding: 10px 0 7px 0;
  margin-bottom: -6px;
}

#loading-articles .absolute, #loading-albums .absolute {
  left: 50%;
  top: 12px;
  width: 64px;
  margin-left: -32px;
  color: #FFF;
}

.box-search {
  border-top: 1px solid;
  overflow: hidden;
  font-size: 13px;
  margin-bottom: 10px;
}

.box-search .middle-search {
  width: 100%;
}

.box-search .left {
  left: 0;
  top: 0;
}

.box-search .right {
  right: 0;
  top: 0;
}

#search-articles {
  padding: 7px 7px 0 7px;
}

#search-articles-submit {
  border: none;
  cursor: pointer;
}

#input-search-articles {
  background: none;
  width: 280px;
  margin: 0;
}

.box-search ul {
  padding: 7px 7px 0 0;
  margin: 0 0 0 26px;
  line-height: 17px;
}

.cat-item:first-letter {
  text-transform: uppercase;
}

.cat-item a:hover, .box-search ul.capitalize a:hover {
  text-decoration: underline;
}

#articles_navigation a {
  display: inline-block;
  padding: 3px 6px;
  margin: 0 4px;
  font-size: 12px;
}

#articles_navigation {
  padding: 20px 0 10px 0;
}

#articles_navigation .hellip {
  display: inline-block;
  margin: 0 4px;
  font-size: 13px;
}

/* End Archive Posts */
/* Single Page */
#box-single-post .box-description {
  padding: 10px;
}

#box-single-post .box-description h3 {
  margin: 0;
  font-size: 16px;
}

#box-single-post .box-description > p {
  margin: 5px 0 15px 0;
  font-size: 12px;
}

#box-single-post .box-description > p a:hover, #box-single-post .box-description > p a:focus {
  text-decoration: underline;
}

#box-single-post .box-description .desc {
  font-size: 14px;
  line-height: 17px;
}

#box-single-post .box-description .desc p {
  margin: 0 0 10px 0;
}

#box-single-post .box-description .desc ul {
  margin: 0 0 10px 27px;
  list-style-type: disc;
}

#box-single-post .box-description .desc ol {
  margin: 0 0 10px 27px;
  list-style-type: decimal;
}

#box-single-post .box-description .desc h1 {
  width: 100%;
  margin: 0 0 10px 0;
  line-height: 1.2em;
}

#box-single-post .box-description .desc h2 {
  width: 100%;
  margin: 0 0 10px 0;
  line-height: 1.2em;
}

#box-single-post .box-description .desc h3 {
  width: 100%;
  margin: 0 0 10px 0;
  line-height: 1.2em;
}

#box-single-post .box-description .desc h4 {
  width: 100%;
  margin: 0 0 10px 0;
  line-height: 1.2em;
}

#box-single-post .box-description .desc .addthis_toolbox, #box-page-standard .desc .addthis_toolbox,
#box-single-post .box-description .desc .new-share-box, #box-page-standard .desc .new-share-box {
  margin: 10px 0;
  text-align: center;
}

#box-single-post .box-description .desc .addthis_toolbox > a, #box-page-standard .desc .addthis_toolbox > a {
  display: inline-block !important;
  float: none;
}

#box-related_posts {
  border: 1px solid;
}

#box-related_posts .shadow {
  padding: 7px 0 36px 0;
  position: relative;
}

#box-related_posts .box-related_post {
  font-size: 13px;
  line-height: 17px;
  height: 118px;
  padding: 0 7px;
}

#box-related_posts .box-related_post > div {
  background: url("images/dotted-h.png") repeat-x left bottom transparent;
  -webkit-background-size: 6px 1px;
  padding: 7px 0;
  display: block;
}

#box-related_posts .box-related_post h4 {
  font-size: 16px;
  line-height: 19px;
  overflow: hidden;
}

#box-related_posts .box-related_post a:hover {
  text-decoration: underline;
}

#box-related_posts .box-related_post > div > p {
  font-size: 12px;
  margin: 0;
}

#box-related_posts .box-related_post .desc {
  height: 68px;
  overflow: hidden;
  display: block;
}

#box-related_posts .gradient-under-btn {
  width: 500px;
  margin: 0 0 0 -250px;
  position: absolute;
  bottom: 0;
  left: 50%;
}

#box-related_posts .gradient-under-btn .bg-white {
  height: 1px;
  width: 100%;
  top: -6px;
}

.single-page .bottom-content {
  padding-top: 10px;
}

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

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

.single-page form {
  background: none;
  resize: none;
  padding: 9px;
  border: 3px solid #f2f2f2;
}

.single-page textarea {
  background: none;
  margin: 0;
  width: 100%;
  height: 15px;
  resize: none;
  padding: 0;
  border: none;
}

.single-page input[type=submit] {
  display: none;
  margin: 5px 0 0 5px;
  border: none;
  right: 21px;
  cursor: pointer;
}

.box-link-login-comments {
  height: 40px;
  line-height: 41px;
  padding: 0 10px;
  font-size: 13px;
}

.box-link-login-comments a:hover {
  text-decoration: underline;
}

.comments-content {
  list-style-type: none;
}

.comments-content .reply {
  margin: 8px 0 0 0;
}

.comments-content li {
  padding: 10px;
  border-bottom: 1px solid #BEBEBE;
  font-size: 13px;
  color: #7B7979;
}

.comments-content li a {
  color: #393334;
}

.comments-content ul {
  list-style-type: none;
}

.comments-content ul li {
  padding-right: 0;
  border-left: 10px solid #BEBEBE;
}

.comments-content ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

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

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

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

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

.comments-content p {
  display: inline;
}

.single-page h1 {
  word-wrap: break-word;
}

/* End Single Page */
/* Location Page */
.location-page #big-col {
  border: none;
}

.location-page #big-col > div {
  border-top: 1px solid;
}

.location-page #big-col .gradient-white {
  margin: 0 1px;
}

.location-page #big-col .gradient-border.left {
  left: 0;
  top: 0;
  float: none;
}

.location-page #big-col .gradient-border.right {
  right: 0;
  top: 0;
  float: none;
}

.location-page #big-col .gradient-white > .shadow {
  padding: 10px 10px 0 10px;
}

#map_wrapper {
  width: 52%;
  height: 294px;
  border: 1px solid #AbA7A8;
  background-color: #FFFFFF;
  box-sizing: border-box;
}

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

#box-location-info {
  padding-bottom: 10px;
  box-sizing: border-box;
}

#info-location {
  width: 48%;
  margin: 0;
  padding-right: 10px;
  font-size: 14px;
  box-sizing: border-box;
}

#info-location h3 {
  font-size: 16px;
}

#info-location h3.second {
  margin-top: 10px;
}

#info-location p {
  margin: 0 0 10px 0;
}

#info-location .line-title {
  width: 160%;
  margin-left: -30%;
}

#info-location label {
  margin-top: 10px;
  display: block;
}

#get-directions-submit {
  width: 22%;
  margin: 1px 0 0 0;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}

#box-route-info {
  margin: 10px 0 0 0;
  display: none;
  font-size: 13px;
}

#start_route {
  background-image: none;
  width: 75%;
  box-sizing: border-box;
}

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

.box-sidebar {
  border-top: 1px solid;
  margin-bottom: 10px;
}

.box-sidebar .gradient-white {
  margin: 0 1px;
}

.box-sidebar .gradient-white > .shadow {
  padding: 10px;
}

.box-sidebar .gradient-border.left {
  left: 0;
  top: 0;
}

.box-sidebar .gradient-border.right {
  right: 0;
  top: 0;
}

#box-sponsors-sidebar .sponsor {
  width: 278px;
  border: 1px solid;
  margin: 0 0 10px 0;
  overflow: hidden;
}

#box-sponsors-sidebar .sponsor.last {
  margin-bottom: 0;
}

#box-sponsors-sidebar .sponsor img {
  width: 278px;
}

/* End Location Page */
/* Notices Page */
#box-notices {
  padding-top: 10px;
}

#box-notices > h2 {
  text-align: center;
  padding: 0 0 17px 0;
}

.notices-page .notice {
  background: url("images/dotted-h.png") repeat-x left bottom transparent;
  -webkit-background-size: 6px 1px;
  margin: 0 10px 10px 10px;
  padding: 0 0 10px 110px;
  font-size: 0;
  position: relative;
}

.notices-page .notice .box-avatar {
  display: inline-block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
}

.notices-page .notice .box-avatar img {
  width: 100%;
}

.notices-page .notice .info-notice {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  vertical-align: top;
}

.notices-page .notice .info-notice h3 {
  margin: 0 0 10px 0;
  font-size: 16px;
}

.notices-page .notice .info-notice p {
  margin: 0 0 10px 0;
}

#box-search-sidebar form input[type=text] {
  border: 1px solid;
  background-image: none;
  margin: 0;
  width: 243px;
  padding-right: 32px;
}

#box-search-sidebar form input[type=submit] {
  background: url("images/ico-search.jpg") no-repeat 5px 1px transparent;
  -webkit-background-size: 14px 17px;
  width: 27px;
  height: 20px;
  border: none;
  margin: 0;
  padding: 0;
  top: 1px;
  right: 1px;
  text-indent: -9999px;
  border-left: 1px solid;
  cursor: pointer;
}

/* End Notices Page */
/* Contacts Page */
#message-box {
  display: none;
}

#box-contacts > h2 {
  text-align: center;
  padding: 15px 0 18px 0;
}

.contacts-page #box1-albums {
  padding: 20px 20px 0 20px;
}

.contacts-page .content-contacts-group {
  padding: 0 20px;
}

.contacts-page .contact {
  width: 313px;
  height: 70px;
  padding: 0 0 20px 0;
}

.contacts-page .contact.left {
  padding-right: 10px;
  padding-left: 20px;
  background: url("images/dotted-v.png") repeat-y right top transparent;
  -webkit-background-size: 1px 6px;
}

.contacts-page .contact.right {
  padding-left: 10px;
}

.contacts-page #box-contacts > .clear {
  background: url("images/dotted-h.png") repeat-x right top transparent;
  height: 1px;
}

.contacts-page #box-contacts .desc {
  font-size: 13px;
  line-height: 17px;
  padding: 10px;
}

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

.contacts-page .contact .box-avatar {
  overflow: hidden;
  margin: 0 10px 0 0;
  width: 70px;
  height: 70px;
}

.contacts-page .contact .box-avatar a {
  width: 70px;
  height: 70px;
  display: inline-block;
}

.contacts-page .contact p {
  line-height: 17px;
  margin: 0;
  padding: 1px 0;
  word-wrap: break-word;
  font-size: 13px;
  max-width: 230px;
}

.contacts-page .contact p a:hover, .contacts-page .contact p a:focus {
  text-decoration: underline;
}

.set-height-box.paginate {
  padding-bottom: 36px;
  box-sizing: border-box;
}

.set-height-box #btn-other-albums {
  width: 500px;
  left: 50%;
  bottom: 0;
  margin-left: -250px;
  height: 25px;
  overflow: hidden;
  position: absolute;
}

.set-height-box #loading-albums {
  left: 50%;
  margin-left: -110px;
  bottom: 0px;
}

/* End Contacts Page */
/* Sponsors Page */
.sponsor-page {
  margin-top: -10px;
}

.sponsor-page > .br-color {
  border-width: 1px;
  border-style: solid;
  margin-top: 10px;
}

.sponsor-page .box-sponsors {
  padding: 0 1px;
}

.sponsor-page .box-sponsors > table {
  border-collapse: separate;
  border-spacing: 10px;
}

.sponsor-page .box-sponsor {
  width: 310px;
  border: 1px solid;
  margin: 0 10px 10px 0;
  padding: 0;
  text-align: center;
}

.sponsor-page .box-sponsor.last {
  margin-right: 0;
}

.sponsor-page .box-sponsor table {
  width: 100%;
  height: 100%;
}

.sponsor-page .box-sponsor table td {
  padding: 0;
}

.sponsor-page .box-sponsor a {
  display: block;
  width: 290px;
  padding: 10px;
}

.sponsor-page .box-sponsor img {
  max-width: 290px;
  max-height: 290px;
  position: relative;
  z-index: 1;
}

.sponsor-page .box-sponsor .box-info-sponsor {
  display: block;
  width: 100%;
  height: 70px;
  left: 0;
  bottom: 0;
}

.sponsor-page .box-sponsor .info-sponsor {
  border-top: 1px solid;
  display: block;
  margin: 15px 10px 0 10px;
  padding: 7px 0 0 0;
  font-size: 13px;
  line-height: 17px;
}

/* End Sponsors Page */
/* Downloads Page */
#box-downloads table {
  margin: 0 12px 10px 12px;
}

#box-downloads table td {
  padding: 10px 20px 10px 10px;
  background: url("images/dotted-h.png") repeat-x left bottom transparent;
}

#box-downloads table td.box-icon a {
  display: block;
  width: 80px;
  height: 80px;
}

#box-downloads table td.box-icon a img {
  width: 80px;
}

#box-downloads table td.box-icon a:hover img, #box-downloads table td.box-icon a:focus img {
  width: 120px;
  left: -20px;
  top: -20px;
  position: absolute;
}

#box-downloads table td.info h2 {
  font-size: 16px;
  margin: 0 0 5px 0;
}

#box-downloads table td.info a {
  font-size: 13px;
}

#box-downloads table td.info a:hover, #box-downloads table td.info a:focus {
  text-decoration: underline;
}

/* End Downloads Page */
/* Standard Page */
#box-page-standard .desc {
  padding: 10px 10px 1px 10px;
  font-size: 14px;
  line-height: 17px;
}

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

#box-page-standard .desc ul, #box-page-standard .desc ol {
  margin: 0 0 10px 27px;
}

/* End Standard Page */
/* Shop Page */
#box-shop .box-shop {
  padding: 0 10px;
  font-size: 13px;
}

#box-shop .box-shop td {
  padding: 0;
}

#box-shop .box-shop td.box-shop-desc {
  padding: 10px;
  background: url("images/dotted-h.png") repeat-x left bottom transparent;
  -webkit-background-size: 6px 1px;
  vertical-align: top;
  position: relative;
}

#box-shop .box-shop.last td.box-shop-desc {
  background: none;
}

#box-shop .box-shop td.box-shop-desc.small {
  padding-right: 120px;
}

#box-shop .box-shop td.box-shop-desc.small > .floatleft {
  width: 100%;
  min-height: 106px;
  padding-right: 10px;
  box-sizing: border-box;
}

#box-shop .box-shop td.box-shop-desc.small > .floatright {
  width: 120px;
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 10px;
}

#box-shop .box-shop td.box-shop-img {
  padding: 10px 0;
  background: url("images/dotted-h.png") repeat-x left bottom transparent;
  -webkit-background-size: 6px 1px;
  vertical-align: top;
}

#box-shop .box-shop.last td.box-shop-img {
  background: none;
}

#box-shop .box-shop .top {
  vertical-align: top;
}

#box-shop .box-shop .box-shop-img a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid;
  box-sizing: border-box;
}

#box-shop .box-shop .box-shop-img a img {
  width: 100%;
}

#box-shop .box-shop h2, #box-shop .box-shop .price, #box-shop .box-shop .price-small {
  font-size: 16px;
}

#box-shop .box-shop .price {
  margin: 11px 0;
  font-size: 13px;
}

#box-shop .box-shop .price-small {
  margin: 12px 0;
  font-size: 13px;
}

#box-shop .box-shop .price span, #box-shop .box-shop .price-small span {
  font-size: 16px;
}

#box-shop .box-shop .availability {
  width: 110px;
  height: 23px;
  line-height: 23px;
  margin: 14px 0 0 -10px;
  padding-left: 10px;
}

#box-shop .box-shop .label-middle {
  margin: 11px 0 0 0;
}

#box-shop .box-shop .desc {
  padding: 10px 0;
  line-height: 17px;
}

#box-shop .box-shop .desc-small {
  line-height: 17px;
}

#box-shop .box-shop .right {
  background: url("images/dotted-v.png") repeat-y left top transparent;
  -webkit-background-size: 1px 6px;
}

#box-shop .box-shop .right .availability {
  margin: 15px 0 0 0;
}

#box-shop .box-shop .right a {
  width: 88px;
  margin: 10px 0 0 0;
}

/* End Shop Page */
/* Single Shop Page */
.btn-back {
  font-size: 13px;
  top: 7px;
  left: 10px;
}

.btn-back:hover, .btn-back:focus {
  text-decoration: underline;
}

#box-shop-single > div {
  padding: 10px;
  font-size: 14px;
  line-height: 17px;
}

#box-img-single-item {
  display: block;
  width: 277px;
  height: 355px;
  border: 1px solid;
  margin: 0 10px 0 0;
}

#box-info-single-item {
  width: 357px;
}

#box-info-single-item .price {
  margin: 10px 0 0 0;
  font-size: 14px;
}

#box-info-single-item .price span {
  font-size: 18px;
}

#box-info-single-item .line-title {
  margin: 10px 0;
  width: 499px;
  margin-left: -61px;
}

#box-info-single-item .btn-buy {
  font-size: 20px;
  height: 20px;
  margin: 10px 0 0 0;
}

#box-info-single-item .availability {
  height: 28px;
  line-height: 28px;
  width: 120px;
  padding: 0 0 0 10px;
  margin: 6px 0 0 -10px;
}

#other-products-sidebar {
  border: 1px solid;
}

#other-products-sidebar ul {
  list-style-type: none;
}

#other-products-sidebar ul li {
  margin: 0 10px;
  background: url("images/dotted-h.png") repeat-x left bottom transparent;
  -webkit-background-size: 6px 1px;
  height: 126px;
}

#other-products-sidebar ul li.last {
  background: none;
}

#other-products-sidebar ul li > div {
  padding: 10px 0;
}

#other-products-sidebar ul li .title {
  display: block;
  font-size: 16px;
  margin: 0 0 5px 0;
}

#other-products-sidebar ul li .box-img {
  width: 80px;
  height: 80px;
  border: 1px solid;
  display: block;
  overflow: hidden;
}

#other-products-sidebar ul li .availability {
  width: 188px;
  height: 28px;
  padding: 0 0 0 10px;
  line-height: 28px;
  font-size: 14px;
}

#other-products-sidebar ul li .price {
  padding: 10px 0 0 10px;
  font-size: 18px;
}

#other-products-sidebar #box-other-products-sidebar {
  padding-bottom: 36px;
}

#other-products-sidebar .gradient-under-btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 500px;
  margin-left: -250px;
}

#other-products-sidebar .read-all {
  font-size: 14px;
}

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

#book-box, #message-box, #privacy-policy {
  display: none;
  font-size: 1.2em;
  overflow: hidden;
}

#book-box *, #message-box *, #privacy-policy * {
  box-sizing: border-box;
}

#book-box .line-title, #message-box .line-title, #privacy-policy .line-title {
  margin: 5px 0 10px -20%;
  width: 140%;
}

#book-box .field, #message-box .field {
  padding: 0 0 10px 100px;
  position: relative;
}

#book-box .field.textarea, #message-box .field.textarea {
  padding-left: 0;
}

#book-box label, #message-box label {
  display: inline-block;
  width: 90px;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

#book-box .field.textarea label, #message-box .field.textarea label {
  position: static;
}

#book-box input, #message-box input {
  background: none #FFFFFF;
  width: 100%;
  border: 1px solid #333333;
  padding: 3px;
}

#book-box textarea, #message-box textarea {
  background: none #FFFFFF;
  width: 100%;
  height: 150px;
  max-width: 100%;
  max-height: 150px;
  margin: 5px 0 10px 0;
  border: 1px solid #333333;
  resize: none;
}

#book-box button, #message-box button {
  margin-left: 0;
}

/* End Single Shop Page */
/* Group Page */
.groups-page {
  font-size: 13px;
  line-height: 17px;
}

.groups-page #big-col {
  border: none;
}

.groups-page #big-col > div.bg-white {
  border: 1px solid;
}

.groups-page #big-col > div .mt3 {
  padding: 10px 10px 1px 10px;
}

.groups-page #slideshow {
  width: 100%;
  margin: 0;
  float: none;
}

.groups-page .box-share-group {
  margin: 10px 0;
}

.groups-page h3 {
  font-size: 18px;
}

.groups-page #big-col .desc, .groups-page #big-col .desc p {
  margin: 0 0 10px 0;
}

.groups-page #big-col .desc ul, .groups-page #big-col .desc ol {
  margin: 0 0 10px 27px;
}

.groups-page .member-list {
  list-style-type: none;
  font-size: 0;
}

.groups-page .member-list li {
  width: 50%;
  height: 70px;
  display: inline-block;
  margin: 0 0 10px 0;
  font-size: 13px;
  position: relative;
  box-sizing: border-box;
  vertical-align: top;
}

.groups-page .member-list li.middle {
  margin: 0 10px 10px 10px;
  padding: 0 10px;
}

.groups-page .member-list li .box-img {
  width: 70px;
  height: 70px;
}

.groups-page .member-list li p {
  width: 100%;
  margin: 10px 0;
  line-height: 25px;
}

.groups-page .member-list li p span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.groups-page .member-list li.even p {
  float: right;
  text-align: right;
}

.groups-page .member-list li.even {
  padding-right: 80px;
}

.groups-page .member-list li.odd {
  padding-left: 80px;
}

.groups-page .member-list li.even .box-img {
  position: absolute;
  top: 0;
  right: 0;
}

.groups-page .member-list li.odd .box-img {
  position: absolute;
  top: 0;
  left: 0;
}

/* End Group Page */
/* Team Page */
.teams-page #matches, .game-page #matches, .teams-page #games, .game-page #games {
  width: 100%;
  position: relative;
}

.teams-page #matches .gradient-border, .game-page #matches .gradient-border, .teams-page #games .gradient-border, .game-page #games .gradient-border {
  position: absolute;
  top: 0;
  left: 0;
}

.teams-page #matches .gradient-border:last-child, .game-page #matches .gradient-border:last-child, .teams-page #games .gradient-border:last-child, .game-page #games .gradient-border:last-child {
  left: auto;
  right: 0;
}

.teams-page #matches .gradient-white, .game-page #matches .gradient-white, .teams-page #games .gradient-white, .game-page #games .gradient-white {
  width: 100%;
  margin: 0 !important;
  box-sizing: border-box;
}

.teams-page #matches .matches-wrapper, .game-page #matches .matches-wrapper {
  display: inline-block;
  width: 570px;
}

.teams-page #games .matches-wrapper, .game-page #games .matches-wrapper {
  display: inline-block;
  width: 549px;
}

#box-last-match {
  border: 1px solid;
}

#box-last-match .shadow {
  position: relative;
  padding: 10px 10px 36px 10px;
}

#box-last-match table {
  width: 100%;
}

#box-last-match table td {
  padding: 0;
}

#box-last-match table td.textright {
  background: url("images/dotted-v.png") repeat-y left top transparent;
  -webkit-background-size: 1px 6px;
}

#box-last-match table td.franchise {
  font-size: 24px;
}

#box-last-match table td .line-title {
  margin: 10px 0 10px -40px;
}

#box-last-match table td.textright .line-title {
  margin: 10px -40px 10px 0;
}

#box-last-match .gradient-under-btn {
  width: 500px;
  margin: 0 0 0 -250px;
  position: absolute;
  left: 50%;
  bottom: 0;
}

/* End Team Page */
/* Media gallery */
.photo-home #big-col {
  border: none;
  border-top: 1px solid;
}

.photo-home .gradient-border.left {
  left: 0;
  top: 0;
  height: 100%;
}

.photo-home .gradient-border.right {
  right: 0;
  top: 0;
  height: 100%;
}

.content-albums {
  padding: 0 11px;
  font-size: 0;
}

.content-albums .album {
  box-sizing: border-box;
  display: inline-block;
  width: 32%;
  border: 1px solid;
  margin: 11px 0 0 0;
  overflow: hidden;
  position: relative;
}

.content-albums .album:nth-child(3n+2) {
  margin: 11px 2% 0 2%;
}

.content-albums .album:before {
  content: '';
  display: block;
  margin-top: 100%;
}

.content-albums .album > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 1;
}

.content-albums .album > a img {
  width: 100%;
}

.content-albums .album > a img.video {
  width: auto;
}

.content-albums .album > a img.normal {
  visibility: visible;
}

.photo-home .box-info-album {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 20px 10px 10px 10px;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.photo-home .info-album {
  border-top: 1px solid;
  display: block;
  padding: 7px 0 0 0;
}

.photo-home .info-album a:hover, .photo-home .info-album a:focus {
  text-decoration: underline;
}

.photo-album .content-albums .album {
  width: 23.5%;
  margin-right: 2%;
}

.photo-album .content-albums .album:nth-child(3n+2) {
  margin: 11px 2% 0 0;
}

.photo-album .content-albums .album:nth-child(4n) {
  margin-right: 0;
}

.photo-album .content-albums .album img.video {
  width: auto;
}

#most-view {
  border-top: 1px solid;
  margin: 0 0 10px 0;
}

#most-view.related {
  margin: 0;
}

#most-view .shadow {
  padding-top: 10px;
}

#most-view .box-img {
  margin: 0 10px;
  border: 1px solid;
  overflow: hidden;
  position: relative;
}

#most-view .box-img:before {
  content: '';
  display: block;
  margin-top: 60%;
}

#most-view .box-img a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#most-view.related .box-img {
  margin: 22px 0 0 0;
}

#most-view.video .box-img .gradient-black {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
}

#most-view.video .box-img .gradient-black p {
  margin: 10px 10px 0 10px;
  border-top: 1px solid;
  padding: 5px 0 0 0;
}

#most-view .info-photo {
  padding: 10px;
  font-size: 13px;
}

#most-view .info-photo a {
  text-transform: capitalize;
}

#most-view .info-photo a:hover, #most-view .info-photo a:focus {
  text-decoration: underline;
}

#most-view #btn-other-medias {
  width: 500px;
  position: absolute;
  left: 50%;
  margin-left: -250px;
  bottom: 0;
  height: 25px;
  overflow: hidden;
}

#most-view #btn-other-medias a {
  font-size: 13px;
}

.photo-album .link-back, .photo-home .link-back, .photo-single .link-back, .single-page .link-back {
  font-size: 13px;
  top: 7px;
  left: 12px;
}

.photo-album .link-back:hover, .photo-album .link-back:focus, .photo-home .link-back:hover, .photo-home .link-back:focus, .photo-single .link-back:hover, .photo-single .link-back:focus, .single-page .link-back:hover, .single-page .link-back:focus {
  text-decoration: underline;
}

#box-author-info {
  border-top: 1px solid;
  margin-bottom: 10px;
}

#box-author-info .shadow {
  padding: 10px;
  font-size: 0;
}

#box-author-info .avatar {
  width: 30%;
  vertical-align: middle;
}

#author-info {
  box-sizing: border-box;
  display: inline-block;
  width: 70%;
  padding: 0 0 0 15px;
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  vertical-align: middle;
}

#content-photo-single {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 666px;
  margin: 0 auto;
  padding: 0 10px;
}

#photo-single {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 646px;
  margin: 0 auto 10px auto;
  border: 1px solid;
}

.photo-single .size {
  font-size: 13px;
  padding: 10px 0;
}

#info-photo-single {
  box-sizing: border-box;
  width: 100%;
  padding: 0 340px 10px 10px;
  font-size: 13px;
  line-height: 22px;
  position: relative;
}

#info-photo-single .right-info {
  text-align: right;
  position: absolute;
  top: 0;
  right: 10px;
}

#info-photo-single a:hover, #info-photo-single a:focus {
  text-decoration: underline;
}

#navigation-photo {
  font-size: 13px;
  top: 8px;
  right: 12px;
}

#navigation-photo a:hover {
  text-decoration: underline;
}

.photo-single .set-height-box {
  background: url("images/shadow-top.jpg") repeat-x left top transparent;
  -webkit-background-size: 1px 7px;
  padding-top: 7px;
  margin-top: -4px;
}

#col-search-medias {
  margin: 12px 12px 0 12px;
  width: 315px;
  border-top: 1px solid;
}

#col-search-medias .box-media {
  width: 140px;
  height: 140px;
  border: 1px solid;
  margin: 10px 0 0 10px;
  overflow: hidden;
}

#col-search-medias .box-media .info-media {
  left: 0;
  bottom: 0;
  width: 120px;
  padding: 20px 10px 10px 10px;
}

#col-search-medias .box-media .info-media p {
  margin: 0;
  border-top: 1px solid;
  padding: 7px 0 0 0;
  font-size: 13px;
}

#col-search-medias .box-media.video {
  width: 293px;
}

#col-search-medias .box-media.video .info-media {
  width: 273px;
}

#col-search-medias .box-media .info-media a:hover, #col-search-medias .box-media .info-media a:focus {
  text-decoration: underline;
}

#col-search-medias #btn-other-medias {
  width: 500px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -250px;
  height: 25px;
  overflow: hidden;
}

#col-search-medias #btn-other-medias a {
  font-size: 13px;
}

#more-medias.o40 {
  cursor: default;
}

#col-search-albums {
  margin: 12px 12px 0 0;
  width: 315px;
  border-top: 1px solid;
}

#col-search-albums .box-media {
  width: 230px;
  height: 230px;
  border: 1px solid;
  margin: 26px auto 0 auto;
  overflow: hidden;
}

#col-search-albums .box-media .info-media {
  left: 0;
  bottom: 0;
  width: 210px;
  padding: 20px 10px 10px 10px;
}

#col-search-albums .box-media .info-media p {
  margin: 0;
  border-top: 1px solid;
  padding: 7px 0 0 0;
  font-size: 13px;
}

#col-search-albums .box-media .info-media a:hover, #col-search-albums .box-media .info-media a:focus {
  text-decoration: underline;
}

.no-results {
  font-size: 20px;
}

.play-icon-big {
  background: url("images/video-big.png") no-repeat center center transparent;
  background-size: contain;
  width: 50%;
  height: 50%;
  left: 25%;
  top: 25%;
}

.play-icon-small {
  background: url("images/video-small.png") no-repeat left top transparent;
  -webkit-background-size: 66px 66px;
  width: 66px;
  height: 66px;
  left: 50%;
  top: 50%;
  margin-left: -33px;
  margin-top: -33px;
}

#boxVideo {
  padding: 1px 0;
  margin: 10px;
  position: relative;
}

#boxVideo:before {
  content: '';
  display: block;
  margin-top: 56%;
}

#boxVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
}

/* End Media gallery */
/* Search media */
#search-media {
  padding: 12px 12px 0 12px;
}

#search-media form.border-dotten-bottom {
  padding-bottom: 10px;
}

#search-media label {
  font-size: 13px;
  width: 75px;
  display: inline-block;
  text-align: right;
  margin: 4px 10px 0 0;
  float: left;
  text-transform: capitalize;
}

#search-media input, #search-media select {
  width: 214px;
  height: 19px;
  line-height: 19px;
  float: left;
  background: none;
  margin: 0 0 10px 0;
  padding: 1px 5px;
}

#search-media select {
  width: 226px;
  height: 23px;
}

#search-media #datem {
  width: 103px;
  margin: 0 19px 0 0;
}

#search-media #datey {
  width: 103px;
}

#search-media input.big {
  width: 327px;
  margin: 0;
}

#search-media input.last, #search-media select.last {
  margin-bottom: 0;
}

#search-media .none {
  display: none;
}

#box-btn-search {
  font-size: 13px;
  top: 0;
  left: 454px;
  margin: 0;
  padding: 4px 20px;
}

#box-btn-search.big {
  top: 110px;
  left: auto;
  right: 0;
}

#box-btn-search.big.video {
  top: 80px;
}

#search-media #left-col-search-media {
  box-sizing: border-box;
  width: 65%;
}

#search-media #right-col-search-media {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
}

#search-media .field {
  padding: 0 10px 0 85px;
  font-size: 0;
  position: relative;
}

#search-media .field label {
  float: none;
  margin: 0;
  position: absolute;
  top: 4px;
  left: 0;
}

#search-media .field input, #search-media .field input.big {
  box-sizing: border-box;
  float: none;
  width: 100%;
  height: 23px;
}

#search-media .field select {
  float: none;
  width: 100%;
}

#search-media .field select#datem {
  width: 49%;
  margin-right: 2%;
}

#search-media .field select#datey {
  width: 49%;
}

#box-btn-search {
  left: 65%;
}

#search-media.big #left-col-search-media {
  width: 50%;
  padding-right: 10px;
}

#search-media.big .field {
  padding-right: 0;
}

#advanced-search {
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 13px;
  cursor: pointer;
  width: 110px;
  text-align: right;
}

#advanced-search.big {
  top: 112px;
  right: 100px;
}

#advanced-search.big.video {
  top: 82px;
}

#advanced-search span.toggle-class:hover, #advanced-search span.toggle-class:focus {
  text-decoration: underline;
}

#right-col-search-media {
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  height: 89px;
  background: url("images/dotted-v.png") repeat-y left top transparent;
  -webkit-background-size: 1px 6px;
}

#search-media .line-title {
  margin-top: 40px;
}

#search-media-small .field {
  padding: 0 0 0 55px;
  position: relative;
}

#search-media-small label {
  font-size: 13px;
  position: absolute;
  top: 4px;
  left: 0;
}

#search-media-small input[type="text"] {
  box-sizing: border-box;
  background-image: none;
  width: 100%;
  margin: 0;
  height: 23px;
  line-height: 19px;
  padding: 1px 5px;
}

#search-media-small input[type="submit"] {
  margin: 8px 0 0 0;
  border: none;
  cursor: pointer;
}

#search-media-small a {
  font-size: 13px;
  margin-top: 13px;
  display: block;
}

#search-media-small a:hover, #search-media-small a:focus {
  text-decoration: underline;
}

/* End Search media */
/* Game Page */
.game-page #big-col {
  border: none;
}

#info-game {
  padding: 7px 10px 10px 10px !important;
  font-size: 13px;
  line-height: 17px;
}

#info-game a:hover {
  text-decoration: underline;
}

#info-game .line-title, #box-next-game .line-title {
  width: 360px;
  margin-left: -79px;
}

#box-next-game {
  border: 1px solid;
}

#box-next-game .shadow {
  padding: 7px 10px 36px 10px;
  font-size: 13px;
  line-height: 17px;
}

#box-next-game .gradient-under-btn {
  width: 500px;
  margin-left: -250px;
  position: absolute;
  left: 50%;
  bottom: 0;
}

#box-next-game a:hover, #box-next-game a:focus {
  text-decoration: underline;
}

#game-article {
  border: 1px solid;
}

#game-article .box-description h3 {
  margin: 0;
  font-size: 16px;
}

#game-article .box-description .info {
  margin: 5px 0 15px 0;
  font-size: 12px;
}

#game-article .box-description .desc {
  font-size: 14px;
  line-height: 17px;
}

.game-page #big-col .gradient-border.left {
  left: 0;
  top: 0;
  float: none;
}

.game-page #big-col .gradient-border.right {
  right: 0;
  top: 0;
  float: none;
}

.game-page #big-col .gradient-white {
  margin: 0 1px;
}

.game-page #big-col .gradient-white > .box-description {
  padding: 10px;
}

.game-page #big-col .gradient-white > .box-description input[type="submit"] {
  right: 20px;
}

#box-game-description {
  border-top: 1px solid;
}

#box-game-description .shadow {
  padding: 10px;
}

#game-description {
  font-size: 14px;
  line-height: 17px;
  margin-top: -10px;
}

#game-description p {
  margin: 10px 0 0 0;
}

/* End Game Page */
/* Error 404 */
.error404 {
  text-align: center;
  font-size: 1.6em;
}

.error404 h1 {
  font-family: 'KleinSlabserifMediumRegular',sans-serif;
}

/* Error 404 */
/* Utility */
.addthis_button_facebook_like {
  padding-right: 34px !important;
}

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

.small-text {
  font-size: 12px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mt3 {
  margin-top: 3px;
}

.pb36 {
  padding-bottom: 36px !important;
}

.overflow-hidden {
  overflow: hidden;
}

.display-none {
  display: none;
}

.labels {
  background: url("images/labels.png") no-repeat 0 0 transparent;
  -webkit-background-size: 163px 313px;
}

.label-top-big {
  width: 163px;
  height: 32px;
  background-position: 0 0;
}

.label-bottom-big {
  width: 163px;
  height: 32px;
  background-position: 0 -32px;
}

.label-right-big {
  width: 142px;
  height: 44px;
  background-position: 0 -64px;
}

.label-left-big {
  width: 142px;
  height: 44px;
  background-position: 0 -108px;
}

.label-right {
  line-height: 24px;
  height: 24px;
  font-size: 12px;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  border-right: none;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  behavior: url(css/ie-css3.htc);
}

.label-left {
  line-height: 24px;
  height: 24px;
  font-size: 12px;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  border-right: none;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  behavior: url(css/ie-css3.htc);
}

.label-bottom {
  width: 90px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  border-bottom: none;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  behavior: url(css/ie-css3.htc);
}

.label-bottom.o40 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}

.label-bottom.big {
  width: 130px;
}

.label-top {
  width: 90px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  border-bottom: none;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  behavior: url(css/ie-css3.htc);
}

.label-top.big {
  width: 130px;
}

.label-middle {
  padding: 4px 8px;
  margin: 8px 0;
  border-radius: 3px;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  behavior: url(css/ie-css3.htc);
}

.label-bottom:hover, .label-bottom:focus, .label-right:hover, .label-right:focus, .label-top:hover, .label-top:focus, .label-left:hover, .label-left:focus, .label-middle:hover, .label-middle:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  text-decoration: none !important;
}

.label-bottom.o40:hover, .label-bottom.o40:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}

.border-dotten-bottom {
  background: url("images/dotted-h.png") repeat-x left bottom transparent;
  -webkit-background-size: 6px 1px;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

.white {
  color: #FFF;
}

.groups-page .desc a, #game-description a, #rankings table tr td, .box-search ul a {
  color: inherit;
}

.bg-white {
  background-color: #FFF !important;
}

.bg-gray {
  background-color: #393334;
}

.bg-gray2 {
  background-color: #AbA7A8;
}

.bg-gray3 {
  background-color: #DCDDDF;
}

.bg-yellow {
  background-color: #FECC00;
}

.br-white {
  border-color: #FFFFFF !important;
}

.bg-texture {
  background: url("images/texture.jpg") repeat left top #FFF;
  /*-webkit-background-size: 12px 11px;*/
}

.shadow {
  behavior: url(css/ie-css3.htc);
}

.shadow6 {
  behavior: url(css/ie-css3.htc);
}

.shadow12 {
  box-shadow: #333 0 0 12px;
  behavior: url(css/ie-css3.htc);
}

.border-radius4 {
  border-radius: 4px;
  behavior: url(css/ie-css3.htc);
  overflow: hidden;
}

.border-radius4-top {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  behavior: url(css/ie-css3.htc);
  overflow: hidden;
}

.border-radius4-bottom {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  behavior: url(css/ie-css3.htc);
  overflow: hidden;
}

.gradient-white {
  height: 100%;
  background: -webkit-linear-gradient(top, white 0%, white 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, white 70%, rgba(255, 255, 255, 0) 100%);
}

.gradient-white-inv {
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, white 100%);
}

.gradient-gray-h {
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(204, 204, 204, 0.2) 10%, rgba(204, 204, 204, 0.5) 50%, rgba(204, 204, 204, 0.2) 90%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(204, 204, 204, 0.2) 10%, rgba(204, 204, 204, 0.5) 50%, rgba(204, 204, 204, 0.2) 90%, rgba(255, 255, 255, 0) 100%);
}

.gradient-black {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
}

.gradient-under-btn {
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 25%, rgba(180, 180, 180, 0.2) 35%, rgba(180, 180, 180, 0.5) 50%, rgba(180, 180, 180, 0.2) 65%, rgba(255, 255, 255, 0) 75%);
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 25%, rgba(180, 180, 180, 0.2) 35%, rgba(180, 180, 180, 0.5) 50%, rgba(180, 180, 180, 0.2) 65%, rgba(255, 255, 255, 0) 75%);
}

.gradient-green {
  background: -webkit-linear-gradient(right, #b3d581 0%, rgba(179, 213, 129, 0.3) 70%, rgba(179, 213, 129, 0) 100%);
  background: linear-gradient(to left, #b3d581 0%, rgba(179, 213, 129, 0.3) 70%, rgba(179, 213, 129, 0) 100%);
}

.gradient-red {
  background: -webkit-linear-gradient(right, #de9199 0%, rgba(222, 145, 153, 0.3) 70%, rgba(222, 145, 153, 0) 100%);
  background: linear-gradient(to left, #de9199 0%, rgba(222, 145, 153, 0.3) 70%, rgba(222, 145, 153, 0) 100%);
}

/* End Utility */
.jcarousel-skin-demo .jcarousel-container {
  /*background:url("../../images/content-bg.jpg") repeat-x scroll 0 0 #FFFFFF;
  border:1px solid #CCCCCC;*/
}

.jcarousel-skin-demo .jcarousel-direction-rtl {
  direction: rtl;
}

.jcarousel-skin-demo .jcarousel-container-horizontal {
  width: 548px;
  padding: 20px 40px;
}

.jcarousel-skin-demo .jcarousel-container-vertical {
  width: 260px;
  height: 300px;
  padding: 40px 20px;
}

.jcarousel-skin-demo .jcarousel-clip-horizontal {
  width: 548px;
  height: 95px;
}

.jcarousel-skin-demo .jcarousel-clip-vertical {
  width: 262px;
  height: 300px;
}

.jcarousel-skin-demo .jcarousel-item {
  border: none;
}

.jcarousel-skin-demo .jcarousel-item:hover {
  border: none;
}

.jcarousel-skin-demo .jcarousel-item-horizontal {
  margin-left: 0;
  margin-right: 7px;
}

.jcarousel-skin-demo .jcarousel-direction-rtl .jcarousel-item-horizontal {
  margin-left: 7px;
  margin-right: 0;
}

.jcarousel-skin-demo .jcarousel-item-vertical {
  margin-bottom: 7px;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-demo .jcarousel-next-horizontal {
  position: absolute;
  top: 55px;
  right: 5px;
  width: 11px;
  height: 18px;
  cursor: pointer;
  background: transparent url(../../images/arrow-right.png) no-repeat 0 0;
}

.jcarousel-skin-demo .jcarousel-direction-rtl .jcarousel-next-horizontal {
  left: 5px;
  right: auto;
  background-image: url(prev-horizontal.png);
}

.jcarousel-skin-demo .jcarousel-next-horizontal:hover {
  background-position: -32px 0;
}

.jcarousel-skin-demo .jcarousel-next-horizontal:active {
  background-position: -64px 0;
}

.jcarousel-skin-demo .jcarousel-next-disabled-horizontal,
.jcarousel-skin-demo .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-demo .jcarousel-next-disabled-horizontal:active {
  cursor: default;
  background-position: -96px 0;
}

.jcarousel-skin-demo .jcarousel-prev-horizontal {
  position: absolute;
  top: 55px;
  left: 5px;
  width: 11px;
  height: 18px;
  cursor: pointer;
  background: transparent url(../../images/arrow-left.png) no-repeat 0 0;
}

.jcarousel-skin-demo .jcarousel-direction-rtl .jcarousel-prev-horizontal {
  left: auto;
  right: 5px;
  background-image: url(next-horizontal.png);
}

.jcarousel-skin-demo .jcarousel-prev-horizontal:hover {
  background-position: -32px 0;
}

.jcarousel-skin-demo .jcarousel-prev-horizontal:active {
  background-position: -64px 0;
}

.jcarousel-skin-demo .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-demo .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-demo .jcarousel-prev-disabled-horizontal:active {
  cursor: default;
  background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-demo .jcarousel-next-vertical {
  position: absolute;
  bottom: 5px;
  left: 43px;
  width: 18px;
  height: 11px;
  cursor: pointer;
}

.jcarousel-skin-demo .jcarousel-next-vertical:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.jcarousel-skin-demo .jcarousel-next-vertical:active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.jcarousel-skin-demo .jcarousel-next-disabled-vertical,
.jcarousel-skin-demo .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-demo .jcarousel-next-disabled-vertical:active {
  cursor: default;
}

.jcarousel-skin-demo .jcarousel-prev-vertical {
  position: absolute;
  top: 5px;
  left: 43px;
  width: 18px;
  height: 11px;
  cursor: pointer;
}

.jcarousel-skin-demo .jcarousel-prev-vertical:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.jcarousel-skin-demo .jcarousel-prev-vertical:active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.jcarousel-skin-demo .jcarousel-prev-disabled-vertical,
.jcarousel-skin-demo .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-demo .jcarousel-prev-disabled-vertical:active {
  cursor: default;
}

/**
  * Events All
**/
#box-carousel-events-all {
  display: block;
  width: 100%;
  height: 910px;
  padding: 26px 0;
  overflow: hidden;
  position: relative;
}

#box-carousel-events-all #carousel-events-all {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

#box-carousel-events-all .jcarousel-item-vertical {
  height: 441px;
  margin: 0;
  padding: 7px;
}

#box-carousel-events-all .jcarousel-control-prev, #box-carousel-events-all .jcarousel-control-next {
  width: 100%;
  height: 32px;
  cursor: pointer;
  position: absolute;
  left: 0;
}

#box-carousel-events-all .jcarousel-control-prev {
  top: 0;
}

#box-carousel-events-all .jcarousel-control-next {
  bottom: -6px;
}

#box-carousel-events-all .jcarousel-control-prev:hover div.bg-color4,
#box-carousel-events-all .jcarousel-next-vertical:hover div.bg-color4 {
  opacity: 1;
}

#box-carousel-events-all .jcarousel-control-prev.inactive div.bg-color4,
#box-carousel-events-all .jcarousel-control-prev.inactive:hover div.bg-color4,
#box-carousel-events-all .jcarousel-control-prev.inactive:active div.bg-color4,
#box-carousel-events-all .jcarousel-control-next.inactive div.bg-color4,
#box-carousel-events-all .jcarousel-control-next.inactive:hover div.bg-color4,
#box-carousel-events-all .jcarousel-control-next.inactive:active div.bg-color4,
#other-events .jcarousel-control-prev.inactive div.bg-color4,
#other-events .jcarousel-control-prev.inactive:hover div.bg-color4,
#other-events .jcarousel-control-prev.inactive:active div.bg-color4,
#other-events .jcarousel-control-next.inactive div.bg-color4,
#other-events .jcarousel-control-next.inactive:hover div.bg-color4,
#other-events .jcarousel-control-next.inactive:active div.bg-color4 {
  opacity: 0.4;
  cursor: default;
}

/**
  * Events All
**/
/**
  * Event Page
**/
#other-events .jcarousel-skin-demo .jcarousel-container-vertical {
  width: 286px;
  height: 345px;
  padding: 30px 7px;
  overflow: hidden;
}

#other-events .jcarousel-skin-demo .jcarousel-clip-vertical {
  width: 100%;
  height: 345px;
}

#other-events .jcarousel-skin-demo .jcarousel-item-vertical {
  height: 115px;
  margin: 0;
  width: 100%;
}

#other-events .jcarousel-skin-demo .jcarousel-prev-vertical {
  top: 0;
  left: 50%;
  margin-left: -250px;
  width: 500px;
  height: 32px;
}

#other-events .jcarousel-skin-demo .jcarousel-next-vertical {
  bottom: 0;
  left: 50%;
  margin-left: -250px;
  width: 500px;
  height: 32px;
}

#other-events .jcarousel-skin-demo .jcarousel-next-vertical .bg-white {
  height: 1px;
  width: 100%;
  top: 1px;
}

#other-events .jcarousel-skin-demo .jcarousel-next-vertical .label-bottom {
  margin-top: 6px;
}

/**
  * End Event Page
**/
.box_adv_300,
.box_adv_780 {
  width: 100%;
  margin-bottom: 10px;
}

.box_adv_300 {
  background-color: #ffffff;
  border: 1px solid #ABA7A8;
}

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

#newsletter-box {
  border: 1px solid;
  margin-bottom: 10px;
  padding: 8px 8px 32px 8px;
  overflow: hidden;
  position: relative;
}

#newsletter-box h3 {
  height: 19px;
  padding: 0 0 6px 0;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#newsletter-box .absolute {
  text-align: center;
  width: 100%;
  left: 0;
  bottom: 0;
}

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

#newsletter-box input[type="text"], #newsletter-box input[type="email"] {
  box-sizing: border-box;
  background: none;
  width: 32%;
  margin: 0;
  font-size: 11px;
  outline: none;
}

#newsletter-box input[name="name"] {
  margin: 0 2%;
}

#newsletter-box .field {
  margin: 8px 0 0 0;
}

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

#newsletter-box .field label {
  display: inline-block;
  width: -webkit-calc(100% - 19px);
  width: calc(100% - 19px);
  padding: 0 0 0 5px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 14px;
  text-transform: none;
  vertical-align: top;
}

#newsletter-box input[type=submit] {
  padding: 0;
  font-size: 12px;
  cursor: pointer;
}

#box-single-post .box-description .desc a.fancybox.video, #box-page-standard .desc a.fancybox.video {
  position: relative;
}

#box-single-post .box-description .desc a.fancybox.video:after, #box-page-standard .desc a.fancybox.video:after {
  content: '';
  background: url("images/video-big.png") no-repeat left top transparent;
  background-size: contain;
  width: 64%;
  height: 64%;
  display: block;
  position: absolute;
  left: 18%;
  top: 18%;
}

#box-single-post .box-description .desc a:hover,
#box-single-post .box-description .desc a:focus,
#box-page-standard .desc a:hover,
#box-page-standard .desc a:focus {
  text-decoration: underline;
}

#box-single-post .box-description .desc .new-share-box a:hover,
#box-single-post .box-description .desc .new-share-box a:focus,
#box-page-standard .desc .new-share-box a:hover,
#box-page-standard .desc .new-share-box a:focus {
  text-decoration: none;
}

.box-search ul a:hover, .box-search ul a:focus {
  text-decoration: underline;
}

.custom-arrow-left {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 15px 12px 0;
  border-color: transparent;
  position: relative;
  cursor: pointer;
}

.custom-arrow-left div {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 5px 12px 0;
  border-color: transparent #FFFFFF transparent transparent;
  position: absolute;
  right: -15px;
  top: -12px;
}

.custom-arrow-right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 15px;
  border-color: transparent;
  position: relative;
  cursor: pointer;
}

.custom-arrow-right div {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 5px;
  border-color: transparent transparent transparent #FFFFFF;
  position: absolute;
  left: -15px;
  top: -12px;
}

/* Fix altezza box con gradiente */
#sponsors-sidebar .gradient-white,
#most-view .gradient-white,
.photo-home #big-col .gradient-white,
#box-search-words .gradient-white,
#box-search-date .gradient-white,
#box-search-category .gradient-white,
.location-page #big-col .gradient-white,
#search-sidebar .gradient-white,
#search-media-small .gradient-white {
  height: auto;
}

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

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

body[class*="sfwd"] #menu, body[class*="sfwd"] #menu-footer {
  visibility: hidden;
}

body[class*="sfwd"] #line-footer, body[class*="sfwd"] #bg-footer {
  width: 200%;
}

body[class*="sfwd"] #post-content {
  background-color: #FFFFFF;
  padding: 10px;
  border: 1px solid #C6C6C5;
}

/*********************************************************************/
/*********************************************************************/
/******* FIX PER RESPONSIVE ******************************************/
/*********************************************************************/
/*********************************************************************/
body {
  min-width: 320px;
}

.ui-dialog {
  box-sizing: border-box;
}

.ui-dialog {
  max-width: 450px;
  min-width: 300px;
}

#sponsors-sidebar, #other-products-sidebar, #box-related_posts, #box-search-date, #box-search-category {
  display: none;
}

#box-header {
  min-width: 0;
  min-height: 173px;
  height: auto;
}

#line-header {
  margin-top: -20px;
  top: 50%;
}

#header {
  max-width: 576px;
  width: auto;
  height: 100%;
  padding-left: 424px;
}

#wrap-box-title-header {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#wrap-box-title-header .shadow {
  height: auto;
  min-height: 100%;
  min-height: -webkit-calc(100% + 7px);
  min-height: calc(100% + 7px);
}

#wrap-box-title-header .bg-color2.absolute {
  height: 100%;
  height: -webkit-calc(100% + 12px);
  height: calc(100% + 12px);
}

#line-white2 {
  bottom: -13px;
}

#menu-mobile {
  display: none;
}

#menu {
  width: 100%;
  height: auto;
  padding: 19px 0 59px 0;
  border-left: none;
}

#menu ul {
  height: auto;
  margin: 0;
  padding: 0 0 19px 0;
  font-size: 0;
}

#menu ul.menu-r {
  padding: 19px 0 0 0;
}

#menu ul li {
  display: inline-block;
  float: none;
}

#box-share {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 10px;
}

#wrapper-page {
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
  box-sizing: border-box;
}

#wrap-small-col {
  width: 31%;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}

#wrap-small-col #small-col {
  width: 100%;
}

#big-col {
  box-sizing: border-box;
}

#box-menus .box-menu {
  padding: 0 10px;
  font-size: 13px;
}

#box-menus .box-menu table {
  width: 100%;
  table-layout: fixed;
}

#box-menus .box-menu td {
  padding: 0;
}

#box-menus .box-menu h2 {
  font-size: 16px;
}

#box-menus .box-menu-content {
  background: url("images/dotted-h.png") repeat-x left bottom transparent;
  -webkit-background-size: 6px 1px;
  vertical-align: top;
}

#box-menus .box-menu .right {
  background: url("images/dotted-v.png") repeat-y left top transparent;
  -webkit-background-size: 1px 6px;
}

#box-menus .box-menu .right a {
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 0 10px;
  text-align: left;
}

h1.title-box.space-top {
  padding-top: 20px;
}

#box-search-sidebar form input[type=text] {
  width: 100%;
  box-sizing: border-box;
}

#box-sponsors-sidebar .sponsor, #box-sponsors-sidebar .sponsor img {
  width: 100%;
}

#big-col {
  width: 69%;
}

#big-col.big {
  width: 100%;
}

#after-big-col, #before-big-col {
  display: none;
}

#after-big-col.show {
  display: block;
  margin-top: 10px;
}

#before-big-col.show {
  display: block;
  margin-bottom: 10px;
}

.contacts-page .contact {
  width: 50%;
  height: auto;
  min-height: 90px;
  padding: 0 10px 20px 90px;
  position: relative;
  box-sizing: border-box;
}

.contacts-page .contact.left, .contacts-page .contact.right {
  padding-left: 90px;
}

.contacts-page .contact .box-avatar {
  position: absolute;
  top: 0;
  left: 10px;
}

.contacts-page .contact p {
  width: 100%;
  max-width: 100%;
  float: none;
}

.sponsor-page .box-sponsors {
  padding: 5px;
  font-size: 0;
}

.sponsor-page .box-sponsors * {
  box-sizing: border-box;
}

.sponsor-page .wrap-sponsor {
  display: inline-block;
  width: 33%;
  padding: 5px;
  vertical-align: bottom;
}

.sponsor-page .wrap-sponsor:nth-child(3n+2) {
  width: 34%;
}

.sponsor-page .box-sponsor {
  width: 100%;
  margin: 0;
}

.sponsor-page .box-sponsor a {
  width: 100%;
}

.sponsor-page .box-sponsor img {
  max-width: 100%;
  max-height: 100%;
}

#box-shop .box-shop table {
  width: 100%;
  table-layout: fixed;
}

#other-products-sidebar ul li .item-info {
  min-height: 82px;
  padding: 0 0 0 80px;
  position: relative;
}

#other-products-sidebar ul li .box-img {
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}

#other-products-sidebar ul li .availability {
  width: 100%;
  max-width: 188px;
}

#box-shop-single * {
  box-sizing: border-box;
}

#box-img-single-item {
  width: 40%;
  height: auto;
  margin: 0;
  text-align: center;
}

#box-img-single-item img {
  width: 100%;
}

#box-info-single-item {
  width: 60%;
  padding: 0 0 0 10px;
}

body.demo_new #social-login p, body.demo_new #ta_login_box label {
  font-size: 16px;
}

body.demo_new #ta_login_box .forgot-password {
  font-size: 14px;
}

body.demo_new #ta_login_box #templogin {
  font-size: 14px;
}

/* RESPONSIVE */
@media only screen and (max-width: 999px) {
  #box-footer {
    height: auto;
  }
  #box-footer > div {
    min-width: 0;
    height: auto;
  }
  #footer {
    width: 100%;
    height: auto;
  }
  #bg-footer, #bg-footer2, #line-footer, #line-footer2, #menu-footer, #wrap-box-site-info .bg-color2.absolute {
    display: none;
  }
  #wrap-box-site-info {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  #wrap-box-site-info .shadow {
    height: auto;
    padding: 0;
    box-shadow: none;
  }
  #wrap-box-site-info .shadow .relative {
    height: auto;
    padding: 0;
  }
  #wrap-box-site-info .shadow .relative .bg-color2 {
    width: 100%;
    max-width: 980px;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    text-align: left;
  }
  .content-blocks-home #games .matches-wrapper {
    width: 732px;
  }
  .content-blocks-home #matches .matches-wrapper {
    width: 798px;
  }
}

@media only screen and (max-width: 950px) {
  .teams-page #matches .matches-wrapper, .game-page #matches .matches-wrapper {
    width: 456px;
  }
}

@media only screen and (max-width: 930px) {
  #articles .article .box-article-photo {
    width: 13%;
  }
  #articles .article p {
    width: 85%;
    height: 53px;
  }
}

@media only screen and (max-width: 920px) {
  .teams-page #games .matches-wrapper, .game-page #games .matches-wrapper {
    width: 366px;
  }
}

@media only screen and (max-width: 900px) {
  .photo-album .content-albums .album {
    width: 32%;
    margin-right: 0;
  }
  .photo-album .content-albums .album:nth-child(4n) {
    margin-right: 0;
  }
  .photo-album .content-albums .album:nth-child(3n+2) {
    margin: 11px 2% 0 2%;
  }
  #info-photo-single {
    padding: 28px 10px 0 10px;
  }
  #info-photo-single .right-info {
    left: 10px;
    right: auto;
  }
}

@media only screen and (max-width: 880px) {
  .content-blocks-home #matches .matches-wrapper {
    width: 684px;
  }
}

@media only screen and (max-width: 870px) {
  #box-events .event-block {
    width: 49%;
  }
  #box-events .event-block:first-child {
    margin-right: 2%;
    margin-bottom: 10px;
  }
  #box-events .event-block:nth-child(2) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #box-events .event-block:nth-child(3), #box-events .event-block:nth-child(4), #box-events .event-block:nth-child(5) {
    width: 32%;
  }
}

@media only screen and (max-width: 820px) {
  #articles .addthis_toolbox {
    margin-top: 2px;
  }
  #articles .new-share-box {
    margin-top: 2px;
  }
}

@media only screen and (max-width: 810px) {
  .content-blocks-home #games .matches-wrapper {
    width: 549px;
  }
}

@media only screen and (max-width: 800px) {
  #box-header {
    min-height: 0;
    padding: 0 0 30px 0;
  }
  #header {
    max-width: 100%;
    padding: 0;
  }
  #line-header, #line-white, #line-white2 {
    display: none;
  }
  #bg-header {
    bottom: 0;
  }
  #box-share {
    bottom: -30px;
  }
  #wrap-box-title-header {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
  }
  #wrap-box-title-header .shadow {
    min-height: 0;
    padding: 0;
    box-shadow: none;
  }
  #wrap-box-title-header .bg-color2.absolute {
    width: 100%;
    height: 100%;
  }
  #wrap-box-title-header .shadow .relative {
    padding: 10px 42px 10px 10px;
  }
  #header table {
    width: 100%;
  }
  #header table tr td.title {
    height: auto;
    padding: 0;
  }
  #header table tr td.title h2 {
    padding: 0;
    line-height: 1.2;
    font-size: 30px;
    text-align: left;
  }
  #header table tr:nth-child(2), #header table tr:nth-child(3) {
    display: none;
  }
  #menu-mobile {
    display: block;
    font-size: 30px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 2;
  }
  #menu {
    display: none;
    width: 100%;
    max-height: 100%;
    max-height: -webkit-calc(100% - 86px);
    max-height: calc(100% - 86px);
    padding: 0;
    overflow: auto;
    position: absolute;
    top: 86px;
    left: 0;
  }
  #menu.open {
    display: block;
  }
  #menu ul, #menu ul.menu-r {
    float: none;
    padding: 0;
  }
  #menu ul a {
    font-size: 17px;
  }
  #menu ul li {
    display: block;
    border-top: 1px solid;
    text-align: left;
  }
  #menu ul li ul {
    width: 100%;
    position: static;
  }
  #menu ul li ul.open {
    display: block !important;
  }
  #menu ul li ul li {
    width: 100%;
    padding-left: 50px;
    box-sizing: border-box;
  }
  #menu ul li ul li:first-child {
    border-top: none;
  }
  #menu ul li ul li:last-child {
    border-bottom: none;
  }
  #wrapper-page {
    margin-top: 0;
    padding-top: 10px;
  }
  #box-footer {
    padding-top: 0;
  }
}

@media only screen and (max-width: 785px) {
  .teams-page #matches .matches-wrapper, .game-page #matches .matches-wrapper {
    width: 342px;
  }
}

@media only screen and (max-width: 780px) {
  #articles .article p {
    height: 36px;
  }
  #articles .addthis_toolbox {
    margin-top: 5px;
  }
  #articles .new-share-box {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 770px) {
  .content-blocks-home #matches .matches-wrapper {
    width: 570px;
  }
}

@media only screen and (max-width: 720px) {
  #wrap-small-col {
    float: none;
    width: 100%;
    padding: 0;
  }
  #big-col {
    float: none;
    width: 100%;
    margin: 0;
  }
  #box-sponsors-sidebar {
    font-size: 0;
    text-align: center;
  }
  #box-sponsors-sidebar .sponsor {
    display: inline-block;
    width: 32%;
    margin: 0;
    vertical-align: top;
  }
  #box-sponsors-sidebar .sponsor:nth-child(2) {
    margin: 0 1%;
  }
  .sponsor-page .wrap-sponsor, .sponsor-page .wrap-sponsor:nth-child(3n+2) {
    width: 50%;
  }
  #info-photo-single {
    padding: 0 340px 0 10px;
  }
  #info-photo-single .right-info {
    left: auto;
    right: 10px;
  }
  #carousel-other-events li > a {
    display: inline-block;
    width: 50%;
  }
  #carousel-other-events li .info, #carousel-other-events li h4 {
    box-sizing: border-box;
    padding-right: 8px;
  }
  #carousel-other-events li > a:last-child .info, #carousel-other-events li > a:last-child h4 {
    padding-right: 0;
  }
  #carousel-other-events li .box-img {
    max-height: 82px;
  }
  .teams-page #matches .matches-wrapper, .game-page #matches .matches-wrapper {
    width: 570px;
  }
  .teams-page #games .matches-wrapper, .game-page #games .matches-wrapper {
    width: 549px;
  }
  .box-home {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .box-home:last-child {
    margin: 0;
  }
  .box-home:before {
    margin-top: 60%;
  }
  #articles.box-home:before {
    display: none;
  }
  #articles.box-home > div {
    position: static;
  }
  #articles .content-box-home {
    position: relative;
    top: 0;
  }
  #articles .article, #articles .article:nth-child(2), #articles .article p {
    height: auto;
  }
  #articles .addthis_toolbox,
  #articles .new-share-box {
    margin-top: 9px;
  }
  #articles .gradient-under-btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #event-home.box-home:before {
    display: none;
  }
  #event-home.box-home > div, #event-home .content-box-home {
    position: static;
  }
}

@media only screen and (max-width: 660px) {
  .teams-page #matches .matches-wrapper, .game-page #matches .matches-wrapper {
    width: 456px;
  }
  .content-blocks-home #matches .matches-wrapper {
    width: 456px;
  }
}

@media only screen and (max-width: 640px) {
  .box-post .post .box-img-post {
    display: none;
  }
  .desc-post .desc span {
    font-size: 0;
    line-height: 0;
  }
  .desc-post .desc span:after {
    content: attr(data-excerpt);
    font-size: 13px;
    line-height: 17px;
  }
  #info-photo-single {
    padding: 28px 10px 0 10px;
  }
  #info-photo-single .right-info {
    left: 10px;
    right: auto;
  }
  .teams-page #games .matches-wrapper, .game-page #games .matches-wrapper {
    width: 366px;
  }
  #top-home #slideshow {
    float: none;
    width: 100%;
    height: 200px;
  }
  #left-top-home {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-top: 10px;
  }
  #box-news, #box-news .shadow, #box-news .shadow > div:first-child, #box-news .shadow .desc {
    height: auto !important;
  }
}

@media only screen and (max-width: 630px) {
  .content-blocks-home #games .matches-wrapper {
    width: 366px;
  }
}

@media only screen and (max-width: 610px) {
  #box-events .event-block, #box-events .event-block:nth-child(3), #box-events .event-block:nth-child(4), #box-events .event-block:nth-child(5) {
    width: 100%;
    margin: 0;
  }
  #box-events .event-block:first-child, #box-events .event-block:nth-child(2) {
    margin: 0;
  }
}

@media only screen and (max-width: 594px) {
  body.demo_new #ta_login_box {
    width: auto;
    margin: 10px;
  }
}

@media only screen and (max-width: 560px) {
  #articles_navigation .hellip, #articles_navigation a.bg-color2 {
    display: none;
  }
  #articles_navigation #articles_prev_link, #articles_navigation #articles_next_link {
    display: inline-block;
  }
}

@media only screen and (max-width: 550px) {
  .teams-page #matches .matches-wrapper, .game-page #matches .matches-wrapper {
    width: 342px;
  }
}

@media only screen and (max-width: 540px) {
  .contacts-page .contact {
    float: none;
    width: 100%;
  }
  .contacts-page .contact.left {
    background: none;
  }
  .groups-page .member-list li {
    width: 100%;
  }
  .groups-page .member-list li.even {
    padding-right: 0;
    padding-left: 80px;
  }
  .groups-page .member-list li.even .box-img {
    left: 0;
    right: auto;
  }
  .groups-page .member-list li.even p {
    float: left;
    text-align: left;
  }
  #search-media #left-col-search-media {
    width: 100%;
    padding-right: 60px;
    padding-bottom: 25px;
  }
  #box-btn-search {
    left: auto;
    right: 0;
  }
  #advanced-search {
    top: auto;
    bottom: 0;
  }
  #search-media.big form.border-dotten-bottom {
    padding-bottom: 0;
  }
  #search-media.big #left-col-search-media {
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }
  #search-media #right-col-search-media {
    background: none;
    width: 100%;
    height: auto;
    margin-left: 0;
    padding-left: 0;
  }
  #advanced-search.big {
    top: auto;
    bottom: -28px;
  }
  #box-btn-search.big {
    top: auto;
    bottom: -32px;
  }
  #carousel-events-all .event-block,
  #carousel-events-all .event-block:nth-child(3n+2) {
    width: 49%;
  }
  #carousel-events-all .event-block:last-child {
    margin-right: 0;
  }
  .content-blocks-home #matches .matches-wrapper {
    width: 342px;
  }
}

@media only screen and (max-width: 520px) {
  #notices.box-home:before {
    display: none;
  }
  #notices.box-home > div {
    position: static;
  }
  #notices .notice {
    height: auto;
    padding: 5px 0;
  }
  #notices .content-box-home {
    position: static;
  }
}

@media only screen and (max-width: 500px) {
  #box-menus .box-menu table colgroup,
  #box-downloads table td.box-icon {
    display: none;
  }
  #box-menus .box-menu td {
    display: block;
    height: auto;
    padding: 5px 0;
  }
  #box-menus .box-menu .right {
    background: none;
  }
  #box-menus .box-menu .right a {
    width: 100%;
    max-width: 88px;
    margin: 0;
  }
  #box-downloads table td {
    padding: 10px;
  }
  #box-shop .box-shop td.box-shop-desc.small {
    padding: 10px 10px 10px 0;
  }
  #box-shop .box-shop td.box-shop-desc.small > .floatright {
    float: none;
    width: 100%;
    position: static;
  }
  #box-shop .box-shop td.box-shop-desc.small > .floatleft {
    float: none;
    min-height: 0;
    padding: 15px 0 0 10px;
  }
  #box-shop .box-shop .right {
    background: none;
  }
  #box-shop .box-shop .right .availability {
    margin: 0;
  }
  .notices-page .notice {
    padding: 0 0 10px 0;
  }
  .notices-page .notice .box-avatar {
    width: 20%;
    height: auto;
    margin: 0 2% 0 0;
    position: static;
  }
  .notices-page .notice .info-notice {
    width: 78%;
  }
  #map_wrapper {
    width: 100%;
    height: 200px;
  }
  #info-location {
    width: 100%;
    padding: 10px 0 0 0;
  }
  #box-single-event .box-img {
    float: none;
    width: 100%;
    height: 200px;
    margin-left: 0;
    overflow: hidden;
  }
  #box-single-event .box-img img {
    width: auto;
  }
  #event-home .box-locandina {
    width: 100%;
    height: 200px;
  }
  #event-home .info-event {
    width: 100%;
    padding: 10px 0 0 0;
  }
}

@media only screen and (max-width: 480px) {
  .photo-album .content-albums .album, .content-albums .album {
    width: 49%;
  }
  .photo-album .content-albums .album:nth-child(3n+2), .content-albums .album:nth-child(3n+2) {
    margin: 11px 0 0 0;
  }
  .photo-album .content-albums .album:nth-child(odd), .content-albums .album:nth-child(odd) {
    margin: 11px 2% 0 0;
  }
}

@media only screen and (max-width: 460px) {
  #carousel-other-events li > a {
    width: 100%;
  }
  #carousel-other-events li .info, #carousel-other-events li h4 {
    padding-right: 0;
  }
  .teams-page #games .matches-wrapper, .game-page #games .matches-wrapper {
    width: 183px;
  }
}

@media only screen and (max-width: 450px) {
  .content-blocks-home #games .matches-wrapper {
    width: 183px;
  }
}

@media only screen and (max-width: 435px) {
  .teams-page #matches .matches-wrapper, .game-page #matches .matches-wrapper {
    width: 228px;
  }
}

@media only screen and (max-width: 430px) {
  .content-blocks-home #matches .matches-wrapper {
    width: 228px;
  }
}

@media only screen and (max-width: 420px) {
  #book-box .field, #message-box .field {
    padding-left: 0;
  }
  #book-box label, #message-box label {
    width: 100%;
    padding: 0 0 5px 0;
    line-height: 1.2;
    position: static;
  }
  #book-box textarea, #message-box textarea {
    margin-top: 0;
  }
}

@media only screen and (max-width: 400px) {
  .sponsor-page .wrap-sponsor, .sponsor-page .wrap-sponsor:nth-child(3n+2) {
    width: 100%;
  }
}

@media only screen and (max-width: 380px) {
  #box-shop .box-shop table colgroup, #box-shop .box-shop td.box-shop-desc .line-title {
    display: none;
  }
  #box-shop .box-shop td.box-shop-img {
    display: block;
    background: none;
    width: 100%;
    padding: 10px 0 0 0;
  }
  #box-shop .box-shop .box-shop-img a {
    width: 100px;
    height: 100px;
  }
  #box-shop .box-shop td.box-shop-desc, #box-shop .box-shop td.box-shop-desc.small {
    display: block;
    width: 100%;
    padding: 10px 0;
    position: relative;
  }
  #box-shop .box-shop td.box-shop-desc.small > .floatright {
    width: auto;
    position: absolute;
    top: -100px;
    right: 0;
    bottom: auto;
    left: 100px;
  }
  #box-shop .box-shop td.box-shop-desc.small > .floatleft {
    padding: 0;
  }
  #box-shop .box-shop .desc {
    padding: 0;
  }
  #box-shop .box-shop td.box-shop-desc.big .availability {
    margin: 0;
    position: absolute;
    top: -100px;
    left: 100px;
  }
  #box-shop .box-shop td.box-shop-desc.big .label-middle {
    margin: 0;
    border-radius: 0 3px 3px 0px;
    position: absolute;
    top: -67px;
    left: 100px;
  }
  #box-img-single-item {
    display: block;
    width: 100px;
    height: 100px;
    text-align: center;
    font-size: 0;
  }
  #box-img-single-item:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
  }
  #box-img-single-item img {
    display: inline-block;
    max-height: 100%;
    vertical-align: middle;
  }
  #box-info-single-item {
    display: block;
    width: 100%;
    padding: 10px 0 0 0;
    position: relative;
  }
  #box-info-single-item .line-title {
    display: none;
  }
  #box-info-single-item .price {
    margin: 0 0 10px 0;
  }
  #box-info-single-item .desc p {
    margin: 0 0 10px 0;
  }
  #box-info-single-item .desc p:last-child {
    margin: 0;
  }
  #box-info-single-item .availability {
    margin: 0;
    position: absolute;
    top: -100px;
    left: 100px;
  }
  #box-info-single-item .label-middle {
    margin: 0;
    border-radius: 0 3px 3px 0px;
    position: absolute;
    top: -67px;
    left: 100px;
  }
}

@media only screen and (max-width: 370px) {
  .box-post .box-share:after, #box-single-post .box-share:after, #box-page-standard .box-share:after,
  #info-photo-single .right-info .box-share:after,
  #box-single-event .box-share:after {
    content: '';
    clear: both;
    display: block;
  }
  .box-post .box-share > span, #box-single-post .box-share > span, #box-page-standard .box-share > span,
  #info-photo-single .right-info .box-share > span, #box-single-event .box-share > span {
    float: left;
  }
  .box-post .box-share > span.st_plusone_hcount, #box-single-post .box-share > span.st_plusone_hcount,
  #box-page-standard .box-share > span.st_plusone_hcount,
  #info-photo-single .right-info .box-share > span.st_plusone_hcount,
  #box-single-event .box-share > span.st_plusone_hcount {
    clear: left;
    margin-top: 5px;
  }
  .box-post .box-share > span.relative, #box-single-post .box-share > span.relative,
  #box-page-standard .box-share > span.relative,
  #info-photo-single .right-info .box-share > span.relative,
  #box-single-event .box-share > span.relative {
    margin-top: 5px;
  }
  #info-photo-single {
    padding-top: 55px;
  }
}

@media only screen and (max-width: 360px) {
  .photo-album .content-albums .album, .content-albums .album {
    width: 100%;
  }
  .photo-album .content-albums .album:nth-child(odd), .content-albums .album:nth-child(odd) {
    margin: 11px 0 0 0;
  }
  .content-albums .album:before {
    margin-top: 60%;
  }
  #carousel-events-all .event-block,
  #carousel-events-all .event-block:nth-child(3n+2) {
    width: 100%;
  }
}

@media only screen and (max-width: 340px) {
  #box-sponsors-sidebar .sponsor {
    width: 100%;
    margin-bottom: 10px;
  }
  #box-sponsors-sidebar .sponsor:nth-child(2) {
    margin: 0 0 10px 0;
  }
  #box-sponsors-sidebar .sponsor.last {
    margin-bottom: 0;
  }
}

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