.news-stand .stand { left: 6px; background-repeat: no-repeat; }


.news-list .select-title {
  float: left;
  *zoom: 1;
  width: 300px;
  height: 36px;
  font-family: 'proximanovabold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
}
.news-list .select-title:before,
.news-list .select-title:after {
  display: table;
  content: "";
  line-height: 0;
}
.news-list .select-title:after {
  clear: both;
}
.news-list .select-title .custom-select-container {
  float: left;
  margin-right: 20px;
}
.news-list .select-title .custom-select-container .replaced {
  font-size: 12px;
}
.news-list .select-title .custom-select-container .custom-select > span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  display: block;
  padding: 0 25px 0 6px;
  border: solid 1px #dddddd;
  color: #484141;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  font-weight: normal;
  line-height: 28px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.news-list .select-title .custom-select-container .custom-select > span span {
  display: block;
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list .select-title .custom-select-container .custom-select.active > span {
  border-color: #CCC;
  color: #333;
}
.news-list .ttl {
  float: left;
  font-family: 'proximanovabold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #e00000;
  position: relative;
  margin-bottom: 6px;
}
.news-list .ttl h1,
.news-list .ttl h2,
.news-list .ttl h3,
.news-list .ttl h4,
.news-list .ttl h5,
.news-list .ttl h6 {
  font-size: 22px;
  float: left;
}
.news-list .ttl a {
  color: #e00000;
}
.news-list .ttl a:hover {
  color: #c70000;
  text-decoration: none;
}
.news-list .ttl i {
  float: left;
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url("sprite.png");
  background-repeat: no-repeat;
  background-position: -57px -14px;
  margin-right: 3px;
  margin-top: -2px;
}
.news-list .ui-toggler {
  margin-top: -4px;
  float: right;
  border: 1px solid #dddddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #f9f9f9;
}
.news-list .ui-toggler span {
  display: inline-block;
  float: left;
  width: 30px;
  height: 25px;
  background-image: url("sprite.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
}
.news-list .ui-toggler span.list {
  background-position: -21px -44px;
}
.news-list .ui-toggler span.grid {
  background-position: -73px -44px;
}
.news-list .ui-toggler span.active {
  background-color: #e9e9e9;
  -webkit-box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.1);
  cursor: default;
}
.news-list .ui-toggler span.active.list {
  background-position: 7px -44px;
}
.news-list .ui-toggler span.active.grid {
  background-position: -47px -44px;
}
.news-list > ul {
  margin: 0;
  padding: 0;
}
.news-list > ul.ui-list {
  border-top: 1px solid #f1f1f1;
}
.news-list > ul.ui-list li {
  list-style: none;
  padding-left: 160px;
  padding: 10px 0 12px 160px;
  border-bottom: 1px solid #f1f1f1;
  min-height: 110px;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  position: relative;
}
.news-list > ul.ui-list li .link {
  font-family: 'proximanovabold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #484141;
  display: block;
}
.news-list > ul.ui-list li .link .imgwrap {
  position: absolute;
  top: 14px;
  left: 0;
  width: 150px;
  height: 110px;
}
.news-list > ul.ui-list li .link .imgwrap img {
  top: -20px;
}
.news-list > ul.ui-list li .link:hover {
  color: #e00000;
  text-decoration: none;
}
.news-list > ul.ui-list li .spot {
  padding: 3px 0;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-bottom: 15px;
}
.news-list > ul.ui-list li .cat {
  font-weight: bold;
  font-size: 11px;
}
.news-list > ul.ui-list li .date {
  color: #bbb;
  font-size: 11px;
}
.news-list > ul.ui-list li .nfo {
  position: absolute;
  bottom: 10px;
}
.news-list > ul.ui-list li:hover {
  background-color: #fefefe;
}
.news-list > ul.ui-grid {
  width: 460px;
}
.news-list > ul.ui-grid li {
  list-style: none;
  width: 200px;
  height: 200px;
  border-width: 1px;
  border-style: solid;
  border-color: #f1f1f1;
  margin: 0 20px 20px 0;
  float: left;
  padding: 4px;
}
.news-list > ul.ui-grid li .link {
  display: block;
  position: relative;
}
.news-list > ul.ui-grid li .link .ti {
  position: absolute;
  bottom: 0;
  color: #FFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-shadow: 1px 1px 0 #000;
  padding: 40px 6px 10px 10px;
  background-color: rgba(0, 0, 0, 0.32000000000000006);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  background-color: rgba(0, 0, 0, 0) !important;
}
.news-list > ul.ui-grid li .link:hover .ti {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(#000000));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=0);
}
.news-list > ul.ui-grid li .spot,
.news-list > ul.ui-grid li .cat,
.news-list > ul.ui-grid li .date {
  display: none;
}
.news-list > ul.ui-grid li .imgwrap {
  width: 200px;
  height: 200px;
}
.news-list > ul.ui-grid li:hover {
  border-color: #dddddd;
}
.news-list.wide .ui-grid {
  width: 640px;
}
.news-list.wide .ui-grid li {
  width: 182px;
  height: 182px;
}
.news-list.wide .ui-grid li .imgwrap {
  width: 182px;
  height: 182px;
}
.most-list {
  margin-bottom: 20px;
}
.most-list .ttl {
  font-family: 'proximanovabold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e00000;
  font-size: 18px;
  float: left;
  margin-bottom: 6px;
}
.most-list .nav {
  float: right;
  margin-top: 2px;
}
.most-list .nav a {
  font-weight: bold;
  color: #999;
  cursor: pointer;
  margin-right: 5px;
}
.most-list .nav a:hover {
  color: #6f6767;
  text-decoration: none;
}
.most-list .nav a.active {
  color: #000;
  border-bottom: 2px solid #e00000;
}
.most-list > ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #f1f1f1;
}
.most-list > ul li {
  font-family: 'proximanovabold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #f1f1f1;
  list-style: none;
  *zoom: 1;
  padding: 2px 0;
}
.most-list > ul li:before,
.most-list > ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.most-list > ul li:after {
  clear: both;
}
.most-list > ul li.no-image.active .active {
  padding-left: 10px;
}
.most-list > ul li .dec {
  font-size: 28px;
  color: #e0e0e0;
  display: block;
  float: left;
  width: 25px;
}
.most-list > ul li .imgwrap:after {
  border-width: 0px !important;
}
.most-list > ul li .imgwrap,
.most-list > ul li .spot {
  display: none;
}
.most-list > ul li .link {
  display: block;
  width: 275px;
  height: 18px;
  overflow: hidden;
  padding-top: 9px;
  float: left;
}
.most-list > ul li .link .ti {
  font-size: 14px;
  color: #484141;
  position: relative;
}
.most-list > ul li .link:hover {
  text-decoration: none;
}
.most-list > ul li .link:hover .ti {
  color: #e00000;
}
.most-list > ul li.active {
  border-left: 2px solid #e00000;
  padding: 13px 4px 13px 90px;
  position: relative;
  height: 65px;
  overflow: hidden;
}
.most-list > ul li.active .imgwrap {
  display: block;
}
.most-list > ul li.active .spot {
  display: inline;
  padding-top: 4px;
}
.most-list > ul li.active .dec {
  display: none;
}
.most-list > ul li.active .link {
  padding: 0;
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
}
.most-list > ul li.active .ti {
  position: static;
}
.most-list > ul li.active .imgwrap {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 13px;
  left: 13px;
}
.most-list > ul li.active .spot {
  font-size: 11px;
  color: #b4b0b0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tab-list {
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #dddddd;
  width: 298px;
  height: 227px;
  margin-bottom: 20px;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #fafafa, #f6f6f6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f6f6f6));
  background-image: -webkit-linear-gradient(top, #fafafa, #f6f6f6);
  background-image: -o-linear-gradient(top, #fafafa, #f6f6f6);
  background-image: linear-gradient(to bottom, #fafafa, #f6f6f6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff6f6f6', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.tab-list > li {
  list-style: none;
  cursor: pointer;
  display: block;
  float: left;
  padding: 7px 8px 9px 8px;
  font-size: 11px;
}
.tab-list > li:last-child {
  float: right;
}
.tab-list > li a {
  color: #484141;
}
.tab-list > li a:hover {
  text-decoration: none;
}
.tab-list > li a .text {
  display: none;
  width: 300px;
  position: absolute;
  bottom: -1px;
  left: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFF;
  text-shadow: 1px 1px 1px #000000;
  background-color: rgba(0, 0, 0, 0.24);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
  background-color: rgba(0, 0, 0, 0);
  padding: 40px 0 12px 0;
  z-index: 10000;
}
.tab-list > li a .text .title {
  font-weight: bold;
  font-size: 24px;
  margin: 0 12px 0 12px;
  line-height: 30px;
  margin-bottom: 3px;
}
.tab-list > li a .text .title h1,
.tab-list > li a .text .title h2,
.tab-list > li a .text .title h3,
.tab-list > li a .text .title h4,
.tab-list > li a .text .title h5,
.tab-list > li a .text .title h6 {
  margin: 0;
}
.tab-list > li a .text .spot {
  font-size: 13px;
  margin: 0 16px 0 16px;
}
.tab-list > li img {
  display: none;
  position: absolute;
  z-index: 2;
  top: 28px;
  left: -1px;
  max-width: none;
  width: 300px;
  height: 200px;
}
.tab-list > li.active {
  background-color: #d41313;
  background-image: -moz-linear-gradient(top, #c41414, #ec1212);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c41414), to(#ec1212));
  background-image: -webkit-linear-gradient(top, #c41414, #ec1212);
  background-image: -o-linear-gradient(top, #c41414, #ec1212);
  background-image: linear-gradient(to bottom, #c41414, #ec1212);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc41414', endColorstr='#ffec1212', GradientType=0);
}
.tab-list > li.active a {
  color: #FFF;
}
.tab-list > li.active a .text {
  display: block;
}
.tab-list > li.active img {
  display: block;
}
.slider {
  width: 100%;
  position: relative;
  margin: -17px 0 20px 0;
}
.slider .scrollpane {
  overflow: hidden;
  position: relative;
}
.slider ul {
  margin: 0 -10px;
  padding: 17px 0 0 0;
  *zoom: 1;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  left: 100%;
  -webkit-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
.slider ul:before,
.slider ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.slider ul:after {
  clear: both;
}
.slider ul li {
  vertical-align: top;
  list-style: none;
  display: inline-block;
  margin-top: -10px;
  white-space: normal;
}
.slider ul li a {
  display: block;
  width: 172px;
  height: 126px;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #484141;
  padding: 10px;
  position: relative;
  font-weight: bold;
}
.slider ul li a img {
  margin-bottom: 3px;
  width: 172px;
  height: 90px;
}
.slider ul li a:hover {
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #f6f6f6, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #ffffff);
  background-image: -o-linear-gradient(top, #f6f6f6, #ffffff);
  background-image: linear-gradient(to bottom, #f6f6f6, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6f6f6', endColorstr='#ffffffff', GradientType=0);
  color: #e00000;
  text-decoration: none;
}
.slider ul li a [class^="tag-"],
.slider ul li a [class*=" tag-"] {
  position: absolute;
  top: -4px;
  right: -4px;
  z-index: 3;
}
.slider ul li:last-child [class^="tag-"],
.slider ul li:last-child [class*=" tag-"] {
  right: 9px;
}
.slider .control {
  background: none;
  border: none;
  width: 17px;
  height: 157px;
  background-image: url("sprite.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 0;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slider .control i {
  display: block;
  width: 11px;
  height: 16px;
  background-image: url("sprite.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 69px;
}
.slider .control.left {
  left: 0;
  background-position: -83px -76px;
}
.slider .control.left i {
  background-position: -29px -76px;
  left: -7px;
}
.slider .control.left:hover i {
  background-position: -29px -102px;
}
.slider .control.right {
  right: 0;
  background-position: -61px -76px;
}
.slider .control.right i {
  background-position: -45px -76px;
  left: 13px;
}
.slider .control.right:hover i {
  background-position: -45px -102px;
}
.slider .control.active {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.main-sec {
  margin-bottom: 40px;
  *zoom: 1;
  min-height: 220px;
}
.main-sec:before,
.main-sec:after {
  display: table;
  content: "";
  line-height: 0;
}
.main-sec:after {
  clear: both;
}
.main-sec .sec-title {
  margin-top: 10px;
  position: relative;
  *zoom: 1;
  margin-bottom: 12px;
}
.main-sec .sec-title:before,
.main-sec .sec-title:after {
  display: table;
  content: "";
  line-height: 0;
}
.main-sec .sec-title:after {
  clear: both;
}
.main-sec .sec-title span {
  display: block;
  border-bottom: 1px solid #f1f1f1;
  position: absolute;
  width: 100%;
  top: 50%;
}
.main-sec .sec-title h2 {
  background-color: #FFF;
  float: left;
  position: relative;
  padding-right: 10px;
  font-family: 'proximanovabold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e00000;
  font-size: 32px;
}
.main-sec .sec-title h2 a {
  color: #e00000;
}
.main-sec .sec-title h2 a:hover {
  color: #ff2e2e;
  text-decoration: none;
}
.main-sec .sec-title .sub {
  margin: 9px 0 0 0;
  padding: 0;
  background-color: #FFF;
  float: right;
  position: relative;
}
.main-sec .sec-title .sub li {
  list-style: none;
  float: left;
  display: inline-block;
  font-family: 'proximanovabold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin: 0 10px;
}
.main-sec .sec-title .sub li:last-child {
  margin-right: 0;
}
.main-sec .sec-title .sub li a {
  color: #484141;
}
.main-sec .sub-ttl {
  margin-bottom: 7px;
  *zoom: 1;
  color: #e00000;
  font-family: 'proximanovabold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.main-sec .sub-ttl:before,
.main-sec .sub-ttl:after {
  display: table;
  content: "";
  line-height: 0;
}
.main-sec .sub-ttl:after {
  clear: both;
}
.main-sec .sub-ttl .sub {
  display: block;
  float: left;
  color: #000;
}
.main-sec .sub-ttl .all {
  display: block;
  margin-top: 4px;
  float: right;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.main-sec .banner-728 {
  margin-top: 10px;
  border: 1px solid #f1f1f1;
  background-color: #fafafa;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.04);
}
.main-sec .banner-728 > div {
  width: 728px;
  height: 90px;
  margin: 4px auto;
}
.image-box {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}
.image-box a {
  display: block;
}
.image-box a img {
  width: 100%;
}
.image-box .text {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: 'proximanovabold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFF;
  text-shadow: 1px 1px 1px #000000;
  background-color: rgba(0, 0, 0, 0.24);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
  background-color: rgba(0, 0, 0, 0);
  padding: 40px 0 10px 0;
}
.image-box .text .ttl,
.image-box .text .spot {
  padding: 0 10px 0 10px;
}
.image-box .text .ttl {
  font-weight: bold;
  font-size: 22px;
  margin: 0 0 5px 0;
  display: block;
}
.image-box .text .ttl h1,
.image-box .text .ttl h2,
.image-box .text .ttl h3,
.image-box .text .ttl h4,
.image-box .text .ttl h5,
.image-box .text .ttl h6 {
  margin: 0;
}
.image-box .text .spot {
  display: block;
  font-size: 12px;
  margin: 0 0 0 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.image-box.video .video-time {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  color: #FFF;
  font-size: 11px;
  padding: 3px 4px;
  background-color: rgba(0, 0, 0, 0.5);
}
.image-box.video .icon-play {
  position: absolute;
  width: 41px;
  height: 41px;
  top: 50%;
  left: 50%;
  background-position: -59px -284px;
  margin-left: -20px;
  margin-top: -20px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.image-box.video a:hover .icon-play {
  opacity: 1;
  filter: alpha(opacity=100);
}
.league-table .ttl {
  float: left;
  font-family: 'proximanovabold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.league-table .ttl a {
  color: #e00000;
}
.league-table .ttl a:hover {
  color: #ff2e2e;
  text-decoration: none;
}
.league-table .all {
  float: right;
  font-size: 11px;
  margin-top: 3px;
}
.league-table table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 7px;
}
.league-table table td {
  border-width: 0px 1px 1px 0;
  border-style: solid;
  border-color: #f1f1f1;
  width: 12%;
  text-align: center;
  padding: 3px 0;
  font-size: 12px;
}
.league-table table td:last-child {
  border-right: 0;
}
.league-table table td.nm {
  width: 40%;
  text-align: left;
  font-weight: bold;
}
.league-table table tr.first td {
  font-size: 11px;
  color: #b4b0b0;
}
.league-table table tr.first .nm {
  font-weight: normal;
}
.league-table .detail {
  text-align: center;
  font-size: 11px;
}
.league-table .detail a {
  color: #484141;
}
.gallery .photos > ul {
  margin: 0;
  padding: 0;
  margin-left: -20px;
}
.gallery .photos > ul li {
  list-style: none;
  margin: 0 0 20px 17px;
  float: left;
}
.gallery .photos > ul li a img {
  width: 140px;
  height: 140px;
}
.gallery .photos > ul li.large .text {
  font-size: 20px;
  padding-bottom: 10px;
}
.gallery .photos > ul li.large .text .ttl {
  padding-left: 10px;
}
.gallery .photos > ul li.large a img {
  width: 300px;
  height: 300px;
}
.gallery .videos > ul {
  margin: 0;
  padding: 0;
  margin-left: -20px;
}
.gallery .videos > ul li {
  padding: 0;
  float: left;
  margin: 0 0 20px 20px;
  width: 210px;
  height: 140px;
  overflow: hidden;
}
.gallery .videos > ul li .text {
  padding: 30px 0 8px 0;
}
.gallery .videos > ul li .text .ttl {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 0;
}
.gallery-item {
  display: block;
  position: relative;
}
.gallery-item .text {
  width: 100%;
  position: absolute;
  bottom: 3px;
  left: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFF;
  text-shadow: 1px 1px 1px #000000;
  background-color: rgba(0, 0, 0, 0.24);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
  background-color: rgba(0, 0, 0, 0);
  padding: 20px 0 7px 0;
  font-size: 12px;
}
.gallery-item .text .ttl {
  padding: 0 7px;
  display: block;
}
.gallery-item img,
.gallery-item span.p {
  border-style: solid;
  border-color: #dadada;
  border-width: 1px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  background-color: #FFF;
}
.gallery-item img {
  padding: 2px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: -3px 0 0 -3px;
  position: relative;
  background-color: #FFF;
  -webkit-transition: all 0.05s;
  -moz-transition: all 0.05s;
  -o-transition: all 0.05s;
  transition: all 0.05s;
}
.gallery-item span.p {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: -3px 0 0 -3px;
  -webkit-transition: all 0.07s;
  -moz-transition: all 0.07s;
  -o-transition: all 0.07s;
  transition: all 0.07s;
}
.gallery-item:hover img {
  border-color: #d1d1d1;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.gallery-item:hover span.p {
  -webkit-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.gallery-item:active img {
  box-shadow: none;
  border-color: #e5e5e5;
}
.stand-wrapper {
  position: absolute;
  width: 100%;
  height: 200px;
  left: 0;
  overflow: hidden;
}
.news-stand {
  position: relative;
  height: 200px;
  width: 980px;
  margin: 0 auto;
}
.news-stand.cinema {
  width: 960px;
  height: 215px;
  margin-bottom: 20px;
}
.news-stand.cinema ul li a .imgwrap {
  width: 150px;
  height: 215px;
}
.news-stand.cinema ul li a .imgwrap img {
  width: 100%;
}
.news-stand.cinema .control {
  top: 90px;
}
.news-stand .stand {
  position: absolute;
  display: block;
  width: 998px;
  height: 141px;
  left: 9px;
  top: 55px;
  background-image: url(stand.png);
}
.news-stand ul {
  position: relative;
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0;
  width: 892px;
  height: 161px;
}
.news-stand ul li {
  list-style: none;
  display: inline-block;
  margin: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 40%;
}
.news-stand ul li a {
  display: block;
  text-align: center;
  position: relative;
  width: 168px;
  height: 181px;
}
.news-stand ul li a .paper {
  position: absolute;
  width: 168px;
  height: 137px;
  display: block;
  top: 0;
  left: 0;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.news-stand ul li a .paper.selected {
  top: -6px;
}
.news-stand ul li a .paper .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 168px;
  height: 137px;
  display: block;
  background-image: url("sprite.png");
  background-repeat: no-repeat;
  background-position: -6px -333px;
}
.news-stand ul li a .paper .wrap {
  width: 150px;
  height: 120px;
  overflow: hidden;
  position: absolute;
  display: block;
  top: 11px;
  left: 9px;
}
.news-stand ul li a .paper .wrap img {
  position: absolute;
  top: 0;
  left: 0;
}
.news-stand ul li a .paper .gra {
  position: absolute;
  background-image: url("sprite.png");
  background-repeat: no-repeat;
  background-position: -14px -504px;
  top: 78px;
  left: 8px;
  width: 153px;
  height: 53px;
}
.news-stand ul li a .shadow {
  position: absolute;
  display: block;
  top: 121px;
  left: -6px;
  width: 180px;
  height: 20px;
  background-image: url("sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -475px;
}
.news-stand ul li a .ttl {
  position: absolute;
  color: #ab7243;
  text-shadow: 1px 1px 0 #efd7b0;
  display: block;
  bottom: 0;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
}
.news-stand ul li a .ttl.selected {
  color: #883d00;
  text-shadow: 1px 1px 0 #FFe1b0;
}
.news-stand ul li a:hover {
  text-decoration: none;
}
.news-stand ul li a:hover .paper {
  top: -6px;
}
.news-stand ul li.p0 {
  left: -178px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.news-stand ul li.p1 {
  left: 0px;
}
.news-stand ul li.p2 {
  left: 178px;
}
.news-stand ul li.p3 {
  left: 356px;
}
.news-stand ul li.p4 {
  left: 534px;
}
.news-stand ul li.p5 {
  left: 712px;
}
.news-stand ul li.p6 {
  left: 890px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.news-stand ul.left .p0 {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.news-stand ul.left .p1 {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.news-stand ul.left .p2 {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.news-stand ul.left .p3 {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.news-stand ul.left .p4 {
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.news-stand ul.right .p1 {
  -webkit-transition-delay: 0.01s;
  -moz-transition-delay: 0.01s;
  -o-transition-delay: 0.01s;
  transition-delay: 0.01s;
}
.news-stand ul.right .p2 {
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.news-stand ul.right .p3 {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.news-stand ul.right .p4 {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.news-stand ul.right .p5 {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.news-stand ul.right .p6 {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.news-stand .control {
  position: absolute;
  top: 55px;
  border: none;
  display: block;
  width: 23px;
  height: 33px;
  background-image: url(sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  cursor: auto;
}
.news-stand .control.left {
  left: 15px;
  background-position: -101px 0px;
}
.news-stand .control.right {
  right: 15px;
  background-position: -129px 0px;
}
.news-stand .control.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
}
.news-stand .control.active:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*
.active .news-stand .stand
{
	background-image:url(stand.png);
}
*/
.h-list {
  margin: 0;
  padding: 0;
  margin-left: -15px;
  *zoom: 1;
  margin-bottom: 20px;
}
.h-list:before,
.h-list:after {
  display: table;
  content: "";
  line-height: 0;
}
.h-list:after {
  clear: both;
}
.h-list > li {
  list-style: none;
  position: relative;
  float: left;
  width: 136px;
  margin-left: 15px;
  min-height: 120px;
}
.h-list > li a {
  display: block;
  width: 100%;
  text-align: center;
  color: #484141;
  font-size: 12px;
}
.h-list > li a .imgwrap {
  width: 100%;
  height: 70px;
  margin-bottom: 3px;
}
.sinema .h-list {
  margin-left: -12px;
}
.sinema .h-list > li {
  width: 100px;
  margin-left: 12px;
}
.sinema .h-list > li a {
  text-align: left;
  font-weight: bold;
  font-size: 11px;
}
.sinema .h-list > li a .imgwrap {
  height: 144px;
}
.sinema .h-list > li .rate {
  display: block;
  color: #6f6767;
  font-weight: normal;
  font-size: 10px;
  margin-top: 3px;
}
.sinema .h-list.dvd > li a {
  background-image: url("sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -567px;
  padding-top: 14px;
}
.sinema .h-list.dvd > li a .imgwrap {
  width: 98px;
  height: 142px;
  margin-bottom: 6px;
}
/*
.sinema .slider
{
	margin-top:0;
	
	ul
	{
		margin:0 -6px;
		
		li
		{	
			a
			{
				.size(100px,auto);
				text-align:left;
				font-family:@sansFontFamily;
				color:#000;
				padding:0;
				font-size:11px;
				font-weight:bold;
				padding:0 6px;
				
				.imgwrap
				{
					.size(100px,144px);
					margin-bottom:3px;
					
					img
					{
						width:100%;
						height:auto;
						margin:0;
					}
				}
				
				.rate
				{
					color:@defaultLight;
					font-weight:normal;
					font-size:10px;
					display:block;
					margin-top:3px;
				}
				
				&:hover
				{
					background:none;
				}
				
			}
		}
	}
	
	.control
	{
		top:10px;
	}
}
*/
.tags {
  margin-bottom: 20px;
  *zoom: 1;
}
.tags:before,
.tags:after {
  display: table;
  content: "";
  line-height: 0;
}
.tags:after {
  clear: both;
}
.tags .all {
  color: #484141;
  float: right;
}
.tags > ul {
  margin: 0 0 15px 0;
  padding: 0;
  text-align: center;
}
.tags > ul > li {
  display: inline-block;
  list-style: none;
}
.tags > ul > li a {
  display: block;
  padding: 2px 5px;
  color: #484141;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.tags > ul > li a:hover {
  background: #e00000;
  color: #FFF;
  text-decoration: none;
}
.tags > ul > li.s1 {
  font-size: 32px;
}
.tags > ul > li.s2 {
  font-size: 30px;
}
.tags > ul > li.s3 {
  font-size: 28px;
}
.tags > ul > li.s4 {
  font-size: 26px;
}
.tags > ul > li.s5 {
  font-size: 24px;
}
.tags > ul > li.s6 {
  font-size: 22px;
}
.tags > ul > li.s7 {
  font-size: 20px;
}
.tags > ul > li.s8 {
  font-size: 18px;
}
.tags > ul > li.s9 {
  font-size: 16px;
}
.tags > ul > li.s10 {
  font-size: 14px;
}
.tvdizi .h-list {
  margin-bottom: 0px;
}
.tvdizi .h-list > li {
  width: 142px;
  font-size: 11px;
  margin-bottom: 15px;
  height: 175px;
}
.tvdizi .h-list > li a {
  text-align: left;
  font-weight: bold;
  font-size: 11px;
}
.tvdizi .h-list > li a .imgwrap {
  height: 120px;
}
.tvdizi .h-list > li a .imgwrap img {
  max-width: none;
  width: 100%;
}
.tvdizi .h-list > li span {
  display: block;
}
.tvdizi .h-list > li span.cat {
  color: #999;
  padding: 2px 0;
}
.tvdizi .h-list.dizi {
  margin-left: -20px;
}
.tvdizi .h-list.dizi > li {
  margin-left: 20px;
  width: 210px;
}
.tvdizi .h-list.dizi > li a {
  font-size: 13px;
}
.tvdizi .h-list.dizi > li a .imgwrap {
  height: 120px;
}
.footer {
  width: 980px;
  margin: 20px auto 40px auto;
  text-align: center;
  color: #a9a9a9;
  text-shadow: 1px 1px 0 #FFF;
}
.footer .links {
  margin: 0;
  padding: 0;
  text-align: center;
  padding-bottom: 18px;
  border-bottom: 1px solid #e8e8e8;
  -webkit-box-shadow: 0px 1px 0 #ffffff;
  -moz-box-shadow: 0px 1px 0 #ffffff;
  box-shadow: 0px 1px 0 #ffffff;
  margin-bottom: 15px;
}
.footer .links li {
  display: inline-block;
  list-style: none;
  margin: 0 8px;
}
.footer .links li a {
  color: #908f8f;
}
.footer .links li a:hover {
  text-decoration: none;
  color: #555;
}
.footer .links li a:hover [class^="icon-"],
.footer .links li a:hover [class*=" icon-"] {
  opacity: 1;
  filter: alpha(opacity=100);
}
.footer .links li a:hover .icon-apps {
  background-position: -108px -645px;
}
.footer .links li a:hover .icon-rss {
  background-position: -132px -645px;
}
.footer .links li a:hover .icon-code {
  background-position: -156px -645px;
}
.footer .links li a:hover .icon-archive {
  background-position: -108px -669px;
}
.footer .links li a:hover .icon-mobile {
  background-position: -132px -669px;
}
.footer .links li a:hover .icon-vcard {
  background-position: -156px -669px;
}
.footer .links li a:hover .icon-mail {
  background-position: -108px -693px;
}
.footer .links li a:hover .icon-twitter {
  background-position: -132px -693px;
}
.footer .links li a:hover .icon-facebook {
  background-position: -156px -693px;
}
.footer .links li a [class^="icon-"],
.footer .links li a [class*=" icon-"] {
  width: 24px;
  height: 24px;
  margin: -5px 3px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.footer .logo {
  width: 254px;
  margin: 40px auto 30px auto;
}
.footer .slogan {
  font-size: 32px;
  font-family: 'proximanovabold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666;
}
.custom-select-container {
  position: relative;
}
.custom-select-container select.replaced {
  position: relative;
  z-index: 10;
  height: 21px;
  border: 0;
  filter: alpha(opacity=0);
  /* Move to IE-specific CSS file if you want to. */
  opacity: 0;
  line-height: 2;
  cursor: pointer;
}
.custom-select-container select.replaced option {
  font-size: 11px;
  color: #333;
  padding: 3px;
}
.custom-select-container select.replaced option:hover {
  background: #000000;
}
.custom-select-container .custom-select {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f3f3f3));
  background-image: -webkit-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: -o-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: linear-gradient(to bottom, #ffffff, #f3f3f3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff3f3f3', GradientType=0);
}
.custom-select-container .custom-select > span {
  font-size: 11px;
  display: block;
  padding: 0 25px 0 6px;
  border: solid 1px #dddddd;
  color: #484141;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  font-weight: normal;
  line-height: 21px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.custom-select-container .custom-select > span span {
  display: block;
  height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.custom-select-container .custom-select.active > span {
  border-color: #CCC;
  color: #333;
}
.modal-header {
  padding: 6px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 600px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.feedback {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  border-style: solid;
  border-width: 1px 1px 0 0px;
  border-color: #dddddd;
  padding: 5px 9px;
  cursor: pointer;
  color: #6f6767;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #fafafa, #f6f6f6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f6f6f6));
  background-image: -webkit-linear-gradient(top, #fafafa, #f6f6f6);
  background-image: -o-linear-gradient(top, #fafafa, #f6f6f6);
  background-image: linear-gradient(to bottom, #fafafa, #f6f6f6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff6f6f6', GradientType=0);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  outline: none;
}
.feedback:hover {
  background: #FFF;
  text-decoration: none;
  color: #000;
}
.feedback-area {
  margin-top: 10px;
  height: 100px;
}
.main-sec.other {
  margin-bottom: 0;
}
.signup {
  width: 390px;
}
.signup .option {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.signup .option.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.signup .option.passive {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.signup .clm {
  float: left;
  margin-right: 15px;
}
.signup p {
  color: #6f6767;
  line-height: 22px;
  margin-bottom: 18px;
}
.signup p .highlight {
  background-color: #FFC;
}
.signup .sub-ttl {
  color: #e00000;
  font-family: 'proximanovabold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  margin-bottom: 13px;
}
.signup .inputlbl {
  display: block;
  margin-bottom: 5px;
  color: #6f6767;
  font-size: 15px;
}
.signup .txt {
  width: 180px;
  margin-bottom: 15px;
  padding: 6px;
  font-size: 15px;
}
.signup input[type="checkbox"] {
  width: auto;
  vertical-align: top;
}
.signup .sgnp {
  margin-top: 10px;
}
.signup .line {
  width: 390px;
  border-bottom: 2px solid #ededed;
  height: 7px;
  position: relative;
  margin: 25px 0 25px 0;
}
.signup .line span {
  position: absolute;
  left: 50%;
  display: inline-block;
  margin-left: -25px;
  font-weight: bold;
  background-color: #FFF;
  padding: 0 10px;
}
.signup .social {
  margin-bottom: 10px;
}
.signup .social .btn {
  margin: 0 10px 10px 0;
  width: 122px;
}
body.gallery {
  background: #222;
}
body.gallery .gallery-container {
  width: 980px;
  margin: 0 auto;
}
body.gallery .gallery-container .top {
  *zoom: 1;
}
body.gallery .gallery-container .top:before,
body.gallery .gallery-container .top:after {
  display: table;
  content: "";
  line-height: 0;
}
body.gallery .gallery-container .top:after {
  clear: both;
}
body.gallery .gallery-container .top .logo {
  float: left;
  width: 120px;
  margin-top: 3px;
}
body.gallery .gallery-container .top .lnk {
  float: left;
  width: 130px;
  padding-top: 15px;
}
body.gallery .gallery-container .top .lnk a {
  color: #BBB;
  line-height: 22px;
  display: block;
}
body.gallery .gallery-container .top .lnk a .ttl {
  font-size: 20px;
  color: #FFF;
  font-family: 'proximanovabold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
}
body.gallery .gallery-container .top .lnk a:hover {
  text-decoration: none;
  color: #FFF;
}
body.gallery .gallery-container .top .bnr {
  padding: 3px 0;
  float: right;
}
body.gallery .gallery-container .gallery {
  *zoom: 1;
  background-color: #111;
}
body.gallery .gallery-container .gallery:before,
body.gallery .gallery-container .gallery:after {
  display: table;
  content: "";
  line-height: 0;
}
body.gallery .gallery-container .gallery:after {
  clear: both;
}
body.gallery .gallery-container .gallery .image {
  float: left;
  width: 630px;
  margin: 15px 0 15px 15px;
  position: relative;
  text-align: center;
  background-color: #000;
}
body.gallery .gallery-container .gallery .image img {
  width: 100%;
  max-width: 100%;
  min-height: 430px;
}
body.gallery .gallery-container .gallery .image .actions {
  position: absolute;
  left: 0;
  bottom: 0;
  text-shadow: 1px 1px 1px #000000;
  background-color: rgba(0, 0, 0, 0.24);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  font-size: 15px;
  padding: 20px 0 10px;
}
body.gallery .gallery-container .gallery .image .actions .ttl {
  padding-left: 15px;
  display: inline-block;
}
body.gallery .gallery-container .gallery .image .actions .ttl a {
  color: #FFF;
  font-weight: bold;
}
body.gallery .gallery-container .gallery .image .actions .count {
  display: inline-block;
  padding-left: 15px;
  color: #999;
}
body.gallery .gallery-container .gallery .image .control {
  position: absolute;
  height: 100%;
  display: block;
  top: 0;
}
body.gallery .gallery-container .gallery .image .control i {
  position: absolute;
  top: 50%;
  margin-top: -23px;
  display: block;
  width: 36px;
  height: 56px;
  background-image: url("sprite.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body.gallery .gallery-container .gallery .image .control:hover i {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
body.gallery .gallery-container .gallery .image .control.left {
  left: 5px;
  width: 20%;
}
body.gallery .gallery-container .gallery .image .control.left i {
  background-position: -103px -567px;
  left: 0;
}
body.gallery .gallery-container .gallery .image .control.right {
  right: 5px;
  width: 80%;
}
body.gallery .gallery-container .gallery .image .control.right i {
  background-position: -144px -567px;
  right: 0;
}
body.gallery .gallery-container .gallery .side {
  float: right;
  width: 300px;
  margin: 15px 15px 15px;
  height: 100%;
  position: relative;
}
body.gallery .gallery-container .gallery .side .info {
  overflow-y: scroll;
}
body.gallery .gallery-container .gallery .side .info .all {
  color: #999;
  margin-bottom: 5px;
  display: block;
}
body.gallery .gallery-container .gallery .side .info .all:hover {
  color: #FFF;
  text-decoration: none;
}
body.gallery .gallery-container .gallery .side .info h1 {
  font-size: 16px;
  color: #DDD;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #292929;
}
body.gallery .gallery-container .gallery .side .info p {
  line-height: 20px;
  color: #BBB;
  font-size: 15px;
}
body.gallery .gallery-container .gallery .side .bnr {
  position: absolute;
  bottom: 0;
}
body.gallery .gallery-container .related {
  background-color: #292929;
  padding: 15px;
}
body.gallery .gallery-container .related ul {
  margin: 0;
  padding: 0;
  *zoom: 1;
  margin-left: -15px;
}
body.gallery .gallery-container .related ul:before,
body.gallery .gallery-container .related ul:after {
  display: table;
  content: "";
  line-height: 0;
}
body.gallery .gallery-container .related ul:after {
  clear: both;
}
body.gallery .gallery-container .related ul li {
  list-style: none;
  float: left;
  position: relative;
  margin-left: 15px;
}
body.gallery .gallery-container .related ul li a {
  display: block;
}
body.gallery .gallery-container .related ul li a .imgwrap {
  width: 175px;
  height: 90px;
}
body.gallery .gallery-container .related ul li a .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  text-shadow: 1px 1px 1px #000000;
  background-color: rgba(0, 0, 0, 0.24);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  font-size: 12px;
  color: #FFF;
  padding: 15px 0 4px;
}
body.gallery .gallery-container .related ul li a .txt span {
  display: block;
  padding: 0 0 0 5px;
}
body.pgallery .galleryTop {
  width: 100%;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #fafafa, #f6f6f6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f6f6f6));
  background-image: -webkit-linear-gradient(top, #fafafa, #f6f6f6);
  background-image: -o-linear-gradient(top, #fafafa, #f6f6f6);
  background-image: linear-gradient(to bottom, #fafafa, #f6f6f6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff6f6f6', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,1), 0 1px 1px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,1), 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,1), 0 1px 1px rgba(0,0,0,.05);
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
}
body.pgallery .galleryTop .inner {
  width: 960px;
  margin: 0 auto;
  *zoom: 1;
}
body.pgallery .galleryTop .inner:before,
body.pgallery .galleryTop .inner:after {
  display: table;
  content: "";
  line-height: 0;
}
body.pgallery .galleryTop .inner:after {
  clear: both;
}
body.pgallery .galleryTop .logo {
  float: left;
  margin-top: 2px;
}
body.pgallery .galleryTop .banner {
  float: right;
  padding: 4px 0;
}
body.pgallery .galleryTop .logo {
  margin-right: 10px;
  margin-left: -18px;
}
body.pgallery .galleryTop .links {
  padding-top: 15px;
  float: left;
}
body.pgallery .galleryTop .links a {
  color: #666;
  display: block;
  margin-bottom: 5px;
}
body.pgallery .galleryTop .links a:hover {
  color: #000;
  text-decoration: none;
}
body.pgallery .galleryTop .links .ttl {
  font-family: 'proximanovabold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 22px;
  margin-bottom: 0;
}
body.pgallery .container {
  width: 960px;
  padding: 0;
  background: none;
  box-shadow: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body.pgallery .cleft {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body.pgallery .gallery-container {
  width: 100%;
  background-color: #000;
  position: relative;
  height: 480px;
  text-align: center;
  line-height: 479px;
}
body.pgallery .gallery-container img {
  max-height: 100%;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
body.pgallery .gallery-container .info {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: normal;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.32000000000000006);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  background-color: rgba(0, 0, 0, 0);
}
body.pgallery .gallery-container .info .inner {
  padding: 20px 10px 10px 20px;
  text-align: left;
  color: #CCC;
  text-shadow: 1px 1px 0 #000;
  font-size: 13px;
}
body.pgallery .gallery-container .info .inner .t {
  font-weight: bold;
  color: #FFF;
  font-size: 16px;
  padding-right: 20px;
}
body.pgallery .gallery-container .control {
  position: absolute;
  height: 100%;
  top: 0;
}
body.pgallery .gallery-container .control.disabled i {
  opacity: 0.3 !important;
  filter: alpha(opacity=30) !important;
}
body.pgallery .gallery-container .control.left {
  width: 25%;
  left: 0;
}
body.pgallery .gallery-container .control.left i {
  background-position: -103px -567px;
  left: 7px;
}
body.pgallery .gallery-container .control.right {
  width: 75%;
  right: 0;
}
body.pgallery .gallery-container .control.right i {
  background-position: -144px -567px;
  position: absolute;
  right: 7px;
}
body.pgallery .gallery-container .control i {
  position: absolute;
  display: block;
  width: 36px;
  height: 56px;
  background-image: url("sprite.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  top: 50%;
  margin-top: -28px;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
body.pgallery .gallery-container .control:hover i {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
body.pgallery .spot {
  font-size: 14px;
  line-height: 20px;
  height: 80px;
  max-height: 80px;
  overflow: hidden;
  overflow-y: auto;
}
body.pgallery .comments {
  margin-bottom: 0;
}
body.pgallery .comments .form textarea {
  height: 30px;
  font-size: 12px;
}
body.pgallery .comments .form .buttons {
  float: left;
}
body.pgallery .comments .form .buttons .login {
  font-size: 11px;
}
body.pgallery .comments .form .buttons .sep {
  display: inline;
  margin-right: 5px;
  margin-left: 5px;
}
body.pgallery .comments .list .stream {
  height: 270px;
  overflow: hidden;
  overflow-y: scroll;
}
body.pgallery .comments .list .stream.l {
  height: 352px;
}
body.pgallery .comments .list .stream li {
  padding: 10px 0 10px 42px;
}
body.pgallery .comments .list .stream li .header a {
  font-size: 12px;
}
body.pgallery .comments .list .stream li .header a .imgwrap {
  width: 35px;
  height: 35px;
  left: -42px;
}
body.pgallery .comments .list .stream li p {
  font-size: 11px;
  margin: 4px 0;
  line-height: 15px;
}
body.pgallery .comments .list .stream li .actions a {
  font-size: 11px;
}
body.pgallery .related {
  margin-bottom: 20px;
}
body.pgallery .related .ttl {
  margin-bottom: 10px;
  font-weight: bold;
}
body.pgallery .related .thumb-list {
  width: 100%;
  height: 130px;
  overflow: hidden;
}
@media all and (min-width: 1130px) {
  body.pgallery .container {
    width: 1130px;
  }
  body.pgallery .center {
    width: 670px;
  }
  body.pgallery .carousel.main ul {
    height: 310px;
  }
  body.pgallery .cleft {
    width: 810px;
  }
}
.link-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid #ededed;
  margin-bottom: 20px;
}
.link-list.fill li a {
  padding: 7px 0;
}
.link-list.fill li a:hover {
  background: none;
  color: #000;
  text-decoration: underline;
}
.link-list li {
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #ededed;
}
.link-list li a {
  color: #484141;
  display: block;
  padding: 7px 5px 7px 10px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.link-list li a .imgwrap {
  margin-bottom: 6px;
}
.link-list li a .ttl {
  font-size: 12px;
  display: block;
  font-weight: bold;
  margin-bottom: 3px;
}
.link-list li a .spot {
  font-size: 11px;
  margin-bottom: 4px;
}
.link-list li a .info {
  font-size: 11px;
  color: #b4b0b0;
}
.link-list li a .info .icon-foto,
.link-list li a .info .icon-video {
  margin-left: 5px;
}
.link-list li a:hover {
  text-decoration: none;
  background: #fafafa;
}
.link-list.user li a {
  position: relative;
  padding-left: 46px;
}
.link-list.user li a .imgwrap {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 7px;
  left: 7px;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  display: block;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
  color: #484141;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f3f3f3 #f3f3f3 #DDD;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #e00000;
  background-color: #FFF;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
  text-decoration: none;
}
.thumb-list {
  margin: 0 0 0 -20px;
  padding: 0;
  *zoom: 1;
}
.thumb-list:before,
.thumb-list:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumb-list:after {
  clear: both;
}
.thumb-list > li {
  list-style: none;
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
  width: 140px;
  height: 128px;
  overflow: hidden;
}
.thumb-list > li a {
  display: block;
  text-align: center;
  color: #484141;
}
.thumb-list > li a .imgwrap {
  width: 140px;
  height: 95px;
  margin-bottom: 4px;
}
.thumb-list > li a .imgwrap img {
  width: 100%;
}
.thumb-list.dizi li {
  width: 620px;
  height: auto;
  overflow: auto;
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 2px solid #f3f3f3;
  margin-bottom: 20px;
}
.thumb-list.dizi li a {
  text-align: left;
}
.thumb-list.dizi li a:hover {
  text-decoration: none;
}
.thumb-list.dizi li a .imgwrap {
  width: 620px;
  height: 186px;
  margin-bottom: 5px;
}
.thumb-list.dizi li a .ttl {
  font-size: 28px;
  font-family: 'proximanovabold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  margin-bottom: 5px;
  float: left;
}
.thumb-list.dizi li a .nfo {
  float: right;
  font-size: 12px;
  color: #b4b0b0;
  margin-top: 8px;
}
.thumb-list.dizi li a .hg {
  *zoom: 1;
}
.thumb-list.dizi li a .hg:before,
.thumb-list.dizi li a .hg:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumb-list.dizi li a .hg:after {
  clear: both;
}
.thumb-list.dizi li a .spot {
  line-height: 18px;
}
.movie-detail header {
  *zoom: 1;
  margin-bottom: 15px;
  margin-top: 10px;
}
.movie-detail header:before,
.movie-detail header:after {
  display: table;
  content: "";
  line-height: 0;
}
.movie-detail header:after {
  clear: both;
}
.movie-detail h1 {
  float: left;
  margin-right: 10px;
  font-size: 20px;
}
.movie-detail h2 {
  margin-top: 3px;
  font-weight: normal;
  color: #6f6767;
  float: left;
}
.movie-detail article {
  margin-bottom: 40px;
  *zoom: 1;
}
.movie-detail article h3 {
  margin-bottom: 7px;
}
.movie-detail article p {
  line-height: 22px;
  font-size: 13px;
}
.movie-detail article:before,
.movie-detail article:after {
  display: table;
  content: "";
  line-height: 0;
}
.movie-detail article:after {
  clear: both;
}
.movie-detail article .info .imgwrap {
  width: 150px;
  height: 215px;
  float: left;
  margin: 0 15px 15px 0;
}
.movie-detail article table {
  border-spacing: 0;
  margin-bottom: 20px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #ededed;
  width: 450px;
}
.movie-detail article table tr:nth-child(odd) td {
  background: #f9f9f9;
}
.movie-detail article table tr td {
  vertical-align: top;
  padding: 6px 0;
  line-height: 20px;
  padding-right: 7px;
  border-bottom: 1px solid #ededed;
}
.movie-detail article table tr td.nm {
  font-weight: bold;
  text-align: right;
  width: 100px;
}
.local-news {
  margin-bottom: 35px;
}
.local-news .select-group {
  padding: 10px 0;
  *zoom: 1;
  border-bottom: 1px solid #ededed;
}
.local-news .select-group:before,
.local-news .select-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.local-news .select-group:after {
  clear: both;
}
.local-news .select-group .label {
  float: left;
  margin-right: 10px;
  margin-top: 4px;
  font-size: 11px;
}
.local-news .select-group select,
.local-news .select-group .custom-select-container {
  float: left;
}
.local-news .select-group .all {
  float: right;
  color: #484141;
  margin-top: 3px;
}
.page-adw {
  position: fixed;
  top: 37px;
  z-index:1 !important; 
}
.page-adw .cnt {
  /* position: fixed; */
  z-index: 2;
}
.page-adw .cnt .banner {
  width: 160px;
  height: 600px;
}
.adw-left {
  left: 0;
  z-index: -1;
}
.adw-left .cnt .banner {
  float: right;
  text-align: right;
}
.adw-right {
  right: 0;
  z-index: -1;
}
.adw-right .cnt .banner {
  float: left;
}
.astrology {
  margin-bottom: 20px;
}
.astrology ul {
  margin: 0;
  padding: 0;
  position: relative;
  height: 340px;
}
.astrology ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.astrology ul li.active p {
  display: block;
}
.astrology ul li.active p img {
  display: block;
  margin-left: 20px;
}
.astrology ul li.active .ttl {
  color: #e00000;
}
.astrology ul li .ttl {
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  display: block;
  width: 60px;
  padding: 6px 0;
  text-align: right;
}
.astrology ul li p {
  position: absolute;
  top: 0;
  left: 75px;
  display: none;
  line-height: 18px;
  height: 340px;
  overflow-y: scroll;
}
.latest-comments {
  margin-bottom: 20px;
}
.latest-comments ul {
  padding: 0;
  margin: 0;
  border-top: 1px solid #ededed;
}
.latest-comments ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 10px 0 10px 50px;
  border-bottom: 1px solid #ededed;
  position: relative;
}
.latest-comments ul li .imgwrap {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 12px;
  left: 0;
}
.latest-comments ul li span {
  color: #999;
  font-size: 11px;
  margin-bottom: 5px;
  display: block;
}
.latest-comments ul li span a {
  color: #333;
  font-weight: bold;
}
.latest-comments ul li p {
  line-height: 16px;
}
.wins {
  margin-left: -20px;
}
.wins .win {
  margin-left: 20px;
  width: 185px;
  float: left;
  margin-bottom: 20px;
}
.wins .win .sub-ttl {
  color: #000;
}
.games {
  margin-bottom: 20px;
}
.games ul {
  padding: 0;
  margin: 0;
  width: 300px;
  *zoom: 1;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #e7e7e7;
}
.games ul:before,
.games ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.games ul:after {
  clear: both;
}
.games ul li {
  list-style: none;
  float: left;
}
.games ul li a {
  display: block;
  width: 99px;
  height: 115px;
  text-align: center;
  border-style: solid;
  border-color: #e7e7e7;
  border-width: 0 1px 1px 0;
  font-size: 11px;
  line-height: 14px;
  color: #333;
  text-shadow: 1px 1px 0 #FFF;
}
.games ul li a:hover {
  color: #000;
  text-decoration: none;
  background-color: #f9f9f9;
}
.games ul li a:active {
  background-color: #f2f2f2;
}
.games ul li a img {
  width: 82px;
  height: 71px;
  padding-top: 9px;
}
.share-buttons {
  *zoom: 1;
  margin-bottom: 20px;
}
.share-buttons:before,
.share-buttons:after {
  display: table;
  content: "";
  line-height: 0;
}
.share-buttons:after {
  clear: both;
}
.share-buttons .sub-ttl {
  float: left;
}
.share-buttons .share {
  float: right;
  display: block;
  background-image: url("sprite.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 22px;
}
.share-buttons .share.fb {
  background-position: 0px -818px;
  width: 87px;
}
.share-buttons .share.tw {
  background-position: -95px -783px;
  width: 95px;
}
.share-buttons .share.gp {
  background-position: 0px -784px;
  width: 70px;
}
.cright .list-view {
  margin: 0;
  padding: 0;
}
.cright .list-view li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 100px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.cright .list-view li .link {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin-bottom: 4px;
}
.cright .list-view li .link .imgwrap {
  position: absolute;
  left: -100px;
  top: 0;
  width: 90px;
  height: 60px;
}
.cright .list-view li .spot {
  margin-bottom: 4px;
  display: block;
}
.cright .list-view li .nfo {
  font-size: 11px;
  color: #999;
}
.top-latest {
  margin-bottom: 10px;
  *zoom: 1;
}
.top-latest:before,
.top-latest:after {
  display: table;
  content: "";
  line-height: 0;
}
.top-latest:after {
  clear: both;
}
.top-latest .controls {
  float: left;
  width: 100px;
  margin-top: -3px;
}
.top-latest .controls .control {
  background: none;
  border: none;
  width: 20px;
  height: 20px;
  background-image: url("sprite.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  cursor: pointer;
  float: left;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.top-latest .controls .control:hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.top-latest .controls .control.left {
  background-position: -105px -122px;
}
.top-latest .controls .control.right {
  background-position: -125px -122px;
}
.top-latest .controls .label {
  float: left;
  margin-top: 3px;
  width: 50px;
  text-align: center;
  font-size: 11px;
  color: #999;
}
.top-latest ul {
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  width: 835px;
}
.top-latest ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  height: 18px;
  overflow: hidden;
  width: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 18px;
  top: -3px;
  left: 0;
}
.top-latest ul li.active {
  width: 835px;
}
.top-latest ul li small {
  display: inline;
  float: left;
  margin-right: 6px;
  font-size: 11px;
  color: #999;
  margin-top: 1px;
  font-size: 10px;
}
.top-latest ul li a {
  display: block;
  font-size: 11px;
  color: #999;
}
.top-latest ul li a .ttl {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-right: 6px;
}
.top-latest ul li a:hover {
  text-decoration: none;
}
.top-latest ul li a:hover .ttl {
  color: #e00000;
}
.title-list {
  *zoom: 1;
  margin-bottom: 30px;
}
.title-list:before,
.title-list:after {
  display: table;
  content: "";
  line-height: 0;
}
.title-list:after {
  clear: both;
}
.title-list.cat {
  float: left;
  margin-left: 25px;
}
.title-list.cat .cnt {
  width: 295px;
  float: none;
  height: 260px;
  overflow: hidden;
}
.title-list.cat .cnt a .imgwrap {
  width: 295px;
}
.title-list.cat .list {
  float: none;
  width: 295px;
  background: #f9f9f9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.title-list.cat .list a {
  font-size: 13px;
  padding: 8px 5;
}
.title-list .cnt {
  float: left;
  width: 250px;
}
.title-list .cnt a {
  display: block;
  color: #484141;
}
.title-list .cnt a .imgwrap {
  width: 250px;
  height: 175px;
  margin-bottom: 6px;
}
.title-list .cnt a .imgwrap img {
  width: 100%;
}
.title-list .cnt a .ttl {
  font-weight: bold;
  font-family: 'proximanovabold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  margin-bottom: 5px;
}
.title-list .cnt a .spot {
  font-size: 13px;
  line-height: 18px;
  color: #6f6767;
}
.title-list .cnt a:hover {
  text-decoration: none;
}
.title-list .cnt a:hover .ttl {
  color: #e00000;
}
.title-list .list {
  padding: 0;
  margin: 0;
  float: right;
  border-top: 1px solid #f1f1f1;
  width: 355px;
  -webkit-box-shadow: inset 2px 0 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 2px 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 2px 0 1px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  background-image: -moz-linear-gradient(left, #f8f8f8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#f8f8f8), to(#ffffff));
  background-image: -webkit-linear-gradient(left, #f8f8f8, #ffffff);
  background-image: -o-linear-gradient(left, #f8f8f8, #ffffff);
  background-image: linear-gradient(to right, #f8f8f8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffffffff', GradientType=1);
}
.title-list .list li {
  list-style: none;
  border-bottom: 1px solid #f1f1f1;
}
.title-list .list li.active {
  background-color: #FFF;
}
.title-list .list li.active a {
  color: #e00000;
}
.title-list .list li a {
  display: block;
  font-size: 14px;
  color: #484141;
  padding: 10px 0 10px 8px;
}
.title-list .list li a:hover {
  text-decoration: none;
}
.title-list .list .imgwrap,
.title-list .list .spot {
  display: none;
}
.categories-list {
  margin-left: -25px;
}
.not-found {
  text-align: center;
  padding: 50px 0 80px;
}
.not-found img {
  margin-bottom: 30px;
}
.not-found p {
  margin-bottom: 15px;
  font-size: 13px;
  color: #666;
}
.not-found p.l {
  font-size: 22px;
  color: #000;
}
.standings-icon {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f3f3f3;
}
.standings-icon ul {
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.standings-icon ul:before,
.standings-icon ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.standings-icon ul:after {
  clear: both;
}
.standings-icon ul li {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  margin-right: 2px;
}
.standings-icon ul li a {
  display: block;
  width: 31px;
  height: 31px;
}
[class^="team-"] a,
[class*=" team-"] a {
  background-image: url("../../images/teams-sprite.png");
  background-repeat: no-repeat;
}
.team-fb a {
  background-position: 5px 4px;
}
.team-es a {
  background-position: -25px 4px;
}
.team-bs a {
  background-position: -53px 4px;
}
.team-ks a {
  background-position: 5px -25px;
}
.team-ga a {
  background-position: -25px -25px;
}
.team-bj a {
  background-position: -54px -25px;
}
.team-ts a {
  background-position: 5px -57px;
}
.team-gs a {
  background-position: -25px -57px;
}
.team-ak a {
  background-position: -54px -57px;
}
.team-ib a {
  background-position: 4px -87px;
}
.team-kb a {
  background-position: -25px -87px;
}
.team-el a {
  background-position: -53px -87px;
}
.team-as a {
  background-position: 4px -118px;
}
.team-gb a {
  background-position: -25px -118px;
}
.team-mi a {
  background-position: -53px -118px;
}
.team-os a {
  background-position: 4px -147px;
}
.team-ss a {
  background-position: -25px -147px;
}
.team-ksp a {
  background-position: -52px -147px;
}
.standings {
  margin-bottom: 20px;
}
.standings .tab-nav {
  margin: 0 0 10px 0;
  padding: 0;
  *zoom: 1;
}
.standings .tab-nav:before,
.standings .tab-nav:after {
  display: table;
  content: "";
  line-height: 0;
}
.standings .tab-nav:after {
  clear: both;
}
.standings .tab-nav li {
  list-style: none;
  float: left;
  margin-right: 4px;
}
.standings .tab-nav li a {
  display: block;
  padding: 3px 6px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: bold;
  color: #6f6767;
  line-height: 12px;
  cursor: pointer;
}
.standings .tab-nav li a:hover {
  background-color: #f3f3f3;
  text-decoration: none;
  color: #000;
}
.standings .tab-nav li.active a {
  background-color: #e00000;
  color: #FFF;
}
.standings .table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 11px;
  cursor: default;
}
.standings .table a {
  color: #484141;
}
.standings .table tr {
  vertical-align: middle;
}
.standings .table tr.s {
  background-color: #fffaec;
}
.standings .table tr:hover {
  background-color: #e4f5ff !important;
}
.standings .table tr.ttl {
  background-color: #f3f3f3 !important;
}
.standings .table tr td {
  height: 22px;
  border-right: 1px solid #ededed;
}
.standings .table tr td.no {
  text-align: center;
  width: 18px;
  font-weight: bold;
  border-right: none;
  color: #BBB;
}
.standings .table tr td.no.cl {
  background-color: #aaccff;
  color: #FFF;
}
.standings .table tr td.no.al {
  background-color: #ffd4aa;
  color: #FFF;
}
.standings .table tr td.no.dwn {
  background-color: #ee7878;
  color: #FFF;
}
.standings .table tr td.pt {
  text-align: center;
  width: 20px;
}
.standings .table tr td.pt.str {
  font-weight: bold;
}
.standings .table tr td.name {
  padding-left: 4px;
}
.standings .nfo {
  padding: 10px 0;
  text-align: center;
  font-size: 11px;
}
.standings .nfo span {
  margin-right: 12px;
}
.standings .nfo span i {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #000;
  margin-right: 4px;
}
.standings .nfo span i.cl {
  background-color: #aaccff;
}
.standings .nfo span i.al {
  background-color: #ffd4aa;
}
.standings .nfo span i.dwn {
  background-color: #ee7878;
}
.standings .title-nav {
  text-align: center;
  margin-bottom: 10px;
}
.standings .title-nav span {
  display: inline-block;
  width: 80px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.standings .title-nav .btn {
  font-size: 24px;
  line-height: 12px;
  padding-bottom: 5px;
}
.standings .fixture-container .date {
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 12px;
}
.standings .fixture-container .tbl span {
  display: inline-block;
  width: 125px;
  color: #6f6767;
  line-height: 16px;
}
.standings .fixture-container .tbl span.left {
  text-align: right;
}
.standings .fixture-container .tbl span.right {
  text-align: left;
}
.standings .fixture-container .tbl span.score {
  width: 40px;
  text-align: center;
  font-size: 14px;
}
.all-headlines .top {
  *zoom: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.all-headlines .top:before,
.all-headlines .top:after {
  display: table;
  content: "";
  line-height: 0;
}
.all-headlines .top:after {
  clear: both;
}
.all-headlines .top .title {
  font-family: 'proximanovabold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #e00000;
  float: left;
}
.all-headlines .top .date {
  float: left;
  color: #6f6767;
  margin-top: 7px;
  margin-left: 20px;
}
.all-headlines .top .date a {
  color: #484141;
  font-weight: bold;
  margin-left: 10px;
}
.all-headlines .thumb-list li {
  width: 300px;
  height: auto;
  text-align: left;
  overflow: hidden;
  height: 210px;
}
.all-headlines .thumb-list li a {
  text-align: left;
}
.all-headlines .thumb-list li a .imgwrap {
  height: 152px;
  margin-bottom: 5px;
  width: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.all-headlines .thumb-list li a .ttl {
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.all-headlines .thumb-list li a .spot {
  font-size: 11px;
}
.all-headlines .thumb-list li a:hover {
  text-decoration: none;
}
.all-headlines .thumb-list li a:hover .imgwrap {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.teaminfo {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  *zoom: 1;
  margin-bottom: 30px;
}
.teaminfo:before,
.teaminfo:after {
  display: table;
  content: "";
  line-height: 0;
}
.teaminfo:after {
  clear: both;
}
.teaminfo .clmn {
  float: left;
}
.teaminfo .clmn.left {
  width: 135px;
  font-family: 'proximanovabold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #000;
  text-align: center;
  margin-right: 10px;
}
.teaminfo .clmn.left img {
  margin-bottom: 5px;
}
.teaminfo .clmn.center {
  width: 250px;
  border-right: 1px solid #dddddd;
  margin-right: 20px;
}
.teaminfo .clmn.center ul {
  margin: 0;
  padding: 0;
}
.teaminfo .clmn.center ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 26px;
  vertical-align: middle;
  color: #000;
}
.teaminfo .clmn.center ul li span {
  display: inline-block;
  color: #CCC;
  font-weight: bold;
  width: 100px;
  font-size: 10px;
  text-align: right;
  margin-right: 5px;
}
.teaminfo .clmn.right .ttl {
  font-size: 11px;
  font-weight: bold;
  color: #e00000;
  margin-bottom: 10px;
}
.teaminfo .clmn.right .nav {
  color: #CCC;
  font-size: 11px;
  margin-bottom: 12px;
}
.teaminfo .clmn.right .nav a {
  color: #484141;
}
.teaminfo .clmn.right .info .nm {
  font-size: 11px;
  color: #b4b0b0;
  margin-bottom: 4px;
}
.teaminfo .clmn.right .info .t {
  font-weight: bold;
  margin-bottom: 4px;
}
.teaminfo .clmn.right .info .ln {
  font-size: 11px;
  line-height: 20px;
  vertical-align: middle;
}
.teaminfo .clmn.right .info .ln span {
  display: inline-block;
  width: 50px;
  font-size: 10px;
  color: #CCC;
  text-align: right;
  margin-right: 5px;
}
.user-cnt .user {
  position: relative;
  height: 100px;
}
.user-cnt .user .image {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 3px;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  background-color: #FFF;
}
.user-cnt .user .image .imgwrap {
  width: 100px;
  height: 100px;
}
.user-cnt .user .profile {
  position: absolute;
  top: 0;
  left: 130px;
  height: 35px;
  width: 490px;
}
.user-cnt .user .profile .username {
  font-family: 'proximanovabold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 28px;
  margin-right: 20px;
}
.user-cnt .user .profile .buttons {
  margin-top: 6px;
  margin-right: 20px;
}
.user-cnt .user .profile .settings {
  float: right;
  margin-top: 12px;
}
.user-cnt .user .profile .settings a {
  color: #b4b0b0;
  font-size: 11px;
}
.user-cnt .user .profile .username,
.user-cnt .user .profile .buttons {
  float: left;
}
.user-cnt .user .stats {
  position: absolute;
  bottom: 0px;
  left: 100px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #f0f0f0;
  width: 520px;
}
.user-cnt .user .stats ul {
  margin: 0 0 0 30px;
  padding: 0;
  border-left: 1px solid #f0f0f0;
  *zoom: 1;
}
.user-cnt .user .stats ul:before,
.user-cnt .user .stats ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.user-cnt .user .stats ul:after {
  clear: both;
}
.user-cnt .user .stats ul li {
  list-style: none;
  display: inline-block;
  border-right: 1px solid #f0f0f0;
  margin: 0;
  padding: 0;
  float: left;
}
.user-cnt .user .stats ul li a {
  display: block;
  width: 85px;
  text-align: center;
  padding: 8px 0 10px 0;
  font-size: 11px;
  color: #b4b0b0;
}
.user-cnt .user .stats ul li a strong {
  display: block;
  font-size: 18px;
  color: #484141;
}
.user-cnt .user .stats ul li a:hover {
  text-decoration: none;
  background-color: #fafafa;
}
.user-cnt .user .stats ul li.active a {
  background-color: #fafafa;
  -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.05);
}
.user-comments ul {
  margin: 10px 0 20px 0;
  padding: 0;
}
.user-comments ul li {
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  padding: 18px 0;
}
.user-comments ul li .header {
  margin-bottom: 10px;
}
.user-comments ul li .header a {
  color: #b4b0b0;
}
.user-comments ul li .header a:hover {
  color: #6f6767;
  text-decoration: none;
}
.user-comments ul li .header .time {
  float: right;
  font-size: 11px;
  color: #b4b0b0;
}
.user-comments ul li p {
  margin-bottom: 13px;
  line-height: 22px;
  font-size: 13px;
}
.user-comments ul li .actions {
  *zoom: 1;
}
.user-comments ul li .actions:before,
.user-comments ul li .actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.user-comments ul li .actions:after {
  clear: both;
}
.user-comments ul li .actions a {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  color: #b4b0b0;
  cursor: pointer;
}
.user-comments ul li .actions a:hover {
  color: #6f6767;
  text-decoration: none;
}
.user-list ul {
  margin: 30px 0 20px -20px;
  padding: 0;
  *zoom: 1;
}
.user-list ul:before,
.user-list ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.user-list ul:after {
  clear: both;
}
.user-list ul li {
  padding: 0;
  list-style: none;
  width: 275px;
  margin: 0px 0px 20px 20px;
  border-color: #f0f0f0;
  border-style: solid;
  border-width: 1px;
  *zoom: 1;
  padding: 5px;
  height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
  float: left;
}
.user-list ul li:before,
.user-list ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.user-list ul li:after {
  clear: both;
}
.user-list ul li a {
  color: #484141;
  font-size: 13px;
  line-height: 40px;
  display: block;
  float: left;
  padding-left: 45px;
  position: relative;
}
.user-list ul li a .imgwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.user-list ul li .btn {
  float: right;
  margin: 10px 5px 0 0;
}
.user-list ul li:hover {
  border-color: #e4e4e4;
}
.user-settings .cleft {
  width: 170px;
}
.user-settings .cright {
  width: 430px;
}
.user-settings .settings-nav {
  margin: 0;
  padding: 0;
}
.user-settings .settings-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
}
.user-settings .settings-nav li a {
  display: block;
  color: #6f6767;
  padding: 9px 12px;
  font-size: 14px;
}
.user-settings .settings-nav li a:hover {
  background-color: #fafafa;
  text-decoration: none;
}
.user-settings .settings-nav li.active a {
  background-color: #fafafa;
  color: #000;
}
.user-settings .settings-nav li.profile a {
  position: relative;
  padding-left: 50px;
  font-size: 11px;
  line-height: 20px;
  padding: 10px 0 10px 50px;
}
.user-settings .settings-nav li.profile a strong {
  font-size: 14px;
  display: block;
}
.user-settings .settings-nav li.profile a .imgwrap {
  position: absolute;
  top: 10px;
  left: 0;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.user-settings .settings-nav li.profile a:hover {
  background-color: #FFF;
  color: #000;
}
.user-settings h3 {
  margin-bottom: 15px;
  font-size: 14px;
}
.user-settings p {
  line-height: 20px;
  color: #6f6767;
  margin-bottom: 15px;
}
.user-settings fieldset {
  margin: 0 0 20px 0;
  padding: 0;
  border: none;
}
.user-settings fieldset .controls-label {
  float: left;
  width: 125px;
  padding-top: 7px;
  text-align: right;
}
.user-settings fieldset label.checkbox {
  display: block;
  line-height: 14px;
  padding: 6px 0 6px 0;
}
.user-settings fieldset label.checkbox input[type=checkbox] {
  float: left;
  margin-right: 5px;
}
.user-settings fieldset .controls {
  margin-left: 140px;
}
.user-settings fieldset .controls input {
  width: auto;
}
.user-settings fieldset .controls input[type=text],
.user-settings fieldset .controls input[type=password],
.user-settings fieldset .controls input[type=email],
.user-settings fieldset .controls input[type=tel] {
  width: 160px;
  padding: 6px;
}
.user-settings fieldset .controls p {
  margin-top: 5px;
  color: #b4b0b0;
}
.user-settings .form-actions {
  margin: 10px 0 30px 0;
  padding-left: 140px;
}
.user-settings hr {
  height: 0;
  padding: 0;
  margin: 25px 0;
  border: 0;
  border-top: 1px solid #eee;
}
.main-user {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 1px 0px 0px 1px;
  border-color: #dddddd;
  cursor: pointer;
  color: #6f6767;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #fafafa, #f6f6f6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f6f6f6));
  background-image: -webkit-linear-gradient(top, #fafafa, #f6f6f6);
  background-image: -o-linear-gradient(top, #fafafa, #f6f6f6);
  background-image: linear-gradient(to bottom, #fafafa, #f6f6f6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff6f6f6', GradientType=0);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  outline: none;
}
.main-user .non {
  padding: 5px 9px;
}
.main-user .non a {
  font-weight: bold;
  color: #484141;
}
.main-user .non span {
  font-size: 10px;
  color: #b4b0b0;
  padding: 0 5px;
}
.main-user .btn-group .dropdown-menu {
  right: 0;
  left: auto;
}
.main-user .btn-group .btn {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 8px 5px 28px;
  position: relative;
}
.main-user .btn-group .btn:hover {
  background-color: #f3f3f3;
}
.main-user .btn-group .btn .imgwrap {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 4px;
  top: 4px;
}
.main-user .btn-group.open .btn {
  background-color: #eee;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.frames {
  width: 620px;
}
.frames .ttl {
  font-size: 28px;
  font-family: 'proximanovabold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e00000;
  padding-top: 20px;
}
.frames p {
  margin-bottom: 10px;
}
.frames .sub-ttl {
  color: #484141;
}
.frames textarea {
  width: 300px;
  height: 40px;
  margin-bottom: 30px;
}
.hgroup time {
  color: #b4b0b0;
  margin-bottom: 6px;
  display: block;
}
.hgroup hgroup {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.hgroup hgroup h1 {
  font-family: 'proximanovabold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 32px;
  margin-bottom: 6px;
  color: #000;
}
.hgroup hgroup h2 {
  font-family: 'proximanovareg', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 32px;
}
.detail .side {
  float: left;
  width: 70px;
  height: 450px;
  margin-left: -20px;
  text-align: center;
  margin-top: -30px;
}
.detail .side.fixed .cnt {
  position: fixed;
  top: 0;
}
.detail .side.fixed .cnt.absolute {
  position: absolute;
}
.detail .side.fixed .top {
  visibility: visible;
}
.detail .side .cnt {
  width: 70px;
  height: auto;
}
.detail .side .ttl {
  font-weight: bold;
  font-size: 11px;
  color: #6f6767;
  padding-top: 30px;
  margin-bottom: 10px;
  display: block;
}
.detail .side a {
  display: block;
  text-align: center;
  color: #b4b0b0;
  font-size: 11px;
  margin-bottom: 10px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  cursor: pointer;
}
.detail .side a:hover {
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.detail .side a > span {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("sprite.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-left: 20px;
}
.detail .side a.top span {
  background-position: -149px -117px;
}
.detail .side a.main span {
  background-position: -108px -146px;
}
.detail .side a.fb span {
  background-position: -108px -180px;
}
.detail .side a.tw span {
  background-position: -147px -180px;
}
.detail .side a.gp span {
  background-position: -109px -215px;
}
.detail .side a.ma span {
  background-position: -99px -91px;
}
.detail .side a.comments span {
  background-position: -148px -146px;
}
.detail .side a.comments span > span {
  display: inline-block;
  margin-top: 9px;
  color: #FFF;
  font-size: 9px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.detail .side a.top {
  visibility: hidden;
}
.detail .content {
  float: left;
  width: 570px;
  margin-bottom: 25px;
}
.detail .content article {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #484141;
  font-size: 15px;
  line-height: 28px;
}
.detail .content article p {
  margin-bottom: 40px;
}
.detail .content article h1,
.detail .content article h2,
.detail .content article h3,
.detail .content article h4,
.detail .content article h5,
.detail .content article h6 {
  font-family: 'proximanovabold', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.detail .content article h1 {
  font-size: 32px;
}
.detail .content article h2 {
  font-size: 28px;
}
.detail .content article h3 {
  font-size: 24px;
  margin-bottom: 8px;
}
.detail .content article h4 {
  font-size: 20px;
}
.detail .content article h5 {
  font-size: 16px;
}
.detail .content article h6 {
  font-size: 14px;
}
.detail .content article .media {
  float: left;
  display: inline-block;
  line-height: 14px;
  font-size: 11px;
  font-weight: normal;
  color: #b4b0b0;
  margin: 0 15px 15px 0;
}
.detail .content article .media:hover {
  color: #6f6767;
  text-decoration: none;
}
.detail .content article .media .cnt {
  display: inline-block;
  background-color: #FFF;
  padding: 4px;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.07);
  position: relative;
}
.detail .content article .media.gallery {
  width: 194px;
}
.detail .content article .media.gallery .cnt {
  padding: 2px;
  width: 188px;
}
.detail .content article .media.gallery .cnt .imgwrap {
  float: left;
  margin: 2px;
  width: 90px;
  height: 90px;
}
.detail .content article .media.video {
  width: 210px;
}
.detail .content article .media.video .cnt .imgwrap {
  width: 200px;
  height: 130px;
}
.detail .content article .media.video .cnt .icon-play {
  width: 41px;
  height: 41px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
}
.detail .content article .media.video .cnt .video-time {
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 4px;
  color: #FFF;
  font-size: 11px;
  padding: 3px 4px;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 13px;
}
.detail .content article .article-img {
  display: inline-block;
  background-color: #FFF;
  padding: 4px;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.07);
  position: relative;
  float: left;
  margin: 0 15px 15px 0;
}
.detail .content article .article-img a {
  display: block;
}
.detail .content article .article-img .imgwrap {
  width: 200px;
  height: 200px;
}
.detail .content article .article-img .icon-mag {
  position: absolute;
  bottom: 2px;
  right: 2px;
  background-color: #FFF;
}
.detail .content article .text-ad {
  display: block;
  position: relative;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
  padding: 12px 15px;
  font-size: 13px;
  margin-bottom: 25px;
  line-height: 13px;
}
.detail .content article .text-ad > span {
  display: block;
  background-color: #FFF;
  padding: 0px 3px;
  position: absolute;
  top: -6px;
  left: 6px;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
}
.detail .related {
  margin-bottom: 20px;
  *zoom: 1;
}
.detail .related:before,
.detail .related:after {
  display: table;
  content: "";
  line-height: 0;
}
.detail .related:after {
  clear: both;
}
.detail .related .h-list {
  margin-left: -20px;
}
.detail .related .h-list a {
  font-weight: bold;
}
.detail .related .h-list li {
  margin-left: 20px;
  width: 140px;
}
.detail .related .h-list .imgwrap {
  width: 140px;
  height: 100px;
}
.apps .apple {
  float: left;
  margin-left: 40px;
  margin-bottom: 40px;
}
.apps .gplay {
  margin-left: 110px;
  margin-top: 60px;
  float: left;
}
.site-info {
  margin-bottom: 40px;
}
.site-info .ttl {
  text-align: center;
  font-family: 'proximanovabold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  color: #e00000;
  padding: 30px 0 10px 0;
  width: 500px;
  margin: 0 auto;
  text-align: left;
}
.site-info .sub-ttl {
  text-align: center;
  font-family: 'proximanovabold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding: 30px 0 10px 0;
  width: 300px;
  margin: 0 auto;
  text-align: left;
}
.site-info .group {
  width: 500px;
  margin: 0 auto;
  *zoom: 1;
  line-height: 26px;
  vertical-align: middle;
  padding: 14px 0;
  border-bottom: 1px solid #f3f3f3;
}
.site-info .group:before,
.site-info .group:after {
  display: table;
  content: "";
  line-height: 0;
}
.site-info .group:after {
  clear: both;
}
.site-info .group input,
.site-info .group textarea {
  width: 250px;
}
.site-info .group textarea {
  height: 50px;
}
.site-info .group .line {
  margin-bottom: 10px;
  *zoom: 1;
}
.site-info .group .line:before,
.site-info .group .line:after {
  display: table;
  content: "";
  line-height: 0;
}
.site-info .group .line:after {
  clear: both;
}
.site-info .group .cl {
  width: 195px;
  font-size: 10px;
  padding-right: 20px;
  color: #b4b0b0;
  font-weight: bold;
  float: left;
  text-align: right;
}
.site-info .group .cr {
  float: right;
  width: 285px;
  text-align: left;
  font-size: 14px;
}
.site-info .group a {
  color: #484141;
}
.site-info .group a:hover {
  text-decoration: none;
  color: #e00000;
}
.comments {
  margin-bottom: 30px;
  padding-top: 15px;
}
.comments .sub-ttl {
  float: left;
  color: #000;
  font-weight: normal;
  font-family: 'proximanovabold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 12px;
}
.comments .btn-group {
  float: right;
}
.comments .btn-group .dropdown-menu {
  right: 0;
  left: auto;
}
.comments .btn-group .btn {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 8px 5px 28px;
  position: relative;
}
.comments .btn-group .btn:hover {
  background-color: #f3f3f3;
}
.comments .btn-group .btn .imgwrap {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 4px;
  top: 4px;
}
.comments .btn-group.open .btn {
  background-color: #eee;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.comments .form {
  margin-bottom: 20px;
  *zoom: 1;
}
.comments .form:before,
.comments .form:after {
  display: table;
  content: "";
  line-height: 0;
}
.comments .form:after {
  clear: both;
}
.comments .form textarea {
  height: 70px;
  padding: 8px;
  font-size: 15px;
  margin-bottom: 8px;
}
.comments .form .count {
  float: left;
  color: #b4b0b0;
}
.comments .form .count .red {
  color: #e00000;
}
.comments .form .buttons {
  float: right;
  text-align: right;
}
.comments .form .buttons .sep {
  display: block;
  margin-right: 23px;
  margin: 5px 23px 5px 0;
  color: #b4b0b0;
  font-size: 11px;
}
.comments .form .buttons .login {
  margin-right: 2px;
  font-weight: bold;
  color: #6f6767;
}
.comments .list {
  text-align: center;
}
.comments .list .ttl {
  float: left;
  font-family: 'proximanovabold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding: 5px 0;
}
.comments .list .sort {
  float: left;
  margin-left: 20px;
  border-left: 1px solid #dddddd;
  padding: 8px 0 8px 20px;
}
.comments .list .sort a {
  color: #6f6767;
  margin-left: 10px;
  display: inline-block;
  padding: 3px 6px;
  font-size: 11px;
}
.comments .list .sort a:hover {
  text-decoration: none;
  color: #000;
}
.comments .list .sort a.active {
  background-color: #ececec;
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #000;
}
.comments .list .stream {
  text-align: left;
  margin: 10px 0 0 0;
  padding: 0;
}
.comments .list .stream li {
  list-style: none;
  padding: 16px 13px 16px 75px;
  border-top: 1px solid #ededed;
}
.comments .list .stream li .header a {
  position: relative;
  color: #484141;
  font-size: 15px;
  font-weight: bold;
}
.comments .list .stream li .header a .imgwrap {
  position: absolute;
  left: -65px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.comments .list .stream li .header a .icon-plus {
  margin-top: 0px;
}
.comments .list .stream li .header small {
  font-size: 10px;
  color: #b4b0b0;
  float: right;
}
.comments .list .stream li p {
  font-size: 13px;
  color: #6f6767;
  line-height: 22px;
  margin: 10px 0;
}
.comments .list .stream li .actions {
  *zoom: 1;
}
.comments .list .stream li .actions:before,
.comments .list .stream li .actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.comments .list .stream li .actions:after {
  clear: both;
}
.comments .list .stream li .actions a {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  color: #b4b0b0;
  cursor: pointer;
}
.comments .list .stream li .actions a span {
  color: #b4b0b0 !important;
  font-size: 10px;
}
.comments .list .stream li .actions a:hover {
  color: #6f6767;
  text-decoration: none;
}
.comments .list .stream li .form {
  margin-top: 13px;
}
.comments .list .stream li .form textarea {
  height: 50px;
  font-size: 12px;
}
.comments .list > .stream {
  border-bottom: 1px solid #ededed;
  margin: 10px 0 20px 0;
}
.comments .list .btn.more {
  margin: 0 auto;
  display: inline-block;
}
.comments .list .loading {
  width: 32px;
  height: 32px;
  margin: 20px auto;
}
.defaulttext {
  width: 600px;
}
.defaulttext p {
  line-height: 20px;
  margin-bottom: 12px;
}
.defaulttext .red {
  color: #e00000;
  font-size: 15px;
}
.defaulttext input {
  width: 200px;
  display: block;
  margin-top: 8px;
  font-size: 15px;
  padding: 5px;
}
.defaulttext i {
  font-size: 12px;
  color: #b4b0b0;
}
.btn-group {
  position: relative;
}
.btn-group .caret {
  margin-top: 7px;
  margin-left: 5px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  display: none;
  float: left;
  min-width: 130px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #FFF;
  border: 1px solid #ccc;
  border: 1px solid #dddddd;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #ffffff;
  border-bottom: 1px solid #f3f3f3;
}
.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #484141;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #000;
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, #f3f3f3, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e6e6e6);
  background-image: -o-linear-gradient(top, #f3f3f3, #e6e6e6);
  background-image: linear-gradient(to bottom, #f3f3f3, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffe6e6e6', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #000;
  text-decoration: none;
  outline: 0;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #b4b0b0;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 10;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #CCC;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
