@import 'fontello.css';

html,
body {
  height: 100%;
}

body {
  font-family: 'Rubik', sans-serif;

  color: #222;

  font-size: 15px;

  font-weight: 300;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background-color: #222;

  color: #fff;
}

::selection {
  background-color: #222;

  color: #fff;
}

img {
  max-width: 100%;

  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rubik', sans-serif;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;

  font-weight: 600;
}

h6 {
  font-size: 12px;

  font-weight: 400;
}

a {
  color: #222;

  outline: none;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #c82027;

  text-decoration: none;
}

a:focus {
  color: #c82027;

  text-decoration: none;
}

p {
  color: #222;

  line-height: 1.6;
}

strong {
  font-weight: 500;
}

.form-group:last-child {
  margin-bottom: 0;
}

.form-control {
  padding: 15px 20px;

  height: auto;

  border-radius: 0;

  font-size: 13px;

  box-shadow: none;

  border: 1px solid #e8e8e8;

  background-color: #f3f3f3;
}

.form-control:focus {
  outline: none;

  box-shadow: none;

  border: 1px solid #fafbff;
}

.form-control.input-sm {
  height: 37px;

  padding-top: 10px;

  padding-bottom: 10px;

  font-size: 11px;

  line-height: 1.6;
}

.form-group label {
  font-size: 13px;

  letter-spacing: 1px;

  font-weight: 500;

  color: #999;

  display: block;

  margin-bottom: 10px;
}

.form-select {
  border: 1px solid #e7e7e7;

  position: relative;
}

.form-select:after {
  content: '\e926';

  font-family: 'fontello';

  position: absolute;

  top: 50%;

  right: 12px;

  margin-top: -9px;

  font-size: 13px;
}

.form-select select {
  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  border: 0;

  height: 53px;
}

.form-group textarea {
  height: 200px;
}

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

.form-2 {
  display: grid;

  grid-template-columns: 1fr 1fr;

  grid-gap: 15px;
}

.form-2 .form-group {
  margin-bottom: 0;
}

.form-full {
  grid-column: 1 / span 2;
}

#sscr {
  height: auto !important;
}

.centrize {
  display: table;

  table-layout: fixed;

  height: 100%;

  width: 100%;

  position: relative;
}

.v-center {
  display: table-cell;

  vertical-align: middle;
}

section {
  padding: 100px 0;

  position: relative;

  overflow: hidden;

  z-index: 10;

  background-color: #fff;

  border-bottom: 1px solid #e8e8e8;
}

.top-title {
  display: grid;

  grid-template-columns: 1fr 200px;

  grid-gap: 40px;

  align-items: center;
}

.top-title .title {
  margin-bottom: 0;
}

.title {
  margin: 0 0 30px 0;

  position: relative;

  z-index: 10;
}

.min-title {
  margin: 0 auto;

  margin-bottom: 30px;

  position: relative;

  width: 100%;

  max-width: 660px;

  z-index: 10;

  text-align: center;
}

.medium-title {
  margin: 0 auto;

  margin-bottom: 30px;

  position: relative;

  width: 100%;

  max-width: 768px;

  z-index: 10;

  text-align: center;
}

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

.title h2,
.min-title h2,
.medium-title h2 {
  margin: 0;

  font-weight: 500;

  font-size: 38px;
}

.title h3 {
  margin-top: 0;

  font-weight: 500;

  font-size: 36px;
}

.title h4 {
  font-size: 26px;

  margin: 0;
}

.title p,
.min-title p,
.medium-title p {
  font-size: 16px;

  margin: 10px 0 0 0;

  font-weight: 300;
}

#loader {
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 20000;

  text-align: center;

  background-color: #fff;
}

#mask {
  position: relative;

  width: 170px;

  margin: 0 auto;
}

#home {
  padding: 0;

  height: calc(100% - 90px);

  margin-top: 90px;

  border: 0;
}

#home-slider {
  border: 0;

  margin: 0;

  height: 100%;
}

#home-slider .slides {
  height: 100%;
}

#home-slider .slides > li {
  height: 100%;
}

#home-slider.kenburn .slide-image {
  transition: transform 6s ease 0s;

  -webkit-transition: -webkit-transform 6s ease 0s;

  -moz-transition: -moz-transform 6s ease 0s;

  -moz-transform-origin: center center;
}

#home-slider .flex-direction-nav > li {
  position: absolute;

  top: 50%;

  margin-top: -20px;

  z-index: 2000;
}

#home-slider .flex-direction-nav > li.flex-nav-prev {
  left: 0;
}

#home-slider .flex-direction-nav > li.flex-nav-next {
  right: 0;
}

#home-slider .flex-direction-nav > li > a {
  display: block;

  color: #fff;

  width: 40px;

  height: 40px;

  text-align: center;

  -webkit-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

#home-slider .flex-direction-nav > li > a:hover {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}

.slide-image {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;
}

.slide-image.ff-fix {
  position: absolute;
}

