@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*@import "bootstrap/normalize";*/
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/*@import "bootstrap/glyphicons";*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

.testformat {
	background-color: red;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 480px) {
  .container {
    width: 480px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}

@media (min-width: 1024px) {
  .container {
    width: 998px;
  }
}

@media (min-width: 1279px) {
  .container {
    width: 1160px;
  }
}

@media (min-width: 1280px) {
  .container {
    width: 1190px;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 1350px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xxs-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xxl-1, .col-xxs-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xxl-2, .col-xxs-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xxl-3, .col-xxs-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xxl-4, .col-xxs-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xxl-5, .col-xxs-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xxl-6, .col-xxs-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xxl-7, .col-xxs-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xxl-8, .col-xxs-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xxl-9, .col-xxs-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xxl-10, .col-xxs-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xxl-11, .col-xxs-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12, .col-xxl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  float: left;
}

.col-xxs-1 {
  width: 8.33333%;
}

.col-xxs-2 {
  width: 16.66667%;
}

.col-xxs-3 {
  width: 25%;
}

.col-xxs-4 {
  width: 33.33333%;
}

.col-xxs-5 {
  width: 41.66667%;
}

.col-xxs-6 {
  width: 50%;
}

.col-xxs-7 {
  width: 58.33333%;
}

.col-xxs-8 {
  width: 66.66667%;
}

.col-xxs-9 {
  width: 75%;
}

.col-xxs-10 {
  width: 83.33333%;
}

.col-xxs-11 {
  width: 91.66667%;
}

.col-xxs-12 {
  width: 100%;
}

.col-xxs-pull-0 {
  right: auto;
}

.col-xxs-pull-1 {
  right: 8.33333%;
}

.col-xxs-pull-2 {
  right: 16.66667%;
}

.col-xxs-pull-3 {
  right: 25%;
}

.col-xxs-pull-4 {
  right: 33.33333%;
}

.col-xxs-pull-5 {
  right: 41.66667%;
}

.col-xxs-pull-6 {
  right: 50%;
}

.col-xxs-pull-7 {
  right: 58.33333%;
}

.col-xxs-pull-8 {
  right: 66.66667%;
}

.col-xxs-pull-9 {
  right: 75%;
}

.col-xxs-pull-10 {
  right: 83.33333%;
}

.col-xxs-pull-11 {
  right: 91.66667%;
}

.col-xxs-pull-12 {
  right: 100%;
}

.col-xxs-push-0 {
  left: auto;
}

.col-xxs-push-1 {
  left: 8.33333%;
}

.col-xxs-push-2 {
  left: 16.66667%;
}

.col-xxs-push-3 {
  left: 25%;
}

.col-xxs-push-4 {
  left: 33.33333%;
}

.col-xxs-push-5 {
  left: 41.66667%;
}

.col-xxs-push-6 {
  left: 50%;
}

.col-xxs-push-7 {
  left: 58.33333%;
}

.col-xxs-push-8 {
  left: 66.66667%;
}

.col-xxs-push-9 {
  left: 75%;
}

.col-xxs-push-10 {
  left: 83.33333%;
}

.col-xxs-push-11 {
  left: 91.66667%;
}

.col-xxs-push-12 {
  left: 100%;
}

.col-xxs-offset-0 {
  margin-left: 0%;
}

.col-xxs-offset-1 {
  margin-left: 8.33333%;
}

.col-xxs-offset-2 {
  margin-left: 16.66667%;
}

.col-xxs-offset-3 {
  margin-left: 25%;
}

.col-xxs-offset-4 {
  margin-left: 33.33333%;
}

.col-xxs-offset-5 {
  margin-left: 41.66667%;
}

.col-xxs-offset-6 {
  margin-left: 50%;
}

.col-xxs-offset-7 {
  margin-left: 58.33333%;
}

.col-xxs-offset-8 {
  margin-left: 66.66667%;
}

.col-xxs-offset-9 {
  margin-left: 75%;
}

.col-xxs-offset-10 {
  margin-left: 83.33333%;
}

.col-xxs-offset-11 {
  margin-left: 91.66667%;
}

.col-xxs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 480px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }
  .col-xs-1 {
    width: 8.33333%;
  }
  .col-xs-2 {
    width: 16.66667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.33333%;
  }
  .col-xs-5 {
    width: 41.66667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.33333%;
  }
  .col-xs-8 {
    width: 66.66667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.33333%;
  }
  .col-xs-11 {
    width: 91.66667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-pull-1 {
    right: 8.33333%;
  }
  .col-xs-pull-2 {
    right: 16.66667%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-4 {
    right: 33.33333%;
  }
  .col-xs-pull-5 {
    right: 41.66667%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-7 {
    right: 58.33333%;
  }
  .col-xs-pull-8 {
    right: 66.66667%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-10 {
    right: 83.33333%;
  }
  .col-xs-pull-11 {
    right: 91.66667%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-push-1 {
    left: 8.33333%;
  }
  .col-xs-push-2 {
    left: 16.66667%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-4 {
    left: 33.33333%;
  }
  .col-xs-push-5 {
    left: 41.66667%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-7 {
    left: 58.33333%;
  }
  .col-xs-push-8 {
    left: 66.66667%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-10 {
    left: 83.33333%;
  }
  .col-xs-push-11 {
    left: 91.66667%;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1279px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1280px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-1 {
    width: 8.33333%;
  }
  .col-xl-2 {
    width: 16.66667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333%;
  }
  .col-xl-5 {
    width: 41.66667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33333%;
  }
  .col-xl-8 {
    width: 66.66667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33333%;
  }
  .col-xl-11 {
    width: 91.66667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.33333%;
  }
  .col-xl-pull-2 {
    right: 16.66667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.33333%;
  }
  .col-xl-pull-5 {
    right: 41.66667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.33333%;
  }
  .col-xl-pull-8 {
    right: 66.66667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.33333%;
  }
  .col-xl-pull-11 {
    right: 91.66667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.33333%;
  }
  .col-xl-push-2 {
    left: 16.66667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.33333%;
  }
  .col-xl-push-5 {
    left: 41.66667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.33333%;
  }
  .col-xl-push-8 {
    left: 66.66667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.33333%;
  }
  .col-xl-push-11 {
    left: 91.66667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1440px) {
  .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
    float: left;
  }
  .col-xxl-1 {
    width: 8.33333%;
  }
  .col-xxl-2 {
    width: 16.66667%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-4 {
    width: 33.33333%;
  }
  .col-xxl-5 {
    width: 41.66667%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-7 {
    width: 58.33333%;
  }
  .col-xxl-8 {
    width: 66.66667%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-10 {
    width: 83.33333%;
  }
  .col-xxl-11 {
    width: 91.66667%;
  }
  .col-xxl-12 {
    width: 100%;
  }
  .col-xxl-pull-0 {
    right: auto;
  }
  .col-xxl-pull-1 {
    right: 8.33333%;
  }
  .col-xxl-pull-2 {
    right: 16.66667%;
  }
  .col-xxl-pull-3 {
    right: 25%;
  }
  .col-xxl-pull-4 {
    right: 33.33333%;
  }
  .col-xxl-pull-5 {
    right: 41.66667%;
  }
  .col-xxl-pull-6 {
    right: 50%;
  }
  .col-xxl-pull-7 {
    right: 58.33333%;
  }
  .col-xxl-pull-8 {
    right: 66.66667%;
  }
  .col-xxl-pull-9 {
    right: 75%;
  }
  .col-xxl-pull-10 {
    right: 83.33333%;
  }
  .col-xxl-pull-11 {
    right: 91.66667%;
  }
  .col-xxl-pull-12 {
    right: 100%;
  }
  .col-xxl-push-0 {
    left: auto;
  }
  .col-xxl-push-1 {
    left: 8.33333%;
  }
  .col-xxl-push-2 {
    left: 16.66667%;
  }
  .col-xxl-push-3 {
    left: 25%;
  }
  .col-xxl-push-4 {
    left: 33.33333%;
  }
  .col-xxl-push-5 {
    left: 41.66667%;
  }
  .col-xxl-push-6 {
    left: 50%;
  }
  .col-xxl-push-7 {
    left: 58.33333%;
  }
  .col-xxl-push-8 {
    left: 66.66667%;
  }
  .col-xxl-push-9 {
    left: 75%;
  }
  .col-xxl-push-10 {
    left: 83.33333%;
  }
  .col-xxl-push-11 {
    left: 91.66667%;
  }
  .col-xxl-push-12 {
    left: 100%;
  }
  .col-xxl-offset-0 {
    margin-left: 0%;
  }
  .col-xxl-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xxl-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xxl-offset-3 {
    margin-left: 25%;
  }
  .col-xxl-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xxl-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xxl-offset-6 {
    margin-left: 50%;
  }
  .col-xxl-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xxl-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xxl-offset-9 {
    margin-left: 75%;
  }
  .col-xxl-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xxl-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xxl-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

.frontpage-clubnews-heading {
	text-transform: uppercase;
	margin-bottom: -5px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/*@import "bootstrap/pager";
@import "bootstrap/labels";
@import "bootstrap/badges";
@import "bootstrap/jumbotron";
@import "bootstrap/thumbnails";
@import "bootstrap/alerts";
@import "bootstrap/progress-bars";
@import "bootstrap/media";
@import "bootstrap/list-group";
@import "bootstrap/panels";*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/*@import "bootstrap/wells";
@import "bootstrap/close";*/
/*@import "bootstrap/modals";
@import "bootstrap/tooltip";
@import "bootstrap/popovers";
@import "bootstrap/carousel";*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1278px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1024px) and (max-width: 1278px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1278px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1024px) and (max-width: 1278px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1279px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1279px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1279px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1279px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1278px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1279px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

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;
}

/* HTML5 display-role reset for older browsers */
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;
}

