body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Open Sans', Georgia, serif;
  font-weight: 400;
  font-style: normal;
  color: #303030;
  font-size: 15px;
  line-height: 23px;
  text-align: left;
}

*:focus {
  outline: none;
}

::-moz-selection {
  background-color: #000000;
  color: #ffffff;
}

::selection {
  background-color: #000000;
  color: #ffffff;
}

section,
header,
footer,
article,
form {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

.spacer {
  font-size: 1px;
  line-height: 0px;
  height: 25px;
}

.spacer-large {
  font-size: 1px;
  line-height: 0px;
  height: 35px;
}

.spacer-block {
  font-size: 1px;
  line-height: 0px;
  height: 10px;
}

.clear {
  clear: both;
  font-size: 1px;
  line-height: 0px;
}


/* FOOTER SECTION */

#footerSection {
  width: 100%;
  min-width: 760px;
  background-color: #1b1b1b;
  box-sizing: border-box;
  border-top: 10px solid #ffffff;
}

.footerBox {
  margin: 0px 0px 0px 0px;
  padding: 50px 0px 50px 100px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 15px;
  line-height: 35px;
  text-align: left;
  width: 33%;
  float: left;
  box-sizing: border-box;
  white-space: nowrap;
}

.footerBox div {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 15px 0px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  font-size: 15px;
  line-height: 35px;
  text-align: left;
  box-sizing: border-box;
}

.footerBox a {
  color: #ffffff;
}

.footerBox a:hover {
  color: #ff3857;
  border-bottom: 1px dotted #e30629;
}

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

  .footerBox {
    padding: 25px 50px 25px 50px;
    font-size: 35px;
    line-height: 65px;
    width: 100%;
    float: none;
  }

  .footerBox div {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
    font-family: 'Yantramanav', Arial, serif;
    font-weight: 500;
    font-style: normal;
    color: #ffffff;
    font-size: 45px;
    line-height: 50px;
    text-align: left;
    box-sizing: border-box;
  }

  .footerBox:nth-child(1) {
    background-color: #1b1b1b;
  }

  .footerBox:nth-child(2) {
    background-color: #222222;
  }

  .footerBox:nth-child(3) {
    background-color: #1b1b1b;
  }

}


/* MENU SECTION */

#menuSection {
  width: 100%;
  min-width: 760px;
  position: relative;
}

#logo {
  font-size: 1px;
  line-height: 0px;
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: 100;
}

#logo-mobile {
  float: left;
  margin: 8px 0px 8px 12px;
  display: none;
}

#menu {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: absolute;
  right: 80px;
  top: 25px;
  z-index: 100;
  display: block;
}

#menu-icon {
  float: right;
  margin: 8px 20px 8px 0px;
  display: none;
  font-family: Arial, serif;
  font-style: normal;
  color: #ffffff;
  font-size: 80px;
  line-height: 80px;
}

#menu .main-menu {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  float: left;
}

#menu .main-menu li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  display: inline-block;
  position: relative;
}

#menu .main-menu li a.main-item {
  color: #ffffff;
  margin-right: 25px;
}

#menu .main-menu li a.main-item:hover {
  color: #aaaaaa;
  margin-right: 25px;
  border-bottom: 1px dotted #e30629;
}

#menu .sub-menu {
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  list-style: none;
  position: absolute;
  display: none;
  left: -20px;
}

#menu .sub-menu li {
  margin: 0px 0px 0px 0px;
  padding: 14px 14px 14px 14px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  font-size: 14px;
  line-height: 14px;
  text-align: left;
  display: block;
  white-space: nowrap;
  background-color: #ffffff;
  border: 1px solid #222222;
  border-top: 0px solid #ffffff;
  text-transform: uppercase;
}

#menu .sub-menu li:first-child {
  border-top: 1px solid #222222;
}

#menu .main-menu li:hover > a.main-item {
  color: #aaaaaa;
  margin-right: 25px;
  border-bottom: 1px dotted #e30629;
}

#menu .main-menu li:hover > .sub-menu {
  display: block;
}

#menu .sub-menu li a {
  color: #222222;
  margin: 0px 0px 0px 0px;
  border: 0px;
}