.slide-wrap {
  display: table;

  table-layout: fixed;

  height: 100%;

  width: 100%;

  position: relative;

  background-color: rgba(0, 0, 0, 0.4);

  z-index: 200;
}

.slide-inner {
  padding: 0 30px;
}

.slide-content {
  display: table-cell;

  vertical-align: middle;

  position: relative;

  z-index: 10;

  color: #fff;

  text-align: center;
}

.slide-content h1 {
  font-weight: 500;

  font-size: 38px;

  margin: 0 0 15px 0;

  letter-spacing: 1px;
}

.slide-content h6 {
  font-size: 18px;

  color: #fff;

  font-weight: 400;

  margin: 0 0 40px 0;
}

.home-grid {
  display: grid;

  grid-template-columns: 1fr 40%;

  width: 100%;

  height: 100%;
}

.home-boxes {
  position: relative;

  display: grid;

  grid-template-columns: 1fr;

  align-items: center;
}

.overlay {
  position: absolute;

  top: 0;

  left: 0;

  background-color: #343434;

  opacity: 0.7;

  width: 100%;

  height: 100%;

  display: block;

  z-index: 4;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.gradient-overlay {
  position: absolute;

  top: 0;

  left: 0;

  opacity: 1;

  width: 100%;

  height: 100%;

  display: block;

  z-index: 0;

  background: -moz-linear-gradient(
    top,
    rgba(127, 8, 10, 0.1) 0%,
    rgba(126, 8, 10, 0.1) 1%,
    rgba(34, 34, 34, 1) 100%
  );

  background: -webkit-linear-gradient(
    top,
    rgba(127, 8, 10, 0.1) 0%,
    rgba(126, 8, 10, 0.1) 1%,
    rgba(34, 34, 34, 1) 100%
  );

  background: linear-gradient(
    to bottom,
    rgba(127, 8, 10, 0.1) 0%,
    rgba(126, 8, 10, 0.1) 1%,
    rgba(34, 34, 34, 1) 100%
  );

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ac82027', endColorstr='#222222',GradientType=0 );

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.home-box {
  position: relative;

  width: 100%;

  height: 100%;

  padding: 0 80px;

  display: flex;

  align-items: center;

  overflow: hidden;
}

.home-box:hover .overlay {
  opacity: 0.3;
}

.home-info {
  position: absolute;

  z-index: 10;
}

.home-title {
  display: block;

  max-width: 500px;

  width: 100%;

  margin-bottom: 30px;
}

.home-title h3 {
  font-size: 48px;

  font-weight: 500;

  color: #fff;

  margin: 0;

  text-align: left;
}

.home-img {
  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  z-index: -2;

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  -webkit-transform: translate(0px, 0px) scale(1.1);

  transform: translate(0px, 0px) scale(1.1);

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.home-box:hover .home-img {
  -webkit-transform: translate(40px, 0px) scale(1.1);

  transform: translate(40px, 0px) scale(1.1);
}

.flex-control-nav {
  position: absolute;

  right: 0;

  left: 0;

  bottom: 60px;

  margin: auto;

  text-align: center;

  z-index: 100;
}

.flex-control-nav > li {
  width: auto;

  text-align: center;

  margin-right: 15px;

  display: inline-block;
}

.flex-control-nav > li:last-child {
  margin-right: 0px;
}

.flex-control-paging > li > a {
  width: 12px;

  height: 12px;

  border-radius: 100%;

  text-indent: -9999px;

  display: block;

  margin: auto;

  z-index: 100;

  background-color: #fff;

  cursor: pointer;

  opacity: 0.6;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.flex-control-paging > li > a.flex-active {
  opacity: 1;
}

.flex-direction-nav {
  position: absolute;

  bottom: 60px;

  right: 120px;
}

.play-video:hover .button:after {
  opacity: 1;

  -webkit-transform: scale(1);

  transform: scale(1);
}

.play-video .play-wrapper:focus {
  display: block;

  outline: none;
}

.button {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  position: relative;

  text-align: center;

  cursor: pointer;

  color: #fff;

  font-size: 40px;

  margin-bottom: 40px;

  outline: none;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.button i {
  outline: none;
}

.button:hover {
  color: #c82027;
}

#topnav {
  position: fixed;

  right: 0;

  left: 0;

  top: 0;

  z-index: 1030;

  background-color: #fff;

  border: 0;

  -webkit-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;
}

#topnav.scroll .navigation-menu > li > a {
  color: #222;
}

#topnav.scroll .navigation-menu > li > a:hover {
  color: #c82027;

  background-color: transparent;
}

#topnav .main-nav {
  display: block;

  text-align: center;

  padding: 0 30px;

  background-color: #fff;

  position: relative;

  z-index: 10;

  -webkit-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;
}

#topnav.scroll .main-nav {
  background-color: #e8e8e8;
}

#topnav.scroll .navigation-menu > li.active > a {
  color: #c82027;
}

#topnav.scroll .menu-item {
  border-color: #e8e8e8;
}

