html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'ralewayBold', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #fa0;
  text-align: center;
  text-shadow: 0 1px 0 #402b00;
}
h1 {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 30px;
}
h2 {
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 30px;
}
h3 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
}
h4 {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
h5 {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
h6 {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
p,
ul,
ol,
dl,
table,
blockquote,
form {
  margin-bottom: 30px;
}
a:link {
  color: #fa0;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
a:visited {
  color: #fa0;
}
a[href]:hover {
  color: #fff;
}
a[target=_blank],
a.ext {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  margin-right: 4px;
}
a[target=_blank]:after,
a.ext:after,
a[target=_blank] > .after,
a.ext > .after {
  content: '';
  background-image: url("../img/sprites.png?v=1415715067870");
  background-repeat: no-repeat;
  background-position: -1130px -182px;
  width: 10px;
  height: 10px;
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -5px;
}
code,
pre {
  font-family: monospace;
  font-size: 15px;
  line-height: 1.5;
}
pre {
  display: block;
  width: 100%;
  overflow: auto;
}
ul {
  padding: 0;
  list-style: none;
  text-align: left;
}
ul > li {
  padding: 0 0 0 15px;
  position: relative;
  margin: 5px 0;
  background: none;
}
ul > li:before {
  content: '●';
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
}
ul > li li:before {
  font-size: 12px;
}
ol {
  margin-left: 20px;
  padding: 0;
  list-style-type: decimal;
}
ol > li {
  padding-left: 0;
}
ol.decimal {
  list-style: decimal;
}
ol.lower-alpha {
  list-style: lower-alpha;
}
ol.upper-alpha {
  list-style: upper-alpha;
}
ol.lower-roman {
  list-style: lower-roman;
}
ol.upper-roman {
  list-style: upper-roman;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 40px;
}
blockquote {
  background: none;
  border: 0;
  position: relative;
  padding: 0;
  font-size: 18px;
  color: #005b9b;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
cite {
  font-weight: normal;
}
img {
  border: 0;
  padding: 0;
  margin: 0;
}
img.left,
img.right {
  margin: 0 30px 30px 30px;
}
img.left {
  margin-left: 0;
  float: left;
}
img.right {
  margin-right: 0;
  float: right;
}
img.plain {
  margin: 0;
  padding: 0;
  border: 0;
  display: inline;
  vertical-align: middle;
}
table {
  background: none;
  border: none;
  border-collapse: separate;
  clear: both;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
tr {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
th,
td {
  vertical-align: top;
  padding: 10px 15px;
  background: none;
  text-transform: uppercase;
}
th {
  font-family: ralewayBold, sans-serif;
  text-shadow: 0 1px 0 #d99100;
  text-align: left;
  background: #fa0;
  color: #fff;
}
th [align=right] {
  text-align: right;
}
th [align=center] {
  text-align: center;
}
th:first-child,
td:first-child {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
th:last-child,
td:last-child {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
tr:nth-child(even) td {
  background: #fff;
  background: url("../img/bg-transparent-white.png") repeat scroll 0 0 transparent;
}
caption {
  text-align: left;
  padding-bottom: 5px;
  font-size: 18px;
}
table td p {
  margin: 0.1em 0;
}
hr {
  display: inline-block;
  width: 100%;
  height: 1px;
  font-size: 1px;
  overflow: hidden;
  border: 0;
  background: #ccc;
  margin: 30px 0;
  clear: both;
}
form {
  display: inline-block;
  width: 100%;
}
label {
  display: block;
}
input[type=submit] {
  overflow: visible;
  background: #fa0;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  text-align: center;
  padding: 15px 25px;
  font-family: ralewayBold, sans-serif;
  text-shadow: 0 1px 0 #402b00;
  cursor: pointer;
  border-top: 1px solid #fa0;
  -webkit-box-shadow: inset 0 1px 0 #ffc247;
  -moz-box-shadow: inset 0 1px 0 #ffc247;
  -webkit-box-shadow: inset 0 1px 0 #ffc247;
  box-shadow: inset 0 1px 0 #ffc247;
}
input,
select,
textarea {
  margin: 0;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
  -webkit-appearance: none;
}
input[type=text],
input[type=password],
textarea,
select {
  border: 1px solid #ccc;
  padding: 15px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  background: url("../img/bg-transparent-white.png") repeat scroll 0 0 transparent;
  font-family: raleway, sans-serif;
}
input:disabled {
  opacity: 0.6;
  filter: alpha ( opacity = ( 60 ) );
}
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
.placeholder {
  color: #ccc !important;
  text-align: left;
  text-transform: uppercase;
}
@font-face {
  font-family: 'raleway';
  src: url("fonts/raleway-light-webfont.eot");
  src: url("fonts/raleway-light-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/raleway-light-webfont.woff") format('woff'), url("fonts/raleway-light-webfont.ttf") format('truetype'), url("fonts/raleway-light-webfont.svg#raleway") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewayBold';
  src: url("fonts/raleway-extrabold-webfont.eot");
  src: url("fonts/raleway-extrabold-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/raleway-extrabold-webfont.woff") format('woff'), url("fonts/raleway-extrabold-webfont.ttf") format('truetype'), url("fonts/raleway-extrabold-webfont.svg#ralewayBold") format('svg');
  font-weight: normal;
  font-style: normal;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.clear {
  clear: both;
}
.row {
  width: 100%;
  position: relative;
  display: table;
}
.col {
  position: relative;
  float: left;
  left: 100%;
  margin-left: -100%;
  width: 100%;
}
.row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.row-main {
  width: 996px;
  margin: 0 auto;
  padding: 0 10px;
}
.col {
  position: relative;
  float: left;
  left: 100%;
}
.col-1-2 {
  width: 478px;
  margin-left: -996px;
}
.col-2-2 {
  width: 478px;
  margin-left: -478px;
}
html {
  background: url("../img/bg-body.jpg") repeat scroll 0 0 #000;
}
body {
  background: url("../img/bg-content.png") no-repeat scroll 0 0 transparent;
  font-family: 'raleway', sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  text-align: left;
  color: #ccc;
  line-height: 1.5;
}
.annot {
  font-size: 18px;
}
body > .header {
  line-height: 1;
  height: 270px;
/*position: fixed
	top: 0
	left: 0
	width: 100%
	z-index: 1*/
}
body > .header.small {
  height: 60px;
  padding: 20px 0;
}
body > .header.small .main-menu {
  background: url("../img/bg-transparent-black.png") repeat scroll 0 0 transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
body > .header.small .main-menu li {
  padding: 0;
}
body > .header.small .main-menu li a {
  padding-top: 10px;
}
body > .header.small .main-menu li.logo .small-logo {
  display: inline-block;
}
body > .header.small .main-menu li.logo .big-logo {
  display: none;
}
body > .header.small + .content {
  margin-top: 165px;
}
.main-menu {
  position: relative;
  width: 100%;
  padding: 35px 0;
}
.main-menu ul {
  display: table;
  margin: 0 auto;
  padding: 0;
}
.main-menu ul li {
  float: left;
  width: 135px;
  margin: 0;
  padding: 65px 0 0 0;
}
.main-menu ul li.logo {
  width: auto;
  padding: 0;
  cursor: pointer;
}
.main-menu ul li.logo img.small-logo {
  display: none;
  margin: 0 35px;
}
.main-menu ul li:before {
  display: none !important;
}
.main-menu ul a {
  font-family: 'ralewayBold', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  display: block;
  text-align: center;
}
.main-menu ul li.current a {
  color: #fff;
}
.content .section {
  padding: 40px 0 300px 0;
  position: relative;
  overflow-x: hidden;
}
.content .section:after,
.content .section > .after {
  content: '';
  background-image: url("../img/sprites.png?v=1415715067870");
  background-repeat: no-repeat;
  background-position: -1px -1px;
  width: 1524px;
  height: 169px;
  position: absolute;
  left: 50%;
  margin-left: -762px;
  bottom: 0;
}
.content .section > h2 {
  margin-bottom: 50px;
}
.content .section > .row > p {
  padding: 0 200px;
  text-align: center;
  margin-bottom: 80px;
}
.section-intro {
  background: url("../img/bg-intro.png") no-repeat scroll 50% 50% transparent;
}
.section-schedule {
  padding-bottom: 90px !important;
}
.section-schedule:after {
  display: none;
}
.section-schedule h1 {
  font-size: 30px;
  margin-bottom: 90px;
}
.intro h1 {
  color: #bebebe;
  text-shadow: 0px 1px 0px #000;
  margin-bottom: 60px;
}
.intro h1 span {
  display: block;
  font-size: 20px;
}
.intro .cup {
  position: relative;
  width: 100%;
  height: 370px;
  background: url("../img/bg-intro-cup-2.png") no-repeat scroll 50% 0 transparent;
  margin-bottom: 80px;
}
.intro .cup > a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 370px;
  width: 328px;
}
.facebook {
  text-transform: uppercase;
  margin: 0 !important;
  color: #fff;
}
.facebook a {
  width: 60px;
  position: relative;
  display: inline-block;
  text-indent: -9999px;
  margin: 0 10px;
}
.facebook a:before,
.facebook a > .before {
  content: '';
  background-image: url("../img/sprites.png?v=1415715067870");
  background-repeat: no-repeat;
  background-position: -657px -218px;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
}
.facebook a:after,
.facebook a > .after {
  content: '';
  background-image: url("../img/sprites.png?v=1415715067870");
  background-repeat: no-repeat;
  background-position: -760px -172px;
  width: 93px;
  height: 34px;
  position: absolute;
  left: 50%;
  margin-left: -47px;
  bottom: -60px;
}
.content .section.section-registration,
.content .section.section-partners {
  padding: 40px 0 100px 0;
}
.content .section.section-registration:after,
.content .section.section-partners:after {
  display: none;
}
.check-box-filter {
  background: #fa0;
  padding: 20px 0;
  margin-bottom: 90px;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  line-height: 1;
}
.check-box-filter form {
  margin: 0;
}
.check-box-filter form .fifth {
  width: 199px;
  float: left;
  vertical-align: top;
}
.check-box-filter form .fifth p {
  margin: 0;
  display: inline-block;
}
.check-box-filter form .fifth p + p {
  margin-top: 10px;
}
.check-box-filter label {
  display: block;
  float: left;
  line-height: 18px;
  width: 160px;
  cursor: pointer;
}
.sex-filter {
  display: table;
  margin: 0 auto 110px auto;
}
.sex-filter a {
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  color: #ccc;
  padding-top: 85px;
  height: 105px;
  text-transform: uppercase;
  font-family: ralewayBold;
  position: relative;
}
.sex-filter a:hover {
  color: #fa0;
}
.sex-filter .active {
  color: #fa0;
}
.sex-filter .boys {
  text-align: left;
  padding-right: 182px;
  margin-right: 40px;
}
.sex-filter .boys:after,
.sex-filter .boys > .after {
  content: '';
  background-image: url("../img/sprites.png?v=1415715067870");
  background-repeat: no-repeat;
  background-position: -1px -172px;
  width: 162px;
  height: 199px;
  position: absolute;
  right: 0;
  top: 0;
}
.sex-filter .boys:hover:after,
.sex-filter .boys:hover > .after {
  content: '';
  background-image: url("../img/sprites.png?v=1415715067870");
  background-repeat: no-repeat;
  background-position: -493px -172px;
  width: 162px;
  height: 190px;
  position: absolute;
  right: 0;
  top: 0;
}
.sex-filter .boys.active:after,
.sex-filter .boys.active > .after {
  content: '';
  background-image: url("../img/sprites.png?v=1415715067870");
  background-repeat: no-repeat;
  background-position: -493px -172px;
  width: 162px;
  height: 190px;
  position: absolute;
  right: 0;
  top: 0;
}
.sex-filter .girls {
  text-align: right;
  padding-left: 180px;
  margin-left: 40px;
}
.sex-filter .girls:after,
.sex-filter .girls > .after {
  content: '';
  background-image: url("../img/sprites.png?v=1415715067870");
  background-repeat: no-repeat;
  background-position: -165px -172px;
  width: 162px;
  height: 199px;
  position: absolute;
  left: 0;
  top: 0;
}
.sex-filter .girls:hover:after,
.sex-filter .girls:hover > .after {
  content: '';
  background-image: url("../img/sprites.png?v=1415715067870");
  background-repeat: no-repeat;
  background-position: -329px -172px;
  width: 162px;
  height: 199px;
  position: absolute;
  left: 0;
  top: 0;
}
.sex-filter .girls.active:after,
.sex-filter .girls.active > .after {
  content: '';
  background-image: url("../img/sprites.png?v=1415715067870");
  background-repeat: no-repeat;
  background-position: -329px -172px;
  width: 162px;
  height: 199px;
  position: absolute;
  left: 0;
  top: 0;
}
.filter ul,
.pagination ul {
  display: table;
  margin: 0 auto 50px auto;
  padding: 0;
  text-align: center;
}
.filter ul li,
.pagination ul li {
  margin: 0 0 10px 0;
  padding: 0;
  display: inline-block;
  padding: 0 12px 0 7px;
}
.filter ul li:first-child,
.pagination ul li:first-child {
  padding-left: 14px;
}
.filter ul li:before,
.pagination ul li:before {
  content: '●';
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 3px;
}
.filter ul li:before,
.pagination ul li:before {
  display: none;
}
.filter ul li:first-child:before,
.pagination ul li:first-child:before {
  display: block;
}
.filter ul li:after,
.pagination ul li:after {
  content: '●';
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 3px;
}
.filter ul a,
.pagination ul a {
  text-transform: uppercase;
  color: #ccc;
  text-decoration: none;
  display: block;
}
.filter ul .active,
.pagination ul .active {
  font-family: ralewayBold, sans-serif;
  border-bottom: 1px solid #ccc;
}
.filter ul .active:after,
.pagination ul .active:after,
.filter ul .active > .after,
.pagination ul .active > .after {
  content: '';
  background-image: url("../img/sprites.png?v=1415715067870");
  background-repeat: no-repeat;
  background-position: -1151px -182px;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 50%;
  bottom: -3px;
}
.filter ul .active:after,
.pagination ul .active:after {
  margin-left: -5px;
}
.pagination {
  margin-top: 50px;
}
.pagination ul {
  margin: 0 auto;
}
.pagination ul li:before,
.pagination ul li:after {
  top: 7px;
}
.pagination ul a {
  font-size: 18px !important;
}
.pagination ul .active {
  color: #fa0;
  font-family: ralewayBold;
  border: none !important;
}
.pagination ul .active:after {
  display: none;
}
.partners ul {
  margin: 0;
  padding: 0;
  display: table;
  margin: 0 auto;
}
.partners ul li {
  margin: 0 0 0 4px;
  float: left;
  padding: 0;
  border: 1px solid #4d4d4d;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.partners ul li:before {
  display: none !important;
}
.partners ul span {
  background: #d1d1d1;
  display: inline-block;
  margin: 2px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 17px;
  height: 60px;
  line-height: 60px;
}
.partners ul span img {
  display: inline;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  vertical-align: middle;
  max-height: 45px;
}
.section-bottom {
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.section-intro .section-bottom {
  bottom: -130px;
}
.section-results .section-bottom {
  bottom: -200px;
}
.section-teams .section-bottom {
  bottom: -190px;
}
.section-news .section-bottom {
  bottom: -160px;
}
.section-stats .section-bottom {
  bottom: -195px;
}
.results {
  margin-bottom: 60px;
}
.results .group {
  margin-bottom: 60px;
}
.results .match {
  text-transform: uppercase;
  height: 53px;
  width: 100%;
  display: table;
}
.results .match + .match {
  margin-top: 20px;
}
.results .team {
  float: left;
  width: 200px;
  height: 53px;
  display: table;
}
.results .team img {
  width: 45px;
  height: 45px;
  padding: 2px;
  border: 2px solid #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.results .team span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
  height: 53px;
  font-size: 14px;
  width: 135px;
}
.results .team-a {
  text-align: left;
  float: left;
  padding-right: 10px;
}
.results .team-a img {
  margin-right: 10px;
}
.results .team-b {
  text-align: right;
  float: right;
  padding-left: 10px;
}
.results .team-b img {
  margin-left: 10px;
}
.results .score {
  font-family: ralewayBold, sans-serif;
  width: 50px;
  text-align: center;
  float: left;
  padding-top: 20px;
  display: inline-block;
}
.news-carousel {
  width: 996px;
}
.news-carousel ul {
  margin: 0 0 50px 0;
  padding: 0;
  list-style: none;
  display: block;
}
.news-carousel ul li {
  text-align: center;
  width: 996px;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
}
.news-carousel ul li:before {
  display: none;
}
.news-carousel ul li p {
  padding: 0 200px;
}
.news-carousel .prev {
  margin-left: 10px;
}
.news-carousel .next {
  margin-right: 10px;
}
.news-carousel .pager {
  display: table;
  margin: 0 auto;
  text-align: center;
}
.news-carousel .pager a {
  outline: none;
  margin: 0 2px;
  display: inline-block;
  width: 21px;
  height: 21px;
  text-decoration: none;
  position: relative;
  text-indent: -9999px;
}
.news-carousel .pager a:before,
.news-carousel .pager a > .before {
  content: '';
  background-image: url("../img/sprites.png?v=1415715067870");
  background-repeat: no-repeat;
  background-position: -1107px -172px;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 0;
}
.news-carousel .pager a:hover:before,
.news-carousel .pager a:hover > .before {
  content: '';
  background-image: url("../img/sprites.png?v=1415715067870");
  background-repeat: no-repeat;
  background-position: -1084px -172px;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 0;
}
.news-carousel .pager a.selected:before,
.news-carousel .pager a.selected > .before {
  content: '';
  background-image: url("../img/sprites.png?v=1415715067870");
  background-repeat: no-repeat;
  background-position: -1061px -172px;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 0;
}
.news-carousel.responsive {
  width: auto;
  margin-left: 0;
}
.teams-carousel {
  width: 876px;
  margin: 40px auto 65px auto;
  position: relative;
}
.teams-carousel ul {
  margin: 0 0 50px 0;
  padding: 0;
  list-style: none;
  display: block;
}
.teams-carousel ul li {
  text-align: center;
  width: 146px;
  padding: 0;
  margin: 0;
  display: block;
  min-height: 135px;
  float: left;
}
.teams-carousel ul li:before {
  display: none;
}
.teams-carousel ul li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #ccc;
}
.teams-carousel ul li a:hover,
.teams-carousel ul li a.active {
  color: #fa0;
  font-family: ralewayBold;
}
.teams-carousel ul li a:hover:after,
.teams-carousel ul li a.active:after,
.teams-carousel ul li a:hover > .after,
.teams-carousel ul li a.active > .after {
  content: '';
  background-image: url("../img/sprites.png?v=1415715067870");
  background-repeat: no-repeat;
  background-position: -1130px -172px;
  width: 10px;
  height: 8px;
  position: absolute;
  left: 67px;
  top: 78px;
}
.teams-carousel ul li a:hover img,
.teams-carousel ul li a.active img {
  border: 5px solid #fa0;
  margin-top: 0;
  z-index: 2;
}
.teams-carousel ul li img {
  width: 67px;
  display: block;
  margin: 3px auto 10px auto;
  padding: 1px;
  border: 2px solid #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.teams-carousel .prev,
.teams-carousel .next {
  position: absolute;
  top: 20px;
  width: 30px;
  height: 30px;
  margin: 0;
}
.teams-carousel .prev {
  left: -60px;
}
.teams-carousel .prev:after,
.teams-carousel .prev > .after {
  content: '';
  background-image: url("../img/sprites.png?v=1415715067870");
  background-repeat: no-repeat;
  background-position: -919px -172px;
  width: 30px;
  height: 30px;
  position: absolute;
}
.teams-carousel .prev:hover:after,
.teams-carousel .prev:hover > .after {
  content: '';
  background-image: url("../img/sprites.png?v=1415715067870");
  background-repeat: no-repeat;
  background-position: -855px -172px;
  width: 30px;
  height: 30px;
  position: absolute;
}
.teams-carousel .next {
  right: -61px;
}
.teams-carousel .next:after,
.teams-carousel .next > .after {
  content: '';
  background-image: url("../img/sprites.png?v=1415715067870");
  background-repeat: no-repeat;
  background-position: -951px -172px;
  width: 30px;
  height: 30px;
  position: absolute;
}
.teams-carousel .next:hover:after,
.teams-carousel .next:hover > .after {
  content: '';
  background-image: url("../img/sprites.png?v=1415715067870");
  background-repeat: no-repeat;
  background-position: -887px -172px;
  width: 30px;
  height: 30px;
  position: absolute;
}
.teams-carousel.responsive {
  width: auto;
  margin-left: 0;
}
form .half {
  width: 445px;
  float: left;
  display: inline-block;
  margin-bottom: 80px;
}
form .half p {
  margin-bottom: 15px;
}
form .half + .half {
  margin-left: 80px;
  float: right;
}
form .half input[type="text"] {
  width: 100%;
}
form input[type="submit"] {
  margin-bottom: 80px;
}
.footer {
  text-align: center;
  font-size: 16px;
  vertical-align: botom;
  padding: 50px 0 100px 0;
}
.developed-by {
  position: relative;
  vertical-align: botom;
}
.developed-by a {
  margin-left: 10px;
  position: relative;
  display: inline-block;
  width: 101px;
  padding: 0;
  margin: 0 0 0 15px;
  text-indent: -9999px;
}
.developed-by a:after,
.developed-by a > .after {
  content: '';
  background-image: url("../img/sprites.png?v=1415715067870");
  background-repeat: no-repeat;
  background-position: -657px -172px;
  width: 101px;
  height: 44px;
  position: absolute;
  right: 0;
  top: -20px;
}
.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #172c39;
  background: url("../img/bg-transparent-black.png") repeat scroll 0 0 transparent;
  top: 0;
  left: 0;
  z-index: 99;
  overflow: hidden;
}
.loader img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  z-index: 100;
  background: #fa0;
  padding: 16px;
  -webkit-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.input-file-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: url("../img/bg-transparent-white.png") repeat scroll 0 0 transparent;
  border: 1px solid #ccc;
  cursor: pointer;
  white-space: nowrap;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.input-file-wrap span {
  display: inline-block;
  padding: 0 25px;
}
.input-file-wrap input[type=file] {
  position: absolute;
  left: 0px;
  top: 0px;
  height: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
  z-index: 3;
}
.input-file-wrap a.file-input-button {
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0 20px;
  height: 50px;
  width: 100px;
  background: #fa0;
  text-transform: uppercase;
  color: #fff;
  font-family: ralewayBold;
  text-shadow: 0 1px 0 #402b00;
  text-align: center;
}
.input-file-wrap a.file-input-button:after {
  position: absolute;
  position: absolute;
  width: 100px;
  height: 50px;
  content: " ";
}
.input-file-wrap a.file-input-button:after:hover a.file-input-button {
  top: 1px;
}
.dialog {
  width: 1036px;
  padding: 50px 0;
  margin: 100px auto;
  background: #202020;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.msg {
  padding: 15px 15px 15px 40px;
  margin-bottom: 15px;
  border-width: 1px;
  border-style: solid;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.ok {
  background: #e4ffca;
  border-color: #4f8a10;
  color: #4f8a10;
}
.ok:before,
.ok > .before {
  content: '';
  background-image: url("../img/sprites.png?v=1415715067870");
  background-repeat: no-repeat;
  background-position: -1035px -172px;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -12px;
}
.error {
  background: #ffcfd1;
  border-color: #d5121d;
  color: #d5121d;
}
.error:before,
.error > .before {
  content: '';
  background-image: url("../img/sprites.png?v=1415715067870");
  background-repeat: no-repeat;
  background-position: -983px -172px;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -12px;
}
.info {
  background: #bde5f8;
  border-color: #00529b;
  color: #00529b;
}
.info:before,
.info > .before {
  content: '';
  background-image: url("../img/sprites.png?v=1415715067870");
  background-repeat: no-repeat;
  background-position: -1009px -172px;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -12px;
}
.section-stats table th:first-child,
table td:first-child {
  padding-left: 30px;
}
.section-stats table th:first-child:before,
.section-stats table th:first-child > .before {
  content: '';
  background-image: url("../img/sprites.png?v=1415715067870");
  background-repeat: no-repeat;
  background-position: -1142px -182px;
  width: 7px;
  height: 9px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -5px;
}
.section-stats table th {
  cursor: pointer;
  position: relative;
}
.section-stats table th:before,
.section-stats table th > .before {
  content: '';
  background-image: url("../img/sprites.png?v=1415715067870");
  background-repeat: no-repeat;
  background-position: -1142px -182px;
  width: 7px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.section-stats table th.headerSortUp {
  color: #000;
  text-shadow: none;
}
.section-stats table th.headerSortUp:before,
.section-stats table th.headerSortUp > .before {
  content: '';
  background-image: url("../img/sprites.png?v=1415715067870");
  background-repeat: no-repeat;
  background-position: -1151px -172px;
  width: 7px;
  height: 4px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
}
.section-stats table th.headerSortDown {
  color: #000;
  text-shadow: none;
}
.section-stats table th.headerSortDown:before,
.section-stats table th.headerSortDown > .before {
  content: '';
  background-image: url("../img/sprites.png?v=1415715067870");
  background-repeat: no-repeat;
  background-position: -1142px -172px;
  width: 7px;
  height: 4px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
}
.icheckbox,
.iradio {
  display: block;
  float: left;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url("../img/icheck.png") no-repeat;
  border: none;
  cursor: pointer;
}
.icheckbox {
  background-position: 0 0;
  margin-right: 10px;
}
.icheckbox.hover {
  background-position: -20px 0;
}
.icheckbox.checked {
  background-position: -40px 0;
}
.icheckbox.disabled {
  background-position: -60px 0;
  cursor: default;
}
.icheckbox.checked.disabled {
  background-position: -80px 0;
}
.iradio {
  background-position: -100px 0;
}
.iradio.hover {
  background-position: -120px 0;
}
.iradio.checked {
  background-position: -140px 0;
}
.iradio.disabled {
  background-position: -160px 0;
  cursor: default;
}
.iradio.checked.disabled {
  background-position: -180px 0;
}
