@charset "UTF-8";
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://use.typekit.net/cjf4jnh.css');

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, img, ins, kbd, q, s, samp,
small, strike, strong, 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, group, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0px;
    padding: 0px;
    border: 0px;
    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;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

body,
html {
  height: 100%;
}

h1 {
  font-size: 80px;
  margin: 0;
}

h2 {
  font-size: 35px;
  margin: 0;
}

h3 {
  font-size: 24px;
  margin: 0;
}

h4 {
  font-size: 18px;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  display: block;
}

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

ul {
  margin: 0;
  list-style: none;
}

blockquote {
  padding: 10px 20px;
  margin: 17px 0;
  border-left: 5px solid #dee5e7;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  max-width: 100%;
  width:100%;
  font-family: Lato;
  white-space: nowrap;
  text-transform: uppercase;
}

table thead {
	font-weight:400;
	color:#989898;
	border-bottom:1px solid #fff;
}

table thead th:first-child {
	width:300px;
}

table thead th:nth-child(2) {
	width:150px;
}

table thead th:nth-child(3) {
	width:400px;
}

table thead th:nth-child(4) {
	width:100px;
}

table thead th:nth-child(5) {
	width:200px;
}

table th {
	padding:0 30px 10px 0;
}

table tr {
  display: table-row;
  text-align: left;
}

table td {
  border:0;
  padding:10px 30px 10px 0;
  vertical-align: middle;
  font-size: 15px;
  color: #fff;
  display: table-cell;
  text-align: left;
  font-weight:400;
  white-space: nowrap;
}

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body {
  font-family: Lato, sans-serif;
  color: #fff;
  background-color: #1c1c1c;
  width: 100%;
  margin: 0 auto;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.4px;
}

/*---------------------- menu bar -----------------------*/

.fa-bars {
  font-size: 30px;
  cursor: pointer;
  color: #fff;
}

.fa-plus {
  position: absolute;
  bottom: 20px;
  margin: 0 auto;
}

.fa-times {
  font-size: 1.7rem;
  margin-top: 2px;
  cursor: pointer;
  -webkit-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out;
}

.fa-facebook-f {
  font-size: 1.5rem;
  color: #fff;
}

.fa-facebook-square {
  font-size: 1.5rem;
  color: #000;
}

.fa-instagram {
  font-size: 1.5rem;
  color: #000;
}

.fa-instagram-square {
  font-size: 1.5rem;
  color: #fff;
}

.fa-linkedin {
  font-size: 1.5rem;
  color: #000;
}

.fa-linkedin-in {
  font-size: 1.5rem;
  color: #fff;
}

.fa-twitter {
  font-size: 1.5rem;
  color: #000;
}

.fa-twitter-square {
  font-size: 1.5rem;
  color: #000;
}

.fa-youtube {
  font-size: 1.5rem;
  color: #fff;
}

.fab:hover {
  color: #f6be46;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.header-menu {
  position: fixed;
  top: 0;
  z-index: 1111;
  background: #1c1c1c;
  width: 100%;
  display: block;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.header-menu img {
  width: 190px;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.header-menu .icon-cart {
  height: 2.7rem;
  width: 2.7rem;
  padding: 4px 10px 0 0;
  fill: none;
  color: #fff;
}

.header-mobile {
  display: none;
}

.header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header-nav a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  padding: 15px 20px;
  position: relative;
  letter-spacing: 4px;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.header-nav a:last-child {
  padding: 15px 0px 15px 20px;
}

.header-btn {
  background-color: #e1251b;
  padding: 15px 20px !important;
}

.header-btn:hover {
  background-color: #fff;
  color: #e1251b;
}

.header-nav a:hover {
  color: #e1251b;
}

#home .home,
#showcase .showcase,
#tickets .tickets,
#about .about,
#news .news,
#games .games,
#teams .teams,
#contact .contact #login .login {
  color: #e1251b;
}

#roster tr a, #roster p a {
  color: #e1251b;
}

