body {
  background-color: #d9d9d9;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
body.isBg header .mainBar .mainBarContent .mainBarMenu ul li a {
  color: #ffffff;
}
body .sideBarLeft {
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  padding: 30px;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
}
body .sideBarLeft h3 {
  margin-bottom: 15px;
  font-size: 21px;
  color: #ff3f00;
}
body .sideBarLeft .sideBarContent {
  margin-bottom: 15px;
  font-size: 16px;
  color: #707070;
}
body .sideBarLeft .sideBarContent.active {
  color: rgba(255, 63, 0, 0.8);
  font-weight: 500;
}
body section {
  margin-bottom: 30px;
}
body section.white .sectionContent {
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
}
header {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}
header .topBar {
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 0;
}
header .topBar .topBarContent {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .topBar .topBarContent a {
  color: #707070;
  text-decoration: none;
  margin-left: 30px;
}
header .mainBar .mainBarContent {
  display: flex;
}
header .mainBar .mainBarContent .mainBarLogo {
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .mainBar .mainBarContent .mainBarLogo img {
  width: 200px;
}
header .mainBar .mainBarContent .mainBarMenu {
  height: 100%;
}
header .mainBar .mainBarContent .mainBarMenu ul {
  height: 100%;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
header .mainBar .mainBarContent .mainBarMenu ul li {
  margin-left: 30px;
  padding: 15px;
  transition: all .3s;
}
header .mainBar .mainBarContent .mainBarMenu ul li a {
  color: #707070;
  text-decoration: none;
  font-size: 21px;
}
header .mainBar .mainBarContent .mainBarMenu ul li.selected {
  background: rgba(255, 255, 255, 0.8);
}
header .mainBar .mainBarContent .mainBarMenu ul li.selected a {
  color: #ff3f00;
}
header .mainBar .mainBarContent .mainBarMenu ul li:hover {
  background: rgba(255, 255, 255, 0.8);
}
header .mainBar .mainBarContent .mainBarMenu ul li:hover a {
  color: #ff3f00 !important;
}
header .bottomBar {
  height: 55px;
  background: rgba(255, 255, 255, 0.8);
}
img {
  width: 100%;
}
.tilesList {
  margin-bottom: 30px;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
}
.tilesList a {
  text-decoration: none;
}
.tilesList a .tileImg {
  width: 100%;
  height: 350px;
}
.tilesList a .tileName {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100px;
  display: flex;
  padding: 15px;
  align-items: center;
  font-size: 21px;
  color: #212529;
  font-weight: 500;
}
#burgerIco {
  width: 35px;
  height: 35px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (min-width: 1199px) {
  #burgerIco {
    display: none;
  }
}
#burgerIco span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ff3f00;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#burgerIco span:nth-child(1) {
  top: 0px;
}
#burgerIco span:nth-child(2),
#burgerIco span:nth-child(3) {
  top: 13px;
}
#burgerIco span:nth-child(4) {
  top: 26px;
}
#burgerIco.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#burgerIco.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#burgerIco.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#burgerIco.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px;
}
.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}
.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  transition: .4s all;
}
.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}
.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("//i.imgur.com/TxzC70f.png") no-repeat;
  cursor: pointer;
}
select {
  display: none;
}
footer {
  background: rgba(255, 255, 255, 0.8);
  padding: 25px;
  margin-top: 60px;
}
footer .footerContent {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footerContent a {
  padding: 0 5px;
  color: #707070;
  text-decoration: none;
}
footer .footerContent a:after {
  content: "|";
  margin-left: 10px;
}
footer .footerContent span {
  margin-right: 10px;
  color: #707070;
}
footer .footerContent span:after {
  content: "|";
  margin-left: 10px;
}
footer .footerContent li {
  list-style: none;
}
footer .footerContent li a:after {
  content: "+";
  margin-left: 10px;
}
footer .footerContent li:last-of-type a:after {
  display: none;
}
.breadcrumb {
  align-items: center;
  background: transparent;
  padding: 10px;
  height: 55px;
  display: flex;
  margin: 0;
  list-style: none;
}
.breadcrumb li {
  margin-right: 10px;
}
.breadcrumb li a {
  color: #707070;
  text-decoration: none;
}
.breadcrumb li a:after {
  content: "+";
  margin-left: 10px;
}
.breadcrumb li:last-of-type a {
  color: #ff3f00;
}
.breadcrumb li:last-of-type a:after {
  display: none;
}
.backBtn {
  padding: 15px 30px;
}
.backBtn a {
  display: flex;
  align-items: center;
  color: #707070;
  text-decoration: none;
}
.backBtn a i {
  position: relative;
  top: 2px;
  margin-right: 10px;
}
@media screen and (min-width: 1025px) {
  main.levelThree {
    padding-top: 80px;
  }
}
h2.mainHeadline {
  padding: 0 30px;
}
@media screen and (min-width: 1025px) {
  h2.mainHeadline {
    margin-top: -83px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1024px) {
  h2.mainHeadline {
    margin-bottom: 30px;
  }
}
.imageGalleryContainer .row {
  margin-bottom: 30px;
}
.imageGalleryContainer .row:last-of-type {
  margin-bottom: 0;
}
.imageGalleryContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