/* Layout */
.dropdown, .btn-inline, .pling-wrapper strong,
.pling-wrapper span, #footer .before-footer i, #footer .col-md-3, .sub-footer .sponsors-footer .mainSponsors,
.sub-footer .sponsors-footer .otherSponsors, .sub-footer .sponsors-footer .mainSponsors img,
.sub-footer .sponsors-footer .otherSponsors img, .sub-footer .sub-footer-menu a, .banner-col, .match-guest-team span,
.match-home-team span, .post-meta, .post-box-list .post-box-item, .player-transfers .player-transfer span, .player-leaderboards .player-row .player-info h3, .group-standings .group-row .group-place,
.group-standings .group-row .group-logo,
.group-standings .group-row .group-team,
.group-standings .group-row .group-games,
.group-standings .group-row .group-goals,
.group-standings .group-row .group-points,
.group-standings .group-row .group-matches, .teams .team-item img, .games .game-list-item div, .match-header .match-header-inner div, .match-navigation li, .versus-list .versus-row .versus-date,
.versus-list .versus-row .versus-teams,
.versus-list .versus-row .versus-result,
.versus-list .versus-row .versus-name,
.versus-list .versus-row .versus-games,
.versus-list .versus-row .versus-percent, .lineup-list .number,
.lineup-list .name, .tabs li, .match-ticker .ticker-row div, .instagram-feed li,
.live-tableau-main .match-wrapper-main div {
  position: relative;
  list-style: none;
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  _height: 30px;
}

.dropdown, .post-list .post-list-item .post-content, .post-box-list .post-box-item, .post-box-list .post-box-item .post-content, .teams .team-item, .match-navigation li, .tabs li, .instagram-feed li {
  position: relative;
  box-sizing: border-box;
  behavior: url(/wp-content/themes/hockeyettan/assets/dist/css/boxsizing.htc) \9;
}

.post-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  behavior: url(/wp-content/themes/hockeyettan/assets/dist/css/backgroundsize.min.htc) \9;
}

html, body {
  overflow-x: hidden;
}

body {
  position: relative;
}

body {
  background-color: #f5f5f5;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  cursor: pointer;
  color: #008de9;
}

div, p, a, li, td {
  -webkit-text-size-adjust: none;
}

a:hover,
a:active {
  color: #007bce;
}

*:focus {
  outline: none !important;
}

.iframe-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.21%;
  height: 0;
  max-width: none !important;
}

.iframe-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.clearFloat {
  margin: 0;
  padding: 0;
  height: 0px;
  overflow: hidden;
  clear: both;
}

.tbHidden {
  display: none !important;
}

#tbGroupStandingSelect,
#tbPlayerLeaderboardsSelect {
  float: right;
}

/* Dropdown list */
.dropdown {
  position: relative;
  overflow: hidden;
  width: auto;
  padding: 0 0 0 5px;
  background-color: white;
  border: none;
  border: 1px solid #ddd;
  float: right;
  color: #999;
}

@media only screen and (max-width: 900px) {
  .dropdown {
    float: none;
    display: block;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .dropdown {
    float: right;
    display: inline-block;
    margin-top: 0;
  }
}

@media only screen and (max-width: 480px) {
  .dropdown {
    float: none;
    display: block;
    margin-top: 5px;
  }
}

.dropdown:before {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 12px;
  z-index: 8;
  color: #999;
  pointer-events: none;
}

.dropdown select {
  height: 21px;
  width: 100%;
  padding-right: 25px;
  border: 0 !important;
  background: transparent;
  line-height: 14px;
  font-size: 12px;
  color: #999;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}

.dropdown select:focus {
  outline: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .dropdown select {
    padding-top: 0;
  }
}

.dropdown select::-ms-expand {
  display: none;
}

.dropdown select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}

.dropdown select > option {
  padding: 5px 10px;
  background: white;
  color: #1c1c1c;
  border: 0 !important;
  border-style: hidden !important;
  line-height: 20px;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
}

.vc_tta-container {
  margin-bottom: 20px !important;
}

.vc_tta-container .vc_tta-panel {
  border-bottom: 3px solid #fff !important;
}

.vc_tta-container .vc_tta-panel-heading {
  border: none !important;
  background-color: #008de9 !important;
  cursor: pointer;
  moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  border-radius: 0 !important;
}

.vc_tta-container .vc_tta-panel-heading i::after, .vc_tta-container .vc_tta-panel-heading i::before {
  border-color: white !important;
}

.vc_tta-container .vc_tta-panel-heading .vc_tta-title-text {
  color: white !important;
}

.vc_tta-container .vc_tta-panel-heading .vc_tta-title-text {
  font-size: 18px;
}

@media only screen and (max-width: 480px) {
  .vc_tta-container .vc_tta-panel-heading .vc_tta-title-text {
    font-size: 16px;
  }
}

.vc_tta-container .vc_tta-panel-body {
  border: none !important;
  background-color: white !important;
  padding: 0 15px 20px !important;
}

@media only screen and (max-width: 1023px) {
  .post-list .equal,
  #beforeMatch .equal.twitter {
    height: auto !important;
  }
}

@media only screen and (max-width: 767px) {
  .equal-row .equal {
    height: auto !important;
  }
}

body {
  font-size: 16px;
  line-height: 1.5em;
  font-family: "Open Sans", sans-serif;
  color: #1c1c1c;
  font-weight: 400;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
  font-weight: 400;
}

p {
  margin: 0;
  padding: 0;
}

.pageContent p {
  margin-top: 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 36px;
  line-height: 42px;
}

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 24px;
    line-height: 30px;
  }
}

h2 {
  font-size: 24px;
  line-height: 30px;
}

@media only screen and (max-width: 480px) {
  h2 {
    font-size: 20px;
    line-height: 26px;
  }
}

.pageContent h2 {
  margin-top: 15px;
}

h3 {
  font-size: 18px;
  line-height: 24px;
}

.pageContent h3 {
  margin-top: 15px;
}