.header-scroll {
  background: #1d1d1d;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1111;
  width: 100%;
  display: block;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.header-scroll img {
  width: 120px;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.header-scroll + .main-container-scroll {
  margin-top: 92px;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
  z-index: 11;
  box-sizing: border-box;
}

.mobile-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  height: 0;
  width: 100%;
  opacity: 0;
  position: fixed;
  z-index: 1111;
  top: 0;
  right: 0;
  background-color: #1d1d1d;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: -0.2s, 0s;
  -moz-transition-delay: -0.2s, 0s;
  -o-transition-delay: -0.2s, 0s;
  transition-delay: -0.2s, 0s;
  transition-property: height, opacity;
}

.mobile-menu a {
  display: flex;
  justify-content: flex-end;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  padding: 15px 0;
  text-transform: uppercase;
}

.mobile-menu .closebtn {
  position: absolute;
  top: 20px;
}

.profile-circle:before {
  content: '';
  background: url(/images/menu_profile_circle.svg) center no-repeat;
  position: absolute;
  top: 4px;
  width: 50px;
  height: 50px;
}

.profile-circle-mobile {
  font-size: 30px;
}

.profile-circle-mobile:before {
  content: '';
  background: url(/images/menu_profile_circle.svg) center no-repeat;
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
}

img.profile-icon {
  width: 35px;
}

.profile-info {
  display: flex;
  align-items: center;
}

.profile-menu-wrapper {
  position: absolute;
  background: #000;
  top: 100%;
  right: 0;
  width: 250px;
  height: 0px;
  overflow: hidden;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.profile-menu {
  padding: 20px;
}

.profile-menu-wrapper.open-menu {
  height: 240px;
}

#profile-hover:hover ~ .profile-menu-wrapper,
.profile-menu-wrapper:hover {
  height: 240px;
}

.profile-menu hr {
  border: 0;
  height: 1px;
  background: #fff;
  margin: 15px 0;
}

.profile-menu-sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 !important;
}

.profile-menu-sub span {
  font-size: 1em;
}

/*---------------------- /menu bar -----------------------*/

.accordion {
  display: flex;
  align-items: center;
  background-color: transparent;
  font-family: Lato;
  color: #fff;
  cursor: pointer;
  width: 100%;
  font-size: inherit;
  text-align: left;
  line-height:1.5;
  margin-left: 25px;
  padding-right: 30px;
  border: 0;
  transition: 0.4s;
  position:relative;
}

.accordion:before {
  font-family: FontAwesome;
  content: '\f107';
  font-size: 2rem;
  color: #707070;
  position: absolute;
  margin-right: 20px;
  margin-left: -30px;
}

.accordion.active:before {
  font-family: FontAwesome;
  content: '\f106';
  font-size: 2rem;
  color: #707070;
  position: absolute;
  margin-right: 20px;
  margin-left: -30px;
}

.panel {
  max-height: 0;
  overflow: hidden;
  margin-top: 20px;
  font-size: inherit;
  transition: max-height 0.2s ease-out;
  padding: 0 30px;
}

.panel {
  margin-block-end: 30px;
}

.b-a {
  border: 3px solid;
}

.b-b {
  border-bottom: 3px solid;
}

.b-l {
  border-left: 3px solid;
}

.b-r {
  border-right: 3px solid;
}

.b-t {
  border-top: 3px solid;
}

.b-a-thick {
  border: 5px solid;
}

.b-b-thick {
  border-bottom: 5px solid;
}

.b-l-thick {
  border-left: 5px solid;
}

.b-r-thick {
  border-right: 5px solid;
}

.b-t-thick {
  border-top: 5px solid;
}

.b-a-thin {
  border: 1px solid;
}

.b-b-thin {
  border-bottom: 1px solid;
}

.b-l-thin {
  border-left: 1px solid;
}

.b-r-thin {
  border-right: 1px solid;
}

.b-t-thin {
  border-top: 1px solid;
}

.b-black {
  border-color: #000;
}

.b-red {
  border-color: #e1251b;
}

.b-gray {
  border-color: #707070;
}

.b-white {
  border-color: #fff;
}

.b-radius {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.bg-black {
  background-color: #000;
}

.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-gold-7 {
  background-color: rgba(174, 142, 73, 0.7);
}

.bg-gray {
  background-color: #202020;
}

.bg-red {
  background-color: #e1251b;
}

.bg-white {
  background-color: #fff;
}

.bg-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 11;
  pointer-events: none;
}

.border-sides {
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.border-gap {
  display: flex;
  flex-direction: row;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.border-gap:before {
  -webkit-border-radius: 25px 0 0 0;
  -moz-border-radius: 25px 0 0 0;
  border-radius: 25px 0 0 0;
  display: block;
  content: '';
  flex: 2 0 0;
  height: 1px;
  border-top: 1px solid #707070;
}

.border-gap:after {
  -webkit-border-radius: 0 25px 0 0;
  -moz-border-radius: 0 25px 0 0;
  border-radius: 0 25px 0 0;
  display: block;
  content: '';
  flex: 2 0 0;
  height: 1px;
  border-top: 1px solid #707070;
}

.box-shadow {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.button {
  cursor: pointer;
  border-bottom: 5px solid #e6396c;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
}

.button:hover {
  border-bottom: 5px solid #bb2954;
}

.btn-black {
  background-color: #000;
  border: 1px solid #000 !important;
  display: inline-block;
  color: #fff;
  width: fit-content;
  text-align: center;
  padding: 12px 44px;
  white-space: nowrap;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.btn-black:hover {
  background-color: #fff;
  border: 1px solid #fff !important;
  color: #000;
}

.btn-red {
  background-color: #e1251b;
  border: 1px solid #e1251b !important;
  display: inline-block;
  color: #fff;
  width: fit-content;
  text-align: center;
  padding: 12px 44px;
  white-space: nowrap;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.btn-red:hover {
  background-color: #000;
  border: 1px solid #000 !important;
}

.btn-red2 {
  background-color: #e1251b;
  border: 1px solid #e1251b !important;
  display: inline-block;
  color: #fff;
  width: fit-content;
  text-align: center;
  padding: 12px 44px;
  white-space: nowrap;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.btn-red2:hover {
  background-color: #fff;
  border: 1px solid #fff !important;
	color:#000;
}

.btn-outline {
  background-color: transparent;
  border: 1px solid #e1251b !important;
  display: inline-block;
  color: #e1251b;
  font-weight: 700;
  width: fit-content;
  text-align: center;
  padding: 12px 44px;
  white-space: nowrap;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.btn-outline:hover {
  background-color: #e1251b;
  color: #fff;
}

.btn-outline-white {
  background-color: transparent;
  border: 1px solid #fff !important;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  width: fit-content;
  text-align: center;
  padding: 12px 44px;
  white-space: nowrap;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.btn-outline-white:hover {
  background-color: #fff;
  color: #000;
}

.btn-rounded {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.btn-rounded-red {
  background-color: #e1251b;
  border: 1px solid #e1251b!important;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  width: fit-content;
  text-align: center;
  padding: 12px 44px;
  white-space: nowrap;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.btn-rounded-red:hover {
  background-color: #fff;
  color: #e1251b;
}

.btn-slider-black {
  position: absolute;
  right: 25%;
  bottom: 50px;
  background-color: transparent;
  border: 1px solid #000!important;
  display: inline-block;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  width: fit-content;
  text-align: center;
  padding: 12px 44px;
  white-space: nowrap;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.btn-slider-black:hover {
  background-color: #000;
  color: #fff;
}

.btn-slider-white {
  position: absolute;
  left: 18%;
  bottom: 50px;
  background-color: transparent;
  border: 1px solid #fff!important;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  width: fit-content;
  text-align: center;
  padding: 12px 44px;
  white-space: nowrap;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.btn-slider-white:hover {
  background-color: #fff;
  color: #000;
}

.btn-slider-white2 {
  position: absolute;
  left: 0;
  right:0;
  margin: 0 auto;
  bottom: 50px;
  background-color: #fff;
  display: inline-block;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  width: fit-content;
  text-align: center;
  padding: 12px 44px;
  white-space: nowrap;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.btn-slider-white2:hover {
  background-color: #000;
  color: #fff;
}

.btn-slider-red {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 30px;
  background-color: transparent;
  border: 1px solid #e1251b!important;
  display: inline-block;
  color: #e1251b;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  width: fit-content;
  text-align: center;
  padding: 12px 44px;
  white-space: nowrap;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.btn-slider-red:hover {
  background-color: #e1251b;
  color: #fff;
}

.btn-slider-red2 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 30px;
  background-color: #e1251b;
  border: 1px solid #e1251b!important;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  width: fit-content;
  text-align: center;
  padding: 12px 44px;
  white-space: nowrap;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.btn-slider-red2:hover {
  background-color: #fff;
  color: #e1251b;
}

.clear {
  clear: both;
}

.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.cover-bottom {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
}

.cover-top {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

.cover-top-right {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
}

.cover-left {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  position: relative;
}

.cover-right {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  position: relative;
}

.cover-object {
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top center;
  position: relative;
}

.contain {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.contain-left {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  position: relative;
}

.contain-right {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  position: relative;
}

.container {
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fit-content {
  width: fit-content;
}

.flex-align-center {
  align-items: center;
}

.flex-align-end {
  align-items: flex-end;
}

.flex-align-first {
  align-items: first baseline;
}

.flex-align-start {
  align-items: flex-start;
}

.flex-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex-block {
  display: flex;
}

.flex-center {
  justify-content: center;
}

.flex-center-items {
  justify-items: center;
}

.flex-column {
  flex-direction: column;
}

.flex-end {
  justify-content: flex-end;
}

.flex-flow-wrap {
  flex-flow: wrap;
}

.flex-inline {
  display: inline-flex;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-space-a {
  justify-content: space-around;
}

.flex-space-b {
  justify-content: space-between;
}

.flex-space-e {
  justify-content: space-evenly;
}

.flex-start {
  justify-content: flex-start;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

/*---------------------- flowplayer -----------------------*/

.header-video-container .flowplayer {
  z-index: -1;
}

.header-video-container .fp-ui {
  display: none !important;
}

.is-starting .fp-header .fp-duration {
  display: none !important;
}

/*---------------------- forms -----------------------*/

.form-subscribe {
  max-width: 800px;
  margin: 0 auto;
}

input[type='text'],
input[type='email'],
input[type='password'] {
  background-color: transparent;
  width: 100%;
  display: block;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #fff;
  padding: 11px 20px;
  border: 1px solid #ffeded;
  border-right: 0;
  box-sizing: border-box;
}

.form-contact input[type='text'],
.form-contact input[type='email'],
.form-contact input[type='password'] {
  background-color: transparent;
  width: 100%;
  display: block;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #fff;
  margin: 5px 0 30px;
  padding: 7px 15px;
  border: 1px solid #ffeded;
  box-sizing: border-box;
}

.form-login input[type='text'],
.form-login input[type='email'],
.form-login input[type='password'] {
  background-color: transparent;
  width: 100%;
  display: inline-block;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #fff;
  padding: 7px 15px;
  border: 1px solid #ffeded;
  box-sizing: border-box;
}

.fa-eye {
  margin-left: -30px;
  cursor: pointer;
  display: initial !important;
}

.fa-eye-slash {
  margin-left: -31px;
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url(/images/dropdown_arrow.png);
  background-repeat: no-repeat;
  background-position: 98%;
  grid-area: select;
  border: 1px solid #ffeded;
  border-radius: 0;
  padding: 6px 15px;
  margin: 0;
  color: #fff;
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: 16px;
  cursor: pointer;
  line-height: 2;
  box-sizing: border-box;
  outline: none;
}

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

select:invalid,
select option[value=''] {
  color: #777;
}

option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #1d1d1d !important;
}

textarea {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  line-height: 2;
  color: #fff;
  padding: 10px 20px;
  max-width: 100%;
  width: 100%;
  border: 1px solid #ffeded;
  margin: 10px 0 20px;
  box-sizing: border-box;
}

input[type='submit'] {
  background-color: transparent;
  cursor: pointer;
  border: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

input[type='submit'].btn-red {
  background-color: #e1251b;
  border: 1px solid #e1251b !important;
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 13px 44px;
  white-space: nowrap;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

input[type='submit'].btn-red:hover {
  background-color: #000;
  border: 1px solid #000 !important;
}

input[type='submit'].btn-rounded-red {
  background-color: #e1251b;
  border: 1px solid #e1251b!important;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  width: fit-content;
  text-align: center;
  padding: 12px 44px;
  white-space: nowrap;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

input[type='submit'].btn-rounded-red:hover {
  background-color: #fff;
  color: #e1251b;
}

input[type='submit'].footer-btn {
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #e1251b;
  color: #fff;
  font-family: Lato;
  font-size: 18px;
  background-image: url(/images/arrow_rt_red.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 58px;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

input[type='submit'].footer-btn:hover {
  background-color: #e1251b;
  background-image: url(/images/arrow_rt_white.png);
}

input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  margin-right: 20px;
  color: #000;
  width: 25px;
  height: 25px;
  border: 0.15em solid #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type='checkbox']::before {
  content: ' ';
  width: 20px;
  height: 20px;
  transform: scale(0);
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  background-color: #000;
  -webkit-transition: 120ms all ease-in-out;
  transition: 120ms all ease-in-out;
}

input[type='checkbox']:checked::before {
  transform: scale(1);
}

input[type='checkbox']:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

input:focus {
  outline: none;
}

::placeholder {
  color: #777;
  font-weight: 500;
}

:-ms-input-placeholder {
  color: #777;
  font-weight: 500;
}

::-ms-input-placeholder {
  color: #777;
  font-weight: 500;
}

::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  color: #56b0d2;
  background: #56b0d2;
}

::-webkit-inner-spin-button {
  display: none;
}

/*---------------------- /form -----------------------*/

.header {
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  position: relative;
}

.header-center {
  width: 100%;
  height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.header-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
  padding: 0 20px;
}

.header-slider-container {	
  margin-top:114px;
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header-video-container {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.header-video-container video-js {
  min-width: 100%;
  min-height: 100%;
  max-width: 1920px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.hidden {
  overflow: hidden;
}

.image-color {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.image-color:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.image-zoom {
  -webkit-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out;
}

img.image-zoom {
  display: block;
}

.image-zoom:hover {
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.inline {
  display: inline-block;
}

.list {
  display: inline-block;
  margin-top: 20px;
}

.list li {
  padding: 15px 0;
}

.list-bullets {
  display: inline-block;
  margin: 20px 0 0 20px;
}

.list-bullets li {
  padding: 5px 0;
}

.list-bullets li::before {
  content: '\fe63';
  font-size: 2em;
  line-height: 1em;
  position: relative;
  top: 6px;
}

ol.list-numbered {
  list-style-type: none;
  counter-reset: li;
}

.list-numbered {
  margin-top: 20px;
}

.list-numbered li {
  display: flex;
  align-items: center;
  counter-increment: li;
  list-style-type: none;
  padding: 20px 0;
  border: none;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.list-numbered li::before {
  content: counter(li);
  color: #000;
  display: inline-block;
  margin-right: 1em;
  text-align: center;
  direction: rtl;
  font-size: 1.2rem;
}

.m-center {
  margin-left: auto;
  margin-right: auto;
}

.m-left {
  margin-left: 0 !important;
  margin-right: auto;
}

.m-right {
  margin-right: 0 !important;
  margin-left: auto;
}

.m-a-xs {
  margin: 5px;
}

.m-a-sm {
  margin: 11px;
}

.m-a-md {
  margin: 15px;
}

.m-a-lg {
  margin: 20px;
}

.m-a-xl {
  margin: 30px;
}

.m-a-xxl {
  margin: 50px;
}

.m-a-none {
  margin: 0 !important;
}

.m-b-xs {
  margin-bottom: 5px;
}

.m-b-sm {
  margin-bottom: 11px;
}

.m-b-md {
  margin-bottom: 15px;
}

.m-b-lg {
  margin-bottom: 20px;
}

.m-b-xl {
  margin-bottom: 30px;
}

.m-b-xxl {
  margin-bottom: 50px;
}

.m-b-xxxl {
  margin-bottom: 100px;
}

.m-b-n-xxl {
  margin-bottom: -50px;
}

.m-l-xs {
  margin-left: 5px;
}

.m-l-sm {
  margin-left: 11px;
}

.m-l-md {
  margin-left: 15px;
}

.m-l-lg {
  margin-left: 20px;
}

.m-l-xl {
  margin-left: 30px;
}

.m-l-xxl {
  margin-left: 50px;
}

.m-l-xxxl {
  margin-left: 100px;
}

.m-l-n-xxl {
  margin-left: -50px;
}

.m-l-n-xxxl {
  margin-left: -100px;
}

.m-r-xs {
  margin-right: 5px;
}

.m-r-sm {
  margin-right: 11px;
}

.m-r-md {
  margin-right: 15px;
}

.m-r-lg {
  margin-right: 20px;
}

.m-r-xl {
  margin-right: 30px;
}

.m-r-xxl {
  margin-right: 50px;
}

.m-r-xxxl {
  margin-right: 100px;
}

.m-r-n-xxl {
  margin-right: -50px;
}

.m-t-xs {
  margin-top: 5px;
}

.m-t-sm {
  margin-top: 11px;
}

.m-t-md {
  margin-top: 15px;
}

.m-t-lg {
  margin-top: 20px;
}

.m-t-xl {
  margin-top: 30px;
}

.m-t-xxl {
  margin-top: 50px;
}

.m-t-xxxl {
  margin-top: 100px;
}

.m-t-200 {
  margin-top: 200px;
}

.m-t-n-xs {
  margin-top: -3px;
}

.m-t-n-sm {
  margin-top: -11px;
}

.m-t-n-md {
  margin-top: -15px;
}

.m-t-n-lg {
  margin-top: -20px;
}

.m-t-n-xl {
  margin-top: -30px;
}

.m-t-n-xxl {
  margin-top: -50px;
}

.m-t-n-xxxl {
  margin-top: -100px;
}

.main-container {
  width: 100%;
  min-height: 100%;
}

/*------------------ modal popup ------------------*/

.modal {
  display: none;
  position: fixed;
  z-index: 111;
  padding-top: 35vh;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.85);
}

.modal-content {
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  margin: auto;
  padding: 30px;
  max-width: 600px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
}

.modal-close {
  color: #e1251b;
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.modal-close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
}

.modal-loading {
  position: fixed;
  z-index: 1111;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
}
.modal-content-loading {
  position: fixed;
  color: #fff;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 35%;
  left: calc(50% - 50px);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*------------------ /modal popup ------------------*/

.mobile-show {
  display: none !important;
}

.mobile-show-flex {
  display: none !important;
}

.mobile-table-show {
  display: none !important;
}

.news-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.news-feed li {
  -webkit-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out;
}

.news-feed li:hover {
  background-color: #e1251b;
}

.news-social {
  display: flex;
  justify-content: space-between;
}

.news-social li {
  width: 33%;
  padding: 5px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.news-social a {
  color: #fff;
  font-size: 1.2rem;
  width: 100%;
  padding: 10px 5px;
}

.nowrap {
  white-space: nowrap;
}

.number1-home,
.number2-home,
.number3-home {
  position: relative;
}

.number1-home:before {
  content: ' ';
  background: url(/images/slide_1.svg) 0 0 no-repeat;
  position: absolute;
  top: -135px;
  left: -75px;
  width: 126px;
  height: 479px;
}

.number2-home:before {
  content: ' ';
  background: url(/images/slide_2.svg) 0 0 no-repeat;
  position: absolute;
  top: -135px;
  left: -75px;
  width: 231px;
  height: 480px;
}

.number3-home:before {
  content: ' ';
  background: url(/images/slide_3.svg) 0 0 no-repeat;
  position: absolute;
  top: -135px;
  left: -75px;
  width: 231px;
  height: 480px;
}

.overlay-black {
  position: absolute;
  background-color:rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  z-index: 111;
  top: 0;
  left: 0;
}

.p-a-xs {
  padding: 5px;
}

.p-a-sm {
  padding: 11px;
}

.p-a-md {
  padding: 15px;
}

.p-a-lg {
  padding: 20px;
}

.p-a-xl {
  padding: 30px;
}

.p-a-xxl {
  padding: 50px;
}

.p-a-xxxl {
  padding: 100px;
}

.p-b-xs {
  padding-bottom: 5px;
}

.p-b-sm {
  padding-bottom: 11px;
}

.p-b-md {
  padding-bottom: 15px;
}

.p-b-lg {
  padding-bottom: 20px;
}

.p-b-xl {
  padding-bottom: 30px;
}

.p-b-xxl {
  padding-bottom: 50px;
}

.p-b-xxxl {
  padding-bottom: 100px;
}

.p-b-none {
  padding-bottom: 0 !important;
}

.p-l-xs {
  padding-left: 5px;
}

.p-l-sm {
  padding-left: 11px;
}

.p-l-md {
  padding-left: 15px;
}

.p-l-lg {
  padding-left: 20px;
}

.p-l-xl {
  padding-left: 30px;
}

.p-l-xxl {
  padding-left: 50px;
}

.p-l-xxxl {
  padding-left: 100px;
}

.p-r-xs {
  padding-right: 5px;
}

.p-r-sm {
  padding-right: 11px;
}

.p-r-md {
  padding-right: 15px;
}

.p-r-lg {
  padding-right: 20px;
}

.p-r-xl {
  padding-right: 30px;
}

.p-r-xxl {
  padding-right: 50px;
}

.p-r-xxxl {
  padding-right: 100px;
}

.p-t-xs {
  padding-top: 5px;
}

.p-t-sm {
  padding-top: 11px;
}

.p-t-md {
  padding-top: 15px;
}

.p-t-lg {
  padding-top: 20px;
}

.p-t-xl {
  padding-top: 30px;
}

.p-t-xxl {
  padding-top: 50px;
}

.p-t-xxxl {
  padding-top: 100px;
}

.p-h-sm {
  padding-left: 11px;
  padding-right: 11px;
}

.p-h-md {
  padding-left: 15px;
  padding-right: 15px;
}

.p-h-lg {
  padding-left: 20px;
  padding-right: 20px;
}

.p-h-xl {
  padding-left: 30px;
  padding-right: 30px;
}

.p-h-xxl {
  padding-left: 50px;
  padding-right: 50px;
}

.p-h-xxxl {
  padding-left: 100px;
  padding-right: 100px;
}

.p-v-sm {
  padding-top: 11px;
  padding-bottom: 11px;
}

.p-v-md {
  padding-top: 15px;
  padding-bottom: 15px;
}

.p-v-lg {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-v-xl {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-v-xxl {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-v-xxxl {
  padding-top: 100px;
  padding-bottom: 100px;
}

.p-a-none {
  padding: 0 !important;
}

.p-t-none {
  padding-top: 0 !important;
}

.p-h-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p-v-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/*---------------------- parallax -----------------------*/

.parallax::after {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateZ(-1px) scale(1.5);
  background-size: 100%;
  z-index: -1;
}

.parallax-wrapper {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  perspective: 2px;
}

section {
  transform-style: preserve-3d;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}

.bg1::after {
  background: url(/images/home_bg1.jpg);
  background-size: cover;
}

.bg2::after {
  background: url(/images/home_bg2.jpg);
  background-size: cover;
}

.bg2 {
  z-index: 11;
}

.bg3::after {
  background: url(/images/home_bg3.jpg);
  background-size: cover;
}

/*---------------------- /parallax -----------------------*/


.play-overlay {
  position: absolute;
  display: block;
  width: 40px;
  height: 36px;
  z-index: 111;
  top: 20px;
  right: 20px;
}

.pointer {
  cursor: pointer;
}

/*------------------ popup ------------------*/

.popup {
  display: none;
  z-index: 111;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.popup-content {
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.popup-close {
  color: #000;
  position: absolute;
  right: 6px;
  top: 3px;
  -webkit-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out;
}


/*------------------ /popup ------------------*/


.pos-abs {
  position: absolute;
}

.pos-abs-top-center {
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	z-index:111;
}

.pos-rel {
  position: relative;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.slide-left {
  display: block;
  animation: 1s ease-out 0s 1 slideInFromLeft;
  transform: translateX(0%);
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

.slide-left2 {
  display: block;
  animation: 1s ease-out 0s 1 slideInFromLeft3;
  transform: translateX(10%);
}

@keyframes slideInFromLeft3 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(10%);
  }
}

.slide-right {
  display: block;
  float: right;
  animation: 1s ease-out 0s 1 slideInFromRight;
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

.slide-text-left {
  display: block;
  animation: 1s ease-out 0s 1 slideInFromLeft2;
  transform: translateX(10%);
}

@keyframes slideInFromLeft2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(10%);
  }
}

.slide-text-right {
  display: block;
  animation: 1s ease-out 0s 1 slideInFromRight2;
  transform: translateX(-10%);
}

@keyframes slideInFromRight2 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-10%);
  }
}

.slide-top {
  display: block;
  animation: 1s ease-out 0s 1 slideInFromTop;
  transform: translateY(0%);
}

@keyframes slideInFromTop {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

.slide-countries li {
  height: 750px;
}

#slider-team p {
  font-size: 15px;
}

.snap-container {
  max-height: 100vh;
  overflow: scroll;
  overscroll-behavior-y: contain;
  scroll-snap-type: y mandatory;
}

.snap-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
  scroll-snap-align: start;
}

.snap-item:last-child {
  justify-content: center;
}

.sr-only {
  font-size: 0;
  height: 1px;
  overflow: hidden;
  display: block;
}

.star-overlay {
  position: absolute;
  display: block;
  width: 40px;
  height: 36px;
  z-index: 111;
  top: 20px;
  right: 20px;
}

.stitches-abs {
  position: absolute;
  top: 60px;
  left: -50px;
  z-index: -11;
}

.stitches-abs2 {
  position: absolute;
  top: 135px;
  right: 20px;
  z-index: -11;
}

.stitches-abs3 {
  position: absolute;
  top: 60px;
  left: 100px;
  z-index: -11;
}

/*---------------------- tabs -----------------------*/

.tab {
  overflow: hidden;
  border-bottom: 1px solid #b1b1b1;
}

.tab button {
  width: 100%;
  align-items: center;
  background-color: inherit;
  font-family: Lato;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  color: #b1b1b1;
  padding: 20px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.tab button:hover {
  color: #e1251b;
}

.tab button.active {
  color: #e1251b;
  font-weight: 700;
  border-bottom: 1px solid #e1251b;
}

.tabcontent {
  display: block;
  overflow: hidden;
  padding: 40px;
  min-height: 485px;
}

/*---------------------- /tabs -----------------------*/

.text-black {
  color: #000;
}

.text-red {
  color: #e1251b;
}

.text-gray {
  color: #707070;
}

.text-white {
  color: #fff;
}

.text-block {
  max-width: 500px;
}

.text-block2 {
  max-width: 300px;
}

.text-bold {
  font-weight: 900;
}

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

.text-hover:hover {
  color: #e1251b;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.text-italic {
  font-style: italic;
}

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

.text-medium {
  font-weight: 700;
}

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

.text-shadow {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.65);
}

.text-small {
  font-size: 0.7rem;
}

.text-spacing {
  letter-spacing: 5px;
}

.text-thin {
  font-weight: 100;
}

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

.text-underline {
  text-decoration: underline;
}

.text-vertical {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

/*---------------------- toggle switch -----------------------*/

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 34px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: '';
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  border-radius: 50%;
  background-color: #e1251b;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #e1251b;
}

input:focus + .slider {
  box-shadow: 0 0 1px #fff;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: #fff;
}

.title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/*---------------------- /toggle switch -----------------------*/

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  padding: 80px 40px;
}

.wrapper-np {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  padding-left: 40px;
  padding-right: 40px;
}

.wrapper-sm {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding: 80px 40px;
}

.wrapper-sm-np {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding-left: 40px;
  padding-right: 40px;
}

.wrapper-xs {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  padding: 80px 40px;
}

.underline {
  text-decoration: underline;
}

.vh-50 {
  height: 50vh !important;
}

.vh-75 {
  height: 75vh !important;
}

.vh-100 {
  height: 100vh !important;
}


/*---------------------- video js -----------------------*/


.video-ad.video-js .vjs-play-control {
  display: none;
}

.video-ad.vjs-has-started .vjs-control-bar {
  justify-content: flex-end;
}

.video-ad.video-js .vjs-progress-control {
  display: none;
}

.video-ad.video-js.vjs-playing .vjs-tech {
  pointer-events: none;
}

#vid1 .vjs-progress-control,
#vid1 .vjs-remaining-time,
#vid1 .vjs-time-control {
  display: none !important;
}

#vid2 .vjs-progress-control,
#vid2 .vjs-remaining-time,
#vid2 .vjs-time-control,
#vid2 .vjs-play-control {
  display: none !important;
}

#vid2 .vjs-tech {
  pointer-events: none;
}


/*---------------------- /video js -----------------------*/


.video-container {
  padding-left: 255px;
}

.video-container video {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  z-index: 11;
  height: 75vh;
}

.video-dimensions {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-dimensions iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video_player {
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
	background: #1c1c1c;
	max-width: 100%;
}

#video_container {
	position: relative;
	width:81%;
	box-sizing: border-box;
}


#video_container video {
	position: absolute;
	display: block;
	width: 97%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	cursor: pointer;
}

#video_player figcaption {
	display: flex;
	flex-direction: column;
	width: 19%;
	box-sizing: border-box;
}

#video_player figcaption a {
	padding: 5px;
	display: flex;
	opacity: .3;
	transition: 1s opacity;
	box-sizing: border-box;
}

#video_player figcaption a img {
	width: 100%;
}

#video_player figcaption a.currentvid,
#video_player figcaption a:hover,
#video_player figcaption a:focus {
	opacity: 1;
}

.video-wrapper {
  padding: 30px 10px;
  max-width: 1600px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.width-10 {
  width: 10%;
  box-sizing: border-box;
}

.width-20 {
  width: 20%;
  box-sizing: border-box;
}

.width-25 {
  width: 25%;
  box-sizing: border-box;
}

.width-33 {
  width: 33.333%;
  box-sizing: border-box;
}

.width-50 {
  width: 50%;
  box-sizing: border-box;
}

.width-66 {
  width: 66.666%;
  box-sizing: border-box;
}

.width-75 {
  width: 75%;
  box-sizing: border-box;
}

.width-80 {
  width: 80%;
  box-sizing: border-box;
}

.width-90 {
  width: 90%;
  box-sizing: border-box;
}

.width-100 {
  width: 100%;
  box-sizing: border-box;
}

.z-11 {
  z-index: 11;
}

/*---------------------- footer -----------------------*/

.footer-container {
  width: 100%;
  position: relative;
  font-size: 12px;
  background: #1c1c1c;
}

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

.footer-nav a {
  position: relative;
  padding: 10px 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.footer-wrapper {
  max-width: 1600px;
  padding: 50px 40px;
  margin: 0 auto;
}

.footer-wrapper2 {
  max-width: 1000px;
  padding: 10px 40px;
  margin: 0 auto;
}

img.logo-footer {
  width: 225px;
}



@media only screen and (min-width: 1050px) {
  .mobile-menu {
    display: none;
  }
}

@media only screen and (max-width: 1050px) {
  h1 {
    font-size: 65px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 21px;
  }

  h4 {
    font-size: 18px;
  }

  .b-cancel {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
  }

  .b-l-thin {
    border-left-width: 0;
    border-top-width: 1px;
    border-top-style: solid;
  }

	.btn-slider-black {
	  left: 0;
	  right: 0;
	  margin: 0 auto;
	  bottom: 30px;
	  font-size: 16px;
	  padding: 10px 30px;
	}
	
	.btn-slider-white {
	  left: 0;
	  right: 0;
	  margin: 0 auto;
	  bottom: 30px;
	  font-size: 16px;
	  padding: 10px 30px;
	}

	.btn-slider-red {
	  bottom: 30px;
	  font-size: 16px;
	  padding: 10px 30px;
	}

	.btn-slider-red2 {
	  bottom: 30px;
	  font-size: 16px;
	  padding: 10px 30px;
	}

	.btn-rounded-red {
	  font-size: 16px;
	  padding: 10px 30px;
	}

  .fa-plus {
    right: 20px;
    bottom: 56%;
  }

  .flex-center-mobile {
    justify-content: center;
  }

  .flex-align-start-mobile {
    align-items: flex-start;
  }

  .flex-start-mobile {
    justify-content: flex-start;
  }

  .flex-wrap-mobile {
    flex-wrap: wrap;
  }

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

  .footer-nav a {
    padding: 10px 0;
  }

  .footer-social {
    margin-top: 20px;
  }

  .footer-wrapper {
    padding: 40px 30px;
  }

  .header {
    height: 500px;
  }

  .header-mobile {
    display: flex;
    align-items: center;
  }

	.header-container {
	  margin-top:72px;
	}

  .header-nav {
    display: none;
  }

  .header-wrapper {
    padding: 5px 30px;
  }

  input[type='text'],
  input[type='email'] {
    border-right: 1px solid #ffeded;
  }

  .list-numbered {
    margin-left: 30px;
  }

  .logo-header img {
    width: 125px;
  }

  .m-cancel {
    margin: 0 !important;
  }

  .m-h-cancel {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .m-t-mobile {
    margin-top: 30px;
  }

  .mobile-hide {
    display: none !important;
  }

  .mobile-menu .closebtn {
    right: 35px;
  }

  .mobile-show {
    display: block !important;
  }

  .mobile-show-flex {
    display: flex !important;
  }

  .nav-menu {
    padding-left: 50px;
  }

  .number1-home::before,
  .number2-home::before,
  .number3-home::before {
    top: -100px;
    left: 0;
  }

  .p-cancel {
    padding: 0 !important;
  }

  .p-t-cancel {
    padding-top: 0 !important;
  }

  .p-h-cancel {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .p-v-cancel {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-v-mobile {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .play-button {
    width: 60px;
    top: 44%;
  }

  .play-button-hover {
    width: 60px;
    top: 44%;
  }

  .pull-cancel {
    float: none;
  }

  .stitches-abs {
    top: 40px;
  }

  .stitches-abs2 {
    top: 40px;
  }

  .stitches-abs3 {
    top: 40px;
  }
	
  .slide-text-left {
    transform: translateX(0%);
  }

  @keyframes slideInFromLeft2 {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0%);
    }
  }

  .slide-text-right {
    transform: translateX(0%);
  }

  @keyframes slideInFromRight2 {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0%);
    }
  }

	.slide-left2 {
	  display: block;
	  animation: 1s ease-out 0s 1 slideInFromLeft3;
	  transform: translateX(0%);
	}

	@keyframes slideInFromLeft3 {
	  0% {
		transform: translateX(-100%);
	  }
	  100% {
		transform: translateX(0%);
	  }
	}

  .slide-right {
    float: none;
  }

  @keyframes slideInFromRight {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(0);
    }
  }

  .text-block {
    max-width: 100%;
  }

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

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

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

  .text-large-mobile {
    font-size: 5em;
  }

  .text-vertical {
    writing-mode: lr;
    transform: none;
  }

  .wrapper {
    padding: 50px 30px;
  }

  .wrapper-np {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper-sm {
    padding: 50px 30px;
  }

  .wrapper-sm-np {
    padding-left: 30px;
    padding-right: 30px;
  }

  .vh-cancel {
    height: initial !important;
  }

  .video-container {
    padding-left: 0px;
  }
	
	#video_player figcaption {
		width: 100%;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	#video_player video {
		display: table-row;
	}
	
	#video_container {
		width: 100%;
		padding-top: 56.25%;
	}
	
	#video_player figcaption a {
		display: inline-block;
		width: 50%;
	}

  .video-wrapper {
    padding: 0 50px;
  }

  .width-20 {
    width: 100%;
  }

  .width-25 {
    width: 100%;
  }

  .footer-social .width-50 {
    width: 50%;
  }

  .nowrap .width-50 {
    width: 50%;
  }
	
  .width-33 {
    width: 100%;
  }

  .width-50 {
    width: 100%;
  }

  .width-66 {
    width: 100%;
  }

  .width-75 {
    width: 100%;
  }

  .width-80 {
    width: 100%;
  }
}

@media only screen and (max-width: 820px) {

  .slide-countries li {
    height: 650px;
  }

  .mobile-table-hide {
    display: none !important;
  }

  .mobile-table-show {
    display: block !important;
  }
}

@media only screen and (max-width: 640px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 27px;
  }

  h3 {
    font-size: 19px;
  }

  h4 {
    font-size: 17px;
  }

  body {
    font-size: 16px;
  }

	.btn-slider-black {
	  bottom: 20px;
	  font-size: 12px;
  	  letter-spacing: 2px;
	  padding: 7px 20px;
	}

	.btn-slider-white {
	  bottom: 20px;
	  font-size: 12px;
  	  letter-spacing: 2px;
	  padding: 7px 20px;
	}

	.btn-slider-red {
	  bottom: 20px;
	  font-size: 12px;
  	  letter-spacing: 2px;
	  padding: 7px 20px;
	}

	.btn-slider-red2 {
	  bottom: 20px;
	  font-size: 12px;
  	  letter-spacing: 2px;
	  padding: 7px 20px;
	}

	.btn-rounded-red {
	  font-size: 14px;
  	  letter-spacing: 2px;
	  padding: 7px 20px;
	}

  .header {
    height: 400px;
  }

  .slide-countries li {
    height: 500px;
  }

  .stitches-abs {
    top: 0px;
  }

  .stitches-abs2 {
    top: 0px;
  }

  .stitches-abs3 {
    top: 0px;
  }

  table td {
    padding: 10px;
    font-size: 9.5px;
  }
	
	#video_player figcaption h4 {
		font-size: 10px;
	}

  .wrapper {
    padding: 50px 20px;
  }
}



@media only screen and (max-width: 479px) {
	
	
	
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 17px;
  }

  h4 {
    font-size: 16px;
  }

  body {
    font-size: 15px;
  }

  .slide-countries li {
    height: 400px;
  }
}




@media only screen and (max-width: 370px) {
	
	
  .p-cancel2 {
    padding: 0 !important;
  }
}
