:root {
  --primary_color: #348adb;
  --selected_color: #c30808;
  --body_font_color: #333333;
  --white: #ffffff;
  --black: #000000;
  --body_font: 16px;
}

.row>* {
  padding-right: 25px;
  padding-left: 25px;
}

/* Container CSS */
@media (min-width: 576px) {

  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1380px;
  }
}

@media (min-width: 1441px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1600px;
  }
}


@media (max-width: 767px) {

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: 20px;
    padding-left: 20px;
  }

  .row>* {
    padding-right: 12px;
    padding-left: 12px;
  }

  body.is-menu-open:after {
    content: '';
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }

  body.is-menu-open {
    overflow: hidden;
  }
}

hr {
  margin: 20px 0;
}


/* Global CSS */
body {
  color: var(--body_font_color);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Armata', sans-serif;
  letter-spacing: 0em
}

a {
  color: var(--primary_color);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--selected_color);
}

a:focus {
  text-decoration: none;
  color: var(--selected_color);
}

.floatLeft {
  float: left;
}

.floatright {
  float: right;
}

/* ------------------------- Global CSS */

/* Buttons */

.btn-white {
  padding: 7px 18px;
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #fff;
  font-size: 13px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.btn-white:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
}

/* ------------------------- Buttons */


/* Top Navigation */

.header {
  position: relative;
  display: block;
  width: 100%;
  z-index: 99;
  background-color: #fff;
}

/* .header .address{ position: absolute;right: 0;text-align: right;} */
.header .address .email {
  font-size: var(--body_font);
  font-weight: bold;
  color: #444444
}

.header hr {
  padding: 0;
  margin: 0 auto;
}