h4 {
  font-size: 14px;
  line-height: 20px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Hockeyettan:before {
  content: "\e900";
}

/*
Flaticon icon font: Flaticon
Creation date: 03/08/2016 08:11
*/
@font-face {
  font-family: "Flaticon";
  src: url("../../fonts/Flaticon.eot");
  src: url("../../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../../fonts/Flaticon.woff") format("woff"), url("../../fonts/Flaticon.ttf") format("truetype"), url("../../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

.fi, .comment-reply-link {
  text-decoration: none !important;
  font-style: normal !important;
}

.fi:before, .comment-reply-link:before,
.dropdown:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.dropdown:before {
  content: "\f10a";
}

.flaticon-add:before {
  content: "\f100";
}

.flaticon-arrow-right:before, .comment-reply-link:before {
  content: "\f101";
}

.flaticon-audio:before {
  content: "\f102";
}

.flaticon-close:before {
  content: "\f103";
}

.flaticon-eye:before {
  content: "\f104";
}

.flaticon-facebook:before {
  content: "\f105";
}

.flaticon-instagram:before {
  content: "\f106";
}

.flaticon-load-more:before {
  content: "\f107";
}

.flaticon-menu:before {
  content: "\f108";
}

.flaticon-message:before {
  content: "\f109";
}

.flaticon-nav-arrow-down:before {
  content: "\f10a";
}

.flaticon-nav-arrow-left:before {
  content: "\f10b";
}

.flaticon-nav-arrow-right:before {
  content: "\f10c";
}

.flaticon-pen:before {
  content: "\f10d";
}

.flaticon-remove:before {
  content: "\f10e";
}

.flaticon-rss:before {
  content: "\f10f";
}

.flaticon-search:before {
  content: "\f110";
}

.flaticon-share:before {
  content: "\f111";
}

.flaticon-twitter:before {
  content: "\f112";
}

.flaticon-twitter-header:before {
  content: "\f113";
}

.flaticon-video:before {
  content: "\f114";
}

.flaticon-youtube:before {
  content: "\f115";
}

/**
* Swiper 3.3.1
* Most modern mobile touch slider and framework with hardware accelerated transitions
*
* http://www.idangero.us/swiper/
*
* Copyright 2016, Vladimir Kharlampidi
* The iDangero.us
* http://www.idangero.us/
*
* Licensed under MIT
*
* Released on: February 7, 2016
*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.match-swiper-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top:0px!important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: inline-block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .45s;
  animation-duration: .45s;
}

.spinner {
  margin: 0 auto;
  width: 40px;
  height: 128px;
  position: relative;
}

.cube1, .cube2 {
  background-color: #0064a5;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 25%;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

.spinner2 {
  position: absolute;
  top: 7px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: white;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* Layout */
.error-404 {
  padding-top: 60px;
  text-align: center;
}

.container {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.content {
  float: none !important;
  width: auto !important;
  margin-right: 300px !important;
}

@media (min-width: 1366px) {
  .content {
    margin-right: 330px !important;
  }
}

@media (min-width: 1440px) {
  .content {
    margin-right: 300px !important;
  }
}

@media (max-width: 1365px) {
  .content {
    margin-right: 0 !important;
  }
}

.sidebar {
  width: 300px !important;
  float: none !important;
  position: absolute !important;
  padding: 0 !important;
  top: 0;
  right: 15px;
  z-index: 2;
  text-align: left;
}

@media (max-width: 1365px) {
  .sidebar {
    float: none !important;
    width: auto !important;
    position: relative !important;
    top: auto;
    right: auto;
    text-align: center;
    margin-right: 0;
  }
}

@media (min-width: 1366px) {
  .sidebar {
    top: 0;
    right: 50%;
    margin-right: -660px;
  }
}

@media (min-width: 1440px) {
  .sidebar {
    top: 0;
    right: 50%;
    margin-right: -690px;
  }
}

.sidebar.fixed {
  position: absolute !important;
}

@media (max-width: 1365px) {
  .sidebar.fixed {
    position: relative !important;
    top: auto;
  }
}

.sidebar.fixed .sticky {
  position: fixed;
  top: 0;
  right: 15px;
}

@media (max-width: 1365px) {
  .sidebar.fixed .sticky {
    position: relative !important;
    top: auto;
    right: auto;
  }
}

@media (min-width: 1366px) {
  .sidebar.fixed .sticky {
    top: 0;
    right: 50%;
    margin-right: -660px;
  }
}

@media (min-width: 1440px) {
  .sidebar.fixed .sticky {
    top: 0;
    right: 50%;
    margin-right: -690px;
  }
}

@media (max-width: 480px) {
  .container {
    width: auto !important;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 481px) {
  .container {
    width: auto !important;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .container {
    width: auto !important;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 980px) {
  .container {
    width: auto !important;
    max-width: 950px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1024px) {
  .container {
    width: auto !important;
    max-width: 980px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1100px) {
  .container {
    width: auto !important;
    max-width: none;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: auto !important;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1280px) {
  .container {
    width: auto !important;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1366px) {
  .container {
    width: auto !important;
    max-width: 1366px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1440px) {
  .container {
    width: auto !important;
    max-width: 1420px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.wpb_content_element {
  margin-bottom: 20px !important;
}

.contentBox {
  margin-top: 30px;
  padding: 0 !important;
  position: relative;
  background-color: white;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.12) !important;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.12) !important;
}


.single-page-latest-news .latest-news-post-list {
	margin-top: 0;
}

.single-page-latest-news .latest-news-post-list .box-header h3 {
	margin-top: 0;
}

@media only screen and (max-width: 1023px) {
  .contentBox {
    margin-top: 20px;
  }
}

.box-header {
  padding: 15px 20px 5px;
}

@media only screen and (max-width: 480px) {
  .box-header {
    padding: 10px 15px 5px;
  }
}

.box-header h3 {
  text-transform: uppercase;
  display: inline-block;
}

.box-header small {
  display: block;
  text-transform: uppercase;
  color: #999;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  margin-top: 3px;
}

.box-footer {
  padding: 12px 20px 13px;
}

@media only screen and (max-width: 480px) {
  .box-footer {
    padding: 10px 15px 11px;
  }
}

.no-data {
  padding: 15px 20px 15px !important;
  font-size: 14px;
  margin: 30px 15px;
  color: white;
}

.no-data .message {
  background-color: #d9534f;
  border: 1px solid #c9302c;
  border-radius: 4px;
  display: block;
  padding: 10px 15px 10px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
}

.no-data .message.light {
  background-color: #007bce;
  border: 1px solid #005d9b;
}

@media only screen and (max-width: 480px) {
  .no-data {
    padding: 10px 15px 10px;
  }
}

.pageContent {
  padding: 20px 30px 30px;
}

@media only screen and (max-width: 480px) {
  .pageContent {
    padding: 10px 15px;
  }
}

#ajax-news {
  position: relative;
}

#ajax-news .loaderOverlay {
  top: 15px;
}

#tbNewsFilterContent,
#tbNewsInfinityLoader {
  position: relative;
}

a.arrow-link, a.comment-reply-link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding-right: 8px;
  text-decoration: none !important;
  color: #008de9;
}

@media only screen and (max-width: 480px) {
  a.arrow-link, a.comment-reply-link {
    font-size: 12px;
  }
}

a.flaticon-arrow-right.arrow-link::before, a.comment-reply-link::before {
  margin-right: 8px;
}

.btnWrp {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.btnWrp a {
  position: relative;
  -webkit-transition: all, 0.4s;
  -o-transition: all, 0.4s;
  transition: all, 0.4s;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  outline: none;
  border-style: solid;
}

/* Sizes */
.btn-small {
  padding: 12px 20px;
  font-size: 12px;
}

.btn-medium {
  padding: 18px 30px;
  font-size: 13px;
}

.btn-large {
  padding: 23px 45px;
  font-size: 14px;
}

/* Width */
.btn-block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}

/* Shapes */
.btn-round,
.btn-hover-round a:hover {
  border-radius: 60px;
}

.btn-rounded,
.btn-hover-rounded a:hover {
  border-radius: 5px;
}

.btn-square,
.btn-hover-square a:hover {
  border-radius: 0;
}

/* Align */
.btn-center {
  text-align: center;
}

.btn-left {
  text-align: left;
}

.btn-right {
  text-align: right;
}

/* Border Width */
.btn-border-0 {
  border-width: 0px;
}

.btn-border-1 {
  border-width: 1px;
}

.btn-border-2 {
  border-width: 2px;
}

.btn-border-3 {
  border-width: 3px;
}

.btn-border-4 {
  border-width: 4px;
}

.btn-border-5 {
  border-width: 5px;
}

.share-area {
  position: relative;
  height: 120px;
  border-bottom: 1px solid #ededed;
}

.share {
  margin: 0 auto;
  height: 120px;
  position: relative;
}

.share i {
  font-size: 24px;
}

.share .share-button,
.share .share-toggle-button {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  background: #ccc;
  text-align: center;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
}

.share .share-button:hover,
.share .share-toggle-button:hover {
  color: #fff;
}

.share .share-button {
  font-size: 40px;
  line-height: 70px;
  background: #008de9;
  -webkit-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
  color: #fff;
}

.share a.share-button {
  color: #fff;
}

.share a.share-button:hover,
.share a.share-button:focus {
  color: #fff;
}

.share .share-toggle-button {
  z-index: 9;
  background: #008de9;
  font-size: 20px;
}

.share .share-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.share .share-item {
  display: inline-block;
}

.tb_image.full_width img {
  width: 100%;
}

#searchform .screen-reader-text {
  display: none;
}

li.menu-search {
  float: right;
}

.search-results-page {
  margin-top: 30px;
  margin-bottom: 30px;
}

.lg-backdrop {
  background-color: #023564;
}

.lg-toolbar group {
  background-color: #052954;
  opacity: 1;
}

.lg-download,
#lg-zoom-in,
#lg-zoom-out {
  display: none;
}

.lg-outer .lg-thumb {
  padding: 20px 0;
}

.lg-outer .lg-inner {
  top: 50px;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
}

.lg-thumb.group {
  text-align: center;
  margin: 0 auto;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #008de9 !important;
}

.top-header {
  background-color: #1B3481;
  padding: 6px 0;
  color: white;
  text-align: right;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.top-header .container {
  position: relative;
}

.top-header .top-menu {
  margin: 0 !important;
  padding: 0 !important;
  -webkit-margin-before: 0 !important;
  -webkit-margin-after: 0 !important;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px !important;
}

.top-header .top-menu li {
  display: inline-block;
  padding-left: 20px;
}

.top-header .top-menu li:first-child {
  padding-left: 0;
}

.top-header a {
  color: white;
  text-decoration: none;
}

.top-header .fi, .top-header .comment-reply-link {
  padding-left: 8px;
  font-size: 14px;
}

@media only screen and (max-width: 480px) {
  .top-header {
    padding: 5px 0;
    font-size: 11px;
  }
  .top-header .top-menu li {
    padding-left: 15px;
  }
  .top-header .top-menu li:first-child {
    padding-left: 0;
  }
}

.top-menu li:last-child {
  display: none;
}

.home .top-menu li:last-child {
  display: inline-block;
}

.top-menu li:first-child {
  display: block;
}

.top-menu li:first-child {
  display: inline-block;
}

.customize-menu {
  position: absolute;
  display: none;
  top: 31px;
  right: 10px;
  z-index: 99;
  padding: 0;
  background: white;
  color: #1c1c1c;
  text-transform: none;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.customize-menu p {
  display: block;
  text-align: left;
  margin: 0;
  color: #008de9;
  border-bottom: 1px solid #ededed;
}

.customize-menu p.active {
  background-color: #f2f2f2;
}

.customize-menu p:hover {
  color: #0064a5;
}

.customize-menu p:last-child {
  border-bottom: none;
}

.customize-menu label,
.customize-menu input {
  vertical-align: middle;
  font-size: 12px;
  margin: 0;
}

.customize-menu input {
  margin-right: 6px;
  display: inline-block;
}

.customize-menu label {
  padding: 15px 25px;
  display: block;
}

.customize-menu button {
  display: block;
  width: 100%;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  padding: 10px;
  margin-top: 0;
  cursor: pointer;
  background-color: #008de9;
  -webkit-transition: background-color, 0.3s;
  -o-transition: background-color, 0.3s;
  transition: background-color, 0.3s;
}

.customize-menu button:hover {
  background-color: #007bce;
}

@media only screen and (max-width: 767px) {
  .customize-menu button {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .customize-menu {
    position: relative;
    top: auto;
    right: auto;
    margin-left: -15px;
    margin-right: -15px;
    border-top: 5px solid #052954;
    -webkit-box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
  }
}

#site-header {
  position: relative;
  background-color: #1B3481;
}

#site-header .header-logo {
  float: left;
  display: inline-block;
  margin-left: 15px;
  padding: 5px 0;
}


#site-header .header-logo a {
  display: block;
  max-height: 80px;
  margin: 0;
}

#site-header .header-logo a img {
  max-height: 80px;
}

@media only screen and (max-width: 1160px) {
	#site-header .header-logo {
	  margin-left: 0;
	}
	
	#site-header .header-logo a img {
		max-height: 50px;
	}
	  
	#site-header .header-logo a {
		max-height: 50px;
		margin: 15px 0;
  }
  }

@media only screen and (max-width: 960px) {
  #site-header .header-logo a {
    max-height: 50px;
    margin: 15px 0;
  }
  #site-header .header-logo a img {
    max-height: 50px;
  }
}

@media only screen and (max-width: 480px) {
  #site-header .header-logo a {
    max-height: 40px;
    margin: 10px 0;
  }
  #site-header .header-logo a img {
    max-height: 40px;
  }
}

.header-sponsors {
  /* padding-top: 20px; */
  float: right;
  display: inline-block;
  /* margin-left: 25px; */
  margin-right: 15px;
  padding-top: 5px;
}

@media only screen and (max-width: 1023px) {
  .header-sponsors {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .header-sponsors {
    margin-left: 0;
    margin-right: 60px;
  }
}

.header-sponsors img {
  max-height: 80px;
  display: block;
}

@media only screen and (max-width: 480px) {
  .header-sponsors {
    padding-top: 18px;
  }
  .header-sponsors img {
    max-height: 22px;
  }
}

.pling-wrapper {
  display: none;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  padding: 12px 0;
  background-color: #0064a5;
  color: white;
  font-size: 14px;
  line-height: 20px;
  -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.9) !important;
  -moz-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.9) !important;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.9) !important;
}

