* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.g {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 2000px;
  margin: 0 auto;
  font-size: 0;
}

.maxWidth {
  max-width: 1366px;
}

.xs-1,
.sm-1,
.md-1,
.lg-1,
.xs-2,
.sm-2,
.md-2,
.lg-2,
.xs-3,
.sm-3,
.md-3,
.lg-3,
.xs-4,
.sm-4,
.md-4,
.lg-4,
.xs-5,
.sm-5,
.md-5,
.lg-5,
.xs-6,
.sm-6,
.md-6,
.lg-6,
.xs-7,
.sm-7,
.md-7,
.lg-7,
.xs-8,
.sm-8,
.md-8,
.lg-8,
.xs-9,
.sm-9,
.md-9,
.lg-9,
.xs-10,
.sm-10,
.md-10,
.lg-10,
.xs-11,
.sm-11,
.md-11,
.lg-11,
.xs-12,
.sm-12,
.md-12,
.lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.r.xs-btmMargin {
  margin-top: -40px;
}

.r.xs-btmMargin > div {
  padding-top: 40px;
}

.g .r {
  margin-left: -20px;
  margin-right: -20px;
}

.clearfix:before,
.clearfix:after,
.g:before,
.g:after,
.g .r:before,
.g .r:after {
  content: " ";
  display: table;
}

.clearfix:after,
.g:after,
.g .r:after {
  clear: both;
}

/* ==========================================================================
  LMBL Layouts */

section h1,
section h2,
section h3,
section h4,
section p {
  color: #404040;
}

.layout-videoBanner {
  text-align: center;
  padding: 400px 0;
}

.layout-videoBanner * {
  color: #FFF !important;
}

.layout-videoBanner p {
  font-weight: 400;
  margin-bottom: 20px;
}

.layout-videoBanner h1 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}

.layout-bgFixed {
  padding: 0;
  margin-bottom: -20px;
}

.layout-bgFixed img {
  display: block;
  width: 100%;
}

.layout-bgFixed .watchNow a {
  color: #FFF !important;
}

.layout-bgFixed p {
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 14px;
  color: #9F9F9F;
}

.layout-bgFixed .caption {
  margin-top: 10px;
}

.layout-banner {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 200px 0;
  background-color: #000000;
}

.layout-banner *:not(.redUnderlineBtn) {
  color: #FFF;
}

.layout-banner p {
  font-weight: 400;
  margin-bottom: 20px;
}

.layout-banner h1 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}

.layout-banner a.redUnderlineBtn {
  margin-top: 50px;
  color: #CC0000;
}

.layout-banner a.whiteUnderlineBtn {
  margin-top: 20px;
  color: #FFFFFF;
}

.layout-banner .redUnderline {
  border-bottom: 1px solid #CC0000;
  display: inline-block;
  padding-bottom: 5px;
}

.layout-banner .whiteUnderline {
  border-bottom: 1px solid #FFFFFF;
  display: inline-block;
  padding-bottom: 5px;
}

.layout-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
}

.layout-banner .watchNow {
  margin-top: 20px;
}

.layout-quotes {
  text-align: center;
  background-color: #FFF;
}

.layout-quotes h1 {
  font-size: 30px;
  line-height: 1.4;
  color: #4A4A4A;
}

.layout-quotes h2 {
  font-size: 28px;
}

.layout-quotes p {
  margin-top: 40px !important;
}

.layout-stories {
  background-color: #FFF;
}

.layout-stories .wrap {
  padding: 20px;
}

.layout-stories a.fullBgCen {
  display: block;
}

.layout-stories img {
  display: block;
  width: 100%;
}

.layout-stories a,
.layout-stories a h3 {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.layout-stories p:first-of-type {
  margin-top: 20px;
}

.layout-stories * {
  vertical-align: top;
}

.layout-stories a.catBtn {
  border-bottom: 1px solid #CC0000;
  display: inline-block;
  padding-bottom: 2px;
  margin-bottom: 20px;
  color: #9F9F9F;
  font-weight: 500;
  cursor: pointer;
}

.layout-stories h3 {
  font-weight: 700;
  color: #404040;
}

.layout-stories .section-nav {
  text-align: center;
  padding-bottom: 70px;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.layout-stories .section-nav a {
  font-size: 21px;
  margin: 0 20px;
  font-family: 'Libre Franklin', sans-serif;
}

.layout-stories .section-nav a.atThis {
  color: #CC0000;
  border-bottom: 1px solid #CC0000;
  padding: 10px 0;
}

.layout-hBanner h1 {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  color: #FFF;
  text-align: center;
  font-size: 36px;
}

.layout-storyTopFold a.catBtn {
  border-bottom: 1px solid #CC0000;
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 2px;
  margin-bottom: 40px;
  color: #9F9F9F;
  font-weight: 500;
  cursor: pointer;
}

.layout-storyTopFold h1 {
  color: #404040;
  font-size: 42px;
}

.layout-content .layout-wrap {
  margin-top: -50px;
}

.layout-content .lg-6 > *,
.layout-content .owlStoryPhotos {
  margin-top: 50px;
}

.layout-content .lg-6 > h3 {
  font-size: 24px;
  margin-bottom: 50px;
}

.layout-content .lg-6 > h4 {
  font-size: 24px;
}

.layout-content .lg-6 > h5 {
  color: #404040;
}

.layout-content .lg-6 > p,
.layout-content .lg-6 > ul {
  margin-top: 20px;
}

.layout-content .redLine {
  margin-bottom: 50px;
}

.layout-content .redLine h3 {
  font-size: 30px;
  font-weight: 600;
  border-left: 2px solid #CC0000;
  padding-left: 20px;
  font-size: 30px !important;
  margin-bottom: 50px;
}

.layout-content .redLine .caption {
  padding-left: 20px;
  margin-top: -40px;
}

.layout-content .imgWrap {
  margin-bottom: 50px;
}

.layout-content img {
  display: block;
  width: 100%;
}

.layout-content .caption {
  color: #9F9F9F;
  font-size: 14px;
  margin-top: 10px;
}

.layout-content ul {
  padding-left: 17px;
}

.layout-content ul li {
  margin-top: 10px;
}

.layout-content ul li:first-of-type {
  margin-top: 0px;
}

.layout-content a {
  color: #CC0000;
}

.layout-owl {
  position: relative;
}

.layout-owl .owlNavBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #000000;
  z-index: 9999;
  cursor: pointer;
  opacity: 0;
  box-shadow: 0 1px 3px transparent, 0 1px 2px transparent;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.layout-owl .btnLeft {
  left: 25px;
}

.layout-owl .btnRight {
  right: 25px;
}

.layout-owl .owlNavBtn.btnReveal {
  opacity: 0.3;
}

.layout-owl .owlStoryPhotos img {
  display: block;
  width: 100%;
}

.layout-owl .owlStoryPhotos p {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.layout-owl .owlStoryPhotos .thisSel p {
  opacity: 1;
}

/* ==========================================================================
  Stuck */

.layout-imgVideo {
  padding: 0;
  font-size: 0;
  -webkit-height: 80vh;
  -moz-height: 80vh;
  -ms-height: 80vh;
  -o-height: 80vh;
  height: 80vh;
  width: 100%;
  overflow: hidden;
  background-color: #000;
  position: relative;
  z-index: 0;
  text-align: center;
}

main .layout-imgVideo:nth-of-type(1) {
  z-index: -2;
}

main .layout-imgVideo:nth-of-type(2) {
  z-index: -1;
}

.layout-imgVideo div {
  height: 100%;
  position: relative;
}

.layout-imgVideo > div {
  width: 50%;
  display: inline-block;
}

.layout-imgVideo div h1 {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 55px;
  opacity: 1;
  width: 100%;
  padding: 0 50px;
}

.layout-imgVideo .heroicVideo {
  position: relative;
  overflow: hidden;
}

.layout-imgVideo .heroicVideo video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  min-height: 100%;
  min-width: 100%;
}

.layout-youtube {
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align: center;
}

.layout-youtube iframe {
  border: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
}

.layout-youtube .closeBtn {
  padding: 5px;
  font-weight: 700;
  margin-top: 10px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 1;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.layout-youtube .closeBtn img {
  display: inline-block;
  width: 100%;
}

.layout-youtube .closeBtn {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.layout-video {
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align: center;
}

.layout-video video {
  border: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
}

.layout-video .closeBtn {
  padding: 5px;
  font-weight: 700;
  margin-top: 10px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 1;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.layout-video .closeBtn img {
  display: inline-block;
  width: 100%;
}

.layout-video .closeBtn {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.layout-3colCaro {
  padding-bottom: 0 !important;
}

.layout-3colCaro .caroWrap a {
  display: block;
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  white-space: normal;
}

.layout-3colCaro .caroWrap a img {
  display: block;
  width: 40px;
  margin-bottom: 20px;
}

.layout-3colCaro .caroWrap a p {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  color: #FFF;
}

.layout-3colCaro .caroWrap {
  width: 100%;
  height: 600px;
  flex: 1;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  background-color: #000;
}

.layout-3colCaro .caroWrap .caro {
  height: 100%;
  position: relative;
}

.layout-3colCaro .caroWrap .caro > div {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  height: 100%;
  position: relative;
}

.layout-3colCaro .caroWrap .caro h4 {
  font-size: 28px;
  font-weight: 700;
  color: #FFF;
}

.layout-3colCaro .caroWrap .caroImg {
  width: 100%;
  height: 100%;
  background-size: auto 150%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.layout-equalH-wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}

.layout-equalH-wrap > div > div {
  height: 100%;
}

.r.layout-equalH-wrap:before {
  display: none;
}

.layout-vidThumb.removePadBtm {
  padding-bottom: 0;
}

.layout-vidThumb .fullBgCen {
  display: block;
  position: relative;
}

.layout-vidThumb .fullBgCen img {
  display: block;
  width: 100%;
}

.layout-vidThumb .playBtn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  height: 25px;
  width: auto !important;
}

.layout-vidThumb .materialShadow a > div {
  padding: 20px;
}

.layout-vidThumb p a {
  font-size: 16px !important;
  margin: 0;
  color: #404040 !important;
  text-decoration: underline;
}

.layout-vidThumb p a {
  margin-bottom: 10px;
  display: inline-block;
  color: #CC0000 !important;
  font-size: 12px;
  text-decoration: none;
}

.layout-vidThumb h3 + p {
  margin-top: 20px;
}

.layout-desc p {
  font-size: 21px;
}

.layout-desc p a {
  font-size: 21px;
  color: #CC0000;
}

.layout-desc > div {
  margin-top: 100px;
}

.layout-desc > div:first-of-type {
  margin-top: 0;
}

.layout-topFoldVid {
  text-align: center;
  position: relative;
  padding: 0;
}

.layout-topFoldVid * {
  color: #FFF;
}

.layout-topFoldVid h1 {
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 40px;
}

.layout-topFoldVid .cenBtm > * {
  bottom: 140px;
}

.layout-topFoldVid .downArrFade {
  display: block;
  margin: 0 auto;
}

.layout-liveMoreBankLess {
  position: relative;
  padding: 0;
}

.layout-liveMoreBankLess .indiWrap {
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 100%;
  bottom: 40px;
  left: 0;
  right: 0;
}

.layout-liveMoreBankLess .indiWrap > div {
  width: 60px;
  height: 5px;
  background-color: #727272;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}

.layout-liveMoreBankLess .indi {
  height: 100%;
  background-color: #FFFFFF;
  width: 0%;
}

.layout-liveMoreBankLess .fullBgCen {
  -webkit-height: 80vh;
  -moz-height: 80vh;
  -ms-height: 80vh;
  -o-height: 80vh;
  height: 80vh;
}

.layout-liveMoreBankLess .fullBgCen:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
  background: -moz-linear-gradient(left, black 0%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, black 0%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, black 0%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
  opacity: 0;
}

.layout-liveMoreBankLess .fullBgCen#bg1 {
  background-image: url("../media/lmbl-1.jpg");
}

.layout-liveMoreBankLess .fullBgCen#bg2 {
  background-image: url("../media/lmbl-2.jpg");
}

.layout-liveMoreBankLess .fullBgCen#bg3 {
  background-image: url("../media/lmbl-3.jpg");
}

.layout-liveMoreBankLess .fullBgCen#bg4 {
  background-image: url("../media/lmbl-4.jpg");
}

.layout-liveMoreBankLess .fullBgCen#bg5 {
  background-image: url("../media/lmbl-6.jpg");
}

.layout-liveMoreBankLess .lmbl {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  align-items: center;
  pointer-events: none;
  overflow: hidden;
}

.layout-liveMoreBankLess .lmbl > div {
  width: 100%;
}

.layout-liveMoreBankLess .lmbl h1 {
  color: #FFFFFF;
  font-size: 99px;
  line-height: 0.7;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.layout-liveMoreBankLess .lmbl .paraWrap {
  min-height: 140px;
  margin-top: 10px;
}

.layout-liveMoreBankLess .lmbl p {
  max-width: 350px;
  color: #FFF;
  margin-top: 10px;
  font-weight: 700;
  opacity: 0;
  display: none;
  font-size: 20px;
}

.layout-liveMoreBankLess .lmbl p:first-of-type {
  display: block;
}

.layout-liveMoreBankLess .lmbl .shortShow {
  display: none;
}

.layout-liveMoreBankLess .lmbl .something {
  width: 0%;
  max-width: 280px;
  height: 70px;
  background-color: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 20px;
  overflow: hidden;
}

.layout-liveMoreBankLess .lmbl .something > svg {
  width: 280px;
  display: none;
}

.layout-liveMoreBankLess .lmbl .something > svg:first-of-type {
  display: block;
}

.layout-liveMoreBankLess .lmbl .lmblContentWrap {
  position: relative;
}

.layout-liveMoreBankLess .lmbl .lmblContentWrap .indiWrap {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}

.layout-liveMoreBankLess .lmbl .lmblContentWrap .dbsStarImg {
  width: 30%;
  max-width: 450px;
  position: absolute;
  right: -50px;
  bottom: -150px;
  z-index: -1;
  opacity: 0.3;
}

.layout-liveMoreBankLess .lmbl .lmblContentWrap .indiWrap .indi {
  width: 7px;
  height: 7px;
  background-color: #FFFFFF;
  margin: 10px 0;
  border-radius: 50%;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  cursor: pointer;
}

.layout-liveMoreBankLess .lmbl .lmblContentWrap .indiWrap .indi:hover {
  opacity: 1;
}

.layout-liveMoreBankLess .lmbl .lmblContentWrap .indiWrap .indi.atIndi {
  opacity: 1;
}

.layout-liveMoreBankLess3 {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.layout-liveMoreBankLess3 .indiWrap {
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 100%;
  bottom: 40px;
  left: 0;
  right: 0;
}

.layout-liveMoreBankLess3 .indiWrap > div {
  width: 60px;
  height: 5px;
  background-color: #727272;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}

.layout-liveMoreBankLess3 .indi {
  height: 100%;
  background-color: #FFFFFF;
  width: 0%;
}

.layout-liveMoreBankLess3 .fullBgCen {
  position: relative;
  -webkit-height: 80vh;
  -moz-height: 80vh;
  -ms-height: 80vh;
  -o-height: 80vh;
  height: 80vh;
}

.layout-liveMoreBankLess3 .fullBgCen:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
  background: -moz-linear-gradient(left, black 0%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, black 0%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, black 0%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
  opacity: 0;
}

.layout-liveMoreBankLess3 .fullBgCen#bg1 {
  background-image: url("../media/lmbl-1.jpg");
}

.layout-liveMoreBankLess3 .fullBgCen#bg2 {
  background-image: url("../media/lmbl-2.jpg");
}

.layout-liveMoreBankLess3 .fullBgCen#bg3 {
  background-image: url("../media/lmbl-3.jpg");
}

.layout-liveMoreBankLess3 .fullBgCen#bg4 {
  background-image: url("../media/lmbl-4.jpg");
}