#topnav.scroll .menu-item .cart > a,
#topnav.scroll .menu-item .search > a {
  color: #3d4146;

  line-height: 62px;
}

#topnav.scroll .menu-item .cart > a:hover,
#topnav.scroll .menu-item .search > a:hover {
  color: #c82027;
}

#topnav.scroll .navbar-toggle span {
  background-color: #222;
}

#topnav .navbar-toggle {
  border: 0;

  position: relative;

  width: 60px;

  height: 60px;

  padding: 0;

  margin: 0;

  cursor: pointer;

  display: grid;

  justify-content: center;

  align-items: center;
}

#topnav .navbar-toggle .lines {
  width: 25px;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  position: relative;
}

#topnav .navbar-toggle.open span {
  position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
  top: 0;

  -webkit-transform: rotate(45deg);

  transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
  display: none;
}

#topnav .navbar-toggle.open span:last-child {
  width: 100%;

  top: 0;

  -webkit-transform: rotate(-45deg);

  transform: rotate(-45deg);
}

#topnav .navbar-toggle span {
  height: 2px;

  width: 100%;

  background-color: #222;

  display: block;

  margin-bottom: 3px;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

#topnav .navbar-toggle span:last-child {
  width: 75%;

  margin-bottom: 0;
}

#topnav .navbar-toggle:hover {
  background-color: transparent;
}

#topnav .navbar-toggle:hover span {
  background-color: #c82027;
}

#topnav .navbar-toggle:focus {
  background-color: transparent;
}

#topnav .navigation-menu {
  display: block;

  width: 100%;

  list-style: none;

  margin: 0;

  padding: 0;
}

#topnav .navigation-menu > li {
  display: inline-flex;

  position: relative;

  line-height: 90px;
}

#topnav .navigation-menu > li > a {
  display: block;

  color: #222;

  font-size: 13px;

  font-weight: 500;

  padding: 0 12px;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

#topnav .navigation-menu > li > a:hover,
#topnav .navigation-menu > li > a:focus {
  background-color: transparent;

  color: #c82027;
}

#topnav .navigation-menu > li .submenu li a i {
  margin-right: 5px;
}

#topnav .navigation-menu > li.has-submenu > a:after {
  content: '\e64b';

  font-family: 'themify';

  margin-left: 3px;
}

#topnav .logo {
  position: absolute;

  left: 30px;

  top: 5px;

  padding: 0;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

#topnav .logo img {
  height: 80px;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

#topnav .logo .logo-light {
  display: block;
}

#topnav .logo .logo-dark {
  display: none;
}

#topnav.scroll .logo {
  padding: 0;
}

#topnav.scroll .logo .logo-va {
  display: block;
}

.nav-btn {
  position: absolute;

  right: 0px;

  top: 20px;
}

.nav-btn img {
  display: block;

  height: 50px;

  width: auto;
}

.btn-mid {
  border: none;

  outline: none;

  padding: 15px 30px;

  display: inline-block;

  cursor: pointer;

  text-align: center;

  position: relative;

  display: inline-block;

  overflow: hidden;

  background-color: #c82027;
}

.btn-mid p {
  color: #fff;

  position: relative;

  z-index: 10;

  font-size: 13px;

  text-transform: uppercase;

  letter-spacing: 2px;

  font-weight: 500;

  line-height: 20px;

  margin: 0 auto;
}

.btn-mid span {
  position: absolute;

  display: block;

  width: 0;

  height: 0;

  border-radius: 100%;

  z-index: 1;

  background-color: #7f080a;

  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);
}

.btn-mid:hover {
  color: #cbf1e6;
}

.btn-mid:hover span {
  width: 400px;

  height: 400px;
}

.btn-mid:active {
  background-color: #c82027;
}

.btn-right {
  display: block;

  width: 100%;

  text-align: right;
}

#video-overlay {
  display: none;

  max-height: 100vh;

  overflow: hidden;

  height: 100%;
}

.fancybox-slide > * {
  width: 100%;

  margin: 0;

  padding: 0;

  background-color: transparent;
}

.fancybox-close-small {
  outline: none;

  display: flex;

  align-items: center;

  justify-content: center;

  position: absolute;

  top: 0;

  right: 0;

  width: 60px;

  height: 60px;

  padding: 0;

  margin: 0;

  border: 0;

  border-radius: 0;

  background: #fff;

  color: #272833;

  z-index: 10;

  cursor: pointer;
}