#menu .sub-menu li a:hover {
  color: #e30629;
  margin: 0px 0px 0px 0px;
  border-bottom: 1px dotted #e30629;
}

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

  #menuSection {
    position: static;
    background-color: #111111;
  }

  #logo {
    display: none;
  }

  #logo-mobile {
    float: left;
    margin: 8px 0px 8px 8px;
    display: block;
  }

  #menu {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: static;
    float: none;
    display: none;
  }

  #menu-icon {
    float: right;
    margin: 8px 20px 8px 0px;
    display: block;
    font-family: Arial, serif;
    font-style: normal;
    color: #ffffff;
    font-size: 80px;
    line-height: 80px;
    cursor: pointer;
  }

  #menu .main-menu {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    float: none;
  }

  #menu .main-menu li {
    margin: 1px 0px 0px 0px;
    padding: 15px 0px 15px 40px;
    font-family: 'Yantramanav', Arial, serif;
    font-weight: 300;
    font-style: normal;
    color: #ffffff;
    font-size: 50px;
    line-height: 54px;
    text-align: left;
    display: block;
    position: relative;
    background-color: #222222;
  }

  #menu .main-menu li a.main-item {
    color: #ffffff;
    margin: 0px 0px 0px 0px;
  }

  #menu .main-menu li a.main-item:hover {
    color: #aaaaaa;
    margin: 0px 0px 0px 0px;
    border: 0px;
  }

  #menu .sub-menu {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    position: static;
    display: block;
    left: -20px;
  }

  #menu .sub-menu li {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 15px 50px;
    font-family: 'Yantramanav', Arial, serif;
    font-weight: 300;
    font-style: normal;
    color: #ffffff;
    font-size: 30px;
    line-height: 36px;
    text-align: left;
    display: block;
    white-space: nowrap;
    background-color: transparent !important;
    border: 0px !important;
    text-transform: uppercase;
  }

  #menu .sub-menu li:first-child {
    padding: 15px 0px 15px 50px;
    border-top: 0px !important;
  }

  #menu .main-menu li:hover > a.main-item {
    color: #aaaaaa;
    margin: 0px 0px 0px 0px;
    border: 0px;
  }

  #menu .main-menu li:hover > .sub-menu {
    display: block;
  }

  #menu .sub-menu li a {
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    border: 0px;
  }

  #menu .sub-menu li a:hover {
    color: #aaaaaa;
    margin: 0px 0px 0px 0px;
    border: 0px;
  }

}


/* SPLASH SECTION */

#splashSection {
  width: 100%;
  min-width: 760px;
  height: 620px;
  position: relative;
}

.splashBoxHolder {
  height: 100%;
  width: 100%;
  position: absolute;
}

.splashItem1 {
  z-index: 20;
}

.splashItem2 {
  display: none;
  z-index: 19;
}

.splashItem3 {
  display: none;
  z-index: 18;
}

.splashItem4 {
  display: none;
  z-index: 17;
}

.splashItem5 {
  display: none;
  z-index: 16;
}

.splashItem6 {
  display: none;
  z-index: 15;
}

.splashBox {
  height: 620px;
  position: relative;
}

.splashBoxBackground {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  z-index: -1;
}

.splashBoxBackground1 {
  background: url('/@media/main/splash-1.jpg?refresh=20170919') no-repeat 50% 50%;
  background-size: cover;
}

.splashBoxBackground2 {
  background: url('/@media/main/splash-2.jpg?refresh=20170113') no-repeat 50% 50%;
  background-size: cover;
}

.splashBoxBackground3 {
  background: url('/@media/main/splash-3.jpg?refresh=20170113') no-repeat 50% 50%;
  background-size: cover;
}

.splashBoxBackground4 {
  background: url('/@media/main/splash-4.jpg?refresh=20170113') no-repeat 50% 50%;
  background-size: cover;
}

.splashBoxBackground5 {
  background: url('/@media/main/splash-5.jpg?refresh=20170113') no-repeat 50% 50%;
  background-size: cover;
}

.splashBoxBackground6 {
  background: url('/@media/main/splash-6.jpg?refresh=20170113') no-repeat 50% 50%;
  background-size: cover;
}

.splashSelectorHolder {
  width: 100%;
  font-size: 1px;
  line-height: 0px;
  position: absolute;
  bottom: 25px;
  z-index: 100;
}