.layout-liveMoreBankLess3 .fullBgCen#bg5 {
  background-image: url("../media/lmbl-6.jpg");
}

.layout-liveMoreBankLess3 .lmbl {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 3;
}

.layout-liveMoreBankLess3 .lmbl .rectBox {
  background-color: #CC0000;
  color: white;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  margin-right: 20px;
}

.layout-liveMoreBankLess3 .lmbl h1,
.layout-liveMoreBankLess3 .lmbl .something {
  display: block;
  margin-right: 20px;
  vertical-align: middle;
}

.layout-liveMoreBankLess3 .lmbl p + h1 {
  margin-top: 20px;
}

.layout-liveMoreBankLess3 .lmbl h1 + p {
  margin-top: 20px;
}

.layout-liveMoreBankLess3 .lmbl h1:last-of-type,
.layout-liveMoreBankLess3 .lmbl .something {
  display: inline-block;
}

.layout-liveMoreBankLess3 .lmbl h1 {
  color: #FFFFFF;
  font-size: 99px;
  line-height: 0.9;
  margin-left: -7px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.layout-liveMoreBankLess3 .lmbl .something {
  width: 100%;
  max-width: 350px;
  height: 85px;
  background-color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.layout-liveMoreBankLess3 .lmbl .something > svg {
  height: 100%;
  display: block;
}

.layout-liveMoreBankLess3 .lmbl .something > svg {
  display: block;
}

.layout-liveMoreBankLess3 .lmbl p,
.layout-liveMoreBankLess3 .lmbl p a {
  color: #FFF;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.375;
}

.layout-liveMoreBankLess3 .lmbl p a {
  display: inline-block;
  margin-top: 10px;
  border-bottom: 1px solid #FFF;
  padding-bottom: 3px;
}

.layout-liveMoreBankLess3 .lmbl .logo {
  margin-top: 50px;
}

.layout-liveMoreBankLess3 .lmbl .logo img {
  height: 50px;
  width: auto;
  margin-right: 20px;
}

.layout-liveMoreBankLess3 .lmbl .worldBestP {
  margin-top: 20px;
}

.layout-liveMoreBankLess3 .lmbl .worldBestP a {
  margin-top: 0;
}

.layout-liveMoreBankLess3 .lmbl .worldBestLogo {
  width: 100%;
  max-width: 150px;
  margin-top: 20px;
}

.layout-liveMoreBankLess3 .dbsStarImg {
  width: 30%;
  max-width: 450px;
  position: absolute;
  right: -50px;
  bottom: -150px;
  z-index: 2;
  opacity: 0.3;
}

.layout-liveMoreBankLess3 h1.marginFix {
  margin-top: -20px;
}

.layout-liveMoreBankLess3 a.clickHeader {
  display: block;
  margin: 20px 0;
}

.layout-boxes .eachBox {
  text-align: center;
}

.layout-boxes .eachBox > div,
.layout-boxes .eachBox > a {
  position: relative;
  overflow: hidden;
  display: block;
}

.layout-boxes .eachBox .fullBgCen {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.layout-boxes .eachBox > div > img,
.layout-boxes .eachBox > a > img {
  display: block;
  width: 100%;
}

.layout-boxes .eachBox a {
  margin-top: 20px;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.layout-boxes .xs-btmMargin .eachBox > a:first-of-type {
  margin-top: 0px;
}

.layout-boxes .eachBox h2 {
  font-size: 37px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.2;
  margin-top: 50px;
}

.layout-boxes .eachBox p {
  font-size: 28px;
  font-weight: 700;
}

.layout-boxes .eachBox h3 {
  text-align: left;
  padding: 20px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
}

.layout-boxes .eachBox h3 a {
  display: inline-block;
  font-size: 21px !important;
  color: #454545;
}

.layout-boxes .eachBox > p {
  padding: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}

.layout-boxes .eachBox .cenContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.layout-boxes .eachBox .cenContent > div {
  padding: 40px;
  margin-top: 30px;
}

.layout-boxes .eachBox .cenContent img {
  width: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.layout-boxes .eachBox .cenContent * {
  color: #FFF;
}

.layout-card .topRow > p {
  display: block;
  margin: 0;
  font-size: 16px;
}

.layout-card .topRow > p:first-of-type {
  margin-right: 20px;
  color: #CC0000 !important;
  margin-bottom: 5px;
}

.layout-card .btnWrap {
  text-align: center;
  margin-top: 20px;
}

.layout-card h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 21px;
  color: #454545;
  font-weight: 400;
}

.layout-card > a {
  display: block;
  opacity: 1 !important;
}

.dontMiss .layout-card h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 21px;
  color: #FFF;
  font-weight: 400;
}

.layout-card .textWrap {
  padding: 30px;
  padding-top: 15px;
  height: 100%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  justify-content: space-between;
}

.layout-cards .justifycenter {
  justify-content: center;
}

.layout-cards .eachCard > div {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  height: 100%;
}

.layout-cards .eachCard .textWrap {
  padding: 30px;
  padding-top: 15px;
  height: 100%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  justify-content: space-between;
}

.layout-cards .eachCard .textWrap > div {
  margin-bottom: 20px;
}

.layout-cards .eachCard .textWrap > a {
  color: #CC0000;
}

.layout-cards .eachCard h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 21px;
  color: #454545;
}

.layout-cards .eachCard .fullBgCen {
  position: relative;
  cursor: pointer;
}

.layout-cards .eachCard .fullBgCen .playBtn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  height: 25px;
  width: auto !important;
}

.layout-cards .eachCard .fullBgCen img:first-of-type {
  display: block;
  width: 100%;
  max-height: 250px;
}

.effect-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%);
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.effect-fadeUp2 {
  opacity: 0;
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%);
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -ms-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}

.effect-fadeUp3 {
  opacity: 0;
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%);
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -ms-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}

.effect-fadeUp.activate,
.effect-fadeUp2.activate,
.effect-fadeUp3.activate {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

.trivia .social {
  bottom: 20px;
  right: 60px;
}

.layout-audioPlayer .r > div {
  vertical-align: middle;
}

.layout-audioPlayer img {
  display: block;
  width: 100%;
}

.layout-audioPlayer h3:first-of-type {
  margin-top: 0;
}

.layout-audioPlayer h3:last-of-type {
  margin-top: 50px;
}

.layout-audioPlayer h3 {
  height: 40px;
  line-height: 40px;
  display: block;
  line-height: 1;
}

.layout-audioPlayer .btnWrap {
  text-align: center;
}

.layout-audioPlayer .btnWrap a {
  background-color: #CC0000;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  margin-right: 20px;
}

.layout-audioPlayer .btnWrap a {
  margin-top: 20px;
}

.layout-audioPlayer .btnWrap a:last-of-type {
  margin-right: 0px;
}

.layout-audioPlayer .eachLyric {
  display: none;
  width: 200px !important;
}

.layout-whiteBoxes {
  background-color: #F4F4F4;
}

.layout-whiteBoxes .justifycenter {
  justify-content: center;
}

.layout-whiteBoxes .r {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
}

.layout-whiteBoxes .r:before {
  display: none;
}

.layout-whiteBoxes .eachBox .imgWrap {
  position: relative;
}

.layout-whiteBoxes .eachBox .imgWrap .playBtn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  height: 25px;
  width: auto !important;
}

.layout-whiteBoxes .eachBox .imgWrap div > img {
  width: 100%;
  display: block;
  height: 100%;
}

.layout-whiteBoxes .eachBox .imgWrap > a {
  display: block;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.layout-whiteBoxes .eachBox a:hover {
  opacity: 0.6;
}

.layout-whiteBoxes .eachBox > div {
  display: block;
  height: 100%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
}

.layout-whiteBoxes .eachBox .textWrap {
  padding: 20px;
  flex-grow: 1;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
}

.layout-whiteBoxes .eachBox .textWrap h2 {
  font-size: 14px;
  font-weight: 400;
}

.layout-whiteBoxes .eachBox .textWrap h3 {
  margin: 20px 0;
}

.layout-whiteBoxes .eachBox .textWrap > a {
  display: inline-block;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.layout-whiteBoxes .eachBox .textWrap > a:hover {
  opacity: 0.6;
}

.layout-whiteBoxes .eachBox .textWrap p.moreBtn {
  margin-top: auto;
  padding-top: 40px;
}

.layout-whiteBoxes .eachBox .textWrap p.moreBtn a {
  display: inline-block;
}

.layout-whiteBoxes .eachBox .textWrap p:not(.moreBtn) a {
  color: #CC0000;
}

.layout-whiteBoxes .eachBox.theme-seizeLife h2 {
  color: #B29D74;
}

.layout-whiteBoxes .eachBox.theme-seizeLife > div {
  background-color: #EBEAE4;
}

.layout-whiteBoxes .eachBox.theme-liveLarger h2 {
  color: #C16D6A;
}

.layout-whiteBoxes .eachBox.theme-liveLarger > div {
  background-color: #F2EBE4;
}

.layout-whiteBoxes .eachBox.theme-liveHassle h2 {
  color: #848484;
}

.layout-whiteBoxes .eachBox.theme-liveHassle > div {
  background-color: #E3E3E3;
}

.layout-whiteBoxes .articleNav {
  text-align: center;
  margin-bottom: 50px;
}

.layout-whiteBoxes .articleNav a {
  display: inline-block;
  margin-left: 30px;
  font-size: 21px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding-top: 10px;
  position: relative;
}

.layout-whiteBoxes .articleNav a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 2px;
  -webkit-transition: width 0.3s ease-out;
  -moz-transition: width 0.3s ease-out;
  -ms-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}

.layout-whiteBoxes .articleNav a.atCat span {
  width: 100%;
}

.layout-whiteBoxes .articleNav a:first-of-type {
  margin-left: 0;
}

.layout-whiteBoxes .articleNav a {
  color: #CC0000;
}

.layout-whiteBoxes .articleNav a span {
  background-color: #CC0000;
}

.layout-whiteBoxes .articleNav a#seizeLife {
  color: #B29D74;
}