.fancybox-close-small:after {
  content: '';

  width: 25px;

  height: 1px;

  background-color: #272833;

  display: block;

  position: absolute;

  -webkit-transform: rotate(-45deg);

  z-index: 5;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.fancybox-close-small:before {
  content: '';

  width: 25px;

  height: 1px;

  background-color: #272833;

  display: block;

  position: absolute;

  -webkit-transform: rotate(45deg);

  z-index: 5;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.fancybox-close-small:hover:before,
.fancybox-close-small:hover:after {
  background-color: #c82027;

  outline: none !important;
}

.media-video {
  width: 100%;

  position: relative;

  height: 100%;

  padding: 80px 0;
}

.media-video iframe {
  position: relative;

  width: 100%;

  height: 100%;

  border: 0;

  padding: 0;
}

.media-audio {
  width: 100%;

  position: relative;
}

.bg-grey {
  background-color: #f3f3f3;
}

.news-grid {
  display: block;

  font-size: 0;

  text-align: center;

  margin-top: 40px;

  margin-left: -15px;

  margin-right: -15px;
}

#news .container {
  padding: 0;
}

.news-box {
  vertical-align: top;

  display: inline-flex;

  align-items: flex-end;

  width: calc(100% / 3 - 30px);

  margin: 15px;

  height: 350px;

  position: relative;

  padding: 40px;

  overflow: hidden;
}

.news-half {
  width: calc(100% / 2 - 30px);
}

.news-title h4 {
  margin: 0;

  color: #fff;

  font-weight: 500;

  text-align: left;

  font-size: 22px;

  z-index: 10;

  position: relative;
}

.news-title span {
  color: #fff;

  display: block;

  margin-top: 5px;

  font-size: 15px;

  text-align: left;

  position: relative;

  z-index: 10;
}

.news-img {
  position: absolute;

  top: 0;

  left: 0;

  z-index: -1;

  display: block;

  width: 100%;

  height: 100%;

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  -webkit-transform: translate(0px, 0px) scale(1.1);

  transform: translate(0px, 0px) scale(1.1);

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.news-box:hover .news-img {
  -webkit-transform: translate(20px, 0px) scale(1.1);

  transform: translate(20px, 0px) scale(1.1);
}

.news-box:hover .gradient-overlay {
  opacity: 0;
}

.allies-grid {
  font-size: 0;

  text-align: center;

  display: block;

  width: 100%;
}

.allies-box {
  display: inline-block;

  width: calc(100% / 5);
}

.allies-box img {
  display: block;

  width: 100%;

  margin: 0 auto;
}

.slick-slider {
  padding: 0;

  margin: 0;

  outline: none;
}

.slick-slide {
  margin: 0;

  outline: none;
}

#artist .container {
  padding: 0;
}

.artist-grid {
  margin-top: 40px;

  display: block;

  margin-right: -15px;

  margin-left: -15px;

  font-size: 0;
}

.media-audio {
  display: inline-block;

  width: calc(100% / 2 - 30px);

  margin: 15px;
}

#submenu {
  padding: 0;

  border-bottom: 1px solid #e8e8e8;
}

.submenu-grid {
  text-align: center;

  display: flex;

  flex-wrap: wrap;

  width: 100%;

  font-size: 0;
}

.submenu-box {
  font-family: 'Rubik', sans-serif;

  font-weight: 500;

  color: #c82027;

  width: calc(100% / 4);

  display: inline-flex;

  align-items: center;

  justify-content: center;

  font-size: 18px;

  text-align: center;

  padding: 30px 20px;

  border-right: 1px solid #e8e8e8;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.submenu-box:hover {
  background-color: #f3f3f3;
}

.submenu-box:last-child {
  border-right: 0;
}

#featured .container {
  padding: 0;
}

.featured-grid {
  display: grid;

  grid-template-columns: 1fr 1fr;

  align-items: center;
}

.featured-box {
  position: relative;

  overflow: hidden;

  height: 300px;

  width: 100%;

  display: flex;

  justify-content: center;

  align-items: center;

  padding: 40px;

  background-color: #fff;
}

.featured-title {
  position: relative;

  z-index: 10;

  text-align: center;
}

.featured-title p {
  font-weight: 700;

  margin: 0;
}

