.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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
/***************************************************
    Section: global style
    Created:
***************************************************/
html {
  overflow-y: scroll;
}
html,
body {
  height: 100%;
}
#LMDebugBar {
  position: relative !important;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .wrapper {
    margin: 0 auto -98px;
  }
}
.push {
  clear: both;
}
@media (min-width: 800px) {
  .push {
    height: 98px;
  }
}
.container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #9E9E9E;
  font: italic 16px 'Open Sans';
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #9E9E9E;
  font: italic 16px 'Open Sans';
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9E9E9E;
  font: italic 16px 'Open Sans';
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9E9E9E;
  font: italic 16px 'Open Sans';
}
.lm-field-required-star {
  color: #ff2736;
}
.site-header {
  border-top: 5px solid #231f20;
  font-size: 0;
  padding-top: 19px;
}
.site-header .container {
  position: relative;
  display: flex;
  align-items: center;
}
.site-header img {
  margin: 0;
}
.site-header .top-links {
  position: absolute;
  top: -19px;
  right: 0;
  display: flex;
}
@media (min-width: 1032px) {
  .site-header .top-links {
    right: -24px;
  }
}
.site-header .lang-choose {
  display: block;
  padding: 0 23px;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
}
.site-header .lang-choose a {
  color: #ffffff;
  text-decoration: none;
  padding: 0 7px 3px 5px;
  display: block;
  background: #231f20;
}
.site-header .lang-choose a:before,
.site-header .lang-choose a:after {
  content: '';
  width: 24px;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #fff;
  -webkit-background-size: 24px 100%;
  -moz-background-size: 24px 100%;
  -o-background-size: 24px 100%;
  background-size: 24px 100%;
}
.site-header .lang-choose a:before {
  background-image: url("images/lang-left.png");
  left: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .site-header .lang-choose a:before {
    background-image: url("images/lang-left@2x.png");
    background-size: 24px 100%;
  }
}
.site-header .lang-choose a:after {
  background-image: url("images/lang-right.png");
  right: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .site-header .lang-choose a:after {
    background-image: url("images/lang-right@2x.png");
    background-size: 24px 100%;
  }
}
.site-header .calendar {
  display: block;
  padding: 0 21px;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  margin-right: 10px;
  height: 22px;
  overflow: hidden;
}
.site-header .calendar a {
  color: #ffffff;
  text-decoration: none;
  padding: 0 7px 3px 5px;
  display: flex;
  align-items: center;
  min-width: 100%;
  background: #1E76B4;
}
.site-header .calendar a:before,
.site-header .calendar a:after {
  content: '';
  width: 22px;
  height: 25px;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  -webkit-background-size: 22px 100%;
  -moz-background-size: 22px 100%;
  -o-background-size: 22px 100%;
  background-size: 22px 100%;
}
.site-header .calendar a:before {
  background-image: url("images/calendar-left.png");
  left: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .site-header .calendar a:before {
    background-image: url("images/calendar-left@3x.png");
    background-size: 23px 100%;
  }
}
.site-header .calendar a:after {
  background-image: url("images/calendar-right.png");
  right: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .site-header .calendar a:after {
    background-image: url("images/calendar-right@3x.png");
    background-size: 23px 100%;
  }
}
.site-header .calendar a img {
  margin-right: 8px;
}
.site-header .logo {
  min-width: 147px;
  padding-right: 24px;
  margin-right: 2.45%;
}
@media (min-width: 503px) {
  .site-header .logo {
    border-right: 1px solid #f2f2f2;
  }
}
.site-header .logo a {
  display: block;
}
.site-header .slogan {
  font: italic 600 16px 'Open Sans';
  letter-spacing: 0.4px;
  max-width: 303px;
}
.site-header .right-header {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.site-header .social {
  display: inline-flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.site-header .social a {
  margin-left: 7px;
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}
.site-header .social a.fb {
  background-image: url("images/icon-fb.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .site-header .social a.fb {
    background-image: url("images/icon-fb@2x.png");
    background-size: 100% 100%;
  }
}
.site-header .social a.tw {
  background-image: url("images/icon-tw.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .site-header .social a.tw {
    background-image: url("images/icon-tw@2x.png");
    background-size: 100% 100%;
  }
}
.site-header .social a.yt {
  background-image: url("images/icon-yt.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .site-header .social a.yt {
    background-image: url("images/icon-yt@2x.png");
    background-size: 100% 100%;
  }
}
.site-header .social a.im {
  background-image: url("images/icon-im.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .site-header .social a.im {
    background-image: url("images/icon-im@2x.png");
    background-size: 100% 100%;
  }
}
.site-header .social a.in {
  background-image: url("images/icon-in.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .site-header .social a.in {
    background-image: url("images/icon-in@2x.png");
    background-size: 100% 100%;
  }
}
.site-header .header-navigation {
  margin-top: 20px;
  font-size: 16px;
  background-image: -webkit-linear-gradient(top, #231f20 0%, #000000 100%);
  background-image: linear-gradient(to bottom, #231f20 0%, #000000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff231f20', endColorstr='#ff000000', GradientType=0);
}
.site-header .header-navigation .btn-menu {
  display: none;
}
@media (max-width: 767px) {
  .site-header .header-navigation .btn-menu {
    display: block;
    margin: 0 auto;
    width: 75px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    padding: 18px 0;
    background: transparent;
  }
  .site-header .header-navigation .btn-menu:hover,
  .site-header .header-navigation .btn-menu:focus {
    background: #fabd39;
    color: #231f20;
  }
}
.site-header .header-navigation ul {
  margin: 0;
}
.site-header .header-navigation .list-unstyled {
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .site-header .header-navigation .list-unstyled {
    display: none;
  }
  .site-header .header-navigation .list-unstyled.open {
    display: block;
  }
}
@media (min-width: 768px) {
  .site-header .header-navigation .list-unstyled {
    display: table;
    max-width: 980px;
    margin: 0 auto;
    height: 60px;
  }
}
.site-header .header-navigation .list-unstyled > li {
  vertical-align: top;
  position: relative;
}
.site-header .header-navigation .list-unstyled > li.lm-nav-firstitem:before {
  display: none;
}
@media (min-width: 768px) {
  .site-header .header-navigation .list-unstyled > li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .site-header .header-navigation .list-unstyled > li:before {
    content: '';
    border-left: 1px solid #383536;
    border-right: 1px solid #000000;
    height: 35px;
    margin: 12px 0 13px 0;
    display: block;
    width: 0px;
    float: left;
    position: absolute;
  }
  .site-header .header-navigation .list-unstyled > li:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    width: 0;
  }
}
@media (max-width: 1024px) {
  .site-header .header-navigation .list-unstyled > li:before {
    margin-right: -2px;
  }
}
.site-header .header-navigation .list-unstyled > li > a {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  z-index: 1000;
  position: relative;
  padding: 0 7px 0 5px;
}
.site-header .header-navigation .list-unstyled > li.lm-nav-activeitem {
  background-color: #fabd39;
}
.site-header .header-navigation .list-unstyled > li.lm-nav-activeitem:before {
  border-color: transparent;
}
.site-header .header-navigation .list-unstyled > li.lm-nav-activeitem > a {
  color: #231f20;
}
.site-header .header-navigation .list-unstyled > li.lm-nav-activeitem.red {
  background-color: #ff2736;
}
.site-header .header-navigation .list-unstyled > li.lm-nav-activeitem.yellow {
  background-color: #fabd39;
}
.site-header .header-navigation .list-unstyled > li.lm-nav-activeitem.orange {
  background-color: #ff7519;
}
.site-header .header-navigation .list-unstyled > li.lm-nav-activeitem.green {
  background-color: #28895d;
}
.site-header .header-navigation .list-unstyled > li.lm-nav-activeitem.blue {
  background-color: #1e76b4;
}
.site-header .header-navigation .list-unstyled > li.lm-nav-activeitem.light-blue {
  background-color: #aaccdb;
}
.site-header .header-navigation .list-unstyled > li.lm-nav-activeitem.purple {
  background-color: #832889;
}
.site-header .header-navigation .list-unstyled > li:hover,
.site-header .header-navigation .list-unstyled > li:focus,
.site-header .header-navigation .list-unstyled > li.hover {
  background-color: #fabd39;
}
.site-header .header-navigation .list-unstyled > li:hover:before,
.site-header .header-navigation .list-unstyled > li:focus:before,
.site-header .header-navigation .list-unstyled > li.hover:before {
  border-color: transparent;
}
.site-header .header-navigation .list-unstyled > li:hover > a,
.site-header .header-navigation .list-unstyled > li:focus > a,
.site-header .header-navigation .list-unstyled > li.hover > a {
  color: #231f20;
}
@media (min-width: 768px) {
  .site-header .header-navigation .list-unstyled > li:hover .menu-child-1,
  .site-header .header-navigation .list-unstyled > li:focus .menu-child-1,
  .site-header .header-navigation .list-unstyled > li.hover .menu-child-1 {
    display: table;
    max-height: 800px;
    border-color: #000000;
    background-color: #fabd39;
    margin-top: 0;
    z-index: 999;
    padding-bottom: 10px;
  }
}
.site-header .header-navigation .list-unstyled > li.red:hover,
.site-header .header-navigation .list-unstyled > li.red:focus,
.site-header .header-navigation .list-unstyled > li.red.hover {
  background-color: #ff2736;
}
@media (min-width: 768px) {
  .site-header .header-navigation .list-unstyled > li.red:hover .menu-child-1,
  .site-header .header-navigation .list-unstyled > li.red:focus .menu-child-1,
  .site-header .header-navigation .list-unstyled > li.red.hover .menu-child-1 {
    background-color: #ff2736;
  }
}
.site-header .header-navigation .list-unstyled > li.yellow:hover,
.site-header .header-navigation .list-unstyled > li.yellow:focus,
.site-header .header-navigation .list-unstyled > li.yellow.hover {
  background-color: #fabd39;
}
@media (min-width: 768px) {
  .site-header .header-navigation .list-unstyled > li.yellow:hover .menu-child-1,
  .site-header .header-navigation .list-unstyled > li.yellow:focus .menu-child-1,
  .site-header .header-navigation .list-unstyled > li.yellow.hover .menu-child-1 {
    background-color: #fabd39;
  }
}
.site-header .header-navigation .list-unstyled > li.orange:hover,
.site-header .header-navigation .list-unstyled > li.orange:focus,
.site-header .header-navigation .list-unstyled > li.orange.hover {
  background-color: #ff7519;
}
@media (min-width: 768px) {
  .site-header .header-navigation .list-unstyled > li.orange:hover .menu-child-1,
  .site-header .header-navigation .list-unstyled > li.orange:focus .menu-child-1,
  .site-header .header-navigation .list-unstyled > li.orange.hover .menu-child-1 {
    background-color: #ff7519;
  }
}
.site-header .header-navigation .list-unstyled > li.green:hover,
.site-header .header-navigation .list-unstyled > li.green:focus,
.site-header .header-navigation .list-unstyled > li.green.hover {
  background-color: #28895d;
}
@media (min-width: 768px) {
  .site-header .header-navigation .list-unstyled > li.green:hover .menu-child-1,
  .site-header .header-navigation .list-unstyled > li.green:focus .menu-child-1,
  .site-header .header-navigation .list-unstyled > li.green.hover .menu-child-1 {
    background-color: #28895d;
  }
}
.site-header .header-navigation .list-unstyled > li.blue:hover,
.site-header .header-navigation .list-unstyled > li.blue:focus,
.site-header .header-navigation .list-unstyled > li.blue.hover {
  background-color: #1e76b4;
}
@media (min-width: 768px) {
  .site-header .header-navigation .list-unstyled > li.blue:hover .menu-child-1,
  .site-header .header-navigation .list-unstyled > li.blue:focus .menu-child-1,
  .site-header .header-navigation .list-unstyled > li.blue.hover .menu-child-1 {
    background-color: #1e76b4;
  }
}
.site-header .header-navigation .list-unstyled > li.light-blue:hover,
.site-header .header-navigation .list-unstyled > li.light-blue:focus,
.site-header .header-navigation .list-unstyled > li.light-blue.hover {
  background-color: #aaccdb;
}
@media (min-width: 768px) {
  .site-header .header-navigation .list-unstyled > li.light-blue:hover .menu-child-1,
  .site-header .header-navigation .list-unstyled > li.light-blue:focus .menu-child-1,
  .site-header .header-navigation .list-unstyled > li.light-blue.hover .menu-child-1 {
    background-color: #aaccdb;
  }
}
.site-header .header-navigation .list-unstyled > li.purple:hover,
.site-header .header-navigation .list-unstyled > li.purple:focus,
.site-header .header-navigation .list-unstyled > li.purple.hover {
  background-color: #832889;
}
@media (min-width: 768px) {
  .site-header .header-navigation .list-unstyled > li.purple:hover .menu-child-1,
  .site-header .header-navigation .list-unstyled > li.purple:focus .menu-child-1,
  .site-header .header-navigation .list-unstyled > li.purple.hover .menu-child-1 {
    background-color: #832889;
  }
}
.site-header .header-navigation .list-unstyled > li .menu-child-1 {
  font-size: 14px;
}
@media (max-width: 768px) {
  .site-header .header-navigation .list-unstyled > li .menu-child-1 {
    margin: 0 15px;
  }
}
@media (min-width: 768px) {
  .site-header .header-navigation .list-unstyled > li .menu-child-1 {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 250px;
    z-index: 0;
    max-height: 0;
    overflow: hidden;
    margin: -2px 0 0 -1px;
    box-shadow: 0 8px 20px 0 rgba(51, 51, 51, 0.75);
    background-color: #f6f6f6;
  }
}
.site-header .header-navigation .list-unstyled > li .menu-child-1 > li a {
  text-decoration: none;
  font-weight: 600;
  padding: 16px;
  display: block;
}
@media (max-width: 768px) {
  .site-header .header-navigation .list-unstyled > li .menu-child-1 > li a {
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  .site-header .header-navigation .list-unstyled > li .menu-child-1 > li {
    text-align: left;
    border-top: 1px solid #e1e1e1;
    background-color: #f6f6f6;
  }
  .site-header .header-navigation .list-unstyled > li .menu-child-1 > li.lm-nav-firstitem {
    border-top: 0;
  }
  .site-header .header-navigation .list-unstyled > li .menu-child-1 > li a {
    color: #231f20;
  }
  .site-header .header-navigation .list-unstyled > li .menu-child-1 > li a:hover {
    color: #4e4e4e;
  }
}
.site-header .header-navigation .list-unstyled > li .menu-child-2 {
  margin: 10px 0 0 7px;
  font-size: 1em;
}
.site-header .header-navigation .list-unstyled > li .menu-child-2 > li {
  margin-bottom: 10px;
  padding-left: 9px;
  position: relative;
  line-height: 1.1;
}
.site-header .header-navigation .list-unstyled > li .menu-child-2 > li:before {
  content: '';
  width: 4px;
  height: 2px;
  background: #231f20;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 7px;
}
.site-header .header-navigation .list-unstyled > li .menu-child-3 {
  font-size: 0.875em;
  margin: 10px 0 0 7px;
}
.site-header .header-navigation .list-unstyled > li .menu-child-3 > li {
  margin-bottom: 10px;
  padding-left: 6px;
  position: relative;
  line-height: 1.1;
}
.site-header .header-navigation .list-unstyled > li .menu-child-3 > li:before {
  content: '';
  width: 3px;
  height: 3px;
  background: #231f20;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 5px;
}
.site-header .btn-red {
  min-width: 106px;
  font-size: 1.4rem;
  margin-bottom: 0;
  margin-left: 24px;
  padding-top: 12px;
  padding-bottom: 13px;
}
@media (max-width: 768px) {
  .site-header .container {
    flex-wrap: wrap;
  }
}
.site-footer {
  border-top: 10px solid #231f20;
  padding-top: 18px;
  font-size: 1em;
}
@media (min-width: 800px) {
  .site-footer {
    height: 70px;
  }
}
.site-footer img {
  margin: 0;
}
@media (max-width: 768px) {
  .site-footer .copyright {
    margin-top: 9px;
  }
}
@media (min-width: 768px) {
  .site-footer .copyright {
    float: left;
    width: 50%;
  }
}
.site-footer .copyright img {
  margin-right: 5px;
  display: inline-block;
}
.site-footer .copyright span {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 500px) {
  .site-footer .copyright span {
    width: 80%;
  }
}
@media (min-width: 501px) and (max-width: 868px) {
  .site-footer .copyright span {
    width: 85%;
  }
}
@media (min-width: 768px) {
  .site-footer .footer-navigation {
    float: right;
    margin-top: 9px;
    width: 50%;
    text-align: right;
  }
}
.site-footer .footer-navigation .list-inline {
  margin: 0;
}
.site-footer .footer-navigation .list-inline li {
  padding: 0;
}
.site-footer .footer-navigation .list-inline li:before {
  content: '';
  height: 16px;
  width: 1px;
  background: #231f20;
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px 0 11px;
}
@media (min-width: 503px) {
  .site-footer .footer-navigation .list-inline li:before {
    margin: 0 24px 0 21px;
  }
}
.site-footer .footer-navigation .list-inline li:first-child:before {
  display: none;
}
.content {
  margin-top: 16px;
}
.content .gray-bg {
  background: #f6f6f6;
}
.content .home-section-padding {
  padding: 26px 0;
}
.content .home-section-padding-top {
  padding: 26px 0 0;
}
.content .border-top-bottom {
  margin: 1px 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e1e1e1;
}
.content .content-controls {
  margin-bottom: 43px;
}
.content .content-controls .lm-nav-breadcrumbs {
  margin: 8px 0 0;
  line-height: 1.2;
  float: left;
  overflow: hidden;
  font-size: 16px;
}
.content .content-controls .lm-nav-breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75em;
}
.content .content-controls .lm-nav-breadcrumbs li:before {
  display: none;
}
.content .content-controls .lm-nav-breadcrumbs .lm-nav-separator {
  margin: 0 9px;
}
.content .content-controls .font-resize {
  float: right;
  font-size: 0;
}
.content .content-controls .font-resize span {
  font-weight: 600;
  display: inline-block;
  margin-left: 5px;
}
.content .content-controls .font-resize span a {
  color: #231f20;
  display: inline-block;
  font-size: 18px;
}
.content .content-controls .font-resize span sup {
  font-weight: 700;
  display: inline-block;
  font-size: 16px;
}
.content .content-controls .font-resize span sup.plus {
  top: -0.25em;
}
@media (min-width: 768px) {
  .content .main-content {
    width: 70.41%;
    float: left;
  }
}
@media (min-width: 768px) {
  .content .main-content.full-width {
    width: 100%;
    float: none;
  }
}
@media (min-width: 768px) {
  .content .left-sidebar {
    width: 27.55%;
    float: right;
  }
}
.content .left-sidebar img {
  margin: 0;
}
.content .image-hover-red:after {
  content: url("/files/images/hover-arrow.png");
  position: absolute;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 160px;
}
.content .image-hover-red:hover:after,
.content .image-hover-red.hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.content .image-hover-red:after {
  background: rgba(255, 39, 54, 0.8);
}
.no-rgba .content .image-hover-red:after {
  background: url("/files/images/rgba-red-8.png") repeat;
}
.content .image-hover-yellow:after {
  content: url("/files/images/hover-arrow.png");
  position: absolute;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 160px;
}
.content .image-hover-yellow:hover:after,
.content .image-hover-yellow.hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.content .image-hover-yellow:after {
  background: rgba(250, 189, 57, 0.8);
}
.no-rgba .content .image-hover-yellow:after {
  background: url("/files/images/rgba-yellow-8.png") repeat;
}
.content .image-hover-orange:after {
  content: url("/files/images/hover-arrow.png");
  position: absolute;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 160px;
}
.content .image-hover-orange:hover:after,
.content .image-hover-orange.hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.content .image-hover-orange:after {
  background: rgba(255, 117, 25, 0.8);
}
.no-rgba .content .image-hover-orange:after {
  background: url("/files/images/rgba-orange-8.png") repeat;
}
.content .image-hover-green:after {
  content: url("/files/images/hover-arrow.png");
  position: absolute;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 160px;
}
.content .image-hover-green:hover:after,
.content .image-hover-green.hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.content .image-hover-green:after {
  background: rgba(40, 137, 93, 0.8);
}
.no-rgba .content .image-hover-green:after {
  background: url("/files/images/rgba-green-8.png") repeat;
}
.content .image-hover-blue:after {
  content: url("/files/images/hover-arrow.png");
  position: absolute;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 160px;
}
.content .image-hover-blue:hover:after,
.content .image-hover-blue.hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.content .image-hover-blue:after {
  background: rgba(30, 118, 180, 0.8);
}
.no-rgba .content .image-hover-blue:after {
  background: url("/files/images/rgba-blue-8.png") repeat;
}
.content .image-hover-light-blue:after {
  content: url("/files/images/hover-arrow.png");
  position: absolute;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 160px;
}
.content .image-hover-light-blue:hover:after,
.content .image-hover-light-blue.hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.content .image-hover-light-blue:after {
  background: rgba(170, 204, 219, 0.8);
}
.no-rgba .content .image-hover-light-blue:after {
  background: url("/files/images/rgba-light-blue-8.png") repeat;
}
.content .image-hover-purple:after {
  content: url("/files/images/hover-arrow.png");
  position: absolute;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 160px;
}
.content .image-hover-purple:hover:after,
.content .image-hover-purple.hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.content .image-hover-purple:after {
  background: rgba(131, 40, 137, 0.8);
}
.no-rgba .content .image-hover-purple:after {
  background: url("/files/images/rgba-purple-8.png") repeat;
}
.sponsors {
  padding: 37px 0 42px;
}
.sponsors h1 {
  text-align: center;
  position: relative;
  margin-bottom: 14px;
}
.sponsors h1:after {
  content: '';
  position: absolute;
  left: 0;
  top: 46%;
  background: #e1e1e1;
  height: 1px;
  width: 100%;
}
.sponsors h1 > div {
  display: inline-block;
  vertical-align: middle;
  background: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 5px;
  padding: 0 12px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.sponsors ul {
  margin-left: -2%;
  font-size: 0;
  text-align: center;
}
.sponsors ul li {
  font-size: 16px;
  text-align: center;
  margin: 0 0 10px 2%;
  padding: 0;
  min-width: 14.5%;
}
.sponsors ul li img {
  margin: 0;
}
.sponsors table {
  max-width: 100%;
}
@media (max-width: 768px) {
  .sponsors table {
    height: auto !important;
  }
  .sponsors table,
  .sponsors table tbody,
  .sponsors table td {
    display: block;
  }
  .sponsors table tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .sponsors table tr td {
    padding: 10px;
  }
}
.home-promo {
  position: relative;
  margin-top: -16px;
}
.home-promo:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('images/skills-promo-bg.jpg') no-repeat center;
  background-size: cover;
  opacity: 0.25;
}
.home-promo .container {
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}
.home-promo img {
  margin: 0;
  border-radius: 5px;
}
.home-promo a.item {
  display: block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.home-promo a.item:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 0;
  height: 161px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
.home-promo a.item .title {
  position: absolute;
  bottom: 13px;
  left: 16px;
  font-family: 'Open Sans Condensed';
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.9px;
  color: #fff;
  text-decoration: none;
  z-index: 1;
}
.home-promo .large-img .counter {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  transform: translate(0, -50%);
}
.home-promo .large-img .counter .tit {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.7px;
  color: #ffffff;
  margin-bottom: 5px;
}
.home-promo .large-img .counter .countdown {
  display: flex;
  justify-content: center;
  margin: 0 -4px;
  font-family: 'Open Sans Condensed';
}
.home-promo .large-img .counter .countdown span {
  border-radius: 6px;
  background-color: #ffffff;
  margin: 0 4px;
  padding: 5px 3px 13px;
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.4px;
  text-align: center;
  color: #221f20;
  width: 71px;
  text-transform: uppercase;
}
.home-promo .large-img .counter .countdown span small {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.4px;
  display: block;
}
.home-promo .small-image {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.home-promo .small-image .item {
  margin: 8px;
  display: block;
  width: calc(50% - 16px);
}
.home-promo .small-image .item a:not(.lm-instant-edit-click) {
  display: block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.home-promo .small-image .item a:not(.lm-instant-edit-click):after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 0;
  height: 90px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
.home-promo .small-image .item .title {
  position: absolute;
  bottom: 8px;
  left: 8px;
  font-size: 2rem;
  font-family: 'Open Sans Condensed';
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #fff;
  z-index: 1;
}
.home-promo table a:after {
  display: none;
}
@media (min-width: 400px) {
  .home-promo .large-img .counter .tit {
    font-size: 2.4rem;
    margin-bottom: 14px;
  }
  .home-promo .large-img .counter .countdown span {
    width: 81px;
    line-height: normal;
  }
  .home-promo .large-img .counter .countdown span small {
    font-size: 1.8rem;
  }
}
@media (max-width: 889px) {
  .home-promo .container {
    max-width: 484px;
  }
  .home-promo .large-img {
    margin-bottom: 16px;
  }
}
@media (min-width: 960px) {
  .home-promo .large-img .counter .countdown span {
    font-size: 5.6rem;
    width: 91px;
  }
}
@media (min-width: 890px) {
  .home-promo .container {
    display: flex;
  }
  .home-promo .large-img {
    margin-right: 16px;
    width: 49.39%;
  }
  .home-promo .small-image {
    width: 50.62%;
  }
  .home-promo a.item .title {
    font-size: 3rem;
  }
  .home-promo .small-image .item .title {
    font-size: 2.4rem;
  }
}
/*# sourceMappingURL=layout.css.map */