.splashSelector {
  margin: 0px 7px 0px 7px;
  padding: 0px 0px 0px 0px;
  width: 25px;
  height: 25px;
  font-size: 1px;
  line-height: 0px;
  background-color: transparent;
  box-sizing: border-box;
  display: inline-block;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.splashSelectorActive {
  background-color: #ffffff;
}

.SplashTextBox1 {
  position: absolute;
  box-sizing: border-box;
  padding: 0px 0px 0px 0px;
  left: 20%;
  top: 30%;
}

.SplashTextTitle1 {
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 15px 15px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 400;
  font-style: normal;
  color: #e30629;
  font-size: 50px;
  line-height: 55px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.7);
}

.SplashTextBox2 {
  position: absolute;
  box-sizing: border-box;
  padding: 0px 0px 0px 0px;
  left: 43%;
  top: 30%;
}

.SplashTextTitle2 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 100;
  font-style: normal;
  color: #ffffff;
  font-size: 50px;
  line-height: 55px;
  text-align: left;
}

.SplashTextBox3 {
  position: absolute;
  box-sizing: border-box;
  padding: 0px 0px 0px 0px;
  right: 10%;
  top: 30%;
}

.SplashTextTitle3 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 100;
  font-style: normal;
  color: #ffffff;
  font-size: 50px;
  line-height: 55px;
  text-align: left;
}

.SplashTextBox4 {
  position: absolute;
  box-sizing: border-box;
  padding: 0px 0px 0px 0px;
  right: 40%;
  top: 30%;
}

.SplashTextTitle4 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 100;
  font-style: normal;
  color: #ffffff;
  font-size: 50px;
  line-height: 55px;
  text-align: left;
}

.SplashTextBox5 {
  position: absolute;
  box-sizing: border-box;
  padding: 0px 0px 0px 0px;
  left: 20%;
  top: 40%;
}

.SplashTextTitle5 {
  margin: 0px 0px 0px 0px;
  padding: 5px 5px 5px 5px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  font-size: 50px;
  line-height: 55px;
  text-align: left;
  background-color: #000000;
}

.SplashTextBox6 {
  position: absolute;
  box-sizing: border-box;
  padding: 0px 0px 0px 0px;
  left: 20%;
  top: 30%;
}

.SplashTextTitle6 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
}

.SplashButton {
  margin: 15px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  font-size: 25px;
  line-height: 30px;
  text-align: left;
  background-color: #ffffff;
  box-sizing: border-box;
  display: inline-block;
  float: left;
}

.SplashButton a {
  color: #222222;
}

.SplashButton a:hover {
  color: #e30529;
}

.splashGradientTop {
  background: url('/images/gradient-top.png') repeat-x;
  background-position: top center;
  height: 160px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.splashGradientBottom {
  background: url('/images/gradient-bottom.png') repeat-x;
  background-position: bottom center;
  height: 160px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.splashBox .splashGradientTop {
  display: block;
}

.splashBox .splashGradientBottom {
  display: none;
}

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

  #splashSection {
    height: 500px;
  }

  .splashBox {
    height: 500px;
  }

  .splashSelector {
    margin: 0px 12px 0px 12px;
    width: 35px;
    height: 35px;
  }

  .SplashTextBox1 {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
    padding: 0px 20px 20px 20px;
    left: auto;
    right: auto;
    top: auto;
    bottom: 70px;
  }

  .SplashTextTitle1 {
    text-align: center;
  }

  .SplashTextBox2 {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
    padding: 0px 20px 20px 20px;
    left: auto;
    right: auto;
    top: auto;
    bottom: 70px;
  }

  .SplashTextTitle2 {
    text-align: center;
  }

  .SplashTextBox3 {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
    padding: 0px 20px 20px 20px;
    left: auto;
    right: auto;
    top: auto;
    bottom: 70px;
  }

  .SplashTextTitle3 {
    text-align: center;
  }

  .SplashTextBox4 {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
    padding: 0px 20px 20px 20px;
    left: auto;
    right: auto;
    top: auto;
    bottom: 70px;
  }

  .SplashTextTitle4 {
    text-align: center;
  }

  .SplashTextBox5 {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
    padding: 0px 20px 20px 20px;
    left: auto;
    right: auto;
    top: auto;
    bottom: 70px;
  }

  .SplashTextTitle5 {
    text-align: center;
  }

  .SplashTextBox6 {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
    padding: 0px 20px 20px 20px;
    left: auto;
    right: auto;
    top: auto;
    bottom: 70px;
  }

  .SplashTextTitle6 {
    text-align: center;
  }

  .splashBox .splashGradientBottom {
    display: block;
  }

  .splashBox .splashGradientTop {
    display: none;
  }

  .SplashButton {
    margin: 15px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    font-family: 'Yantramanav', Arial, serif;
    font-weight: 300;
    font-style: normal;
    color: #222222;
    font-size: 25px;
    line-height: 30px;
    text-align: left;
    background-color: #ffffff;
    box-sizing: border-box;
    display: inline-block;
    float: none;
  }

}