.featured-img {
  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  z-index: 2;

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  -webkit-transform: translate(0px, 0px) scale(1.1);

  transform: translate(0px, 0px) scale(1.1);

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.featured-box:hover .featured-img {
  -webkit-transform: translate(20px, 0px) scale(1.1);

  transform: translate(20px, 0px) scale(1.1);
}

.featured-box:hover .overlay {
  opacity: 0;
}

.featured-title h3 {
  margin: 0;

  color: #fff;

  font-weight: 500;

  text-align: left;

  font-size: 28px;

  text-transform: uppercase;
}

.featured-box img {
  opacity: 1;

  max-width: 200px;

  margin: 0 auto;

  margin-top: 15px;

  margin-bottom: 15px;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.featured-box:hover img {
  opacity: 0.7;
}

.top-container {
  display: block;

  width: 100%;

  background-color: #f3f3f3;

  margin-top: 90px;
}

.top-container .main-title {
  text-align: center;

  margin-bottom: 30px;

  display: flex;

  align-items: center;

  justify-content: center;

  position: relative;
}

.top-container .main-title img {
  height: 190px;

  opacity: 0.2;

  position: relative;

  top: -20px;

  margin-bottom: -20px;
}

.top-container .main-title h2 {
  pointer-events: none;

  font-size: 150px;

  letter-spacing: 1px;

  color: #e2e2e2;

  text-transform: uppercase;

  position: relative;

  z-index: 0;

  line-height: 1;

  margin: 0;
}

.top-container .main-title span {
  position: absolute;

  z-index: 2;

  font-size: 46px;

  font-weight: 500;

  color: #c82027;

  top: 18px;

  font-family: 'Rubik', sans-serif;
}

.about-text {
  column-count: 2;

  column-gap: 60px;

  max-width: 960px;

  width: 100%;

  margin: 0 auto;
}

.about-text p {
  margin-bottom: 30px;
}

.about-text p:last-child {
  margin-bottom: 0px;
}

.about-full p {
  margin-bottom: 30px;
}

.about-full {
  max-width: 960px;

  width: 100%;

  margin: 0 auto;
}

.about-text ul,
.about-full ul {
  margin: 0 0 30px 0;
}

.about-list {
  display: block;

  width: 100%;

  max-width: 960px;

  margin: 0 auto;
}

.about-list p {
  margin-bottom: 30px;
}

.about-list p:last-child {
  margin-bottom: 0px;
}

.about-list h4 {
  font-weight: 500;

  font-size: 18px;

  margin: 50px 0 10px 0;

  text-transform: uppercase;

  letter-spacing: 1px;

  line-height: 1.4;
}

.about-list h4:first-child {
  margin-top: 0;
}

.download-grid {
  display: grid;

  grid-gap: 30px;

  grid-template-columns: 1fr 1fr;

  align-items: center;

  margin-bottom: 30px;
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.download-grid:last-child {
  margin-bottom: 0px;
}

.download-full {
  grid-column: 1 / span 2;
}

.download-box {
  width: 100%;

  height: 100%;

  background-color: #fff;

  border: 1px solid #e8e8e8;

  display: flex;

  align-items: center;

  padding: 30px;
}

.download-box i {
  display: flex;

  width: 50px;

  height: 50px;

  justify-content: center;

  align-items: center;

  background-color: #c82027;

  color: #fff;
}

.download-btn {
  display: grid;

  grid-template-columns: 1fr 50px;

  grid-gap: 20px;

  align-items: center;

  justify-content: center;
}

.download-box h4 {
  margin: 0;

  color: #c82027;

  font-weight: 500;

  text-align: left;

  font-size: 22px;

  z-index: 10;

  position: relative;
}

.download-link {
  opacity: 1;

  background-color: #c82027;

  color: #fff;

  text-align: center;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.download-link li {
  list-style: none;

  margin: 0;

  padding: 0;
}

.download-link ul {
  margin: 0;

  padding: 0;
}

.download-link h4 {
  color: #fff;
}

.download-link:hover {
  opacity: 0.7;
}

.list-grid {
  display: grid;

  grid-template-columns: 1fr 1fr 1fr;

  margin-top: 80px;

  width: 100%;

  grid-gap: 40px;
}

.list-box {
  border: 1px solid #e8e8e8;

  background-color: #f3f3f3;

  width: 100%;

  height: 100%;

  position: relative;

  display: block;
}

.list-info {
  display: block;

  width: 100%;

  padding: 40px;
}

.list-number {
  display: flex;

  position: absolute;

  top: -25px;

  left: 0;

  right: 0;

  margin: auto;

  width: 50px;

  height: 50px;

  background-color: #414141;

  color: #fff;

  font-weight: 500;

  align-items: center;

  justify-content: center;

  border-radius: 100%;
}

.list-title {
  display: block;

  width: 100%;

  font-weight: 500;

  text-transform: uppercase;

  font-size: 14px;

  letter-spacing: 1px;
}

.list-text {
  display: block;

  margin-bottom: 15px;
}

.list-text:last-child {
  margin-bottom: 0px;
}

iframe {
  border: 1px solid #e8e8e8;
}

.allies-grid {
  display: grid;

  grid-template-columns: 1fr 1fr;

  grid-gap: 30px;

  margin-top: 40px;
}

.allies-main {
  vertical-align: top;

  display: inline-flex;

  align-items: flex-end;

  width: 100%;

  height: 350px;

  position: relative;

  padding: 40px;

  overflow: hidden;
}

.allies-main:hover .news-img {
  -webkit-transform: translate(20px, 0px) scale(1.1);

  transform: translate(20px, 0px) scale(1.1);
}

.allies-main:hover .gradient-overlay {
  opacity: 0;
}

.request-grid {
  display: grid;

  grid-template-columns: 1fr 400px;

  grid-gap: 50px;

  margin-top: 40px;
}

.request-text {
  display: block;

  width: 100%;
}

.request-text p {
  margin-bottom: 30px;
}

.request-text p:last-child {
  margin-bottom: 0px;
}

.request-form {
  padding: 40px;

  background-color: #fff;

  border: 1px solid #e8e8e8;
}

.request-form .title p {
  font-size: 13px;

  color: #999;

  margin: 10px 0 0 0;
}

.table-container {
  display: block;

  width: 100%;

  margin: 40px 0;
}

.table-title {
  display: block;

  width: 100%;

  text-align: center;

  padding: 20px;

  background-color: #c82027;

  color: #fff;

  font-weight: 500;
}

.table-obs {
  display: block;

  width: 100%;

  margin-top: 20px;

  font-size: 13px;
}

.table {
  width: 100%;

  display: table;

  margin: 0;
}

.row {
  display: table-row;

  background: #fff;
}

.row.header {
  color: #fff;

  background: #c82027;
}

.row-grey {
  background: #999;
}

.cell {
  display: table-cell;
}

.row .cell {
  font-size: 13px;

  line-height: 1.2;

  padding: 15px;

  border-bottom: 1px solid #e8e8e8;
}

.row.header .cell {
  font-size: 13px;

  font-weight: 500;

  text-transform: uppercase;

  letter-spacing: 1px;

  color: #fff;

  line-height: 1.2;

  padding: 15px;
}

.table,
.row {
  width: 100% !important;
}

#media .list-box {
  background-color: #fff;

  text-align: center;
}

#media .list-grid {
  margin-top: 50px;
}

#media .list-grid a:hover {
  border: 1px solid #fff;

  color: #999;
}

.section-divider {
  display: block;

  width: 100%;

  height: 1px;

  background-color: #e8e8e8;

  margin: 80px 0 40px 0;
}

#list .section-divider {
  margin: 60px 0;
}