.topNavigation {
  display: table;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (max-width:767px) {
  .topNavigation {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .topNavigation .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* .topNavigation .navbar-nav { display: block; float: left;width: 100%;} */
.topNavigation .navbar-nav li.nav-item {
  display: inline;
  float: left;
}

.topNavigation .navbar-nav li.nav-item a {
  padding: 0;
  margin-right: 22px;
  font-size: var(--body_font);
  line-height: 28px;
  font-weight: bold;
}

.topNavigation .navbar-nav li.nav-item a:hover {
  background: transparent;
  color: var(--selected_color);
}

.topNavigation .navbar-nav li.nav-item a.active {
  color: var(--selected_color) !important;
  border-bottom: 1px solid var(--selected_color)
}

@media (max-width:767px) {
  .topNavigation .navbar-nav li.nav-item a {
    display: block;
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid #d0d0d0;
  }

  .topNavigation .navbar-nav li.nav-item:last-child a {
    border-bottom: 0;
  }

  .topNavigation .navbar-nav li.nav-item a.active {
    border-bottom-color: #d0d0d0;
  }
}


/* ------------------------- Top Navigation */

/* Footer Navigation */

.footerNavigation {
  width: 100%;
  margin-left: 0;
  border-top: 1px solid #ccc;
}

.bottomMenu {
  margin: 0 auto;
  text-align: center;
}

.footerNavigation .nav {
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (max-width:767px) {
  .footerNavigation .nav {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.footerNavigation .nav li {
  margin: 0 11px;
  display: inline-block;
}

.footerNavigation .nav li a {
  padding: 0;
  font-size: var(--body_font);
  font-weight: bold;
}

@media (max-width:767px) {
  .footerNavigation .nav li a {
    margin: 0 15px;
  }
}

.footerNavigation .nav li a:hover {
  background: transparent;
  color: #ff0000;
}

.footerNavigation .nav li.active a {
  color: #ff0000 !important;
  padding-bottom: 49px;
}

/* ------------------------- Footer Navigation */


/* Chiclets */

.mainChiclet {
  display: block;
  margin-bottom: 75px;
  position: relative;
}

@media (max-width:767px) {
  .mainChiclet {
    margin-bottom: 60px;
  }

  .mainChiclet iframe {
    width: 100%;
    max-height: 300px;
  }
}

.mainBigChiclet {
  width: 100%;
}

.mainChiclet .profilePic {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 106px;
  height: 106px;
  position: absolute;
  background: #ffffff;
  z-index: 1;
  left: 47px;
  top: 428px;
  border: 3px solid #fff;
}

.mainChiclet .profileStatus {
  font-size: 29.3px;
  font-weight: 300;
  line-height: 0px;
  letter-spacing: -0.1px;
}

.doubleExtraLargeImagePlaceholder.border-rounded {
  border-radius: 8px;
}

.mainChiclet .doubleExtraLargeImagePlaceholder {
  background: #3598db;
  display: block;
  height: 485px;
  margin-bottom: 0;
  width: 100%;
  position: relative;
}

.mainChiclet .doubleExtraLargeImagePlaceholder.slider-wrapper {
  width: 100%;
}

@media (max-width:767px) {
  .mainChiclet .doubleExtraLargeImagePlaceholder {
    height: 175px;
    margin-bottom: 0;
  }

  .mainChiclet .doubleExtraLargeImagePlaceholder.slider-wrapper {
    width: 100%;
    height: auto;
    padding: 40px 20px;
  }
}

.mainChiclet .extraLargeImagePlaceholder {
  background: #ccc;
  display: block;
  height: auto;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.mainChiclet .extraLargeImagePlaceholder .imageHover {
  bottom: 0;
  background: url(../img/imageHoverBg.png) repeat-x left bottom;
  width: 100%;
  height: 156px;
  display: none;
  position: absolute;
}

.mainChiclet .extraLargeImagePlaceholder:hover>.imageHover {
  display: block;
}

.mainChiclet .extraLargeImagePlaceholder .imageHover .options {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 10px;
}

.mainChiclet .extraLargeImagePlaceholder .imageHover .options .more {
  float: right;
  margin-right: -2px;
}

.mainChiclet .extraLargeImagePlaceholder .imageHover .options .tags {
  width: 85px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 16px;
  padding-top: 8px;
}

.mainChiclet .largeImagePlaceholder {
  background: #ccc;
  display: block;
  height: auto;
  margin-bottom: 19px;
  width: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.mainChiclet .largeImagePlaceholder .imageHover {
  bottom: 0;
  background: url(../img/imageHoverBg.png) repeat-x left bottom;
  width: 100%;
  height: 156px;
  display: none;
  position: absolute;
}

.mainChiclet .largeImagePlaceholder:hover>.imageHover {
  display: block;
}

.mainChiclet .largeImagePlaceholder .imageHover .options {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 10px;
}

.mainChiclet .largeImagePlaceholder .imageHover .options .more {
  float: right;
  margin-right: -2px;
}

.mainChiclet .largeImagePlaceholder .imageHover .options .tags {
  width: 85px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 16px;
  padding-top: 8px;
}


.noMarginRight {
  margin-right: 0 !important;
}

.mainChiclet .smallImagePlaceholder {
  background: #ccc;
  display: block;
  height: 135px;
  margin-bottom: 15px;
  width: 250px;
  position: relative;
  float: left;
  margin-right: 50px;
}

.mainChiclet .smallImagePlaceholder .imageHover {
  bottom: 0;
  background: url(../img/imageHoverBg.png) repeat-x left bottom;
  width: 100%;
  height: 156px;
  display: none;
  position: absolute;
}

.mainChiclet .smallImagePlaceholder:hover>.imageHover {
  display: block;
}

.mainChiclet .smallImagePlaceholder .imageHover .options {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 10px;
}

.mainChiclet .smallImagePlaceholder .imageHover .options .more {
  float: right;
  margin-right: -2px;
}

.mainChiclet .smallImagePlaceholder .imageHover .options .tags {
  width: 85px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 16px;
  padding-top: 8px;
}

.mainChiclet .imagePlaceholder {
  background: #ccc;
  display: block;
  height: 156px;
  margin-bottom: 15px;
  width: 278px;
  position: relative;
}

.mainChiclet .imagePlaceholder .imageHover {
  bottom: 0;
  background: url(../img/imageHoverBg.png) repeat-x left bottom;
  width: 100%;
  height: 156px;
  display: none;
  position: absolute;
}

.mainChiclet .imagePlaceholder:hover>.imageHover {
  display: block;
}

.mainChiclet .imagePlaceholder .imageHover .options {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 10px;
}

.mainChiclet .imagePlaceholder .imageHover .options .more {
  float: right;
  margin-right: -2px;
}

.mainChiclet .imagePlaceholder .imageHover .options .tags {
  width: 85px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 16px;
  padding-top: 8px;
}

.mainChiclet a.title {
  font-size: 18px;
  margin: 0;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
  display: block;
  font-weight: bold;
}

.mainChiclet h1 {
  font-size: 28px;
  line-height: 40px;
  padding-right: 0px;
  margin-bottom: 0;
}

.mainChiclet p.secondTitle,
.mainChiclet .twoColumn p.secondTitle {
  font-weight: 600;
  margin-bottom: 2px;
  font-size: var(--body_font);
}

.mainChiclet p.content {
  font-size: var(--body_font);
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .mainChiclet p.content {
    width: 100%;
  }
}

.mainChiclet p.content a {
  white-space: normal;
  word-break: break-all;
}

.mainChiclet p.full {
  width: 100% !important;
  margin-bottom: 9px;
  text-align: center;
}

.mainChiclet .twoColumn {
  display: block;
  float: left;
  margin-right: 50px;
}

@media (max-width: 991px) {
  .mainChiclet .twoColumn {
    width: 100%;
  }

  .mainChiclet .twoColumn.noMarginRight {
    margin-top: 20px;
  }
}

.mainChiclet .twoColumn p.content {
  font-size: var(--body_font);
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .mainChiclet .twoColumn p.content {
    width: 100%;
  }
}

.mainChiclet ul {
  list-style-image: url('../img/bulletIcon.png');
  padding: 0;
  padding-left: 18px;
  margin-top: 0;
  margin-bottom: 0;
}

.mainChiclet ul li {
  padding-bottom: 5px;
}


.mainChiclet .postDetails {
  display: block;
}

.mainChiclet .postDetails .profilePicture {
  display: block;
  height: 25px;
  margin-right: 7px;
  width: 25px;
  text-align: center;
}

.mainChiclet .postDetails .profilePicture img {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  background: #ccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.mainChiclet .postDetails .postBy {
  color: #666666;
  font-size: 12px;
}

.mainChiclet .postDetails .postBy:hover {
  text-decoration: none;
}

.mainChiclet .postDetails .postBy span {
  color: #999;
}

/* ------------------------- Chiclets */

/* Details Page */

.mainChiclet .detailsDoubleExtraLargeImagePlaceholder {
  background: #ccc;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

/* .mainChiclet .detailsDoubleExtraLargeImagePlaceholder img { position: absolute;overflow: hidden; width: 100%; } */
.publishHeader {
  margin-top: -18px;
}

.publishHeader .productDetails {
  font-size: 36px;
  margin-bottom: -2px;
  color: var(--selected_color)
}

@media (max-width: 767px) {
  .publishHeader .productDetails {
    font-size: 24px;
    margin-bottom: 0;
  }

  .mainChiclet h1 {
    text-align: center;
    padding-right: 0px;
    padding-top: 25px;
    font-size: 20px;
    line-height: 32px;
  }
}

.publishHeader .subProductDetails {
  font-size: 32px;
  margin-bottom: -2px;
  margin-top: 15px
}

@media (max-width: 767px) {
  .publishHeader .subProductDetails {
    font-size: 22px;
    margin-bottom: 0;
  }
}

.publishHeader .productDescription,
.contentLong {
  font-size: var(--body_font);
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 0px;
}

.backBottomLink {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .backBottomLink {
    margin-bottom: 45px;
    text-align: center;
  }
}

.backBottomLink a {
  font-size: 14px;
  font-weight: bold;
}

.backBottomSymbol {
  font-size: 18px;
  line-height: 10px
}


/*
.fadeIn {position: absolute;top: 0;bottom: 0;left: 0;right: 0;height: 100%;width: 100%;opacity: 0;transition: 1s ease;}
.detailsDoubleExtraLargeImagePlaceholder:hover .fadeIn {opacity: 1;}

.fadeInImage {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);white-space: nowrap;}

.slider {max-width: 100%;height: 100%;margin: 0px auto;position: relative;}

@keyframes fade {0% {opacity:1} 25% { opacity: 1} 50% { opacity: 0} 75% { opacity: 0} 100% { opacity: 1}}
@keyframes fade2 {0% {opacity:0} 25% { opacity: 0} 50% { opacity: 1} 75% { opacity: 1} 100% { opacity: 0}}
*/

.slide1,
.slide2 {
  /* position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden; */
}

.slide1 {
  /* background: url(../images/HomeBanner1.jpg) no-repeat center; */
  /* background-size: contain; */
  animation: fade 20s infinite;
  -webkit-animation: fade 20s infinite;
}

.slide2 {
  background: url(../images/HomeBanner2.jpg) no-repeat center;
  background-size: contain;
  animation: fade2 20s infinite;
  -webkit-animation: fade2 20s infinite;
}

.hamburger {
  display: none;
}

.hamburger .line {
  width: 32px;
  height: 2px;
  background-color: var(--primary_color);
  display: block;
  margin: 8px auto 8px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger .line:nth-child(3) {
  width: 20px;
}

.hamburger:hover {
  cursor: pointer;
}

/* ONE */

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
  background-color: var(--body_font_color);
}

#hamburger-1.is-active .line:nth-child(3) {
  width: 32px;
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
  background-color: var(--body_font_color);
}

/* Mobile Menu */
@media screen and (max-width: 991px) {
  .mobile-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-menu>.row {
    margin-left: 0;
    margin-right: 0;
  }

  .mobile-menu>.row>* {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hamburger {
    display: block;
    padding-left: 20px;
  }

  .address {
    padding-right: 20px;
  }

  .address.hide {
    opacity: 0;
  }

  .navbar-collapse {
    position: absolute;
    top: 100%;
    z-index: 1;
    background: #fff;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1111;
  }
}

.iframe-wrapper iframe {
  width: 100%;
  min-height: 883px;
}

@media screen and (max-width: 991px) {
  .iframe-wrapper iframe {
    height: 180px;
    min-height: auto;
  }
}

.coming-soon a {
  display: inline-block;
  position: relative;
  color: var(--white);
}

.coming-soon a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.coming-soon h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 240px;
  max-height: 40px;
  border-radius: 4px;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--selected_color);
  color: var(--white);
}