.layout-whiteBoxes .articleNav a#seizeLife span {
  background-color: #B29D74;
}

.layout-whiteBoxes .articleNav a#liveLarger {
  color: #C16D6A;
}

.layout-whiteBoxes .articleNav a#liveLarger span {
  background-color: #C16D6A;
}

.layout-whiteBoxes .articleNav a#liveHassle {
  color: #848484;
}

.layout-whiteBoxes .articleNav a#liveHassle span {
  background-color: #848484;
}

.layout-socialTable {
  padding-top: 100px;
  padding-bottom: 100px;
}

.layout-socialTable table#socialTable a {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.layout-socialTable table#socialTable thead th {
  padding: 10px;
  vertical-align: middle;
}

.layout-socialTable table#socialTable th,
.layout-socialTable table#socialTable td {
  text-align: left !important;
  font-size: 16px;
  font-weight: 400;
}

.layout-socialTable table#socialTable th,
.layout-socialTable table#socialTable td {
  vertical-align: top;
  padding-right: 40px;
}

.layout-socialTable table#socialTable tr th:nth-of-type(1) {
  width: 100px;
}

.layout-socialTable table#socialTable tbody tr:first-of-type td {
  padding-top: 10px;
}

.layout-socialTable table#socialTable tbody tr:last-of-type td {
  padding-top: 10px;
}

.layout-socialTable select {
  background: transparent;
  padding: 6px;
  border: none;
  background-color: #f2f2f2;
  height: 30px;
  font-size: 14px;
  color: #676767;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0px;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  min-width: 80px;
  margin-left: 10px;
}

.layout-socialTable input {
  -webkit-appearance: none;
  border-style: solid;
  border: 1px solid #f2f2f2;
  border-radius: 0;
  padding: 6px;
  font-size: 14px;
  color: #676767;
  height: 30px;
}

.layout-socialTable table.dataTable > tbody > tr.child ul.dtr-details > li {
  border: none;
}

.layout-socialTable table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
.layout-socialTable table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 13px;
  left: 4px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  display: block;
  position: absolute;
  color: #676767;
  font-weight: 700;
  border: none;
  border-radius: 7px;
  box-shadow: none !important;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  font-size: 14px;
  content: '+';
  background-color: #f2f2f2;
}

.layout-socialTable .dtr-data {
  display: block;
}

.layout-socialTable table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
.layout-socialTable table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
}

.layout-socialTable .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: none;
  padding: 0px !important;
  margin: 5px;
  color: #676767 !important;
}

.layout-socialTable .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: none;
  background-color: #f2f2f2;
  color: #676767;
  border: 1px solid transparent;
}

.layout-socialTable .dataTables_wrapper .dataTables_paginate .paginate_button:not(.disabled):hover {
  color: white !important;
  border: 1px solid transparent;
  background: none;
  background-color: #CC0000 !important;
}

.layout-socialTable #socialTable_length.dataTables_length {
  float: left !important;
  margin-bottom: 20px;
  margin-right: 10px;
}

.layout-socialTable #socialTable_length.dataTables_length label {
  font-size: 12px;
  color: #676767;
}

.layout-socialTable #socialTable_filter.dataTables_filter {
  float: left !important;
  margin-bottom: 20px;
}

.layout-socialTable #socialTable_filter.dataTables_filter:before {
  content: 'Filter';
  display: inline-block;
  float: left;
  font-size: 16px;
  margin-top: 7px;
  font-size: 12px;
  color: #676767;
}

.layout-socialTable #socialTable_paginate {
  margin-top: 20px;
}

/* ==========================================================================
   GENERAL */

html.noScroll {
  overflow: hidden;
  position: relative;
  height: 100%;
}