/* CATEGORY SECTION */

#categorySection {
  width: 100%;
  height: 700px;
  min-width: 760px;
}

.categoryLeft {
  float: left;
  width: 50%;
  box-sizing: border-box;
  border-right: 5px solid #ffffff;
}

.categoryRight {
  float: left;
  width: 50%;
  box-sizing: border-box;
  border-left: 5px solid #ffffff;
}

.categoryBox1 {
  height: 700px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.categoryBox2, .categoryBox3 {
  height: 350px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.categoryBox1 {
  border-top: 10px solid #ffffff;
}

.categoryBox2 {
  border-top: 10px solid #ffffff;
}

.categoryBox3 {
  border-top: 10px solid #ffffff;
}

.categoryBackgroundBlock1 {
  height: 700px;
  width: 100%;
  background-size: cover !important;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
}

.categoryBox1:hover > .categoryBackgroundBlock1 {
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.categoryBackgroundBlock2, .categoryBackgroundBlock3 {
  height: 350px;
  width: 100%;
  background-size: cover !important;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
}

.categoryBox2:hover > .categoryBackgroundBlock2 {
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.categoryBox3:hover > .categoryBackgroundBlock3 {
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.categoryBoxBackground1 {
  background: url('/@media/main/box-category-1.jpg?refresh=20160718') no-repeat 50% 50%;
  background-size: cover;
}

.categoryBoxBackground2 {
  background: url('/@media/main/box-category-2.jpg?refresh=20160718') no-repeat 50% 50%;
  background-size: cover;
}

.categoryBoxBackground3 {
  background: url('/@media/main/box-category-3.jpg?refresh=20160718') no-repeat 50% 50%;
  background-size: cover;
}

.categoryBoxBackgroundSteel {
  background: url('/@media/main/box-category-4.jpg?refresh=20160718') no-repeat 50% 50%;
  background-size: cover;
}

.TextBox {
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  bottom: 0px;
}

.TextBoxTitle {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 100;
  font-style: normal;
  color: #ffffff;
  font-size: 50px;
  line-height: 35px;
}

.TextBoxTitleVideo {
  margin: 70px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 100;
  font-style: normal;
  color: #ffffff;
  font-size: 35px;
  line-height: 35px;
}

.TextBoxVideoIcon {
  font-size: 1px;
  line-height: 0px;
}

.TextBoxVideoIcon img {
  width: 100px;
  height: 100px;
}

.TextBoxPosition1 {
  left: 50px;
  bottom: 20px;
  text-align: left;
}

.TextBoxPosition2 {
  left: 50px;
  bottom: 20px;
  text-align: left;
}

.TextBoxPosition3 {
  right: 50px;
  bottom: 20px;
  text-align: right;
}

.gradient {
  background: url('/images/gradient-bottom.png') repeat-x;
  background-position: bottom center;
  height: 160px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

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

  #categorySection {
    height: auto;
  }

  .categoryLeft {
    float: none;
    width: 100%;
    box-sizing: border-box;
    border-right: 0px solid #ffffff;
  }

  .categoryRight {
    float: none;
    width: 100%;
    box-sizing: border-box;
    border-left: 0px solid #ffffff;
  }

  .categoryBox1, .categoryBox2, .categoryBox3 {
    height: 400px;
  }

  .categoryBackgroundBlock1, .categoryBackgroundBlock2, .categoryBackgroundBlock3 {
    height: 400px;
  }

  .TextBoxTitle {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    font-family: 'Yantramanav', Arial, serif;
    font-weight: 100;
    font-style: normal;
    color: #ffffff;
    font-size: 80px;
    line-height: 35px;
  }

  .TextBoxTitleVideo {
    margin: 70px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    font-family: 'Yantramanav', Arial, serif;
    font-weight: 100;
    font-style: normal;
    color: #ffffff;
    font-size: 40px;
    line-height: 35px;
  }

  .TextBoxVideoIcon img {
    width: 150px;
    height: 150px;
  }

  .TextBoxPosition1 {
    bottom: 20px;
    left: auto;
    right: auto;
    text-align: center;
  }

  .TextBoxPosition2 {
    bottom: 20px;
    left: auto;
    right: auto;
    text-align: center;
  }

  .TextBoxPosition3 {
    bottom: 20px;
    left: auto;
    right: auto;
    text-align: center;
  }

}


/* CATEGORY SUB SECTION */

#categorySubSection {
  width: 100%;
  height: 350px;
  min-width: 760px;
}

.categorySubBox {
  height: 350px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border-top: 10px solid #ffffff;
}

.categoryBackgroundSub {
  height: 350px;
  width: 100%;
  background-size: cover !important;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
}

.categorySubBox:hover > .categoryBackgroundSub {
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.categoryBoxSubBackground1 {
  background: url('/@media/main/box-category-3.jpg?refresh=20160718') no-repeat 50% 50%;
  background-size: cover;
}

.categoryBoxSubBackground2 {
  background: url('/@media/main/box-category-sub-1.jpg?refresh=2018') no-repeat 50% 50%;
  background-size: cover;
}

.categoryBoxSubBackground3 {
  background: url('/@media/main/box-category-sub-3.jpg?refresh=20160718') no-repeat 50% 50%;
  background-size: cover;
}

.categoryBoxSubBackground4 {
  background: url('/@media/main/box-category-sub-4.jpg?refresh=20160718') no-repeat 50% 50%;
  background-size: cover;
}

.categoryBoxSubBackgroundVideo1 {
  background: url('/@media/main/video1.gif') no-repeat 50% 50%;
  background-size: cover;
}

.categoryBoxSubBackgroundVideo2 {
  background: url('/@media/main/video2.gif') no-repeat 50% 50%;
  background-size: cover;
}

.TextBoxPositionSub1 {
  left: 50px;
  bottom: 20px;
  text-align: left;
}

.TextBoxPositionSub2 {
  left: 50px;
  bottom: 20px;
  text-align: left;
}

.TextBoxPositionSub3 {
  left: 50px;
  bottom: 20px;
  text-align: left;
}

.TextBoxPositionSub4 {
  left: 50px;
  bottom: 20px;
  text-align: left;
}

.TextBoxPositionVideo1 {
  bottom: 20px;
  text-align: center;
}

.TextBoxPositionVideo2 {
  bottom: 20px;
  text-align: center;
}

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

  #categorySubSection {
    height: auto;
  }

  .categorySubBox {
    height: 400px;
  }

  .categoryBackgroundSub {
    height: 400px;
  }

  .TextBoxPositionSub1 {
    bottom: 20px;
    left: auto;
    right: auto;
    text-align: center;
  }

  .TextBoxPositionSub2 {
    bottom: 20px;
    left: auto;
    right: auto;
    text-align: center;
  }

  .TextBoxPositionSub3 {
    bottom: 20px;
    left: auto;
    right: auto;
    text-align: center;
  }

  .TextBoxPositionSub4 {
    bottom: 20px;
    left: auto;
    right: auto;
    text-align: center;
  }

  .TextBoxPositionVideo1 {
    bottom: 20px;
    left: auto;
    right: auto;
    text-align: center;
  }

  .TextBoxPositionVideo2 {
    bottom: 20px;
    left: auto;
    right: auto;
    text-align: center;
  }

}


/* MINI SECTION */

#miniSection {
  width: 100%;
  height: 350px;
  min-width: 760px;
}

#miniSection .miniBox {
  border-top: 10px solid #ffffff;
  border-left: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
}