.list-award {
  grid-template-columns: 1fr 1fr;
}

.grid-gallery {
  display: -ms-grid;

  display: grid;

  grid-gap: 15px;

  -ms-grid-columns: (minmax(220px, 1fr)) [auto-fit];

  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));

  grid-auto-rows: 150px;

  grid-auto-flow: row dense;

  justify-content: center;

  margin-top: 40px;
}

.item-large {
  -ms-grid-row-span: 3;

  grid-row-end: span 3;
}

.item-medium {
  -ms-grid-row-span: 2;

  grid-row-end: span 2;
}

.item {
  opacity: 1;

  z-index: 0;

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-pack: end;

  -ms-flex-pack: end;

  justify-content: flex-end;

  box-sizing: border-box;

  background: #f7f7f7;

  -ms-grid-column: auto;

  grid-column-start: auto;

  -ms-grid-row: auto;

  grid-row-start: auto;

  background-size: cover;

  background-position: center;

  box-shadow: none;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

  cursor: pointer;

  counter-increment: item-counter;
}

.item:hover {
  opacity: 0.7;
}

.item a {
  opacity: 1;

  position: relative;

  z-index: 300;

  display: block;

  width: 100%;

  height: 100%;

  outline: none;
}

.container-tabs {
  text-align: center;

  margin: 0 0 50px 0;

  padding: 0;
}

.container-tabs li {
  list-style: none;

  display: inline-block;
}

.container-tabs li.active a {
  background-color: #7f080a;
}

.container-tabs .btn-mid p {
  font-size: 18px;
}

.container-tabs .btn-mid {
  padding: 20px 40px;
}

.accordion-content {
  display: none;

  padding: 50px 0;
}

.accordion-content h4 {
  margin: 40px 0 20px 0;

  font-weight: 500;

  text-transform: uppercase;

  font-size: 22px;
}

.accordion-content h4:first-child {
  margin-top: 0;
}