html.noScroll body {
  position: fixed;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
p,
a,
li,
ul,
i,
td,
th,
input {
  margin: 0;
  padding: 0;
  color: #676767;
}

/*http://type-scale.com/*/

h1 {
  font-size: 45px;
}

h2 {
  font-size: 37px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 18px;
}

h5,
p,
a,
li,
input {
  font-size: 16px;
}

p {
  margin-top: 20px;
}

p:first-of-type {
  margin-top: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.materialShadow {
  box-shadow: 0 1px 3px transparent, 0 1px 2px transparent;
  -webkit-transition: box-shadow 0.7s ease-out;
  -moz-transition: box-shadow 0.7s ease-out;
  -ms-transition: box-shadow 0.7s ease-out;
  -o-transition: box-shadow 0.7s ease-out;
  transition: box-shadow 0.7s ease-out;
}

.materialShadow.activate {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
}

main p a {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

#loader {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

#loader .showbox {
  background-size: red;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

#loader .loader {
  position: relative;
  margin: 0 auto;
  width: 50px;
}

#loader .loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

#loader .circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #CC0000;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

/* ==========================================================================
  BOOSTING CSS */

.fullS {
  width: 100%;
  -webkit-min-height: 90vh;
  -moz-min-height: 90vh;
  -ms-min-height: 90vh;
  -o-min-height: 90vh;
  min-height: 90vh;
  padding: 100px 0;
}

.fullyCenBtm {
  width: 100%;
  -webkit-min-height: 90vh;
  -moz-min-height: 90vh;
  -ms-min-height: 90vh;
  -o-min-height: 90vh;
  min-height: 90vh;
  padding: 100px 0;
  display: flex;
  align-items: flex-end;
}

.cen,
.cenBtm {
  position: relative;
}

.cen > * {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cenBtm > * {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  width: 100%;
}

.fullBgCen {
  background-size: cover;
  background-position: center;
}

.fullBgFixed {
  background-size: cover;
  background-attachment: fixed;
}

.paraWrap {
  position: relative;
  overflow: hidden;
}

.paraImg {
  width: 100%;
  height: 150%;
  position: absolute;
  top: -20%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fullBgTop {
  background-size: cover;
  background-position: top;
}

.fullBgBtm {
  background-size: cover;
  background-position: bottom;
}

.fullBgLeft {
  background-size: cover;
  background-position: left center;
}

.gradBg {
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: top left;
}

.gradBgShort {
  background-size: auto 30%;
  background-repeat: repeat-x;
  background-position: top left;
  position: relative;
  z-index: 1;
}

.redBtn {
  color: #FFF;
  background-color: #CC0000;
  padding: 10px 30px;
  display: inline-block;
  font-size: 22px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.blueBtn {
  color: #FFF;
  background-color: #0F99D6;
  padding: 10px 30px;
  display: inline-block;
  font-size: 22px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.greyBtn {
  color: #454545;
  border-bottom: 1px solid #454545;
  padding: 5px 0;
  display: inline-block;
  font-size: 20px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.redUnderlineBtn {
  color: #CC0000;
  padding: 10px 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: auto;
  position: relative;
}

.redUnderlineBtn:hover:before {
  bottom: 5px;
}

.redUnderlineBtn:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  border-bottom: 1px solid #CC0000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.whiteUnderlineBtn {
  color: #ffffff;
  padding: 10px 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: auto;
  position: relative;
}

.whiteUnderlineBtn:hover:before {
  bottom: 5px;
}

.whiteUnderlineBtn:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.downArrFade {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-top: 50px !important;
  width: 40px !important;
}

.downArrFade.arrHide {
  opacity: 0;
}

span.new {
  background-color: #CC0000;
  padding: 5px 10px;
  margin-right: 5px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
}

.watchNow {
  display: inline-block;
}

.watchNow a {
  display: inline-block;
  line-height: 20px;
  font-weight: 500;
  font-size: 16px;
  overflow: hidden;
  padding: 1px 0;
}

.watchNow img {
  height: 20px;
  margin-right: 10px;
  display: inline;
  vertical-align: middle;
  margin-top: -3px;
}

@keyframes imgSlot {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(110%);
  }

  51% {
    opacity: 0;
  }

  52% {
    transform: translateY(-110%);
  }

  100% {
    transform: translateY(0%);
  }
}

.watchNow:hover img {
  animation-duration: 0.6s;
  animation-name: imgSlot;
}

/* ==========================================================================
  RESPONSIVE */

.tabShow,
.mobShow {
  display: none !important;
}

/* ==========================================================================
  Main */

main {
  background-color: #FFFFFF;
  padding-top: 120px;
  display: block;
  position: relative;
  z-index: 1;
}

main > section {
  padding: 100px 0;
  font-size: 0;
}

.textLeft {
  text-align: left;
}

.textCen {
  text-align: center;
}

/* ==========================================================================
	Search  */

.layout-search {
  -webkit-min-height: 100vh;
  -moz-min-height: 100vh;
  -ms-min-height: 100vh;
  -o-min-height: 100vh;
  min-height: 100vh;
}

.layout-search h3 {
  font-size: 45px;
}

#tipue_search_content {
  margin-top: 10px;
}

#tipue_search_results_count {
  font-size: 14px;
  color: #676767;
}

#tipue_search_warning {
  font-size: 14px;
  color: #676767;
}

.tipue_search_content_title {
  margin-top: 50px;
  margin-bottom: 10px;
}

.tipue_search_content_title a {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 1px solid #676767;
  display: inline-block;
}

.tipue_search_content_text {
  font-size: 16px;
  color: #676767;
}

.tipue_search_content_bold {
  font-weight: 700;
  color: #CC0000;
}

/* ==========================================================================
  custom owl */

.owl-item {
  opacity: 1;
  box-shadow: 0 1px 3px transparent, 0 1px 2px transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.owl-item.owlNextBtn,
.owl-item.owlPrevBtn {
  opacity: 0.5;
  cursor: pointer;
}

.layout-owl {
  position: relative;
}

.layout-owl .owlNavBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #000000;
  z-index: 9999;
  cursor: pointer;
  opacity: 0;
  box-shadow: 0 1px 3px transparent, 0 1px 2px transparent;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.layout-owl .btnLeft {
  left: 25px;
}

.layout-owl .btnRight {
  right: 25px;
}

.layout-owl .owlNavBtn.btnReveal {
  opacity: 0.3;
}

.layout-owl .caroWithShadow .owl-stage-outer {
  padding-bottom: 25px;
}

.owl-equalH .owl-carousel .owl-stage {
  display: flex;
}

.owl-equalH .owl-carousel .owl-item > div,
.owl-equalH .owl-carousel .owl-item > a {
  height: 100%;
}

.owl-equalH .owl-carousel .owl-item > div > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* ==========================================================================
  Frequent layout */

.section-title,
.section-btn {
  text-align: center;
}

.section-title h3 {
  font-size: 28px;
}

.section-title,
.section-btn {
  text-align: center;
}

.section-title {
  margin-bottom: 50px;
}

.section-title p:first-of-type {
  margin-top: 20px;
}

.marginBtm {
  margin-bottom: 50px;
}

.section-btn {
  margin-top: 70px;
}

.layout-hashTag {
  border-top: 1px solid #707070;
  background-color: #FFF;
}

.layout-hashTag h2 {
  font-size: 28px;
  font-weight: 400;
}

.layout-hashTag img {
  width: auto;
  display: block;
}

.layout-backTop {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: right;
  background-color: #FFF;
  border-bottom: 1px solid #E6E6E6;
}

.layout-backTop > div:first-of-type {
  padding-top: 0;
}

.layout-backTop .backTopBtn {
  display: inline-block;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.layout-backTop .backTopBtn img {
  vertical-align: middle;
  height: 10px;
  opacity: 0.5;
  transform: translateY(0%);
  padding-right: 10px;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.ripple {
  overflow: hidden;
  position: relative;
  opacity: 0.9;
  overflow: hidden;
}

.ripple span {
  z-index: 20;
}

.ripple:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}

.ripple-effect {
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: white;
  animation: ripple-animation 2s;
}

@keyframes ripple-animation {
  from {
    transform: scale(1);
    opacity: 0.4;
  }

  to {
    transform: scale(100);
    opacity: 0;
  }
}

.noPaddingBtm {
  padding-bottom: 0;
}

html.noScroll {
  overflow: hidden;
  position: relative;
  height: 100%;
}

html.noScroll body {
  position: fixed;
}

main {
  padding-top: 60px;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

html.noScroll main {
  opacity: 0.1;
}

header {
  width: 100%;
  max-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

header * {
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

header a {
  cursor: pointer;
}

header .headerWrap {
  background-color: #000000;
}

header .pathWhite {
  fill: #FFFFFF;
  -webkit-transition: fill 0.3s ease-out;
  -moz-transition: fill 0.3s ease-out;
  -ms-transition: fill 0.3s ease-out;
  -o-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

header .pathRed {
  fill: #CC0000;
  -webkit-transition: fill 0.3s ease-out;
  -moz-transition: fill 0.3s ease-out;
  -ms-transition: fill 0.3s ease-out;
  -o-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

header .mainNav {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #000;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  overflow: hidden;
}

header .mainNav .left > * {
  display: inline-block;
  vertical-align: middle;
}

header .mainNav .left .logo {
  width: 75px;
  height: 100%;
  margin-top: -3px;
}

header .mainNav .left .logo svg {
  vertical-align: middle;
  width: 100%;
}

header .mainNav .left .logo svg .pathX {
  fill: #FFFFFF;
}

header .mainNav .left a,
header .mainNav .left p {
  font-size: 20px;
}

header .mainNav .left a .arrSvg {
  margin-left: 5px;
  height: 10px;
  vertical-align: middle;
  width: 20px;
}

header .mainNav .left a .arrSvg .path {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 0.8504;
}

header .mainNav .left a.langBtn p {
  font-size: 14px;
  margin-left: 15px;
  opacity: 0.6;
}

header .mainNav .left p {
  margin: 0 10px;
}

header .mainNav .right > * {
  display: inline-block;
  vertical-align: middle;
}

header .mainNav .right a p {
  opacity: 0.6;
}

header .mainNav .right a {
  margin-left: 20px;
  font-size: 16px;
  position: relative;
}

header .mainNav .right a span {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 10px solid #F2F2F2;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
  transform: translateY(100%);
  opacity: 0;
}

header .mainNav .right a.atPage p {
  opacity: 1;
}

header .mainNav .right a.searchBtn img {
  display: block;
  height: 18px;
  opacity: 0.6;
}

header .mainNav .right a.burgBtn {
  display: none;
}

header .mainNav .right .burgBtn div:nth-of-type(2) {
  margin: 4px 0;
}

header .mainNav .right .burgBtn > div {
  width: 20px;
  height: 2px;
  background-color: #FFF;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

header .mainNav .right .burgBtn.menuOpen > div {
  width: 20px;
}

header .mainNav .right .burgBtn.menuOpen > div:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
  -moz-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  -o-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}

header .mainNav .right .burgBtn.menuOpen > div:nth-of-type(2) {
  opacity: 0;
}

header .mainNav .right .burgBtn.menuOpen > div:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -moz-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  -o-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}

header .countryNav {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #000;
  display: none;
  justify-content: space-between;
  overflow: hidden;
}

header .countryNav .left > * {
  display: inline-block;
  vertical-align: middle;
}

header .countryNav .left p {
  font-size: 14px;
}

header .countryNav .left a {
  font-size: 12px;
  margin-left: 20px;
  opacity: 0.4;
}

header .countryNav .left a.atPage {
  opacity: 1;
}

header .countryNav .left a img {
  height: 25px;
  vertical-align: middle;
  margin-right: 5px;
}

header .countryNav .right > * {
  display: inline-block;
  vertical-align: middle;
}

header .countryNav .right .closeBtn {
  opacity: 0.6;
}

header .countryNav .right .closeBtn img {
  height: 30px;
  display: block;
}

header .searchNav {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #000;
  display: none;
  justify-content: space-between;
  white-space: nowrap;
  overflow: hidden;
}

header .searchNav .left > * {
  display: inline-block;
}

header .searchNav .searchFormDesk input[type=image] {
  border: none;
  height: 18px;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 0;
  opacity: 0.6;
}

header .searchNav .searchFormDesk input.searchInput {
  border: none;
  outline: none;
  text-align: left;
  border-left: 1px solid #A3A3A3;
  padding-left: 15px;
  vertical-align: middle;
  background-color: transparent;
  color: #FFFFFF;
  font-size: 16px;
  width: 100%;
  min-width: 300px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

header .searchNav .searchFormDesk input.searchInput:focus {
  outline: none;
}

header .searchNav .right > * {
  display: inline-block;
  vertical-align: middle;
}

header .searchNav .searchFormDesk .wSearch {
  display: inline-block;
}

header .searchNav .searchFormDesk .bSearch {
  display: none;
}

header .searchNav .right .closeBtn {
  opacity: 0.6;
}

header .searchNav .right .closeBtn img {
  height: 30px;
  display: block;
}

header .exploreNav,
header .btmNavEach,
header .langMob {
  width: 100%;
  height: 0;
  overflow: hidden;
}

header .exploreNav .owl-carousel .owl-stage-outer,
header .btmNavEach .owl-carousel .owl-stage-outer,
header .langMob .owl-carousel .owl-stage-outer {
  padding-bottom: 10px;
}

header .exploreNav .navOwlWrap,
header .btmNavEach .navOwlWrap,
header .langMob .navOwlWrap {
  position: relative;
}

header .exploreNav .navOwlWrap .whiteArr,
header .btmNavEach .navOwlWrap .whiteArr,
header .langMob .navOwlWrap .whiteArr {
  fill: #FFFFFF;
}

header .exploreNav .navOwlWrap .blackArr,
header .btmNavEach .navOwlWrap .blackArr,
header .langMob .navOwlWrap .blackArr {
  fill: #000000;
}

header .exploreNav .navOwlWrap .owlNavBtn,
header .btmNavEach .navOwlWrap .owlNavBtn,
header .langMob .navOwlWrap .owlNavBtn {
  width: 12px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
  margin-top: -10px;
  cursor: auto;
  opacity: 0;
}

header .exploreNav .navOwlWrap .owlNavBtn svg,
header .btmNavEach .navOwlWrap .owlNavBtn svg,
header .langMob .navOwlWrap .owlNavBtn svg {
  width: 100%;
}

header .exploreNav .navOwlWrap .owlNavBtn.btnLeft,
header .btmNavEach .navOwlWrap .owlNavBtn.btnLeft,
header .langMob .navOwlWrap .owlNavBtn.btnLeft {
  left: -32px;
}

header .exploreNav .navOwlWrap .owlNavBtn.btnRight,
header .btmNavEach .navOwlWrap .owlNavBtn.btnRight,
header .langMob .navOwlWrap .owlNavBtn.btnRight {
  right: -32px;
}

header .exploreNav .navOwlWrap.exceed .owlNavBtn,
header .btmNavEach .navOwlWrap.exceed .owlNavBtn,
header .langMob .navOwlWrap.exceed .owlNavBtn {
  cursor: pointer;
  opacity: 1;
}

header .exploreNav > div,
header .btmNavEach > div,
header .langMob > div {
  padding-top: 20px;
  padding-bottom: 20px;
}

header .exploreNav p,
header .btmNavEach p,
header .langMob p {
  font-size: 14px;
}

header .exploreNav .navWrap,
header .btmNavEach .navWrap,
header .langMob .navWrap {
  margin-top: 20px;
}

header .exploreNav .navWrap a,
header .btmNavEach .navWrap a,
header .langMob .navWrap a {
  display: inline-block;
  text-align: center;
  width: 215px;
  height: 130px;
}

header .exploreNav .navWrap a .imgWrap,
header .btmNavEach .navWrap a .imgWrap,
header .langMob .navWrap a .imgWrap {
  background-position: cente;
  background-size: cover;
  width: 100%;
  height: 130px;
}

header .exploreNav .navWrap a p,
header .btmNavEach .navWrap a p,
header .langMob .navWrap a p {
  margin-top: 10px;
}

header .exploreNav .navWrap a {
  opacity: 0.6;
}

header .exploreNav .navWrap a.atPage {
  opacity: 1;
}

header .btmNavEach,
header .langMob {
  background-color: #F2F2F2;
}

header .btmNavEach *,
header .langMob * {
  color: #000000;
}

header .btmNavEach .navWrap a.atPage .imgWrap,
header .langMob .navWrap a.atPage .imgWrap {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2), 0 4px 12px rgba(0, 0, 0, 0.2);
}

header .btmNavEach .navWrap a.atPage p,
header .langMob .navWrap a.atPage p {
  color: #CC0000;
}

header .btmNavEach .navOwlWrap,
header .langMob .navOwlWrap {
  display: block;
}

header .btmNavEach .navWrap .owl-stage .owl-item:first-of-type,
header .langMob .navWrap .owl-stage .owl-item:first-of-type {
  width: 0px !important;
  background-color: blue;
  overflow: hidden;
}

header .langMob {
  display: none;
}

header .progressBar {
  width: 100%;
  height: 3px;
}

header .progressBar > div {
  width: 0%;
  height: 100%;
  background-color: #CC0000;
}

footer {
  background-color: #000;
  padding: 40px 0;
}

footer a,
footer p {
  color: #676767;
}

footer a {
  cursor: pointer;
}

footer * {
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

footer .pathWhite {
  fill: #FFFFFF;
  -webkit-transition: fill 0.3s ease-out;
  -moz-transition: fill 0.3s ease-out;
  -ms-transition: fill 0.3s ease-out;
  -o-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

footer .pathRed {
  fill: #CC0000;
  -webkit-transition: fill 0.3s ease-out;
  -moz-transition: fill 0.3s ease-out;
  -ms-transition: fill 0.3s ease-out;
  -o-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

footer .footerWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .left > * {
  display: inline-block;
  vertical-align: middle;
}

footer .left .logo {
  width: 220px;
  height: 100%;
  margin-right: 20px;
  margin-top: 3px;
}

footer .logo img {
  width: 220px;
}

footer .left .logo svg {
  vertical-align: middle;
  width: 100%;
}

footer .left .logo svg .pathX {
  fill: #FFFFFF;
}

footer .left .copyright * {
  font-size: 14px;
}

footer .left .copyright a:first-of-type {
  margin-right: 20px;
}

footer .left .copyright p {
  margin: 0;
  margin-top: 5px;
}

footer .right > * {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

footer .right img {
  display: block;
  width: 30px;
  height: 30px;
}

footer .right > a {
  margin: 0;
  margin-left: 10px;
}

footer .right p {
  margin: 0;
  margin-left: 30px;
}

footer .right p.newLogo img {
  display: block;
  height: 60px;
  opacity: 0.8;
  width: 272px;
  margin: 20px auto 0 auto;
}

/* ==========================================================================
  Social */

.social {
  position: fixed;
  top: auto;
  right: 25px;
  bottom: 110px;
  transform: none;
  z-index: 997;
  text-align: center;
  display: none !important;
}

.social a:not(.socialBtn) {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  background-color: #CC0000;
  margin-top: 10px;
  cursor: pointer;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: -60px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: none;
}

.social a.socialBtn {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  background-color: #CC0000;
  margin-top: 10px;
  cursor: pointer;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: -60px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.social a:first-of-type {
  margin-top: 0;
}

.social a:last-of-type {
  margin-bottom: 0;
}

.socialBtn.toggle {
  background-color: #0C0000;
}

.titleBtn img {
  height: 18px;
  width: 18px;
  vertical-align: middle;
  margin: 0 0 2px 5px;
}

header .btmNavWrap .btmNavEach:nth-of-type(5) .navWrap {
  border-bottom: 0 solid transparent;
}

@font-face {
  font-family: 'lmbl';
  src: url("../fonts/lmbl/lmbl.eot?4ax7m7");
  src: url("../fonts/lmbl/lmbl.eot?4ax7m7#iefix") format("embedded-opentype"), url("../fonts/lmbl/lmbl.ttf?4ax7m7") format("truetype"), url("../fonts/lmbl/lmbl.woff?4ax7m7") format("woff"), url("../fonts/lmbl/lmbl.svg?4ax7m7#lmbl") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="lmbl-"],
[class*=" lmbl-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lmbl' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 1 */

.ie9 img[src$=".svg"] {
  width: 100%;
}

/* 2 */

.lmbl-pointer:before {
  content: "\e900";
  color: #c00;
}

.lmbl-search:before {
  content: "\e901";
  color: #c00;
}

.lmbl-card:before {
  content: "\e902";
  color: #c00;
}

.lmbl-clock:before {
  content: "\e903";
  color: #c00;
}

.lmbl-mouse-arrow:before {
  content: "\e904";
  color: #c00;
}

.lmbl-phone:before {
  content: "\e905";
  color: #c00;
}

.lmbl-phone1:before {
  content: "\e906";
  color: #c00;
}

body.about-template {
  transition: all 0.5s ease-in-out;
  background: #000;
}

body.about-template main {
  color: #fff;
}

body.about-template.white {
  background: #fff;
}

body.about-template.black {
  transition: all 0.5s ease-in-out;
  background: #000;
}

body.about-template.black main {
  color: #fff;
}

.about-template main {
  background: none;
}

.about-template .container {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.about-template img {
  max-width: 100%;
  height: auto;
}

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

.content-module {
  padding: 0;
  position: relative;
}

.full-module {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}

.text-block {
  position: relative;
  max-width: 550px;
  padding: 30px 0;
  margin: 0 auto;
  z-index: 1;
  font-family: 'Roboto', sans-serif;
}

.text-block h2 {
  color: #fff;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.text-block p {
  font-size: 24px;
  font-weight: 400;
}

.text-block .highlight {
  color: #ED1C24;
  font-weight: 700;
}

.module-1 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: stretch;
  height: 50vh;
}

.module-1 .waypointer {
  top: 50%;
}

.waypoint-container {
  height: 100vh;
  position: relative;
}

.waypoint-container-1 {
  height: 80vh;
  position: relative;
}

.waypoint-container-2 {
  height: 60vh;
  position: relative;
}

.waypoint-container-2 .waypointer1 {
  width: 50%;
  height: 7px;
}

.waypointer {
  width: 7px;
  background: #CC0000;
  height: 0;
  left: 50%;
  position: absolute;
  margin-left: -4px;
}

.module-3 .text-block {
  padding: 80px 0;
}

.module-3 .entry {
  position: relative;
}

.module-3 .wp-top {
  float: right;
  height: 7px;
  left: calc(-50% + 2.5px);
  position: relative;
  width: 0;
  top: -7px;
}

.module-3 .wp-left {
  left: 0;
  top: -7px;
}

.module-3 .wp-bottom {
  height: 7px;
  left: 0;
  width: 0;
  bottom: 7px;
}

.icons-list {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 200px;
  height: 370px;
  width: 450px;
}

.icons-list i {
  color: #CC0000;
  font-size: 55px;
  transition: all 0.5s linear;
  position: absolute;
}

.icons-list .lmbl-phone {
  left: 40%;
}

.icons-list .lmbl-card {
  left: 65%;
  top: 15%;
}

.icons-list .lmbl-search {
  left: 60%;
  top: 45%;
}

.icons-list .lmbl-phone1 {
  left: 50%;
  bottom: 0;
}

.icons-list .lmbl-pointer {
  left: 20%;
  top: 60%;
}

.icons-list .lmbl-clock {
  left: 20%;
  top: 30%;
}

.icons-list .lmbl-mouse-arrow {
  bottom: -50px;
  right: -50px;
}

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

.module-4 .svg-curve {
  /*max-width: 600px;
        left: -11%;
        position: relative;
        width: 90%;*/
}

.module-4 .svg-curve path {
  fill: none;
  stroke: #CE0000;
  stroke-width: 14;
  stroke-miterlimit: 10;
}

.module-4 .scaling-svg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: -7%;
  top: 0;
}

.waypoint-container-3 {
  height: 70vh;
  top: -14px;
  position: relative;
}

.waypoint-container-4 {
  position: relative;
  width: 100%;
  padding: 0;
  padding-bottom: 100%;
  height: 0;
}

.waypoint-container-5 {
  height: 50vh;
  position: relative;
}

.waypoint-container-6 {
  height: 40vh;
  position: relative;
}

.waypoint-container-7 {
  height: 40vh;
  position: relative;
}

.waypoint-container-8 {
  height: 40vh;
  position: relative;
}

.waypoint-container-9 {
  height: 25vh;
  position: relative;
}

.image-holder {
  margin-bottom: 30px;
}

.star.star-light .svg-spark {
  fill: #F9F9F9;
}

.star .svg-spark {
  fill: #ED1C24;
}

.star-list .star {
  transition: all 0.3s linear;
  position: absolute;
}

.star-list .star-1 {
  left: 20%;
  top: 10%;
  width: 105px;
}

.star-list .star-2 {
  left: 23%;
  top: 17%;
  width: 46px;
}

.star-list .star-3 {
  width: 105px;
  top: 45%;
  right: 20%;
}

.star-list .star-4 {
  width: 46px;
  top: 70%;
  left: 75%;
}

.star-list .star-5 {
  top: 50%;
  left: 10%;
  width: 245px;
}

.star-list .star-6 {
  top: 50%;
  left: 10%;
  width: 77px;
}

.spark-star {
  margin: 0 auto;
  top: -55px;
  width: 115px;
  height: 115px;
  z-index: 1;
  position: relative;
}

/* parallax module =========== */

.parallax-module {
  position: relative;
  overflow: hidden;
  padding: 0;
  height: 650px;
}

.parallax-module .container {
  height: 650px;
}

.parallax-module .bg-figure {
  height: 120%;
  width: 120%;
  background-position: top center;
  opacity: 1;
}

.parallax-module .content {
  max-width: 650px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.parallax-module .content h1,
.parallax-module .content p {
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

.parallax-module .content h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.parallax-module .content p {
  font-size: 25px;
}

.bg-figure {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s linear;
}

.bg-figure:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.bg-figure.bg-portrait {
  display: none;
}

.d-flex {
  display: flex;
}

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

/*Column-module =========== */

.columns-module {
  padding: 100px 0;
}

.columns-module .sec-title h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 50px;
  display: inline-block;
  color: #fff;
  border-bottom: 1px solid #CC0000;
  padding-bottom: 5px;
}

.columns-module .column {
  position: relative;
}

.columns-module .column-item {
  height: 400px;
  overflow: hidden;
  transition: all 0.3s linear;
  position: relative;
  width: 100%;
}

.columns-module .column-item.column-last .bg-figure {
  background-position: center center;
}

.columns-module .bg-figure {
  height: 400px;
  background-size: auto;
  position: relative;
  background-position: center center;
}

.columns-module .entry {
  position: absolute;
  direction: ltr;
  padding: 40px;
  bottom: 0;
  width: 100%;
}

.columns-module .entry h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}

.columns-module .video-icon {
  height: 25px;
  width: 35px;
  margin-bottom: 20px;
}

.lefthover .column-1 {
  z-index: 3;
}

.lefthover .column-2 {
  z-index: 2;
}

.lefthover .column-3 {
  direction: rtl;
  z-index: 1;
}

.righthover .column-1 {
  z-index: 1;
}

.righthover .column-2 {
  z-index: 2;
}

.righthover .column-3 {
  direction: rtl;
  z-index: 3;
}

.layout-3colCaro .sec-title h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 50px;
  display: inline-block;
  color: #fff;
  border-bottom: 1px solid #CC0000;
  padding-bottom: 5px;
}

.layout-3colCaro .caroWrap a {
  display: block;
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  white-space: normal;
}

.layout-3colCaro .caroWrap a img {
  display: block;
  width: 40px;
  margin-bottom: 20px;
}

.layout-3colCaro .caroWrap a p {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  color: #FFF;
}

.layout-3colCaro .caroWrap {
  width: 100%;
  height: 600px;
  flex: 1;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  background-color: #000;
}

.layout-3colCaro .caroWrap .caro {
  height: 100%;
  position: relative;
}

.layout-3colCaro .caroWrap .caro > div {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  height: 100%;
  position: relative;
}

.layout-3colCaro .caroWrap .caro h4 {
  font-size: 28px;
  font-weight: 700;
  color: #FFF;
}

.layout-3colCaro .caroWrap .caroImg {
  width: 100%;
  height: 100%;
  background-size: auto 150%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}

/* ==========================================================================
  End custom owl */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).
Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */

.mejs__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.mejs__container {
  background: #EEEEEE;
  box-sizing: border-box;
  font-family: 'Helvetica', Arial, serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top;
}

.mejs__container * {
  box-sizing: border-box;
}

/* Hide native play button and control bar from iOS to favor plugin button */

.mejs__container video::-webkit-media-controls,
.mejs__container video::-webkit-media-controls-panel,
.mejs__container video::-webkit-media-controls-panel-container,
.mejs__container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.mejs__fill-container,
.mejs__fill-container .mejs__container {
  height: 100%;
  width: 100%;
}

.mejs__fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.mejs__container:focus {
  outline: none;
}

.mejs__iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}

.mejs__embed,
.mejs__embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.mejs__fullscreen {
  overflow: hidden !important;
}

.mejs__container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
  height: 100% !important;
  width: 100% !important;
}

/* Start: LAYERS */

.mejs__background {
  left: 0;
  position: absolute;
  top: 0;
}

.mejs__mediaelement {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.mejs__poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

:root .mejs__poster-img {
  display: none;
}

.mejs__poster-img {
  border: 0;
  padding: 0;
}

.mejs__overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}

.mejs__layer {
  z-index: 1;
}

.mejs__overlay-play {
  cursor: pointer;
}

.mejs__overlay-button {
  background: url("mejs-controls.svg") no-repeat;
  background-position: 0 -39px;
  height: 80px;
  width: 80px;
}

.mejs__overlay:hover > .mejs__overlay-button {
  background-position: -80px -39px;
}

.mejs__overlay-loading {
  height: 80px;
  width: 80px;
}

.mejs__overlay-loading-bg-img {
  animation: mejs__loading-spinner 1s linear infinite;
  background: transparent url("mejs-controls.svg") -160px -40px no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1;
}

@keyframes mejs__loading-spinner {
  100% {
    transform: rotate(360deg);
  }
}

/* End: LAYERS */

/* Start: CONTROL BAR */

.mejs__controls {
  bottom: 0;
  display: flex;
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.mejs__controls:not([style*='display: none']) {
  /*background: rgba(255, 0, 0, 0.7);*/
  /*background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));*/
}

.mejs__button,
.mejs__time,
.mejs__time-rail {
  font-size: 10px;
  height: 40px;
  line-height: 10px;
  margin: 0;
  width: 32px;
}

.mejs__button > button {
  background: transparent url("mejs-controls.svg");
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 20px;
}

/* :focus for accessibility */

.mejs__button > button:focus {
  outline: dotted 1px #999;
}

.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus,
.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus {
  outline: 0;
}

/* End: CONTROL BAR */

/* Start: Time (Current / Duration) */

.mejs__time {
  box-sizing: content-box;
  color: #707072;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  overflow: hidden;
  padding: 16px 6px 0;
  text-align: center;
  width: auto;
}

/* End: Time (Current / Duration) */

/* Start: Play/Pause/Stop */

.mejs__play > button {
  background-position: 0 0;
}

.mejs__pause > button {
  background-position: -20px 0;
}

.mejs__replay > button {
  background-position: -160px 0;
}

/* End: Play/Pause/Stop */

/* Start: Progress Bar */

.mejs__time-rail {
  direction: ltr;
  flex-grow: 1;
  height: 40px;
  margin: 0 10px;
  padding-top: 10px;
  position: relative;
}

.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-float,
.mejs__time-hovered,
.mejs__time-float-current,
.mejs__time-float-corner,
.mejs__time-marker {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 10px;
  position: absolute;
}

.mejs__time-total {
  background: rgba(112, 112, 114, 0.3);
  margin: 5px 0 0;
  width: 100%;
}

.mejs__time-buffering {
  animation: buffering-stripes 2s linear infinite;
  background: linear-gradient(-45deg, rgba(112, 112, 114, 0.4) 25%, transparent 25%, transparent 50%, rgba(112, 112, 114, 0.4) 50%, rgba(112, 112, 114, 0.4) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  width: 100%;
}

@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 30px 0;
  }
}

.mejs__time-loaded {
  background: rgba(112, 112, 114, 0.3);
}

.mejs__time-current {
  background: #cc0000;
}

.mejs__time-handle-content {
  background: rgba(112, 112, 114, 0.9);
}

.mejs__time-hovered {
  background: rgba(204, 0, 0, 0.5);
  z-index: 10;
}

.mejs__time-hovered.negative {
  background: rgba(0, 0, 0, 0.2);
}

.mejs__time-current,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-hovered {
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: 0.15s ease-in all;
  width: 100%;
}

.mejs__time-buffering {
  transform: scaleX(1);
}

.mejs__time-hovered {
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}

.mejs__time-hovered.no-hover {
  transform: scaleX(0) !important;
}

.mejs__time-handle,
.mejs__time-handle-content {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  transform: translateX(0);
  z-index: 11;
}

.mejs__time-handle-content {
  border: 4px solid rgba(112, 112, 114, 0.9);
  border-radius: 50%;
  height: 10px;
  left: -7px;
  top: -4px;
  transform: scale(0);
  width: 10px;
}

.mejs__time-rail:hover .mejs__time-handle-content,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail .mejs__time-handle-content:active {
  transform: scale(1);
}

.mejs__time-float {
  background: #eee;
  border: solid 1px #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 17px;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 36px;
}

.mejs__time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px;
}

.mejs__time-float-corner {
  border: solid 5px #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
}

.mejs__long-video .mejs__time-float {
  margin-left: -23px;
  width: 64px;
}

.mejs__long-video .mejs__time-float-current {
  width: 60px;
}

.mejs__broadcast {
  color: #707072;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%;
}

/* End: Progress Bar */

/* Start: Fullscreen */

.mejs__fullscreen-button > button {
  background-position: -80px 0;
}

.mejs__unfullscreen > button {
  background-position: -100px 0;
}

/* End: Fullscreen */

/* Start: Mute/Volume */

.mejs__mute > button {
  background-position: -60px 0;
}

.mejs__unmute > button {
  background-position: -40px 0;
}

.mejs__volume-button {
  position: relative;
}

.mejs__volume-button > .mejs__volume-slider {
  -webkit-backface-visibility: hidden;
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 115px;
  left: 50%;
  margin: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 25px;
  z-index: 1;
}

.mejs__volume-button:hover {
  border-radius: 0 0 4px 4px;
}

.mejs__volume-total {
  background: rgba(112, 112, 114, 0.5);
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  transform: translateX(-50%);
  width: 2px;
}

.mejs__volume-current {
  background: rgba(112, 112, 114, 0.9);
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}

.mejs__volume-handle {
  background: rgba(112, 112, 114, 0.9);
  border-radius: 1px;
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 16px;
}

.mejs__horizontal-volume-slider {
  display: block;
  height: 36px;
  position: relative;
  vertical-align: middle;
  width: 56px;
}

.mejs__horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 8px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 16px;
  width: 50px;
}

.mejs__horizontal-volume-current {
  background: rgba(112, 112, 114, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mejs__horizontal-volume-handle {
  display: none;
}

/* End: Mute/Volume */

/* Start: Track (Captions and Chapters) */

.mejs__captions-button,
.mejs__chapters-button {
  position: relative;
}

.mejs__captions-button > button {
  background-position: -140px 0;
}

.mejs__chapters-button > button {
  background-position: -180px 0;
}

.mejs__captions-button > .mejs__captions-selector,
.mejs__chapters-button > .mejs__chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px;
}

.mejs__chapters-button > .mejs__chapters-selector {
  margin-right: -55px;
  width: 110px;
}

.mejs__captions-selector-list,
.mejs__chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
  color: #707072;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0;
}

.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(112, 112, 114, 0.4) !important;
}

.mejs__captions-selector-input,
.mejs__chapters-selector-input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute;
}

.mejs__captions-selector-label,
.mejs__chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 10px 0;
  width: 100%;
}

.mejs__captions-selected,
.mejs__chapters-selected {
  color: #21f8f8;
}

.mejs__captions-translations {
  font-size: 10px;
  margin: 0 0 5px;
}

.mejs__captions-layer {
  bottom: 0;
  color: #707072;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
}

.mejs__captions-layer a {
  color: #707072;
  text-decoration: underline;
}

.mejs__captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}

.mejs__captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}

.mejs__captions-position-hover {
  bottom: 35px;
}

.mejs__captions-text,
.mejs__captions-text * {
  background: rgba(20, 20, 20, 0.5);
  box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
  padding: 0;
  white-space: pre-wrap;
}

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
  display: none;
}

/* End: Track (Captions and Chapters) */

/* Start: Error */

.mejs__overlay-error {
  position: relative;
}

.mejs__overlay-error > img {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.mejs__cannotplay,
.mejs__cannotplay a {
  color: #707072;
  font-size: 0.8em;
}

.mejs__cannotplay {
  position: relative;
}

.mejs__cannotplay p,
.mejs__cannotplay a {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}

/* End: Error */

@media (min-width: 0px) {
  .xs-1,
  .xs-2,
  .xs-3,
  .xs-4,
  .xs-5,
  .xs-6,
  .xs-7,
  .xs-8,
  .xs-9,
  .xs-10,
  .xs-11,
  .xs-12 {
    display: inline-block;
    vertical-align: top;
  }

  .xs-12 {
    width: 100%;
  }

  .xs-11 {
    width: 91.66666667%;
  }

  .xs-10 {
    width: 83.33333333%;
  }

  .xs-9 {
    width: 75%;
  }

  .xs-8 {
    width: 66.66666667%;
  }

  .xs-7 {
    width: 58.33333333%;
  }

  .xs-6 {
    width: 50%;
  }

  .xs-5 {
    width: 41.66666667%;
  }

  .xs-4 {
    width: 33.33333333%;
  }

  .xs-3 {
    width: 25%;
  }

  .xs-2 {
    width: 16.66666667%;
  }

  .xs-1 {
    width: 8.33333333%;
  }

  .xs-pull-12 {
    right: 100%;
  }

  .xs-pull-11 {
    right: 91.66666667%;
  }

  .xs-pull-10 {
    right: 83.33333333%;
  }

  .xs-pull-9 {
    right: 75%;
  }

  .xs-pull-8 {
    right: 66.66666667%;
  }

  .xs-pull-7 {
    right: 58.33333333%;
  }

  .xs-pull-6 {
    right: 50%;
  }

  .xs-pull-5 {
    right: 41.66666667%;
  }

  .xs-pull-4 {
    right: 33.33333333%;
  }

  .xs-pull-3 {
    right: 25%;
  }

  .xs-pull-2 {
    right: 16.66666667%;
  }

  .xs-pull-1 {
    right: 8.33333333%;
  }

  .xs-pull-0 {
    right: auto;
  }

  .xs-push-12 {
    left: 100%;
  }

  .xs-push-11 {
    left: 91.66666667%;
  }

  .xs-push-10 {
    left: 83.33333333%;
  }

  .xs-push-9 {
    left: 75%;
  }

  .xs-push-8 {
    left: 66.66666667%;
  }

  .xs-push-7 {
    left: 58.33333333%;
  }

  .xs-push-6 {
    left: 50%;
  }

  .xs-push-5 {
    left: 41.66666667%;
  }

  .xs-push-4 {
    left: 33.33333333%;
  }

  .xs-push-3 {
    left: 25%;
  }

  .xs-push-2 {
    left: 16.66666667%;
  }

  .xs-push-1 {
    left: 8.33333333%;
  }

  .xs-push-0 {
    left: auto;
  }

  .xs-offset-12 {
    margin-left: 100%;
  }

  .xs-offset-11 {
    margin-left: 91.66666667%;
  }

  .xs-offset-10 {
    margin-left: 83.33333333%;
  }

  .xs-offset-9 {
    margin-left: 75%;
  }

  .xs-offset-8 {
    margin-left: 66.66666667%;
  }

  .xs-offset-7 {
    margin-left: 58.33333333%;
  }

  .xs-offset-6 {
    margin-left: 50%;
  }

  .xs-offset-5 {
    margin-left: 41.66666667%;
  }

  .xs-offset-4 {
    margin-left: 33.33333333%;
  }

  .xs-offset-3 {
    margin-left: 25%;
  }

  .xs-offset-2 {
    margin-left: 16.66666667%;
  }

  .xs-offset-1 {
    margin-left: 8.33333333%;
  }

  .xs-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 481px) {
  .g {
    padding-left: 50px;
    padding-right: 50px;
  }

  .xs-1,
  .sm-1,
  .md-1,
  .lg-1,
  .xs-2,
  .sm-2,
  .md-2,
  .lg-2,
  .xs-3,
  .sm-3,
  .md-3,
  .lg-3,
  .xs-4,
  .sm-4,
  .md-4,
  .lg-4,
  .xs-5,
  .sm-5,
  .md-5,
  .lg-5,
  .xs-6,
  .sm-6,
  .md-6,
  .lg-6,
  .xs-7,
  .sm-7,
  .md-7,
  .lg-7,
  .xs-8,
  .sm-8,
  .md-8,
  .lg-8,
  .xs-9,
  .sm-9,
  .md-9,
  .lg-9,
  .xs-10,
  .sm-10,
  .md-10,
  .lg-10,
  .xs-11,
  .sm-11,
  .md-11,
  .lg-11,
  .xs-12,
  .sm-12,
  .md-12,
  .lg-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .g .r {
    margin-left: -10px;
    margin-right: -10px;
  }

  .sm-1,
  .sm-2,
  .sm-3,
  .sm-4,
  .sm-5,
  .sm-6,
  .sm-7,
  .sm-8,
  .sm-9,
  .sm-10,
  .sm-11,
  .sm-12 {
    display: inline-block;
    vertical-align: top;
  }

  .sm-12 {
    width: 100%;
  }

  .sm-11 {
    width: 91.66666667%;
  }

  .sm-10 {
    width: 83.33333333%;
  }

  .sm-9 {
    width: 75%;
  }

  .sm-8 {
    width: 66.66666667%;
  }

  .sm-7 {
    width: 58.33333333%;
  }

  .sm-6 {
    width: 50%;
  }

  .sm-5 {
    width: 41.66666667%;
  }

  .sm-4 {
    width: 33.33333333%;
  }

  .sm-3 {
    width: 25%;
  }

  .sm-2 {
    width: 16.66666667%;
  }

  .sm-1 {
    width: 8.33333333%;
  }

  .sm-pull-12 {
    right: 100%;
  }

  .sm-pull-11 {
    right: 91.66666667%;
  }

  .sm-pull-10 {
    right: 83.33333333%;
  }

  .sm-pull-9 {
    right: 75%;
  }

  .sm-pull-8 {
    right: 66.66666667%;
  }

  .sm-pull-7 {
    right: 58.33333333%;
  }

  .sm-pull-6 {
    right: 50%;
  }

  .sm-pull-5 {
    right: 41.66666667%;
  }

  .sm-pull-4 {
    right: 33.33333333%;
  }

  .sm-pull-3 {
    right: 25%;
  }

  .sm-pull-2 {
    right: 16.66666667%;
  }

  .sm-pull-1 {
    right: 8.33333333%;
  }

  .sm-pull-0 {
    right: auto;
  }

  .sm-push-12 {
    left: 100%;
  }

  .sm-push-11 {
    left: 91.66666667%;
  }

  .sm-push-10 {
    left: 83.33333333%;
  }

  .sm-push-9 {
    left: 75%;
  }

  .sm-push-8 {
    left: 66.66666667%;
  }

  .sm-push-7 {
    left: 58.33333333%;
  }

  .sm-push-6 {
    left: 50%;
  }

  .sm-push-5 {
    left: 41.66666667%;
  }

  .sm-push-4 {
    left: 33.33333333%;
  }

  .sm-push-3 {
    left: 25%;
  }

  .sm-push-2 {
    left: 16.66666667%;
  }

  .sm-push-1 {
    left: 8.33333333%;
  }

  .sm-push-0 {
    left: auto;
  }

  .sm-offset-12 {
    margin-left: 100%;
  }

  .sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .sm-offset-9 {
    margin-left: 75%;
  }

  .sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .sm-offset-6 {
    margin-left: 50%;
  }

  .sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .sm-offset-3 {
    margin-left: 25%;
  }

  .sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .sm-offset-0 {
    margin-left: 0%;
  }

  .layout-quotes h1 {
    font-size: 40px;
  }

  .layout-imgVideo div h1 {
    font-size: 90px;
  }
}

@media (max-height: 800px) and (min-width: 481px) {
  .layout-liveMoreBankLess .lmbl h1 {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
  }

  .layout-liveMoreBankLess .lmbl .shortShow {
    display: block;
  }

  .layout-liveMoreBankLess .lmbl .something {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
  }
}

@media (max-height: 590px) and (min-width: 481px) {
  .layout-liveMoreBankLess .lmbl h1 {
    font-size: 58px;
  }

  .layout-liveMoreBankLess3 .lmbl h1,
  .layout-liveMoreBankLess3 .lmbl .something {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
  }

  .layout-liveMoreBankLess3 .lmbl h1 {
    font-size: 58px;
  }
}

@media (min-width: 769px) {
  .md-1,
  .md-2,
  .md-3,
  .md-4,
  .md-5,
  .md-6,
  .md-7,
  .md-8,
  .md-9,
  .md-10,
  .md-11,
  .md-12 {
    display: inline-block;
    vertical-align: top;
  }

  .md-12 {
    width: 100%;
  }

  .md-11 {
    width: 91.66666667%;
  }

  .md-10 {
    width: 83.33333333%;
  }

  .md-9 {
    width: 75%;
  }

  .md-8 {
    width: 66.66666667%;
  }

  .md-7 {
    width: 58.33333333%;
  }

  .md-6 {
    width: 50%;
  }

  .md-5 {
    width: 41.66666667%;
  }

  .md-4 {
    width: 33.33333333%;
  }

  .md-3 {
    width: 25%;
  }

  .md-2 {
    width: 16.66666667%;
  }

  .md-1 {
    width: 8.33333333%;
  }

  .md-pull-12 {
    right: 100%;
  }

  .md-pull-11 {
    right: 91.66666667%;
  }

  .md-pull-10 {
    right: 83.33333333%;
  }

  .md-pull-9 {
    right: 75%;
  }

  .md-pull-8 {
    right: 66.66666667%;
  }

  .md-pull-7 {
    right: 58.33333333%;
  }

  .md-pull-6 {
    right: 50%;
  }

  .md-pull-5 {
    right: 41.66666667%;
  }

  .md-pull-4 {
    right: 33.33333333%;
  }

  .md-pull-3 {
    right: 25%;
  }

  .md-pull-2 {
    right: 16.66666667%;
  }

  .md-pull-1 {
    right: 8.33333333%;
  }

  .md-pull-0 {
    right: auto;
  }

  .md-push-12 {
    left: 100%;
  }

  .md-push-11 {
    left: 91.66666667%;
  }

  .md-push-10 {
    left: 83.33333333%;
  }

  .md-push-9 {
    left: 75%;
  }

  .md-push-8 {
    left: 66.66666667%;
  }

  .md-push-7 {
    left: 58.33333333%;
  }

  .md-push-6 {
    left: 50%;
  }

  .md-push-5 {
    left: 41.66666667%;
  }

  .md-push-4 {
    left: 33.33333333%;
  }

  .md-push-3 {
    left: 25%;
  }

  .md-push-2 {
    left: 16.66666667%;
  }

  .md-push-1 {
    left: 8.33333333%;
  }

  .md-push-0 {
    left: auto;
  }

  .md-offset-12 {
    margin-left: 100%;
  }

  .md-offset-11 {
    margin-left: 91.66666667%;
  }

  .md-offset-10 {
    margin-left: 83.33333333%;
  }

  .md-offset-9 {
    margin-left: 75%;
  }

  .md-offset-8 {
    margin-left: 66.66666667%;
  }

  .md-offset-7 {
    margin-left: 58.33333333%;
  }

  .md-offset-6 {
    margin-left: 50%;
  }

  .md-offset-5 {
    margin-left: 41.66666667%;
  }

  .md-offset-4 {
    margin-left: 33.33333333%;
  }

  .md-offset-3 {
    margin-left: 25%;
  }

  .md-offset-2 {
    margin-left: 16.66666667%;
  }

  .md-offset-1 {
    margin-left: 8.33333333%;
  }

  .md-offset-0 {
    margin-left: 0%;
  }

  .social a:hover {
    background-color: #0C0000;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.3);
  }

  .module-4 .svg-curve path {
    stroke-width: 7;
  }
}

@media (min-width: 1025px) {
  .lg-1,
  .lg-2,
  .lg-3,
  .lg-4,
  .lg-5,
  .lg-6,
  .lg-7,
  .lg-8,
  .lg-9,
  .lg-10,
  .lg-11,
  .lg-12 {
    display: inline-block;
    vertical-align: top;
  }

  .lg-12 {
    width: 100%;
  }

  .lg-11 {
    width: 91.66666667%;
  }

  .lg-10 {
    width: 83.33333333%;
  }

  .lg-9 {
    width: 75%;
  }

  .lg-8 {
    width: 66.66666667%;
  }

  .lg-7 {
    width: 58.33333333%;
  }

  .lg-6 {
    width: 50%;
  }

  .lg-5 {
    width: 41.66666667%;
  }

  .lg-4 {
    width: 33.33333333%;
  }

  .lg-3 {
    width: 25%;
  }

  .lg-2 {
    width: 16.66666667%;
  }

  .lg-1 {
    width: 8.33333333%;
  }

  .lg-pull-12 {
    right: 100%;
  }

  .lg-pull-11 {
    right: 91.66666667%;
  }

  .lg-pull-10 {
    right: 83.33333333%;
  }

  .lg-pull-9 {
    right: 75%;
  }

  .lg-pull-8 {
    right: 66.66666667%;
  }

  .lg-pull-7 {
    right: 58.33333333%;
  }

  .lg-pull-6 {
    right: 50%;
  }

  .lg-pull-5 {
    right: 41.66666667%;
  }

  .lg-pull-4 {
    right: 33.33333333%;
  }

  .lg-pull-3 {
    right: 25%;
  }

  .lg-pull-2 {
    right: 16.66666667%;
  }

  .lg-pull-1 {
    right: 8.33333333%;
  }

  .lg-pull-0 {
    right: auto;
  }

  .lg-push-12 {
    left: 100%;
  }

  .lg-push-11 {
    left: 91.66666667%;
  }

  .lg-push-10 {
    left: 83.33333333%;
  }

  .lg-push-9 {
    left: 75%;
  }

  .lg-push-8 {
    left: 66.66666667%;
  }

  .lg-push-7 {
    left: 58.33333333%;
  }

  .lg-push-6 {
    left: 50%;
  }

  .lg-push-5 {
    left: 41.66666667%;
  }

  .lg-push-4 {
    left: 33.33333333%;
  }

  .lg-push-3 {
    left: 25%;
  }

  .lg-push-2 {
    left: 16.66666667%;
  }

  .lg-push-1 {
    left: 8.33333333%;
  }

  .lg-push-0 {
    left: auto;
  }

  .lg-offset-12 {
    margin-left: 100%;
  }

  .lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .lg-offset-9 {
    margin-left: 75%;
  }

  .lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .lg-offset-6 {
    margin-left: 50%;
  }

  .lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .lg-offset-3 {
    margin-left: 25%;
  }

  .lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .lg-offset-0 {
    margin-left: 0%;
  }

  .layout-stories a:hover,
  .layout-stories a:hover h3 {
    opacity: 0.6;
  }

  main .layout-imgVideo.stuck {
    position: fixed;
    top: 0;
    left: 0;
    height: 80%;
  }

  .layout-youtube .closeBtn:hover {
    opacity: 0.5;
  }

  .layout-video .closeBtn:hover {
    opacity: 0.5;
  }

  .layout-boxes .eachBox a.whiteUnderlineBtn {
    opacity: 0 !important;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
  }

  .layout-boxes .eachBox:hover .fullBgCen {
    transform: scale(1.1);
  }

  .layout-boxes .eachBox:hover a {
    opacity: 1 !important;
  }

  .layout-boxes .eachBox .cenContent:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .effect-fadeUp2 {
    opacity: 0;
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(30%);
    -webkit-transition: all 0.6s ease-out 0.1s;
    -moz-transition: all 0.6s ease-out 0.1s;
    -ms-transition: all 0.6s ease-out 0.1s;
    -o-transition: all 0.6s ease-out 0.1s;
    transition: all 0.6s ease-out 0.1s;
  }

  .effect-fadeUp3 {
    opacity: 0;
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(30%);
    -webkit-transition: all 0.6s ease-out 0.2s;
    -moz-transition: all 0.6s ease-out 0.2s;
    -ms-transition: all 0.6s ease-out 0.2s;
    -o-transition: all 0.6s ease-out 0.2s;
    transition: all 0.6s ease-out 0.2s;
  }

  .layout-whiteBoxes .articleNav a:hover {
    opacity: 0.6;
  }

  .layout-socialTable table#socialTable a:hover {
    opacity: 0.6;
  }

  .materialShadow:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
  }

  main p a:hover {
    opacity: 0.6;
  }

  .layout-owl .owlNavBtn:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 5px 5px rgba(0, 0, 0, 0.1);
    opacity: 0.6;
  }

  .layout-backTop .backTopBtn img {
    transform: translateY(0%);
  }

  .layout-backTop .backTopBtn:hover img {
    transform: translateY(-50%);
  }

  .ripple:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  }

  footer .right p.newLogo img {
    margin: 20px 0;
  }

  footer .left a {
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }

  footer .left a:hover {
    color: #FFF;
  }

  footer .right a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  footer .right > a {
    opacity: 0.6;
  }

  footer .right a:hover {
    opacity: 1;
    color: #FFF;
  }

  .text-block h2 {
    font-size: 45px;
  }

  .text-block p {
    font-size: 28px;
  }

  .module-3 .text-block {
    padding: 200px 0;
  }

  .module-4 .svg-curve {
    left: -7%;
    width: 100%;
  }

  .columns-module .wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .columns-module .column {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .columns-module .column-item {
    height: 600px;
  }

  .columns-module .column-item:hover {
    position: absolute;
    width: 130%;
    z-index: 2;
  }

  .columns-module .column-item.column-last .bg-figure {
    background-position: center right;
  }

  .columns-module .bg-figure {
    height: 600px;
    background-position: center left;
  }

  .columns-module .entry h4 {
    font-size: 28px;
  }
}