.pling-wrapper strong,
.pling-wrapper span {
  float: left !important;
  display: inline-block !important;
  text-align: left !important;
  position: relative !important;
  top: auto !important;
  right: auto !important;
}

.pling-wrapper strong {
  margin-left: 15px;
  text-transform: uppercase;
  color: #ffcc66;
}

@media only screen and (max-width: 1023px) {
  .pling-wrapper strong {
    margin-left: 0;
  }
}

.pling-wrapper span {
  font-weight: 400 !important;
  color: #fff !important;
}

.pling-wrapper span::before {
  font-size: 12px;
  margin-left: 5px;
  margin-right: 7px;
}

@media only screen and (max-width: 480px) {
  .pling-wrapper {
    font-size: 12px;
  }
}

.menu-sitemenu-container {
  display: inline-block;
  float: right;
}

.siteMenu {
  text-align: right;
}

#site-header #menu-sitemenu {
  /* border-left-width: 1px;
  border-right-width: 1px;
  border-left-style: solid;
  border-right-style: solid;
  border-left-color: #02284b;
  border-right-color: #03427d; */
  font-size: 0;
  height: 90px;
}

#site-header #menu-sitemenu li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

#site-header #menu-sitemenu li.active a:after {
  width: 100%;
}

#site-header #menu-sitemenu a {
  position: relative;
  color: white;
  display: block;
  padding: 0 25px;
  font-size: 14px;
  line-height: 90px;
  text-transform: uppercase;
  font-weight: 700;
  border-left-width: 1px;
  border-right-width: 1px;
  border-left-style: solid;
  border-right-style: solid;
  border-left-color: #03427d;
  border-right-color: #02284b;
  text-decoration: none !important;
  transition: all .15s;
}

#site-header #menu-sitemenu a:hover {
  background-color: #02284b;
  border-right-color: #011b32;
}

@media only screen and (max-width: 1023px) {
  #site-header #menu-sitemenu a {
    padding: 0 20px;
    font-size: 13px;
  }
}

.top-menu-wrapper {
  position: absolute;
  font-size: 12px;
  display: none;
  top: 31px;
  right: 110px;
  z-index: 99;
  padding: 0;
  background: white;
  text-transform: none;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.top-menu-wrapper a {
  display: block;
  text-align: left;
  padding: 15px 25px;
  color: #008de9;
  border-bottom: 1px solid #ededed;
}

.top-menu-wrapper a:hover {
  color: #0064a5;
}

.top-menu-wrapper li:last-child a {
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .top-menu-wrapper {
    position: relative;
    top: auto;
    right: auto;
    margin-left: -15px;
    margin-right: -15px;
    border-top: 5px solid #052954;
    -webkit-box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
  }
  
  
  
  
  #menu-sitemenu {
  	margin-bottom: 10px;
  }
  
  #site-header #menu-sitemenu li {
  	display: block;
  }
  
  #site-header #menu-sitemenu li a {
  	margin: 0;
  	line-height: 50px;
  }
  
  
  
}

.mMenu {
  position: absolute;
  display: none;
  width: 32px;
  float: right;
  top: 30px;
  right: 15px;
  cursor: pointer;
}

.menu-line {
  position: relative;
  margin-bottom: 4px;
  width: 100%;
  height: 4px;
  background-color: white;
  transition: all 0.1s linear;
}

.navOpen .menu-line-1 {
  top: 8px;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
}

.navOpen .menu-line-2 {
  opacity: 0;
}

.navOpen .menu-line-3 {
  top: -8px;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
}

@media screen and (max-width: 870px) {
  .mMenu {
    display: block;
  }
  .menu-sitemenu-container {
    display: none;
    float: none;
    clear: both;
  }
  .menu-sitemenu-container .siteMenu {
    text-align: left;
  }
  .menu-sitemenu-container #menu-sitemenu {
    border-left: none;
    border-right: none;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #02284b;
  }
  .menu-sitemenu-container #menu-sitemenu li {
    display: block;
  }
  .menu-sitemenu-container #menu-sitemenu a {
    display: block;
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    border-left: none;
    border-right: none;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #03427d;
    border-bottom-color: #02284b;
  }
  .navOpen .menu-sitemenu-container {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .mMenu {
    top: 20px;
  }
}

.blog-sidebar,
.single-post article {
  margin-top: 30px;
}

@media only screen and (max-width: 1023px) {
  .blog-sidebar,
  .single-post article {
    margin-top: 20px;
  }
}

.post-navigation h2 {
  font-size: 1.4em;
  margin-top: 15px;
}

.post_date {
  display: block;
  margin-bottom: 15px;
}

.wpb_text_column p {
  /* BETTER READABILITY - Alex */
  margin-bottom: 20px;
  line-height: 1.75em;
}

.wpb_text_column ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

.wpb_text_column ul li {
  list-style: disc;
  line-height: 1.75em;
}

.wpb_text_column ol {
  margin-left: 20px;
  margin-bottom: 20px;
}

.wpb_text_column ol li {
  list-style: decimal;
  line-height: 1.75em;
}

#footer {
  position: relative;
  z-index: 2;
  background: #023564;
  color: white;
  padding: 60px 0 30px;
  margin-top: 60px;
  font-size: 14px;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  #footer {
    text-align: center;
  }
}

#footer .before-footer {
  text-align: center;
  margin-bottom: 30px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #03427d;
}

#footer .before-footer i {
  font-size: 50px;
  margin-bottom: 30px;
}

#footer .before-footer::after {
  display: block;
  content: "";
  height: 1px;
  background-color: #02284b;
}

#footer h3 {
  text-transform: uppercase;
  margin-bottom: 5px;
}

#footer a {
  color: white;
}

#footer a.fi, #footer a.comment-reply-link {
  font-size: 30px;
  margin-right: 5px;
  padding-top: 5px;
}

#footer .menu-sitemenu-container {
  float: none;
  display: block;
}

#footer .col-md-3 {
  float: none !important;
  width: auto !important;
  text-align: left;
  vertical-align: top;
  padding-left: 5% !important;
  padding-right: 5% !important;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  #footer .col-md-3 {
    padding-left: 4% !important;
    padding-right: 4% !important;
  }
}

@media only screen and (max-width: 1023px) {
  #footer .col-md-3.hidden-sm-down {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  #footer .col-md-3 {
    text-align: center;
  }
}

.sub-footer {
  background: #052954;
  padding: 0 0 20px;
  color: white;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  z-index: 2;
  position: relative;
}

.sub-footer .container {
  max-width: none;
}