.accordion-title h4 {
  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;

  opacity: 1;

  background-color: #c82027;

  color: #fff;

  font-size: 22px;

  padding: 30px;

  margin: 0;

  line-height: 1;

  text-align: center;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.accordion-title h4:hover {
  opacity: 0.7;
}

.accordion-title h4:after {
  position: absolute;

  right: 30px;

  content: '\e926';

  color: #fff;

  font-family: 'fontello';

  font-size: 16px;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.accordion > li.active .accordion-title h4:after {
  content: '\e929';
}

.contact-form {
  width: 100%;

  padding: 40px;

  background-color: #fff;

  border: 1px solid #e8e8e8;
}

.contact-list {
  font-size: 0;

  text-align: center;

  margin: 40px 0 60px 0;

  padding: 0;
}

.contact-list li {
  list-style: none;

  display: inline-flex;

  align-items: center;

  width: calc(100% / 3 - 40px);

  margin: 15px 20px;

  color: #222;

  font-size: 15px;

  flex-direction: column;
}

.contact-list li a {
  color: #222;
}

.contact-list li a:hover {
  color: #c82027;
}

.contact-list li strong {
  display: block;

  width: 100%;

  margin-bottom: 15px;

  font-size: 20px;
}

.contact-list i {
  display: flex;

  width: 45px;

  height: 45px;

  align-items: center;

  justify-content: center;

  border-radius: 100%;

  background-color: #c82027;

  color: #fff;

  font-size: 20px;

  margin-bottom: 15px;

  text-align: center;
}

.half-grid {
  display: grid;

  grid-template-columns: 1fr 1fr;

  grid-gap: 40px;
}

.contact-map {
  display: block;

  width: 100%;

  height: 600px;

  margin: 0 auto;

  margin-top: 60px;
}

.map-wrapper {
  display: block;

  width: 100%;

  margin: 0 auto;

  margin-top: 60px;
}

.map-container {
  height: 600px;

  display: block;

  width: 100%;

  position: relative;
}

.map {
  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  border: 1px solid #e4e4e4;
}

.map-zoom {
  position: absolute;

  top: 60px;

  right: 10px;
}

.map-zoom-in,
.map-zoom-out {
  display: block;

  height: 25px;

  width: 25px;

  position: relative;

  margin-bottom: 5px;

  border: 1px solid #e7e7e7;

  background: #222;

  cursor: pointer;
}

.map-zoom-out {
  margin-bottom: 0;
}

.map-zoom-in:before,
.map-zoom-out:before {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  content: '';

  display: block;

  width: 10px;

  height: 2px;

  background: #fff;
}

.map-zoom-in:after {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  content: '';

  display: block;

  width: 2px;

  height: 10px;

  background: #fff;
}

.map-info {
  position: absolute;

  top: 10px;

  right: 60px;

  visibility: hidden;

  opacity: 0;

  width: 300px;

  padding: 25px;

  background: #c82027;

  -webkit-transform: scale(0.9);

  transform: scale(0.9);

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.map-info.open {
  visibility: visible;

  opacity: 1;

  transform: scale(1);
}

.map-info h5 {
  margin: 0 0 10px 0;

  font-size: 18px;

  color: #fff;
}

.map-info p {
  margin: 0;

  font-size: 15px;

  color: #fff;
}

.map-info-close {
  position: absolute;

  top: 15px;

  right: 15px;

  color: #fff;

  font-size: 12px;

  font-weight: 700;

  cursor: pointer;
}

.article-top {
  display: block;

  width: 100%;

  height: 550px;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center;
}

.article-text {
  padding: 80px;

  background-color: #fff;

  border: 1px solid #e8e8e8;

  border-top: none;
}

.article-text h2 {
  margin: 0 0 30px 0;

  font-weight: 500;

  font-size: 38px;
}

.article-text p {
  margin-bottom: 30px;
}

.article-text p:last-child {
  margin-bottom: 0px;
}

.article-text h3 {
  margin: 40px 0 20px 0;
}

.media-video {
  position: relative;

  height: 0;

  overflow: hidden;

  padding-top: 0;

  padding-left: 0;

  padding-right: 0;

  margin-top: 60px;
}

.media-video iframe,
.media-video object,
.media-video embed {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  border: 0;
}

.media-video {
  padding-bottom: 56.25%;
}

.alert {
  border-radius: 0;

  font-size: 13px;

  font-weight: 700;

  background-color: transparent;
}

.alert.alert-success {
  background-color: #2ecc71;

  color: #fff;

  border: none;
}

.article-text .media-audio {
  text-align: center;

  width: 100%;

  padding: 0 20px;

  margin: 30px 0 0 0;
}

.article-text .media-audio audio {
  width: 100%;
}

#news-top {
  margin-top: 90px;

  background-color: #f7f7f7;
}

#news-top .medium-title {
  margin-bottom: 0;
}

#article {
  overflow: visible;
}

.article-container {
  display: block;

  width: 100%;

  max-width: 991px;

  margin: 0 auto;

  padding: 0;

  position: relative;
}

.article-share {
  width: 45px;

  vertical-align: top;

  position: relative;

  pointer-events: none;
}

.article-share.active {
  pointer-events: visible;
}

.share-inner {
  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  z-index: 20;
}