@media (max-width: 1024px) {
  .layout-boxes .eachBox h2 {
    margin-top: 0;
  }

  .layout-boxes .eachBox a {
    opacity: 1;
  }

  .layout-boxes .eachBox a.whiteUnderlineBtn {
    opacity: 1;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
  }

  .layout-boxes .eachBox .cenContent > div {
    margin-top: 0px;
  }

  .layout-whiteBoxes .articleNav {
    width: 100%;
  }

  .layout-whiteBoxes .articleNav a {
    font-size: 16px;
    margin-left: 30px;
  }

  .layout-socialTable tfoot {
    display: none;
  }

  a {
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
  }

  .fullBgFixed {
    background-size: cover;
    background-attachment: scroll;
  }

  .paraImg {
    background-size: cover;
    background-position: center;
  }

  .tabShow {
    display: block !important;
  }

  .tabHide {
    display: none !important;
  }

  .owl-item.active {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
  }

  .owlNoShadow .owl-item.active {
    box-shadow: none;
  }

  .owlNavBtn {
    display: none;
  }

  header .mainNav .left a.langBtn,
  header .mainNav .right a {
    display: none;
  }

  header .mainNav .right a.burgBtn {
    display: inline-block;
  }

  header .countryNav {
    display: block;
    height: 0px;
    line-height: normal;
  }

  header .countryNav .left {
    margin-left: -20px;
    padding: 20px 0;
  }

  header .countryNav .left p {
    display: block;
    margin-left: 20px;
    margin-bottom: 20px;
  }

  header .countryNav .left a {
    text-align: center;
    font-size: 9px;
  }

  header .countryNav .left a img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: 5px;
  }

  header .countryNav .right {
    display: none;
  }

  header .searchNav .searchFormDesk input.searchInput {
    color: #000000;
  }

  header .searchNav .searchFormDesk .wSearch {
    display: none;
  }

  header .searchNav .searchFormDesk .bSearch {
    display: inline-block;
  }

  header .exploreNav p.exploreTitle,
  header .btmNavEach p.exploreTitle,
  header .langMob p.exploreTitle {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
  }

  header .exploreNav .navWrap a,
  header .btmNavEach .navWrap a,
  header .langMob .navWrap a {
    display: block;
    text-align: left;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  header .exploreNav .navWrap a:last-of-type,
  header .btmNavEach .navWrap a:last-of-type,
  header .langMob .navWrap a:last-of-type {
    margin-bottom: 5px;
  }

  header .exploreNav .navWrap a p,
  header .btmNavEach .navWrap a p,
  header .langMob .navWrap a p {
    font-size: 20px;
  }

  header .exploreNav .navWrap a .imgWrap,
  header .btmNavEach .navWrap a .imgWrap,
  header .langMob .navWrap a .imgWrap {
    display: none;
  }

  header .exploreNav .navWrap a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  header .exploreNav .navWrap a:last-of-type {
    border-bottom: 0px solid rgba(255, 255, 255, 0);
    padding-bottom: 0;
    margin-bottom: 0;
  }

  header .btmNavEach > div,
  header .langMob > div {
    padding-top: 0;
    padding-bottom: 0;
  }

  header .btmNavEach .navWrap,
  header .langMob .navWrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  header .btmNavEach .navWrap a:not(:first-of-type):not(:last-of-type),
  header .langMob .navWrap a:not(:first-of-type):not(:last-of-type) {
    padding-bottom: 0px;
  }

  header .btmNavEach .navWrap a:nth-of-type(2),
  header .langMob .navWrap a:nth-of-type(2) {
    margin-top: -10px;
  }

  header .btmNavEach .navWrap a p,
  header .langMob .navWrap a p {
    font-size: 14px;
    padding-left: 20px;
  }

  header .btmNavEach .navWrap a:first-of-type p,
  header .langMob .navWrap a:first-of-type p {
    font-size: 20px;
    padding-left: 0;
  }

  header .langMob {
    display: block;
  }

  header .langMob .navWrap {
    margin-bottom: 20px !important;
  }

  header .langMob .navWrap p {
    margin-bottom: 10px;
    font-size: 16px;
  }

  header .langMob .navWrap > a {
    display: inline !important;
    margin-right: 10px;
    font-size: 16px;
  }

  header .langMob .navWrap > a.atPage {
    color: #CC0000;
  }

  header .btmNavEach:last-of-type .navWrap,
  header .langMob:last-of-type .navWrap {
    margin-bottom: 30px;
    border-bottom: 0px solid transparent;
  }

  footer a {
    color: #FFF;
  }

  footer .footerWrap {
    display: block;
    text-align: center;
  }

  footer .footerWrap > div {
    display: inline-block;
    width: 100%;
  }

  footer .footerWrap > div:first-of-type {
    margin-bottom: 40px;
  }

  footer .left .logo {
    width: 220px;
    height: 100%;
    margin-right: 0;
    margin-top: 0;
  }

  footer .left .copyright {
    width: 100%;
    margin-top: 20px;
  }

  footer .right > a:first-of-type {
    margin-left: 0;
  }

  footer .right > a {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  footer .right p {
    margin: 0;
    width: 100%;
  }

  footer .right p:last-of-type {
    color: #FFF;
  }

  .social {
    top: auto;
    right: 50px;
    bottom: 50px;
    transform: none;
  }

  .bg-figure.bg-landscape {
    display: none;
  }

  .bg-figure.bg-portrait {
    display: block;
  }
}

@media (max-width: 768px) {
  .layout-imgVideo {
    -webkit-height: 200vh;
    -moz-height: 200vh;
    -ms-height: 200vh;
    -o-height: 200vh;
    height: 200vh;
    width: 100%;
  }

  .layout-imgVideo div {
    height: 50%;
    position: relative;
  }

  .layout-imgVideo > div {
    width: 100%;
    display: inline-block;
  }

  .layout-youtube .closeBtn {
    top: 20px;
    margin-top: 0;
    right: 20px;
  }

  .layout-video .closeBtn {
    top: 20px;
    margin-top: 0;
    right: 20px;
  }

  .layout-liveMoreBankLess .fullBgCen:before {
    opacity: 0.6;
  }

  .layout-liveMoreBankLess .fullBgCen#bg1 {
    background-image: url("../media/lmbl-1-mob.jpg");
  }

  .layout-liveMoreBankLess .fullBgCen#bg2 {
    background-image: url("../media/lmbl-2-mob.jpg");
  }

  .layout-liveMoreBankLess .fullBgCen#bg3 {
    background-image: url("../media/lmbl-3-mob.jpg");
  }

  .layout-liveMoreBankLess .fullBgCen#bg4 {
    background-image: url("../media/lmbl-4-mob.jpg");
  }

  .layout-liveMoreBankLess .fullBgCen#bg5 {
    background-image: url("../media/lmbl-6-mob.jpg");
  }

  .layout-liveMoreBankLess3 .fullBgCen:before {
    opacity: 0.6;
  }

  .layout-liveMoreBankLess3 .lmbl .logo {
    margin-top: 40px;
  }

  .layout-liveMoreBankLess3 .lmbl .logo img {
    height: 40px;
    margin-right: 20px;
    margin-top: 10px;
  }

  .layout-boxes .eachBox h2 {
    font-size: 21px;
  }

  .layout-boxes .eachBox p {
    font-size: 21px;
  }

  .layout-audioPlayer h3:first-of-type {
    margin-top: 50px;
  }
}