@media (min-width: 1024px) {
  .sub-footer .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sub-footer .sponsors-footer {
  padding: 25px 0 30px;
  margin-bottom: 20px;
  margin-left: -50px;
  margin-right: -50px;
  background-color: #1B3481;
  text-align: center;
}

@media (max-width: 480px) {
  .sub-footer .sponsors-footer {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 481px) {
  .sub-footer .sponsors-footer {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 1100px) {
  .sub-footer .sponsors-footer {
    margin-left: -60px;
    margin-right: -60px;
  }
}

@media (min-width: 1200px) {
  .sub-footer .sponsors-footer {
    margin-left: -60px;
    margin-right: -60px;
  }
}

@media (min-width: 1280px) {
  .sub-footer .sponsors-footer {
    margin-left: -60px;
    margin-right: -60px;
  }
}

@media (min-width: 1366px) {
  .sub-footer .sponsors-footer {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 1440px) {
  .sub-footer .sponsors-footer {
    margin-left: -50px;
    margin-right: -50px;
  }
}

.sub-footer .sponsors-footer h3 {
  margin-bottom: 15px;
}

.sub-footer .sponsors-footer .mainSponsors,
.sub-footer .sponsors-footer .otherSponsors {
  width: 48%;
}

.sub-footer .sponsors-footer .mainSponsors h4,
.sub-footer .sponsors-footer .otherSponsors h4 {
  margin-bottom: 15px;
}

.sub-footer .sponsors-footer .mainSponsors img,
.sub-footer .sponsors-footer .otherSponsors img {
  max-height: 25px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .sub-footer .sponsors-footer .mainSponsors img,
  .sub-footer .sponsors-footer .otherSponsors img {
    max-height: 40px;
  }
}

.sub-footer .sub-footer-menu {
  text-align: right;
}

.sub-footer .sub-footer-menu a {
  color: white;
}

.sub-footer .sub-footer-menu a:first-child {
  margin-right: 3px;
}

.sub-footer .sub-footer-menu a:last-child {
  margin-left: 3px;
}

@media only screen and (max-width: 480px) {
  .sub-footer {
    font-size: 11px;
    line-height: 20px;
    white-space: nowrap;
  }
}

.entry-footer {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

.banner-row {
  text-align: center;
  margin-top: 30px;
}

.banner-row div {
  margin: 0 auto;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .banner-row {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 980px) {
  .banner-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.banner-col {
  text-align: left;
  margin-top: 30px;
}
.banner-col div {
  margin: 0 auto;
  width: auto;
}
@media only screen and (max-width: 1365px) {
  .banner-col {
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 1023px) {
  .banner-col {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 629px) {
  .banner-col {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.lazy {
  display: none;
}

.single-post .entry-content,
.is-dynamic-news-page .entry-content {
  padding: 5%;
  border-bottom: 1px solid #ededed;
}

.single-post .entry-content h1 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.single-post .commentsWrapper,
.is-dynamic-news-page .commentsWrapper {
  padding: 25px;
}

.single-post .post-embed,
.is-dynamic-news-page .post-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}

.single-post .post-embed iframe,
.is-dynamic-news-page .post-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single .post-image {
  line-height: 0;
}

.single .post-image img {
  width: 100%;
}

.single .entry-content .contentInner {
  margin: 0 auto;
}

.single .entry-content .contentInner p {
  /* BETTER READABILITY - Alex */
  margin-bottom: 20px;
  line-height: 1.75em;
}

.single .entry-content .contentInner ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

.single .entry-content .contentInner ul li {
  list-style: disc;
  line-height: 1.75em;
}

.single .entry-content .contentInner ol {
  margin-left: 20px;
  margin-bottom: 20px;
}

.single .entry-content .contentInner ol li {
  list-style: decimal;
  line-height: 1.75em;
}

.tb_puff .tb_puff_image img {
  width: 100%;
}

.match-swiper-wrapper {
  position: relative;
  height: 90px;
  overflow: hidden;
  background-color: #f5f5f5;
}

.match-swiper-wrapper .swiper-button-next,
.match-swiper-wrapper .swiper-button-prev {
  background-color: white;
  width: 45px;
  height: 100%;
  top: 22px;
  -moz-background-size: 12px 20px;
  -webkit-background-size: 12px 20px;
  background-size: 12px 20px;
}

.match-swiper-wrapper .swiper-button-prev {
  left: 0;
  -webkit-box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.3);
}

.match-swiper-wrapper .swiper-button-next {
  right: 0;
  -webkit-box-shadow: -1px 0px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 0px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 0px 2px 0px rgba(0, 0, 0, 0.3);
}

.match-swiper-wrapper .swiper-button-prev.swiper-button-disabled,
.match-swiper-wrapper .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}

.match-swiper-container {
  width: 100%;
  padding-left: 45px;
  padding-right: 43px;
  margin: 0 auto;
  margin-top: -20px;
  overflow: hidden;
}

.match-swiper-container .swiper-slide {
  background-color: white;
  padding: 10px;
  border-right: 1px solid #ddd;
}

.match-swiper-container .swiper-slide a:hover {
  text-decoration: none;
}

.match-swiper-container .swiper-slide a span {
  color: #1c1c1c;
}

.match-swiper-container .swiper-slide.match-over {
  background-color: #faebeb;
}

.match-swiper-container .swiper-slide.match-live {
  background-color: #ebfaf6;
  top: -50px !important;
}

.match-swiper-container .swiper-slide.match-upcomming {
  background-color: white;
}

.match-info {
  font-size: 12px;
  line-height: 15px;
  padding-bottom: 5px;
  color: #999;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  width: 130px;
}

.match-info > span {
  width: 48%;
  display: inline-block;
}

.match-info .match-status {
  text-align: right;
}

.match-guest-team,
.match-home-team {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  width: 100%;
  text-align: justify;
  padding-top: 3px;
}

.match-guest-team img,
.match-home-team img {
  height: 20px;
  margin-right: 3px;
  vertical-align: middle;
}

.match-guest-team span,
.match-home-team span {
  vertical-align: middle;
}

.match-home-team.guest {
  color: #999;
}

.match-guest-team.home {
  color: #999;
}

.fi.flaticon-nav-arrow-right, .flaticon-nav-arrow-right.comment-reply-link {
  position: absolute;
    right: 15px;
    top: 39px;
  color: #7cb8d3;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .match-swiper-wrapper {
    height: 100px;
  }
  .match-swiper-container .swiper-slide.match-live {
    background-color: #ebfaf6;
    top: 15px !important ;
}
.swiper-slide {
    top: 15px !important;
}
  .match-swiper-wrapper .swiper-button-next,
  .match-swiper-wrapper .swiper-button-prev {
    top: 22px;
  }
  .match-swiper-container .swiper-slide {
    padding: 5px 10px;
  }
  .match-info {
    font-size: 10px;
    padding-bottom: 0;
    margin-bottom: -3px;
  }
  .match-guest-team,
  .match-home-team {
    font-size: 12px;
  }
  .fi.flaticon-nav-arrow-right, .flaticon-nav-arrow-right.comment-reply-link {
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }
}

.post-list-item,
.post-box-item,
.post-highlighted {
  cursor: pointer;
}

.post-highlighted .post-format-indicator {
  bottom: 1px !important;
}

.post-image {
  position: relative;
  overflow: hidden;
  background-color: #333;
}

.post-header {
  position: relative;
}

.post-header iframe {
  max-width: 100%;
}

.post-box-item .post-image,
.post-highlighted .post-image {
  padding-bottom: 56.25%;
  border-bottom: 1px solid #ededed;
}

.post-embed {
  position: relative;
  overflow: hidden;
}

.post-box-item .post-embed,
.post-highlighted .post-embed {
  padding-bottom: 56.25%;
  border-bottom: 1px solid #ededed;
}

.post-box-item .post-format-indicator {
  bottom: 1px;
}

.post-embed iframe,
.post-embed iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.post-format-indicator {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  background-color: #008de9;
}

.post-format-indicator i {
  color: white;
  display: inline-block;
}

.post-meta {
  text-transform: uppercase;
  color: #999;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
}

.post-meta img {
  height: 24px;
  margin-right: 5px;
  vertical-align: middle;
}

.post-meta span {
  vertical-align: middle;
}

.post-highlighted a, .post-highlighted a h3,
.post-list-item a,
.post-list-item a h3,
.post-box-item a,
.post-box-item a h3 {
  color: #1c1c1c !important;
  text-decoration: none !important;
}

.post-highlighted a:hover, .post-highlighted a:hover h3,
.post-list-item a:hover,
.post-list-item a:hover h3,
.post-box-item a:hover,
.post-box-item a:hover h3 {
  color: #008de9 !important;
}

@media only screen and (max-width: 1023px) {
  .post-list .post-highlighted {
    margin-bottom: 20px;
  }
}

.post-list .post-highlighted .post-format-indicator {
  width: 40px;
  height: 40px;
  line-height: 14px;
  font-size: 14px;
  padding-top: 13px;
}

.post-list .post-highlighted .post-content {
  padding: 20px 30px 30px;
}

@media only screen and (max-width: 480px) {
  .post-list .post-highlighted .post-content {
    padding: 10px 15px;
  }
}

.post-list .post-highlighted h1 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 8px;
  margin-bottom: 11px;
}

@media only screen and (max-width: 480px) {
  .post-list .post-highlighted h1 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
  }
}

.post-list .post-list-item {
  padding: 10px 20px;
  border-bottom: 1px solid #ededed;
  position: relative;
}

.post-list .post-list-item:last-child {
  border-bottom: none;
}

.post-list .post-list-item a {
  display: block;
}

@media only screen and (max-width: 1023px) {
  .post-list .post-list-item {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .post-list .post-list-item {
    padding: 10px 15px;
  }
}

.post-list .post-list-item .post-format-indicator {
  width: 24px;
  height: 24px;
  padding-top: 6px;
  font-size: 10px;
  line-height: 10px;
}

.post-list .post-list-item .post-image {
  width: 80px;
  height: 80px;
}

.post-list .post-list-item .post-image img {
  height: 80px;
}

@media only screen and (max-width: 1023px) {
  .post-list .post-list-item .post-image {
    width: 25%;
    height: 125px;
    display: inline-block;
  }
  .post-list .post-list-item .post-image img {
    height: auto;
  }
}

@media only screen and (max-width: 480px) {
  .post-list .post-list-item .post-image {
    width: 80px;
    height: 80px;
  }
  .post-list .post-list-item .post-image img {
    height: 80px;
  }
}

.post-list .post-list-item .post-content {
  position: absolute;
  top: 8px;
  left: 80px;
  right: 20px;
  padding-left: 35px;
}

.post-list .post-list-item .post-content .post-meta {
  line-height: 20px;
}

.post-list .post-list-item .post-content .post-meta img {
  height: 20px;
  margin-right: 3px;
}

.post-list .post-list-item .post-content h3 {
  font-size: 12px;
  line-height: 17px;
  margin-top: 3px;
}

@media only screen and (max-width: 1023px) {
  .post-list .post-list-item .post-content {
    position: relative;
    left: 0;
    top: 0;
    width: 75%;
    display: inline-block;
    vertical-align: top;
    margin-right: -6px;
    padding-left: 0;
  }
  .post-list .post-list-item .post-content h3 {
    font-size: 18px;
    line-height: 24px;
    padding-left: 12px;
  }
  .post-list .post-list-item .post-content .post-meta {
    padding-left: 12px;
  }
}

@media only screen and (max-width: 480px) {
  .post-list .post-list-item .post-content {
    width: 70%;
  }
  .post-list .post-list-item .post-content h3 {
    font-size: 12px;
    line-height: 17px;
  }
}

@media only screen and (max-width: 480px) {
  .post-box-list {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .post-box-list .contentBox {
    padding: 10px 15px !important;
    margin-top: 0;
    border-bottom: 1px solid #ededed;
  }
}

.post-box-list .post-box-item {
  padding: 0 15px;
  margin-right: -3px;
  vertical-align: top;
  width: 33.33%;
}

@media only screen and (max-width: 1023px) {
  .post-box-list .post-box-item {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .post-box-list .post-box-item {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .post-box-list .post-box-item {
    width: 100%;
    padding: 0 10px;
    white-space: nowrap;
  }
  .post-box-list .post-box-item .post-meta img {
    height: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .post-box-list .post-box-item .post-header {
    line-height: 0;
    display: inline-block;
    vertical-align: top;
  }
}

.post-box-list .post-box-item .post-image {
  min-height: 180px;
  max-height: 180px;
}

@media only screen and (max-width: 480px) {
  .post-box-list .post-box-item .post-image {
    width: 80px;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
    display: inline-block;
    padding: 0;
  }
}

.post-box-list .post-box-item .post-image img {
  min-height: 100%;
  width: auto;
  vertical-align: middle;
}

.post-box-list .post-box-item .post-format-indicator {
  width: 40px;
  height: 40px;
  line-height: 14px;
  font-size: 14px;
  padding-top: 13px;
}

@media only screen and (max-width: 480px) {
  .post-box-list .post-box-item .post-format-indicator {
    width: 24px;
    height: 24px;
    padding-top: 6px;
    font-size: 10px;
    line-height: 10px;
  }
}

.post-box-list .post-box-item .post-content {
  padding: 15px 20px 20px;
  min-height: 120px;
}

@media only screen and (max-width: 480px) {
  .post-box-list .post-box-item .post-content {
    padding: 0 15px;
    display: inline-block;
    width: 70%;
    vertical-align: top;
    min-height: 0;
    white-space: normal;
  }
  .post-box-list .post-box-item .post-content h3 {
    font-size: 12px;
    line-height: 17px;
  }
}

.post-box-list .post-box-item h3 {
  margin-top: 5px;
}

.blog-footer {
  position: relative;
  background-color: #008de9;
  text-align: center;
  margin-top: 30px;
}

@media only screen and (max-width: 1023px) {
  .blog-footer {
    margin-top: 20px;
  }
}

.blog-footer .blog-footer-btn {
  display: inline-block;
  padding: 15px 20px;
  width: 50%;
  float: left;
  text-align: left;
}

.blog-footer a {
  color: white;
}

.blog-footer .load-more-btn {
  text-align: center;
  float: right;
  margin: 0 auto;
  text-transform: uppercase !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  border: none !important;
  color: white !important;
  background-color: #007bce;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  -webkit-transition: background-color, 1s;
  -o-transition: background-color, 1s;
  transition: background-color, 1s;
}

.blog-footer .load-more-btn.loading {
  opacity: 0.5;
}

.blog-footer .load-more-btn:hover {
  background-color: #005d9b;
}

@media only screen and (max-width: 480px) {
  .blog-footer .load-more-btn {
    font-size: 12px !important;
  }
}

.blog-footer .subscribe-btn {
  text-align: right;
  float: right;
  display: none;
}

@media only screen and (max-width: 767px) {
  .blog-footer .blog-footer-btn {
    padding: 10px 15px;
    width: 100%;
  }
  .blog-footer .blog-footer-btn.load-more-btn {
    width: 100%;
  }
}

.livestreams .entry-content {
  padding: 25px;
}

.livestreams .iframeholder {
  padding-bottom: 56.25%;
  border-bottom: 1px solid #ededed;
}

.post-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
}

.post-container .swiper-slide {
  text-align: left;
  font-size: 18px;
  background: #fff;
  width: 100%;
}

.post-list-item {
  background-color: white;
  -webkit-transition: background-color, 0.2;
  -o-transition: background-color, 0.2;
  transition: background-color, 0.2;
}

.post-list-item.active {
  background-color: #f2f2f2;
  -webkit-transition: background-color, 0.2;
  -o-transition: background-color, 0.2;
  transition: background-color, 0.2;
}

.videoWrp {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
  border-bottom: #adadad;
}

.videoWrp iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.imgWrp {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: #adadad;
}

.player-transfers .player-transfer {
  font-size: 14px;
  padding: 10px 20px;
  border-bottom: 1px solid #ededed;
}

@media only screen and (max-width: 1023px) {
  .player-transfers .player-transfer {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .player-transfers .player-transfer {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .player-transfers .player-transfer {
    padding: 10px 15px;
  }
}

.player-transfers .player-transfer span a {
  color: #1c1c1c;
}

.player-transfers .player-transfer span.date {
  width: 100px;
}

@media only screen and (max-width: 1023px) {
  .player-transfers .player-transfer span.date {
    width: 80px;
  }
}

.player-transfers .player-transfer span.name {
  width: 250px;
  font-weight: 800;
}

@media only screen and (max-width: 1023px) {
  .player-transfers .player-transfer span.name {
    width: 190px;
  }
}

@media only screen and (max-width: 767px) {
  .player-transfers .player-transfer span.name {
    width: 190px;
  }
}

.player-transfers .player-transfer span.from {
  width: 250px;
}

@media only screen and (max-width: 1023px) {
  .player-transfers .player-transfer span.from {
    width: 190px;
  }
}

@media only screen and (max-width: 767px) {
  .player-transfers .player-transfer span.from {
    display: block;
  }
}

.player-transfers .player-transfer span.source {
  float: right;
}

.player-transfers .player-transfer span.source a {
  color: #008de9;
}

.player-leaderboards .player-row {
  padding: 10px 20px;
  font-size: 12px;
  border-bottom: 1px solid #ededed;
}

@media only screen and (max-width: 1023px) {
  .player-leaderboards .player-row {
    padding: 10px 15px;
  }
}

.player-leaderboards .player-row .player-image,
.player-leaderboards .player-row .player-info,
.player-leaderboards .player-row .player-points {
  display: inline-block;
  float: left;
  margin-top: 10px;
}

@media only screen and (max-width: 1023px) {
  .player-leaderboards .player-row .player-image,
  .player-leaderboards .player-row .player-info,
  .player-leaderboards .player-row .player-points {
    margin-top: 3px;
  }
}

.player-leaderboards .player-row .player-points {
  float: right;
  text-align: center;
}

.player-leaderboards .player-row .player-image {
  display: none;
  width: 70px;
  height: 70px;
  margin-top: 0;
  margin-right: 20px;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .player-leaderboards .player-row .player-image {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .player-leaderboards .player-row .player-image {
    margin-bottom: 10px;
    float: none;
    clear: both;
  }
}

.player-leaderboards .player-row .player-image img {
  moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #d4d4d4;
}

.player-leaderboards .player-row .player-info img {
  height: 24px;
  margin-right: 5px;
  vertical-align: middle;
}

@media only screen and (max-width: 1023px) {
  .player-leaderboards .player-row .player-info h3 {
    font-size: 14px;
    line-height: 20px;
  }
}

.player-leaderboards small {
  display: block;
  text-transform: uppercase;
  color: #999;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  margin-top: 5px;
}

.player-leaderboards strong {
  font-size: 36px;
  display: block;
  margin-bottom: 2px;
}

@media only screen and (max-width: 1023px) {
  .player-leaderboards strong {
    font-size: 24px;
  }
}

.player-leaderboards .tbHidden {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .player-leaderboards .advanced-stats .player-row {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .player-leaderboards .advanced-stats .player-row {
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 1023px) {
  .player-leaderboards .advanced-stats .player-row .player-image,
  .player-leaderboards .advanced-stats .player-row .player-info,
  .player-leaderboards .advanced-stats .player-row .player-points {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .player-leaderboards .advanced-stats .player-row .player-image,
  .player-leaderboards .advanced-stats .player-row .player-info,
  .player-leaderboards .advanced-stats .player-row .player-points {
    margin-top: 3px;
  }
}

@media only screen and (max-width: 1023px) {
  .player-leaderboards .advanced-stats .player-row .player-image {
    width: 70px;
    height: 70px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .player-leaderboards .advanced-stats .player-row .player-image {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .player-leaderboards .advanced-stats .player-row .player-image {
    margin-bottom: 10px;
    display: block;
    float: none;
    clear: both;
  }
}

@media only screen and (max-width: 1023px) {
  .player-leaderboards .advanced-stats h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .player-leaderboards .advanced-stats h3 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 1023px) {
  .player-leaderboards .advanced-stats strong {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .player-leaderboards .advanced-stats strong {
    font-size: 24px;
  }
}

#tbPLAdvContent {
  position: relative;
}

.loaderOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.65);
  top: 0;
  left: 0;
  display: none;
}

.loaderOverlay .spinner {
  margin-top: 128px;
}

.group-standings .group-row {
  padding: 6px 10px 6px 20px;
  font-size: 13px;
  line-height: 28px;
}
div#groupStanding_10072 .group-row:nth-child(3),
div#groupStanding_10073 .group-row:nth-child(3),
div#groupStanding_10071 .group-row:nth-child(3),
div#groupStanding_10074 .group-row:nth-child(3),
div#groupStanding_10075 .group-row:nth-child(3),
div#groupStanding_10076 .group-row:nth-child(3)
{
    border-bottom: 2px solid #ccc;
}
div#groupStanding_10072 .group-row:nth-child(5),
div#groupStanding_10073 .group-row:nth-child(5)
{
    border-bottom: 2px solid #ccc;
}
div#groupStanding_10072 .group-row:last-child,
div#groupStanding_10073 .group-row:last-child
{
    border-top: 2px solid #ccc;
}
div#groupStanding_10074 .group-row:nth-child(7),
div#groupStanding_10075 .group-row:nth-child(7),
div#groupStanding_10076 .group-row:nth-child(7),
div#groupStanding_10071 .group-row:nth-child(7)
{
    border-bottom: 2px solid #ccc;
}
div#groupStanding_9248 .group-row:nth-child(7),
div#groupStanding_9251 .group-row:nth-child(7),
div#groupStanding_9250 .group-row:nth-child(7),
div#groupStanding_9249 .group-row:nth-child(7)
{
    border-bottom: 2px solid #ccc;
}

@media only screen and (max-width: 480px) {
  .group-standings .group-row {
    padding: 6px 8px 6px 13px;
    line-height: 24px;
  }
}

.group-standings .group-row .group-place,
.group-standings .group-row .group-logo,
.group-standings .group-row .group-team {
  float: left;
}

.group-standings .group-row .group-place {
  width: 30px;
}

@media only screen and (max-width: 480px) {
  .group-standings .group-row .group-place {
    width: 25px;
  }
}

.group-standings .group-row .group-logo {
  padding-right: 15px;
}

@media only screen and (max-width: 480px) {
  .group-standings .group-row .group-logo {
    padding-right: 10px;
  }
}

.group-standings .group-row .group-logo img {
  height: 28px;
  display: block;
}

@media only screen and (max-width: 480px) {
  .group-standings .group-row .group-logo img {
    height: 24px;
  }
}

.group-standings .group-row .group-logo-cup {
  padding-right: 5px;
}

@media only screen and (max-width: 480px) {
  .group-standings .group-row .group-logo-cup {
    padding-right: 5px;
  }
}

.group-standings .group-row .group-games,
.group-standings .group-row .group-goals,
.group-standings .group-row .group-points {
  float: right;
  width: 33px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .group-standings .group-row .group-games,
  .group-standings .group-row .group-goals,
  .group-standings .group-row .group-points {
    width: 28px;
  }
}

.group-standings .group-row .group-matches {
  float: right;
}

@media only screen and (max-width: 480px) {
  .group-standings .group-row .group-matches {
    display: block;
    clear: both;
    float: none;
  }
}

.group-standings .group-row:nth-child(odd) {
  background-color: #ededed;
}

.group-standings .group-row:first-child {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  background-color: transparent;
  padding: 6px 10px 0 20px;
}

@media only screen and (max-width: 480px) {
  .group-standings .group-row:first-child {
    padding: 6px 8px 0 13px;
    font-size: 14px;
  }
}

#tbGameListContent {
  position: relative;
}

#tbGameListContent .spinner {
  margin-top: 28px;
}

.tabell {
  display: none;
}

.toggleWrap {
  margin-top: 30px;
  margin-bottom: -29px;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .toggleWrap {
    margin-top: 20px;
    margin-bottom: -19px;
  }
}

.toggleWrap .tabToggle {
  padding: 15px 0;
  text-align: center;
  display: block;
  color: white;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  width: 50%;
  float: left;
  background-color: #007bce;
  color: white;
  cursor: pointer;
  -webkit-transition: background-color, 0.3s;
  -o-transition: background-color, 0.3s;
  transition: background-color, 0.3s;
}

.toggleWrap .tabToggle.active {
  background-color: #006cb5;
}

@media only screen and (max-width: 480px) {
  .toggleWrap .tabToggle {
    font-size: 12px;
  }
}

.venue-list .venue-list-item {
  padding: 6px 10px 6px 20px;
  font-size: 14px;
  line-height: 28px;
}

@media only screen and (max-width: 480px) {
  .venue-list .venue-list-item {
    padding: 6px 10px 6px 15px;
  }
}

.venue-list .venue-list-item:nth-child(odd) {
  background-color: #ededed;
}

.venue-list .tbHidden {
  display: none;
}

.teams .teams-content {
  text-align: center;
}

.teams .teams-content .tbTeams {
  margin: 0 auto;
}

.teams .team-item {
  display: block;
  float: left;
  width: 25%;
  padding: 30px;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  cursor: default;
}

@media only screen and (max-width: 1023px) {
  .teams .team-item {
    width: 33.33%;
  }
}

@media only screen and (max-width: 767px) {
  .teams .team-item {
    width: 100%;
    padding: 10px 15px;
    border-right: none;
    float: none;
    text-align: left;
  }
}

.teams .team-item img {
  height: 120px;
}

@media only screen and (max-width: 767px) {
  .teams .team-item img {
    height: 60px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .teams .team-item img {
    height: 40px;
    margin-right: 10px;
  }
}

.teams .team-item h3 {
  font-size: 14px;
  white-space: nowrap;
  color: #1c1c1c;
  display: block;
}

@media only screen and (max-width: 767px) {
  .teams .team-item h3 {
    display: inline-block;
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .teams .team-item h3 {
    font-size: 14px;
  }
}

.teams .team-item:hover {
  text-decoration: none !important;
}

.teams .team-item:hover h3 {
  /*color: $primary-lighter;*/
}

.filter-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1023px) {
  .filter-wrapper {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.filter-wrapper input[type="submit"] {
  display: block;
  width: 33.33%;
  height: 56px;
  background-color: #007bce;
  background-image: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  -webkit-transition: background-color, 1s;
  -o-transition: background-color, 1s;
  transition: background-color, 1s;
}

.filter-wrapper input[type="submit"]:hover {
  background-color: #005d9b;
}

@media only screen and (max-width: 767px) {
  .filter-wrapper input[type="submit"] {
    float: none;
    clear: both;
    display: block;
    width: 100%;
    height: 46px;
  }
}

.filter-wrapper .dropdown {
  display: block;
  width: 33.33%;
  padding: 0 0 0 20px;
  background-color: #008de9;
  border: none;
  border-right: 1px solid #f5f5f5;
  float: left;
  color: #fff;
}

@media only screen and (max-width: 900px) {
  .filter-wrapper .dropdown {
    float: left;
    display: block;
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .filter-wrapper .dropdown {
    float: left;
    display: block;
    margin-top: 0;
    width: 33.33%;
  }
}

@media only screen and (max-width: 480px) {
  .filter-wrapper .dropdown {
    float: none;
    width: 100%;
    display: block;
    margin-top: 0;
    border-right: none;
    border-bottom: 1px solid #f5f5f5;
  }
}

.filter-wrapper .dropdown:before {
  position: absolute;
  right: 20px;
  top: 21px;
  font-size: 14px;
  z-index: 8;
  color: #fff;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .filter-wrapper .dropdown:before {
    top: 16px;
  }
}

.filter-wrapper .dropdown select {
  height: 56px;
  width: 100%;
  line-height: 14px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .filter-wrapper .dropdown select {
    height: 46px;
  }
}

.filter-wrapper .dropdown:nth-child(3) {
  border-right: none;
}

.teams .filter-wrapper .dropdown,
.group-standings-advanced .filter-wrapper .dropdown {
  float: none;
  width: 100%;
  display: block;
  margin-top: 0;
  border-right: none;
  border-bottom: none;
}

.games .game-list-item {
  padding: 10px 20px;
  border-bottom: 1px solid #ededed;
  text-align: center;
  white-space: nowrap;
}

.games .game-list-item:last-child {
  border-bottom: none;
}

@media only screen and (max-width: 480px) {
  .games .game-list-item {
    padding: 10px 15px;
  }
}

.games .game-list-item div.date {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #999;
  padding-bottom: 5px;
}

.games .game-list-item div.divider, 
.games .game-list-item div.score,
.match-wrapper div.divider, 
.match-wrapper div.score {
  font-weight: 700;
  font-size: 20px;
}

.games .game-list-item div.screen,
.match-wrapper div.screen {
  font-weight: 700;
  width: 250px;
}

@media only screen and (max-width: 767px) {
  .games .game-list-item div.screen,
  .match-wrapper div.screen {
    display: none;
  }
}

.games .game-list-item div.mobile,
.match-wrapper div.mobile {
  font-weight: 700;
  width: auto;
  display: none;
}

@media only screen and (max-width: 767px) {
  .games .game-list-item div.mobile,
  .match-wrapper div.mobile {
    display: inline-block;
  }
}

.games .game-list-item div.team,
.match-wrapper div.team {
  font-size: 20px;
}

.games .game-list-item div.home-team,
.match-wrapper div.home-team {
  text-align: right;
  padding-right: 5px;
}

.games .game-list-item div.guest-team,
.match-wrapper div.guest-team {
  text-align: left;
  padding-left: 5px;
}

.games .game-list-item div.home-logo,
.match-wrapper div.home-logo {
  padding-right: 10px;
}

.games .game-list-item div.guest-logo,
.match-wrapper div.guest-logo {
  padding-left: 10px;
}

.games .game-list-item div.link,
.match-wrapper div.link {
  display: block;
}

.games .game-list-item div.periods {
  display: block;
  margin: 5px 0;
}

.games .game-list-item img,
.match-wrapper img {
  height: 40px;
}

.match-header .match-header-inner {
  padding: 15px;
  text-align: center;
}

.match-header .match-header-inner .team {
  font-size: 36px;
  line-height: 40px;
  font-weight: 800;
}

@media only screen and (max-width: 767px) {
  .match-header .match-header-inner .team {
    font-size: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .match-header .match-header-inner .team {
    font-size: 20px;
  }
}

.match-header .match-header-inner .home-team.logo {
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
  .match-header .match-header-inner .home-team.logo {
    padding-left: 5px;
  }
}

.match-header .match-header-inner .guest-team.logo {
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  .match-header .match-header-inner .guest-team.logo {
    padding-right: 5px;
  }
}

.match-header .match-header-inner .match-points {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 767px) {
  .match-header .match-header-inner .match-points {
    font-size: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .match-header .match-header-inner .match-points {
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.match-header .match-header-inner .match-date,
.match-header .match-header-inner .match-periods {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #999;
  padding-left: 10px;
}

.match-header .match-header-inner .match-date {
  margin-bottom: -15px;
}

@media only screen and (max-width: 767px) {
  .match-header .match-header-inner .match-date {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 480px) {
  .match-header .match-header-inner .match-date {
    margin-bottom: 5px;
  }
}

.match-header .match-header-inner .match-periods {
  margin-top: -15px;
}

@media only screen and (max-width: 767px) {
  .match-header .match-header-inner .match-periods {
    margin-top: -5px;
  }
}

@media only screen and (max-width: 480px) {
  .match-header .match-header-inner .match-periods {
    margin-top: -5px;
  }
}

.match-header .match-header-inner img {
  height: 70px;
}

@media only screen and (max-width: 767px) {
  .match-header .match-header-inner img {
    height: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .match-header .match-header-inner img {
    height: 40px;
  }
}

.match-navigation {
  background-color: #008de9;
  text-align: center;
  font-size: 0;
}

.match-navigation li {
  width: 50%;
}

.match-navigation li a {
  padding: 15px 30px;
  display: block;
  color: white;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.match-navigation li a:focus, .match-navigation li a:active, .match-navigation li a:hover {
  text-decoration: none;
}

.match-navigation li a.active {
  background-color: #007bce;
  cursor: default;
}

.versus-list .versus-row {
  padding: 10px 20px;
  font-size: 12px;
}

@media only screen and (max-width: 480px) {
  .versus-list .versus-row {
    padding: 10px 15px;
  }
}

.versus-list .versus-row .versus-date,
.versus-list .versus-row .versus-teams,
.versus-list .versus-row .versus-result,
.versus-list .versus-row .versus-name,
.versus-list .versus-row .versus-games,
.versus-list .versus-row .versus-percent {
  float: left;
}

.versus-list .versus-row .versus-date {
  margin-right: 20px;
}

.versus-list .versus-row .versus-result {
  float: right;
}

.versus-list .versus-row .versus-games {
  width: 50px;
  text-align: center;
  float: right;
}

.versus-list .versus-row .versus-percent {
  width: 40px;
  text-align: center;
  float: right;
}

.versus-list .versus-row .statpoints {
  float: right;
}

@media only screen and (max-width: 370px) {
  .versus-list .versus-row .statpoints {
    float: none;
  }
}

.versus-list .versus-row:nth-child(odd) {
  background-color: #ededed;
}

.lineup-list .lineup-row {
  padding: 10px 20px;
  font-size: 12px;
}

@media only screen and (max-width: 480px) {
  .lineup-list .lineup-row {
    padding: 10px 15px;
  }
}

.lineup-list .lineup-row:nth-child(odd) {
  background-color: #ededed;
}

.lineup-list img {
  height: 30px;
  vertical-align: middle;
  padding-right: 5px;
}

.tabs {
  background-color: #008de9;
  text-align: center;
  font-size: 0;
}

.tabs li {
  width: 50%;
}

.tabs li a {
  padding: 15px 30px;
  display: block;
  color: white;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.tabs li a:focus, .tabs li a:active, .tabs li a:hover {
  text-decoration: none;
}

.tabs li a.active {
  background-color: #007bce;
  cursor: default;
}

#afterMatch .tabs li {
  width: 100%;
}

.live-wrapper .live-content {
  padding: 20px 30px 30px;
}

@media only screen and (max-width: 480px) {
  .live-wrapper .live-content {
    padding: 10px 15px;
  }
}

.live-wrapper h1 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 11px;
}

@media only screen and (max-width: 480px) {
  .live-wrapper h1 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
  }
}

.match-ticker .ticker-row {
  padding: 10px 20px;
  font-size: 14px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .match-ticker .ticker-row {
    padding: 10px 15px;
  }
}

.match-ticker .ticker-row div {
  line-height: 20px;
}

.match-ticker .ticker-row div.time, .match-ticker .ticker-row div.description, .match-ticker .ticker-row div.goal-type, .match-ticker .ticker-row div.assist {
  display: block;
}

.match-ticker .ticker-row div.time span, .match-ticker .ticker-row div.description span, .match-ticker .ticker-row div.goal-type span, .match-ticker .ticker-row div.assist span {
  font-weight: 400;
}

.match-ticker .ticker-row div.assist {
  font-size: 12px;
}

.match-ticker .ticker-row div.description {
  font-weight: 700;
}

.match-ticker .ticker-row div.goal {
  font-size: 18px;
  line-height: 24px;
  color: #49c85b;
}

.match-ticker .ticker-row.period {
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  background-color: #023564 !important;
  color: #fff;
}

.match-ticker .ticker-row:nth-child(odd) {
  background-color: #ededed;
}

.twitter-feed .fi, .twitter-feed .comment-reply-link,
.instagram-feed .fi,
.instagram-feed .comment-reply-link {
  font-size: 30px;
  line-height: 24px;
}

.twitter-feed .fi h3, .twitter-feed .comment-reply-link h3,
.instagram-feed .fi h3,
.instagram-feed .comment-reply-link h3 {
  color: #1c1c1c;
  vertical-align: top;
  padding-left: 10px;
  text-transform: lowercase;
}

.twitter-feed .fi:hover h3, .twitter-feed .comment-reply-link:hover h3,
.twitter-feed .fi:active h3,
.twitter-feed .comment-reply-link:active h3,
.instagram-feed .fi:hover h3,
.instagram-feed .comment-reply-link:hover h3,
.instagram-feed .fi:active h3,
.instagram-feed .comment-reply-link:active h3 {
  color: #007bce;
}

.twitter-feed li {
  padding: 10px 20px;
  border-top: 1px solid #ededed;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  min-height: 68px;
}

.twitter-feed li img {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 10px;
  left: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

.twitter-feed li div {
  padding-left: 63px;
}

.twitter-feed li .user {
  display: block;
  font-weight: 800;
}

.twitter-feed li .tweet {
  display: block;
}

.twitter-feed li .created {
  display: none;
}

@media only screen and (max-width: 480px) {
  .twitter-feed li {
    padding: 10px 15px;
  }
  .twitter-feed li img {
    left: 15px;
  }
  .twitter-feed li div {
    padding-left: 58px;
  }
}

.instagram-feed ul {
  padding: 10px;
}

.instagram-feed li {
  width: 16.66%;
  height: auto;
  padding: 4px 10px 10px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .instagram-feed li {
    width: 25%;
    padding: 0 6px 5px;
  }
}

@media only screen and (max-width: 480px) {
  .instagram-feed li {
    width: 33.33%;
  }
}

.instagram-feed img {
  width: 100%;
  margin: 0;
  cursor: pointer;
}

#comments label  {
  display: block;
}

#commentform label {
  display: block;
}

.-title {
  margin-top: 30px;
}

.comment-form-comment label {
  display: none;
}

textarea.form-control {
  margin: 15px 0;
}

.comment {
  margin-bottom: 15px;
}

.comment .comment-meta {
  margin-bottom: 5px;
}

.comment-list .fn {
  display: inline-block;
  font-size: 1em;
  margin-bottom: 5px;
}

.comment-list .says {
  font-size: 1em;
}

.comment-list .comment-meta {
  font-size: 0.9em;
  margin-bottom: 10px;
}

.comment-list li {
  border-radius: 4px;
}

.comment-form-email,
.comment-form-author {
  width: 50%;
  margin-right: -4px;
  display: inline-block;
}

.comment-form-email input,
.comment-form-author input {
  width: 99%;
  padding: 5px 10px;
}

.comment-form-author input {
  float: left;
}

.comment-form-email input {
  float: right;
}

.comment-author {
  margin-top: 10px;
}

.depth-2 {
  padding-left: 5px;
}

.depth-3 {
  padding-left: 10px;
}

.depth-4 {
  padding-left: 15px;
}

.depth-5 {
  padding-left: 20px;
}

.depth-6 {
  padding-left: 25px;
}

.comment-body {
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
}

.parent
.thread-odd {
  background-color: #f2f2f2;
}

#submit,
.reply {
  background-color: #007bce;
  padding: 0 10px;
  margin-top: 15px;
  display: inline-block;
  text-align: center;
  color: white;
  border: none;
  -webkit-transition: background-color, 0.3s;
  -o-transition: background-color, 0.3s;
  transition: background-color, 0.3s;
}

#submit:hover,
.reply:hover {
  background-color: #004d82;
}

#submit {
  padding: 10px;
  margin-bottom: 15px;
  cursor: pointer;
}

.required {
  color: #d9534f;
}

.comment-reply-link {
  display: block;
  color: white !important;
  padding: 10px 0;
  padding-right: 0 !important;
}

#frontpage-stats {
	display: none;
}

/*
.wide-native-ad-wrapper {
	height: 150px;
	border: 2px solid #ddd;
}
*/

.page-template-startsida .wide-native-ad-wrapper {
	margin-bottom: 30px;
	margin-top: -20px;
}

.single-post .wide-native-ad-wrapper {
	margin-top: 40px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.wide-native-ad-wrapper {
		/*display: none !important;*/
	}
	
	.desktop-ad {
		display: none;
	}
}

@media only screen and (min-width: 768px) {
	.newsfeed-native-ad-wrapper {
		display: none !important;
	}
	
	.mobile-ad {
		display: none;
	}
}

@media only screen and (max-width: 479px) {
	.sidebar-ad {
		display: none;
	}
}

/* Hide ads on native article page */
/* Live site id */
body.page.page-id-140950 .desktop-ad,
body.page.page-id-140950 .mobile-ad,
body.page.page-id-140950 .sidebar-ad,
/* Staging site id */
body.page.page-id-139996 .desktop-ad,
body.page.page-id-139996 .mobile-ad,
body.page.page-id-139996 .sidebar-ad {
	display: none !important;
}

@font-face {
	font-family: 'ATG';
	src: url('../../fonts/ATGRubrik.otf');
  }

.atg-wrapper {
	float: right;
	width: 40px;
	position: relative;
	padding-top: 30px;
	right: -10px;
	top: -89px;
	background: #3C4554;
	height: 100px;
	border-right: 2px solid #000;
}

.atg-wrapper .one, .atg-wrapper .cross, .atg-wrapper .two {
	font-size: 12px;
	margin: -5px;
	font-style: italic;
	font-weight: 700;
	color: #fff;
	font-family: 'ATG';
}

/* .atg-high {
	background: #006cb5;
	padding: 0px 8px;
	color: #fff;
	clip-path: polygon(15% 1%, 100% 0, 85% 100%, 0% 100%);
} */

.atg-wrapper-matcher .one, .atg-wrapper-matcher .cross, .atg-wrapper-matcher .two{
	margin: 10px 20px;
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	font-family: 'ATG';
}

.match-over {
	top: -50px;
}

@media(max-width: 1750px) {
	.match-info {
		width: 105px;
	  }
}
@media(max-width: 1500px) {
	.atg-wrapper {
		width: 30px;
	}
}
@media(max-width: 1370px) {
	.match-info {
		font-size: 10px;
		width: 85px;
	}
}
@media(max-width: 935px) {
	/* .match-over {
		top: 0px;
	} */
	.sub-footer .sponsors-footer .otherSponsors a {
		display: block;
		margin: 10px 10px !important;
	}
}
@media(max-width: 720px) {
	.atg-wrapper {
		width: 100%;
		position: absolute;
		top: 70px;
		height: 30px;
		left: 0;
		padding-top: 7px;
		padding-left: 12px;
		padding-right: 12px;
	}
	.atg-wrapper a {
		display: flex;
		justify-content: space-between;
	}
	.match-swiper-container {
		overflow: visible;
	}
	.atg-wrapper .one, .atg-wrapper .cross, .atg-wrapper .two{
		float: left !important;
		font-size: 10px;
	}
	.match-over {
		top: 0;
	}
	.match-over:after{
		content: '';
		position: absolute;
		background: #FAEBEB;
		top: 70px;
		height: 30px;
		left: 0;
		width: 100%;
	}
	.match-swiper-container {
		height: 100%;
	}
}

.stats-homepage .player-info h3{
	font-size: 14px !important;
}

.stats-homepage .player-points stron{
	font-size: 20px !important;
}

.main-header {
	z-index: 10 !important;
}

.menu li {
	background: #1B3481;
}

.navOpen, .navOpen .container .row div.col-xl-12 {
	height: 100px !important;
}


@media (max-width: 768px) {
	.header-sponsors {
		width: 100px !important;
	}
	.header-sponsors img {
		max-height: 100px !important;
		max-width: 100px !important;
	}
	.header-sponsors {
		padding-top: 13px !important
	}
}