.share-container {
  position: sticky;

  top: 100px;

  padding: 15px;

  background-color: transparent;

  border: 1px solid transparent;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.share-container h3 {
  display: none;
}

.share-container .line {
  opacity: 0;

  width: 2px;

  height: 60px;

  display: flex;

  align-items: center;

  justify-content: center;

  background-color: #eee;

  margin: 0 auto;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.article-share.active .line {
  opacity: 1;
}

.article-share.active .share-inner:hover .share-container {
  background-color: #f7f7f7;

  border: 1px solid #eee;
}

.article-share .btn-social {
  margin: 0 0 5px 0;

  position: relative;

  left: 50px;

  opacity: 0;

  width: 40px;

  height: 40px;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #fff;
}

.article-share .social-1 {
  -webkit-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;
}

.article-share .social-2 {
  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;
}

.article-share .social-3 {
  -webkit-transition: all 0.6s ease-in-out;

  transition: all 0.6s ease-in-out;
}

.article-share.active .btn-social {
  opacity: 1;

  left: 0;
}

.article-main {
  display: block;

  width: 100%;

  max-width: 768px;

  margin: 0 auto;

  margin-top: 30px;

  margin-bottom: 50px;
}

.article-title {
  display: block;

  text-align: center;
}

.article-title h2 {
  font-size: 46px;

  font-weight: 600;

  margin: 0 0 20px 0;
}

.article-paragraph {
  display: block;

  width: 100%;

  padding: 0 20px 0 80px;

  margin-left: -45px;

  border: none !important;
}

.article-paragraph p {
  margin: 0 0 30px 0;

  font-size: 16px;

  line-height: 1.6;

  color: #222;
}

.article-paragraph h6 {
  text-align: center;

  display: block;

  width: 100%;

  margin-top: -40px;

  margin-bottom: 30px;

  padding: 15px 30px;

  background-color: #f7f7f7;
}

.article-paragraph ul {
  padding-left: 15px;

  margin-bottom: 30px;
}

.article-paragraph li {
  list-style: circle;

  font-size: 16px;

  line-height: 1.6;

  color: #222;

  margin: 0 0 5px 0;
}

.article-paragraph li:last-child {
  margin-bottom: 0;
}

.article-paragraph a {
  font-family: 'GothamBold', sans-serif;

  color: #222;
}

.article-paragraph a:hover {
  color: #c82027;
}

.article-paragraph p:last-of-type {
  margin-bottom: 0;
}

.btn-fb {
  background-color: #3b5998;
}

.btn-tw {
  background-color: #1da1f2;
}

.btn-ws {
  background-color: #25d366;
}

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

.article-paragraph img {
  margin: 40px 0;

  display: block;

  width: 100%;
}

.article-date {
  display: block;

  text-align: center;

  margin-top: 20px;

  color: #7f080a;

  opacity: 0.75;
}

.article-date i {
  margin-right: 5px;
}

#article {
  padding-top: 0;
}

.article-cover {
  display: block;

  margin: auto;

  margin-bottom: 50px;

  width: 100%;

  max-width: 991px;

  position: relative;

  overflow: hidden;
}

.article-cover img {
  display: block;

  width: 100%;
}

.line-container {
  margin-top: 50px;

  padding-top: 50px;

  border-top: 1px solid #e8e8e8;
}

.line-grid {
  display: grid;

  grid-template-columns: 1fr 1fr;

  grid-gap: 40px;
}

.line-box {
  display: grid;

  grid-template-columns: 100px 1fr;

  grid-gap: 20px;

  align-items: center;
}

.line-img {
  display: flex;

  position: relative;

  width: 100px;

  height: 100px;

  overflow: hidden;
}

.line-box h3 {
  font-size: 18px;

  font-weight: 500;

  color: #222;

  margin: 0 0 10px 0;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.line-box p {
  font-size: 13px;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;
}

.line-box:hover .cover-bg {
  transform: scale(1.1);

  -webkit-transform: scale(1.1);
}

.line-box:hover h3 {
  color: #c82027;
}

.cover-bg {
  position: absolute;

  top: 0;

  left: 0;

  display: block;

  width: 100%;

  height: 100%;

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.line-box .news-img {
  -webkit-transform: translate(0px, 0px) scale(1.2);

  transform: translate(0px, 0px) scale(1.2);
}

.line-box:hover .news-img {
  -webkit-transform: translate(10px, 0px) scale(1.2);

  transform: translate(10px, 0px) scale(1.2);
}

.options-grid {
  display: grid;

  grid-gap: 30px;

  grid-template-columns: 1fr 1fr;

  align-items: center;
}

.options-box {
  width: 100%;

  height: 100%;

  background-color: #fff;

  border: 1px solid #e8e8e8;

  display: flex;

  flex-direction: column;

  padding: 30px;
}

.options-title {
  font-weight: 500;

  text-transform: uppercase;

  font-size: 14px;

  letter-spacing: 1px;

  margin-bottom: 15px;
}

.options-list {
  display: block;
}

.options-list p {
  margin: 0 0 10px 0;

  line-height: 1;
}

.options-list p:last-child {
  margin-bottom: 0;
}

.options-obs {
  display: block;

  margin-top: 30px;
}

.options-obs p {
  font-weight: 500;

  margin: 0;
}

.options-download {
  display: block;

  margin-top: 50px;
}

footer {
  background-color: #222;

  position: relative;

  z-index: 10;

  padding: 40px 0;
}

.footer-social {
  text-align: center;

  display: block;

  width: 100%;

  font-size: 0;
}

.footer-social a {
  width: 50px;

  height: 50px;

  font-size: 22px;

  line-height: 1;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  background-color: #fff;

  color: #272833;

  border-radius: 100%;

  margin: 0 5px;
}

.footer-social a:hover {
  background-color: #c82027;

  color: #fff;
}

.footer-info {
  text-align: center;

  display: block;

  width: 100%;

  font-size: 0;

  padding: 40px 0;
}

.footer-info p {
  margin-bottom: 0;

  display: inline-flex;

  vertical-align: text-bottom;

  color: #fff;

  margin: 0 20px;

  font-size: 13px;

  align-items: center;
}

.footer-info a {
  opacity: 1;

  color: #fff;

  margin: 0 5px;
}

.footer-info a:hover {
  opacity: 0.7;
}

.footer-info i {
  margin-right: 8px;

  font-size: 20px;
}

.footer-bottom p {
  margin: 0;

  color: #fff;

  font-size: 12px;

  text-align: center;
}