#miniSection .miniBox:first-child {
  border-left: 0px solid #ffffff !important;
}

#miniSection .miniBox:last-child {
  border-right: 0px solid #00ffff !important;
}

.miniBoxBackground {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  z-index: -1;
}

.miniBoxBackgroundVideo {
  position: relative;
  width: 100%;
  height: 100%;
}

.miniBoxVideo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.miniBoxBackground1 {
  background: url('/@media/main/main-screen-smallbox-1.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.miniBoxBackground2 {
  background: url('/@media/main/main-screen-smallbox-2.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.miniBoxBackground3 {
  background: url('/@media/main/main-screen-smallbox-3.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.miniBoxBackground4 {
  background: url('/@media/main/main-screen-smallbox-4.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.miniBoxBackground5 {
  background: url('/@media/main/main-screen-smallbox-5.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.miniBoxBackground6 {
  background: url('/@media/main/main-screen-smallbox-6.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.miniBox {
  float: left;
  height: 350px;
  width: 25%;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
}

.miniBox:hover > .redBox {
  display: block;
}

.redBox {
  background: url('/images/red.png') repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: none;
}

.wideBox {
  width: 50%;
}

.TextBoxSmall {
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  padding: 0px 20px 5px 20px;
  bottom: 0px;
}

.TextBoxSmallTitle {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 100;
  font-style: normal;
  color: #ffffff;
  font-size: 32px;
  line-height: 24px;
  text-align: left;
}

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

  #miniSection {
    height: auto;
    font-size: 1px;
    line-height: 0px;
  }

  #miniSection .miniBox {
    border-top: 10px solid #ffffff;
    border-left: 0px solid #ffffff;
    border-right: 0px solid #ffffff;
    margin: 0px;
  }

  .miniBox {
    float: none;
    height: 250px;
    width: 100%;
  }

  .wideBox {
    width: 100%;
  }

  .TextBoxSmallTitle {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
    font-family: 'Yantramanav', Arial, serif;
    font-weight: 100;
    font-style: normal;
    color: #ffffff;
    font-size: 42px;
    line-height: 24px;
    text-align: center;
  }

}


/* COOKIE POPUP */

#cookie {
  left: 0px;
  right: 0px;
  bottom: 25px;
  margin: 0px auto;
  max-width: 670px;
  padding: 13px 10px 13px 10px;
  font-family: 'Yantramanav', Arial, serif;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  box-sizing: border-box;
  white-space: nowrap;
  position: fixed;
  z-index: 1000;
}

#cookie a {
  margin: 0px 0px 0px 15px;
  color: #ffffff;
  font-weight: 500;
}

#cookie a:hover {
  margin: 0px 0px 0px 15px;
  color: #999999;
  font-weight: 500;
  border-bottom: 1px dotted #999999;
}