@media (max-width: 480px) {
  .layout-banner {
    padding: 100px 0;
  }

  .layout-quotes h2 {
    font-size: 21px;
  }

  .layout-3colCaro .caroWrap {
    height: auto;
  }

  .layout-3colCaro .caroWrap .caro {
    height: auto;
  }

  .layout-3colCaro .caroWrap .caro > div {
    display: block;
    width: 100%;
    height: auto;
  }

  .layout-3colCaro .caroWrap .caroImg {
    height: 500px;
    background-size: cover;
  }

  .layout-3colCaro .caroWrap .caro > div {
    display: none;
  }

  .layout-3colCaro .caroWrap .caro > div:nth-of-type(1),
  .layout-3colCaro .caroWrap .caro > div:nth-of-type(2),
  .layout-3colCaro .caroWrap .caro > div:nth-of-type(3) {
    display: block;
  }

  .layout-3colCaro .caroWrap .caro > div:nth-of-type(4),
  .layout-3colCaro .caroWrap .caro > div:nth-of-type(5) {
    display: block;
  }

  .layout-desc p {
    font-size: 18px;
  }

  .layout-desc > div {
    margin-top: 50px;
  }

  .layout-liveMoreBankLess .indiWrap > div {
    width: 40px;
  }

  .layout-liveMoreBankLess .lmbl {
    align-items: flex-start !important;
  }

  .layout-liveMoreBankLess .lmbl h1 {
    font-size: 40px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 1;
  }

  .layout-liveMoreBankLess .lmbl p {
    padding-right: 30px;
    font-size: 16px;
  }

  .layout-liveMoreBankLess .lmbl .shortShow {
    display: block;
  }

  .layout-liveMoreBankLess .lmbl .paraWrap {
    min-height: 110px;
  }

  .layout-liveMoreBankLess .lmbl .paraWrap:first-of-type {
    margin-top: 50px;
  }

  .layout-liveMoreBankLess .lmbl .something {
    max-width: 150px;
    display: inline-block;
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .layout-liveMoreBankLess .lmbl .something > svg {
    width: 150px;
  }

  .layout-liveMoreBankLess .lmbl .lmblContentWrap .dbsStarImg {
    width: 50%;
    right: 0px;
    bottom: -50px;
  }

  .layout-liveMoreBankLess3 .indiWrap > div {
    width: 30px;
    margin: 0 5px;
  }

  .layout-liveMoreBankLess3 .fullBgCen#bg1 {
    background-image: url("../media/lmbl-1-mob.jpg");
  }

  .layout-liveMoreBankLess3 .fullBgCen#bg2 {
    background-image: url("../media/lmbl-2-mob.jpg");
  }

  .layout-liveMoreBankLess3 .fullBgCen#bg3 {
    background-image: url("../media/lmbl-3-mob.jpg");
  }

  .layout-liveMoreBankLess3 .fullBgCen#bg4 {
    background-image: url("../media/lmbl-4-mob.jpg");
  }

  .layout-liveMoreBankLess3 .fullBgCen#bg5 {
    background-image: url("../media/lmbl-6-mob.jpg");
  }

  .layout-liveMoreBankLess3 .lmbl h1,
  .layout-liveMoreBankLess3 .lmbl .something {
    display: block;
    margin-right: 0;
    vertical-align: middle;
  }

  .layout-liveMoreBankLess3 .lmbl h1 {
    font-size: 50px;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 1;
    margin-left: 0;
  }

  .layout-liveMoreBankLess3 .lmbl p,
  .layout-liveMoreBankLess3 .lmbl p a {
    font-size: 16px;
  }

  .layout-liveMoreBankLess3 .lmbl .something {
    max-width: 300px;
    height: 70px;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .layout-liveMoreBankLess3 .top {
    top: 30px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .layout-liveMoreBankLess3 .dbsStarImg {
    width: 50%;
    right: 0px;
    bottom: -50px;
  }

  .layout-boxes .eachBox a {
    margin-top: 0px;
  }

  .layout-card .textWrap {
    padding: 20px;
  }

  .layout-card .textWrap .redBtn {
    width: 100%;
  }

  .layout-card .topRow > p {
    display: block;
  }

  .layout-audioPlayer .btnWrap {
    text-align: center;
  }

  .layout-audioPlayer .btnWrap a {
    font-size: 12px;
    font-weight: 700;
  }

  .layout-whiteBoxes .articleNav {
    text-align: left;
  }

  .layout-whiteBoxes .articleNav a {
    margin-left: 0;
    margin-bottom: 30px;
  }

  .layout-socialTable #socialTable_length.dataTables_length {
    margin-bottom: 30px;
  }

  .layout-socialTable #socialTable_filter.dataTables_filter {
    text-align: left;
  }

  .layout-socialTable #socialTable_filter.dataTables_filter select {
    margin-bottom: 10px;
  }

  .layout-socialTable #socialTable_filter.dataTables_filter:before {
    margin-bottom: 90px;
  }

  h1,
  h2 {
    line-height: normal;
  }

  .mobShow {
    display: block !important;
  }

  .mobHide {
    display: none !important;
  }

  main > section {
    padding: 50px 0;
  }

  .section-title {
    margin-bottom: 20px;
  }

  header .mainNav .left .logo {
    width: 60px;
  }

  header .mainNav .left a.titleBtn {
    font-size: 15px;
  }

  .social {
    right: 20px;
    bottom: 20px;
  }

  .icons-list {
    width: 110px;
    height: 80px;
    margin-top: 130px;
  }

  .icons-list .lmbl-phone1 {
    left: 10%;
    bottom: 5%;
  }

  .icons-list .lmbl-clock {
    left: 20%;
    top: 10%;
  }

  .icons-list i {
    font-size: 28px;
  }

  .layout-3colCaro .caroWrap {
    height: auto;
  }

  .layout-3colCaro .caroWrap .caro {
    height: auto;
  }

  .layout-3colCaro .caroWrap .caro > div {
    display: block;
    width: 100%;
    height: auto;
  }

  .layout-3colCaro .caroWrap .caroImg {
    height: 500px;
    background-size: cover;
  }

  .layout-3colCaro .caroWrap .caro > div {
    display: none;
  }

  .layout-3colCaro .caroWrap .caro > div:nth-of-type(1),
  .layout-3colCaro .caroWrap .caro > div:nth-of-type(2),
  .layout-3colCaro .caroWrap .caro > div:nth-of-type(3) {
    display: block;
  }

  .layout-3colCaro .caroWrap .caro > div:nth-of-type(4),
  .layout-3colCaro .caroWrap .caro > div:nth-of-type(5) {
    display: block;
  }
}

@media (max-width: 360px) {
  header .mainNav .left .logo {
    width: 50px;
  }

  header .mainNav .left a.titleBtn {
    font-size: 12px;
  }
}

@media (min-width: 1025px) and (max-width: 1399px) {
  footer .right p.newLogo img {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  .icons-list {
    width: 250px;
    margin-top: 190px;
    height: 230px;
  }

  .icons-list i {
    font-size: 40px;
  }

  .module-4 .svg-curve {
    left: 3%;
    width: 80%;
  }

  .module-4 .svg-curve path {
    stroke-width: 10;
  }
}

@media (min-height: 800px) {
  .layout-liveMoreBankLess3 .lmbl h1,
  .layout-liveMoreBankLess3 .lmbl .something {
    display: block;
    margin-right: 0;
    vertical-align: middle;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fullyCenBtm {
    display: table;
    height: 100%;
  }

  .fullyCenBtm > div {
    display: table;
    height: 100%;
  }

  .fullyCenBtm > div > div {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
  }

  img[src$=".svg"] {
    width: 100%;
  }
}