﻿.container {border:0;}
.accent-color {background-color:aqua;}

#bannerAd {

}

#boxAds {

}

.display_ads {
  width: 100%;
  height: auto;
}

.display_ads img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

#logo_image {
  display: none;
}

#full_container_wrapper {
  padding-top: 0px;
}

#mainContentArea {
  padding-top: 30px;
  position: relative;
  z-index: 999;
}

#topBar {
  width: 100%;
  min-height: 20px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}

#searchBar {
  width: 100%;
  height: 38px;
  margin-bottom: 30px;
}

.subbar {
  position: relative !important;
  z-index: 105;
}

.subbar .row {
  margin: 0;
}

.style12NavLogo {
  max-height: 60px;
}

.style12MobileHeaderText {
  font-size: 18px;
  margin-left: 10px;
}

#style12NavBar {
  height: 50px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}

#mobileNavToggle {
  flex-wrap: wrap;
  justify-content: center;
}

#style12NavBar a {
  width: auto;
  height: auto;
  text-align: center;
  padding: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}

#style12NavBar a:hover {
  color: #777;
  background-color: #fff;
}

.menu a {
  text-decoration: none !important;
}

#style12BannerWrapper {
  width: 960px;
  min-height: 400px;
  margin: 0 auto;
  position: relative;
  padding: 0px !important;
}

#style12BannerWrapper img {
  display: block;
  margin: 0 auto;
}

#style12Banner {
  max-width: 100%;
  max-height: 400px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  object-fit: cover;
}

#style12BannerLogo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
}

#style12BannerLogo img {
  max-width: 350px;
  max-height: 200px;
  display: inline;
}

#style12Footer {
  padding: 20px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

#style12Footer ul {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 20px;
  list-style-type: none;
}

#style12Footer ul li {
  padding: 5px;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

iframe {
  border: none;
  overflow: hidden;
}

a,
a:visited,
a:link {
    text-decoration: none;
}

.addFlex {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.addFlexNoWrap {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.FlexJustifyStart {
  justify-content: flex-start;
}

.FlexJustifyEnd {
  justify-content: flex-end;
}

.FlexJustifySpaceAround {
  justify-content: space-around;
}

.FlexJustifySpaceBetween {
  justify-content: space-between;
}

.FlexDirectionCol {
  flex-direction: column;
  -webkit-flex-direction: column;
}

.FlexDirectionColR {
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}

.FlexDirectionRow {
  flex-direction: row;
  -webkit-flex-direction: row;
}

.FlexDirectionRowR {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}

.center {
  margin: 0 auto;
}

.textAlignCenter {
  text-align: center;
}

.textAlignJustify {
  text-align: justify;
}

.textAlignLeft {
  text-align: left;
}

.textAlignRight {
  text-align: right;
}

.full {
  width: 100%;
}

.half {
  width: 48.75%;
}

.third {
  width: 31.6%;
}

.quarter {
  width: 23.125%;
}

.fith {
  width: 18%;
}

.sixth {
  width: 14.6%;
}

.Adaptive {
  min-height: 125px;
}

.XL {
  height: 1000px;
}

.LG {
  height: 750px;
}

.MD {
  height: 500px;
}

.SM {
  height: 250px;
}

.XS {
  height: 125px;
}

.mobile {
  display: none;
}

.mobileHidden {
  .display: block;
}

.posRel {
  position: relative;
}

.mainContent {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  margin: 0 auto;
  width: 1000px;
}

.contentWidth {
  width: 1000px;
}

.contentBlock {
  background-color: #fff;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  margin-bottom: 20px;
  padding: 20px;
}

.contentBlock img {
  max-width: 100%;
}

.generalBtn {
  min-width: 20px;
  min-height: 20px;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #172D9E;
}

.generalBtn:hover {
  background-color: #5B74F4;
}

.defaultNavbar {
  background-color: #889;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  position: relative;
}

.mobilenav {
  display: none;
  width: 100%;
  min-height: 44px;
  text-align: right;
  padding-top: 5px;
  padding-right: 10px;
}

#mobileNavToggle {
  display: flex;
}

.subMenu {
    height: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 2000;
    margin-top: 15px;
    background-color: inherit;
  }

  .subMenu:hover {
    height: auto;
    overflow: visible;
  }

  .subMenuLabel {
    display: block;
    align-self: center !important;
    margin: 0;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
  }

  .subMenuItem {
    align-self: auto !important;
    background-color: inherit;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.15);
  }

  .subMenuItem:hover {

  }

@media screen and (max-width: 1299px) {

  .subMenu {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
  }

  .subMenuLabel {
    align-self: auto !important;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
    text-align: right;
    margin: 0;
  }

  .subMenuItem {
    box-shadow: none !important;
    text-align: right;
  }

  #style12BannerWrapper {
    padding: 20px;
    width: 100%;
    height: auto;
    min-height: 50px;
    margin: 0;
    left: 0;
  }

  #style12Banner {
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }

  #style12BannerLogo {
    padding-top: 15vmin;
    top: 0;
    left: 0;
    padding-top: 80px;
  }

  #style12BannerLogo img {
    max-width: 50vmin;
    display: block;
  }

  #mainContentArea {
    padding-top: 20px;
  }

  #style12NavBar {
    width: 100%;
    height: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    z-index: 1000;
  }

  #style12NavBar a {
    font-size: 14px;
    padding: 10px;
  }

  #style12NavBar i {
    margin-top: 5px;
  }

  #mobileNavToggle {
    display: none;
    flex-direction: column;
    position: absolute;
    right: 0px;
    top: 60px;
    box-shadow: 2px 2px 2px #787878;
  }

  #mobileNavToggle a {
    text-align: right;
  }

  #style12Footer ul {
    justify-content: space-between;
  }

  .mainContent,
  .contentWidth {
    width: 100%;
  }

  .mobile {
    display: block;
  }

  .mobileHidden {
    display: none;
  }

  .defaultNavbar {
    flex-direction: column;
  }

  .mobilenav {
    display: block;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

  #style12NavBar i {
    margin-right: 20px;
  }

  #mobileNavToggle {
    padding-right: 20px;
  }

}