#cookie span {
  margin: 0px 0px 0px 15px;
  padding: 2px 8px 2px 8px;
  border-radius: 10px;
  background-color: #e30529;
  display: inline-block;
}

#cookie span a {
  margin: 0px 0px 0px 0px;
  color: #ffffff;
  font-weight: 500;
}

#cookie span a:hover {
  margin: 0px 0px 0px 0px;
  color: #000000;
  font-weight: 500;
  border-bottom: 0px dotted #999999;
}

/* ECO */

.eco-small {
  margin: 3px 0px 0px 0px;
  font-size: 1px;
  line-height: 0px;
  display: inline-block;
  cursor: pointer;
}

.eco-large {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  position: absolute;
  bottom: 100px;
  left: 120px;
  cursor: pointer;
}

.labelImage {
  font-size: 1px;
  line-height: 0px;
}

.TooltipPopUp {
  display: none;
}

.tooltipster-box {
	background: #ffffff !important;
	border: 2px solid #e30529 !important;
	border-radius: 0px !important;
	box-shadow: none !important;
}

.tooltipster-content {
  padding: 2px 2px 2px 2px !important;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #ffffff !important;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #ffffff !important;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #ffffff !important;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #ffffff !important;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: #e30529 !important;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: #e30529 !important;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: #e30529 !important;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: #e30529 !important;
}

#textInfoData {
  display: none;
  width: 900px !important;
}

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

  #textInfoData {
    display: none;
    width: 710px !important;
  }

}

#PopUpAlert {
  display: none;
  line-height: 0;
  font-size: 1px !important;
}