/* Updates */
/* -------------   */
#home {
  background: url('/images/home/bg-main.jpg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

.winners-img {
  width: 100% !important;
}

/* prize page */
.prize-image-text-container {
    text-align: center;
    padding-top: 2vh;
    text-shadow: 0 2px 21px #0C1C53;
}

.prize-small-prize {
    padding-top: 5em;
}

.device-xs .prize-big-prize,
.device-sm .prize-big-prize,
.device-md .prize-big-prize {
  padding-top: 50%;
}

.device-xl .prize-big-prize{
  bottom: 25vh;
  position: absolute;
}

.device-lg .prize-big-prize{
  bottom: 25vh;
  position: absolute;
}

.device-lg .prize-image-text {
  font-size: 2em;
  line-height: 3vh;
}

.device-xl .prize-image-text {
  font-size: 1em;
  line-height: 3vh;
}

.device-md .prize-image-text {
  font-size: 3vh;
  line-height: 4vh;
}

.prize-image-text {
    font-family: "MTNBrighterSansBold";
    padding: 10px;
    color: #fff;
    font-size: 4vh;
    line-height: 4.2vh;
}

.device-xl .prize-image-sub-text
.device-lg .prize-image-sub-text{
  font-size : 24px;
}

.prize-image-sub-text {
  font-size: 3vw;
  line-height: 3.2vh;
}

#disclaimerModal .modal-body {
  padding: 0.5rem;
}

#disclaimerModal p{
  font-size: 18px;
  text-align: center;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 20px;
  font-family: 'MTNBrighterSans';
}

/* -------------   */
.device-lg #logo .standard-logo img, .device-xl #logo .standard-logo img {
    height: 46px !important;
    top: 2px;
    position: absolute;
}

.device-md #logo .standard-logo img,
.device-sm #logo .standard-logo img,
.device-xs #logo .standard-logo img {
  height: 50px !important;
}

.device-xl #home .vertical-middle {
  top: 40% !important;
}

.device-lg #home .container {
  max-width: 1170px;
  background-position: 85%;
}

.device-lg #home {
  background-position: 85%;
}

.device-lg #home .vertical-middle {
  top: 30% !important;
  padding-top: 20px !important;
}

.device-md #home,
.device-sm #home,
.device-xs #home {
  background: none;
  min-height: 1024px;
}

.device-md #home .col-lg-4,
.device-sm #home .col-lg-4,
.device-xs #home .col-lg-4 {
  text-align: center;
}

.device-md  #home .vertical-middle,
.device-sm  #home .vertical-middle,
.device-xs  #home .vertical-middle {
  top: 30% !important;
  padding-top: 20px !important;
}

@media (min-height: 900px) and (orientation: landscape){
  .device-xl #home {
    background-position: 85%;
  }
}

/* ---------------------------------------------- /*
 * Modal
/* ---------------------------------------------- */
.optin-modal .op-icon{
  margin-left: auto;
  margin-right: auto;
  width: 6vh;
  margin-top: -20px;
}

.optin-modal .modal-dialog {
  background-color: white;
  margin-top: 200px;
  height: 20vh;
}


.optin-modal .modal-header-common{
  border-bottom: black;
}

.optin-modal .modal-header-common img{
  max-width: 70%;
  margin-top: 10px;
}

.optin-modal .modal-header-common p{
  margin-top: 10px;
}

.optin-modal .modal-header-common p> img{
  max-width: 15%;
}

.optin-modal .modal-header{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.optin-modal .close {
  color: white;
  opacity: 1;
  margin: 0px;
  padding-right: 5px;
}

.optin-modal .modal-body p {
  font-size: 1.8em;
  font-weight: 400;
  text-align: center;
}

.optin-modal .modal-body a {
  color:#333;
  text-decoration: underline !important;
}


.optin-modal .modal-body-small{
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
}

.optin-modal .modal-body-mid{
  font-size: 26px;
  text-align: center;
  font-family: 'MTNBrighterSansBold';
}

.optin-modal .modal-body .input-group {
  width: 50%;
  margin: 0 auto;
}

.optin-modal .modal-promo-title{
  font-size: 33px;
  margin-top: 20px;
  font-family: 'MTNBrighterSansBold';
}


#terms-label {
  text-align: center;
  width: 100%;
}

.optin-modal .btn-how-to-play {
  clear: both;
  display: block;
  width: 15em;
  margin: 30px auto 30px;
  padding: 0.7em 1em;
  background: #00A9CE;
  border-radius: 60px;
}


.optin-modal .btn-how-to-play-eti {
  clear: both;
  display: block;
  width: 15em;
  margin: 30px auto 30px;
  padding: 0.7em 1em;
  background: #719e19;
  border-radius: 60px;
}


.optin-modal a.btn-how-to-play-eti,
.optin-modal button.btn-how-to-play-eti {
  color: white;
  font-size: 1em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.optin-modal .btn-how-to-play-eti:hover {
  background-color: white;
  color:#719e19;
  border-color: #719e19;

}

.optin-modal a.btn-how-to-play,
.optin-modal button.btn-how-to-play {
  color: white;
  font-size: 1em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.optin-modal .btn-how-to-play:hover {
  background-color: white;
  color: #00A9CE;
  border-color: #00A9CE;
}


/* language menu*/

.device-lg .pull-right-menu,
.device-xl .pull-right-menu {
  position: absolute;
  right: 15px;
  display: block;
}

#primary-menu.style-2 .pull-right-menu ul li a {
  padding: 11px 5px;
  font-size: 18px;
  letter-spacing: 0px;
}

.device-md .pull-right-menu,
.device-sm .pull-right-menu,
.device-xs .pull-right-menu {
  display: none;
}


.device-xl .collapse-only,
.device-lg .collapse-only{
  display: none;
}

.device-md .collapse-only,
.device-sm .collapse-only,
.device-xs .collapse-only{
  display: block;
}


/*middle log change*/

.device-md .logo-right-col,
.device-sm .logo-right-col,
.device-xs .logo-right-col
{
 display: none;
}

.device-xl .logo-right-col,
.device-lg .logo-right-col{
  display: block;
  text-align: right;
}


.device-xs #header .standard-logo-middle img,
.device-sm #header .standard-logo-middle img,
#header .standard-logo-middle img{
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 40vw;
  max-height: 5vh;
}


#header .logo-right-col .standard-logo-middle img{
  height: 48px !important;
}


.device-lg .logo-middle-col,
.device-xl .logo-middle-col{
  display: none;
}

.device-md .logo-middle-col,
.device-sm .logo-middle-col,
.device-xs .logo-middle-col
{
  display: block;
}
/* Subscribe pages */

#action-message-mtn{
  color: red;
  font-size: 18px;
  line-height: 22px;
}

bdo[dir="rtl"] #action-message-mtn {
 text-align: right;
}

.device-sm #action-message-mtn{
  font-size: 16px;
  line-height: 18px;
}

.device-xs #action-message-mtn{
  font-size: 14px;
  line-height: 16px;
}


#action-message{
  color: red;
  font-size: 18px;
  line-height: 22px;
}

.device-sm #action-message{
  font-size: 16px;
  line-height: 18px;
}

.device-xs #action-message{
  font-size: 14px;
  line-height: 16px;
}



/* -------------   */


button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {

  padding: 0;
  border-style: none;

}
button::-moz-focus-inner {

  padding: 0;
  border: 0;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;

}
::selection {

  background: rgb(204, 182, 103,0.61);
  color: #fff;
  text-shadow: none;

}
::selection {

}

element {

}
.dark .btn:hover, .dark .btn:focus {

  color: #FFF;
  background-color: #004F72;

}

.device-xl .button.button-large,
.device-lg .button.button-large{
  width: 100%
}

h2.intro{
  text-align: center;
  font-size: 40px;
  margin: 0 0 10px 0;
}

h3.intro-sub1{
  font-size: 4vh;
  font-weight: 800;
  text-align: center;
  margin: 0 0 10px 0;
  line-height: 8vh;
  font-family: 'MTNBrighterSansBold';
}


.device-sm h3.intro-sub2,
.device-xs h3.intro-sub2 {
  font-size: 3vh;
  margin: 0 0 10px 0;
}


h3.intro-sub2{
  font-size: 2vh;
  text-align: center;
  margin-top: 2.5vh;
  font-family: 'MTNBrighterSansBold';
}

h3.intro-sub3{
  font-size: 1.8vh;
  text-align: center;
  margin-top: 3vh;
  font-family: 'MTNBrighterSans';
}

.device-sm h2.intro,
.device-xs h2.intro{
  font-size: 60px;
}

.device-sm h3.intro-sub1,
.device-xs h3.intro-sub1{
  font-size: 18px;
  text-align: center;
  margin: 0 0 5px 0;
  line-height: 22px;
}

.device-sm h3.intro-sub2,
.device-xs h3.intro-sub2{
  font-size: 16px;
  text-align: center;
}

.device-sm .slider-element .container,
.device-xs .slider-element .container{
  margin-left: 0px;
}


.device-sm .button.button-large,
.device-xs .button.button-large{
  font-size: 24px;
  min-width: 220px;
  padding: 0.1em 0px 2em 0px;
}

.device-sm .topmargin-lg,
.device-xs .topmargin-lg {
  margin-top: 20px !important;
}

.device-xs .heading-block,
.device-sm .heading-block{
  margin-bottom: 0px !important;
}

.device-xs .heading-block h2,
.device-sm .heading-block h2 {
  font-size: 28px;
  line-height: 34px;
  padding-bottom: 10px;
}

.device-xs #logo a,
.device-sm #logo a {
  display: block !important;
}

/*.device-xs #logo img,*/
/*.device-sm #logo img{*/
/*  display: block;*/
/*  max-width: 260px;*/
/*  max-height: 55px;*/
/*  padding-top: 10px;*/
/*  margin-left: -35px;*/
/*}*/

/* Subscriptions */


.device-xs #subscribe .terms,
.device-sm #subscribe .terms{
  font-size: 13px;
  line-height: 18px;
}



.device-xs .btn.mtn-button {
  border-radius: 30px;
  padding: 10px;
  font-size: 24px;
}

.btn.mtn-button {
  background-color: #FFCC00;
  color: #000000;
  font-family: "MTNBrighterSansBold";
  font-size: 2.1vh;
  border-style: hidden;
  border-radius: 40px;
  padding: 20px;
}

.heading-block h2{
  color: rgba(255,255,255,0.99);
  font-family: "MTNBrighterSans";
  font-size: 39px;
  line-height: 47px;
  text-align: center;
}

.heading-block span{
  color: rgba(255,255,255,0.99);
  font-family: "MTNBrighterSans";
  font-size: 19px;
  letter-spacing: 0;
  line-height: 23px;
  text-align: center;
}

.promo .footnote{
  width: 56vw;
  text-align: right;
  margin-left: 0px;
}

.promo .footnote img{
  margin-left: 20px;
  width: auto;
}

#footnote-icon-mtn{
  background: url('/images/subscribe/mtn_logo.svg');
  background-size: auto;
  background-repeat: no-repeat;
  background-size: contain;
  height: 10vh;
  width: 10vh;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  opacity: 1;
  margin-bottom: 1vh;
}


.mtn.promo.promo-dark {
  background-color: #FFCC00;
}

.device-sm #subscribe .landing-form-overlay {
  position: absolute;
  z-index: 10;
  left: 45vw;
  border-radius: 3px 3px 0 0;
  background-color: #040606;
  bottom: 30px !important;
  width: 35vh;
  height: 80vh;
  min-width: 330px;
  background: rgba(0,0,0,0.7);
  opacity: 1;
  min-height: 20vh;
  max-width: 550px;
}



#subscribe .landing-form-overlay {
  position: absolute;
  z-index: 10;
  border-radius: 3px 3px 0 0;
  bottom: 30px !important;
  width: 40vh;
  height: 80vh;
  min-width: 330px;
  background: rgba(0,0,0,0.7);
  opacity: 1;
  min-height: 20vh;
  max-width: 500px;
  left: 60vw;
  max-height: 820px;
}

#subscribe .landing-form-overlay-eti {
  position: absolute;
  z-index: 10;
  /*left: 56vw;*/
  border-radius: 3px 3px 0 0;
  background-color: #040606;
  /*bottom: 15vh !important;*/
   width: 100vw;
  /* max-width: 450px;*/
  /* min-width: 200px;*/
  height: 100vh;
  min-width: 330px;
  background: rgba(0,0,0,0.7);
  opacity: 1;
  min-height: 630px;
  /*max-height: 750px;*/
}


#subscribe .heading-block h2.vat {
  font-size: 1.4vh !important;
  color: #aaa;
}


#subscribe .heading-block h2 {
  color: rgba(255,255,255,0.70);
  font-family: "MTNBrighterSans";
  font-size: 1.7vh !important;
  font-weight: bold;
  line-height: 2vh !important;
  text-align: center;
  color: #fff;
  margin-top: 3vh;
  margin-bottom: 3vh;
}

#subscribe .heading-block span {
  font-size: 3vh;
  color: rgba(255,255,255,0.99);
  font-family: "MTNBrighterSansBold";
  letter-spacing: 0;
  line-height: 4vh;
  text-align: center;
}

#subscribe .terms{
  color: rgba(255,255,255,0.99);
  font-family: "MTNBrighterSans";
  font-size: 1.4vh;
  letter-spacing: 0;
  line-height: 2.1vh;
  text-align: center;
  padding-top: 40px;
}


.terms-text-title{
  font-family: "MTNBrighterSansBold";
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.terms-text{
  font-family: "MTNBrighterSans";
  text-align: center;
  font-size: 19px;
  /*line-height: 16px;*/
}

.terms-text-link{
  font-family: "MTNBrighterSans";
  text-align: center;
  font-size: 19px;
  /*line-height: 16px;*/
  margin-top: 20px;
}

.device-xs #subscribe .terms-text,
.device-sm #subscribe .terms-text {
  font-family: "MTNBrighterSans";
  text-align: center;
  font-size: 1.1vh;
  line-height: 1.1vh;
  max-width: 250px;
}


.device-xs #subscribe .terms-text-link,
.device-sm #subscribe .terms-text-link {
  font-family: "MTNBrighterSans";
  text-align: center;
  font-size: 14px;
  /*line-height: 16px;*/
  margin-top: 20px;
  max-width: 250px;
}

#subscribe a{
  font-weight: bold;
  text-decoration: underline !important;
  color: #fff;
  padding-left: 5px;
}


.device-xs #subscribe .promo h3 {
  margin-left: 0px;
}

#subscribe .promo .footnote-eti h3{
  margin-left: auto !important;
  margin-right: auto;
}

.device-md  #subscribe .promo h3,
.device-lg  #subscribe .promo h3,
.device-xl  #subscribe .promo h3{
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: auto;
  margin-top: auto;
}

#subscribe .promo h3
{
  font-family: "MTNBrighterSans";
  font-size: 2.2vh;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 4vh;
  color: #000000;
  width: 55vw;
}

.device-md #subscribe .promo h3 {
  font-size: 18px;
  line-height: 22px;
}

.device-sm #subscribe .promo h3 {
  font-size: 16px;
  line-height: 18px;
  margin-top: 0px;
  padding: 0px;
}

.device-xs #subscribe .promo h3 {
  font-size: 12px;
  line-height: 14px;
  margin-top: 0px;
  padding: 0px;
}


#subscribe .line {
  margin: 20px 0 30px;
}

.device-md #subscribe .line,
.device-xs #subscribe .line,
.device-sm #subscribe .line {
  margin: 5px 0 5px !important;
}

.device-sm .section,
.device-xs .section {
  margin: 10px 0;
  padding: 22px 0;
}

.device-sm #subscribe .heading-block h2,
.device-xs #subscribe .heading-block h2{
  font-size: 16px;
  line-height: 26px;
}

.device-sm  #subscribe .heading-block span,
.device-xs  #subscribe .heading-block span {
  font-size: 2.4vh;
  line-height: 2.4vh;
}


.device-lg #subscribe .heading-block h2{
  font-size: 2vh;
  line-height: 2.6vh;
}

.device-md #subscribe .heading-block h2{
  font-size: 2vh;
  line-height: 2.6vh;
}

.device-md #subscribe .landing-form-overlay{
  left: 48vw;
  max-width: 380px;
  bottom: 150px !important;
}

.device-sm #subscribe .landing-form-overlay{
 /* bottom: 15vh !important;*/
 /* left: 40vw;*/
 /* padding-top: 10px;*/
 /* min-height: 530px;*/
}

.device-xs #subscribe .landing-form-overlay {
  bottom: 124px !important;
  left: 48vw;
  padding-top: 10px;
  min-height: 516px;
  right: 0px;
  max-width: 330px;
  height: 80vh;
  max-height: 750px;
}


.device-md #subscribe .landing-form-overlay-eti{
  /* left: 55vw;*/
}

.device-sm #subscribe .landing-form-overlay-eti{
  height: 100vh;
  /* bottom: 15vh !important;*/
  /* left: 40vw;*/
  padding-top: 10px;
  min-height: 530px;
}

.device-xs #subscribe .landing-form-overlay-eti {
  height: 100vh;
  /*  bottom: 15vh !important;*/
  /*left: 48vw;*/
  padding-top: 10px;
  min-height: 485px;
  right: 0px;
}

/*.device-sm #subscribe .heading-block h2,*/
/*.device-sm #subscribe .heading-block h2 {*/
/*  font-size: 18px;*/
/*  line-height: 20px;*/
/*}*/


.device-sm .footnote h3 {
  width: 41vw !important;
  font-weight: bold;
  position: absolute;
  bottom: 7vh;
  margin-bottom: 0px;
}

.device-xs .footnote h3 {
  text-align: center;
  width: 100vw !important;
  font-size: 14px !important;
  font-weight: bold;
  line-height: 18px !important;
 /* margin-bottom: 0px;
  position: fixed;
  bottom: 5vh;*/
  /*margin-left: -40px;*/
  padding: 10px;
}

.device-xs .footnote{
  /*top: 13vh;*/
  margin-bottom: 0px;
}

#terms-url{
  font-size: 2vh;
  color: rgba(0,0,0,0.99);
  font-family: MTNBrighterSans;
  text-decoration: underline !important;
  position: absolute;
  width: 100%;
  text-align: center;
}

.device-md .footnote h3{
  width: 45vw !important;
}

.device-xl .footnote h3{
  /*width: 50vw !important;*/
}

.device-sm .promo,
.device-xs .promo {
 /* height: 30vh !important;*/
  bottom: 0px !important;
}


.device-xs #subscribe .terms,
.device-sm #subscribe .terms {
  padding-top: 0px;
}


/* subscription */


.device-xl #home h2 {
    font-size: 40px;
}

.device-lg #home h2 {
    font-size: 40px;
}

.device-md #home h2{
  font-size: 6vh;
  margin: 0 0 5px 0;
}

.device-sm #home h2,
.device-xs #home h2{
  font-size: 5vh;
  margin: 0 0 5px 0;
}


@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .container {
    max-width: 750px
  }
}

@media (min-width:992px) {
  .container {
    max-width: 970px
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1170px
  }
}

body {
  font-size: .875rem;
}

li,
ul {
  margin: 0;
  padding: 0
}


::selection {
  color: #fff;
  text-shadow: none
}

::-moz-selection {
  color: #fff;
  text-shadow: none
}

::-webkit-selection {
  color: #fff;
  text-shadow: none
}

:active,
:focus {
  outline: 0 !important
}

body {
  line-height: 1.5;
  color: #555;
  font-family:  MTNBrighterSans, sans-serif
}

a {
  text-decoration: none !important;
  color: rgb(204, 182, 103,0.61)
}

a:hover {
  color: #222
}

a img {
  border: none
}

img {
  max-width: 100%
}

.home-img-md {
  width: 70%;
}

.home-img {
  max-width: 30vh;
}

.home-image-mobile{
  display: none;
}
.faq-img {
  max-width: 90%;
  padding-right: 20px;
  padding-top: 10vh;
}

.sub-arrow-img {
  max-width: 100%;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 30px 0;
  font-family: MTNBrighterSans, sans-serif
}

h5,
h6 {
  margin-bottom: 20px
}

h1 {
  font-size: 36px
}

h2 {
  font-size: 30px
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 30px 0;
  font-family: MTNBrighterSans, sans-serif
}

h5,
h6 {
  margin-bottom: 20px
}

h1 {
  font-size: 36px
}

h2 {
  font-size: 30px
}

h3 {
  font-size: 18px
}

h4 {
  font-size: 18px
}

h5 {
  font-size: 14px
}

h6 {
  font-size: 12px
}

h4 {
  font-weight: 600
}

h5,
h6 {
  font-weight: 700
}

blockquote,
form,
p,
ul {
  margin-bottom: 1vh;
  font-size: 1.5vh;
  color: #aaa;
}

#winners blockquote,
form,
p,
ul {
  margin-bottom: 1vh;
  font-size: 2vh;
  color: #aaa;
}

.uppercase {
  text-transform: uppercase !important
}

.nott {
  text-transform: none !important
}

.tright {
  text-align: right !important
}

.ohidden {
  position: relative;
  overflow: hidden !important
}

#wrapper {
  position: relative;
  float: none;
  width: 1220px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.line {
  clear: both;
  position: relative;
  width: 100%;
  margin: 60px 0;
  border-top: 1px solid #eee
}

.line.line-sm {
  margin: 30px 0
}

.topmargin {
  margin-top: 50px !important
}

.bottommargin {
  margin-bottom: 50px !important
}

.topmargin-sm {
  margin-top: 30px !important
}

.bottommargin-sm {
  margin-bottom: 30px !important
}

.topmargin-lg {
  margin-top: 40px !important
}

.bottommargin-lg {
  margin-bottom: 40px !important
}

.nomargin {
  margin: 0 !important
}

.nobottommargin {
  margin-bottom: 0 !important
}

.noborder {
  border: none !important
}

.nobottomborder {
  border-bottom: none !important
}

.col-padding {
  padding: 2.5vh
}

.hidden {
  display: none !important
}

.center {
  text-align: center !important
}

.divcenter {
  position: relative !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important
}

.bgcolor,
.bgcolor #header-wrap {
  background-color: #000 !important
}

.color {
  color: rgb(204, 182, 103,0.61) !important
}

.border-color {
  border-color: rgb(204, 182, 103,0.61) !important
}

.nobg {
  background: 0 0 !important
}

.t300 {
  font-weight: 300 !important
}

.t400 {
  font-weight: 400 !important
}

.t500 {
  font-weight: 500 !important
}

.t600 {
  font-weight: 600 !important
}

.t700 {
  font-weight: 700 !important
}

.ls0 {
  letter-spacing: 0 !important
}

.ls1 {
  letter-spacing: 1px !important
}

.ls2 {
  letter-spacing: 2px !important
}

.ls3 {
  letter-spacing: 3px !important
}

.ls4 {
  letter-spacing: 4px !important
}

.ls5 {
  letter-spacing: 5px !important
}

.font-body {
  font-family:  MTNBrighterSans, sans-serif
}

.font-primary {
  font-family:  MTNBrighterSans, sans-serif
}

@-webkit-keyframes BgAnimated {
  from {
    background-position: 0 0
  }

  to {
    background-position: 0 400px
  }
}

@-moz-keyframes BgAnimated {
  from {
    background-position: 0 0
  }

  to {
    background-position: 0 400px
  }
}

@-ms-keyframes BgAnimated {
  from {
    background-position: 0 0
  }

  to {
    background-position: 0 400px
  }
}

@-o-keyframes BgAnimated {
  from {
    background-position: 0 0
  }

  to {
    background-position: 0 400px
  }
}

@keyframes BgAnimated {
  from {
    background-position: 0 0
  }

  to {
    background-position: 0 400px
  }
}

.vertical-middle {
  height: auto !important;
  left: 0;
  max-width: none !important;
  z-index: 2
}

.vertical-middle+.video-wrap {
  z-index: 1 !important
}

.section {
  position: relative;
  /*margin: 60px 0;*/
  padding: 60px 0;
  background-color: #f9f9f9;
  overflow: hidden
}

.parallax {
  background-color: transparent;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  overflow: hidden;
  will-change: transform
}

.video-placeholder {
  background-size: cover !important;
  background-attachment: scroll !important;
  background-position: center center !important
}

.section .container {
  z-index: 2
}

.section .container+.video-wrap {
  z-index: 1
}

.col_full {
  width: 100%
}

.col_full {
  display: block;
  position: relative;
  margin-right: 4%;
  margin-bottom: 3vh;
  float: left
}

.col_full {
  clear: both;
  float: none;
  margin-right: 0
}

.flex-container a:active,
.flex-container a:focus {
  outline: 0;
  border: none
}

.flex-control-nav,
.slider-wrap {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none
}

.slider-wrap:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

html[xmlns] .slider-wrap {
  display: block
}

* html .slider-wrap {
  height: 1%
}

.no-js .slider-wrap>.slide:first-child {
  display: block
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease
}

.flex-control-nav {
  position: absolute;
  z-index: 10;
  text-align: center;
  top: 14px;
  right: 10px;
  margin: 0
}

.flex-control-nav li {
  float: left;
  display: block;
  margin: 0 3px;
  width: 10px;
  height: 10px
}

.flex-control-nav li a {
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  width: 10px !important;
  height: 10px !important;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out
}

.flex-control-nav li:hover a {
  background-color: #fff
}

#header {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5
}

#header .container {
  position: relative
}

#header.transparent-header {
  background: 0 0;
  border-bottom: none;
  z-index: 199
}

#header.transparent-header+#google-map,
#header.transparent-header+#page-title.page-title-parallax,
#header.transparent-header+#slider,
#slider+#header.transparent-header {
  top: -100px;
  margin-bottom: -100px
}

#header.transparent-header+#page-title.page-title-parallax .container {
  z-index: 5;
  padding-top: 100px
}

#header.full-header {
  border-bottom-color: #eee
}

body.stretched #header.full-header .container {
  width: 100%;
  max-width: none;
  padding: 0 30px
}

#header.transparent-header.full-header #header-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}

#slider+#header.transparent-header.full-header #header-wrap {
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: none
}

#logo {
  position: relative;
  float: left;
  font-family:  MTNBrighterSans, sans-serif;
  font-size: 36px;
  line-height: 100%;
  margin-right: 40px
}

#header.full-header #logo {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #eee
}

#header.transparent-header.full-header #logo {
  border-right-color: rgba(0, 0, 0, .1)
}

#logo a {
  display: block;
  color: #000
}

#logo img {
  display: block;
  /*max-width: 70%;*/
  /*max-height: 70%;*/
  max-width: 70vw;
}

#logo a.standard-logo {
  display: block;
  margin-top: 10px;
  padding-left: 10px;
}

#logo a.retina-logo {
  /*display: none*/
}

#primary-menu {
  float: right;
}

#header.full-header #primary-menu>ul {
  float: left;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #eee
}

#header.transparent-header.full-header #primary-menu>ul {
  border-right-color: rgba(0, 0, 0, .1)
}

#primary-menu-trigger {
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  right: 0 !important;
  top: 0%;
  margin-top: -25px;
  /*margin: 10px;*/
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease
}

#primary-menu ul {
  list-style: none;
  margin: 0
}

#primary-menu>ul {
  float: left
}

#primary-menu ul li {
  position: relative
}

#primary-menu ul>li {
  float: left;
  margin-left: 2px
}

#primary-menu>ul>li:first-child {
  margin-left: 0
}

#primary-menu ul li>a {
  display: block;
  line-height: 22px;
  padding: 39px 15px;
  color: #444;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family:  MTNBrighterSans, sans-serif;
  -webkit-transition: margin .4s ease, padding .4s ease;
  -o-transition: margin .4s ease, padding .4s ease;
  transition: margin .4s ease, padding .4s ease
}

#primary-menu ul li>a span {
  display: none
}

#primary-menu ul li>a i {
  position: relative;
  top: -1px;
  font-size: 14px;
  width: 16px;
  text-align: center;
  margin-right: 6px;
  vertical-align: top
}

#primary-menu ul li>a i.icon-angle-down:last-child {
  font-size: 12px;
  margin: 0 0 0 5px
}

#primary-menu ul li:hover>a {
  color: rgb(204, 182, 103,0.61);
}

#primary-menu ul ul li {
  float: none;
  margin: 0
}

#primary-menu ul ul li:first-child {
  border-top: 0
}

#primary-menu ul ul li>a {
  font-size: 12px;
  font-weight: 700;
  color: #666;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  letter-spacing: 0;
  font-family:  MTNBrighterSans, sans-serif;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

#primary-menu ul ul li>a i {
  vertical-align: middle
}

#primary-menu ul ul li:hover>a {
  background-color: #f9f9f9;
  padding-left: 18px;
  color: rgb(204, 182, 103,0.61)
}

#primary-menu.style-2 {
  float: none;
  max-width: none;
  border-top: 1px solid #f5f5f5;
  box-shadow: 0 5px 5px 0 rgba(116,116,116,0.3);
 /* height: 68px;*/
}

#primary-menu.style-2>div>ul {
  float: left
}

#primary-menu.style-2>div>ul>li>a {
  padding-top: 19px;
  padding-bottom: 19px
}

#logo+#primary-menu.style-2 {
  border-top: 0
}

body:not(.device-md):not(.device-sm):not(.device-xs) #primary-menu.style-2.center>div,
body:not(.device-md):not(.device-sm):not(.device-xs) #primary-menu.style-2.center>ul {
  float: none;
  display: inline-block !important;
  width: auto;
  text-align: left
}

@media (min-width:992px) {
  .overlay-menu #primary-menu>ul {
    opacity: 0 !important;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    z-index: 299;
    background: rgba(255, 255, 255, .95);
    -webkit-transition: opacity .7s ease;
    -o-transition: opacity .7s ease;
    transition: opacity .7s ease
  }

  .overlay-menu #primary-menu>ul.d-block {
    opacity: 1 !important;
    display: inherit !important;
    pointer-events: auto
  }

  .overlay-menu #primary-menu>ul>li {
    float: none;
    text-align: center;
    max-width: 400px;
    margin: 0 auto
  }

  .overlay-menu #primary-menu>ul>li>a {
    font-size: 24px;
    padding-top: 19px;
    padding-bottom: 19px;
    letter-spacing: 2px;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px);
    -webkit-transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;
    -o-transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;
    transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear
  }

  .overlay-menu #primary-menu>ul.d-block>li>a {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }


}

#header,
#header-wrap,
#logo img {
  height: 50px !important;
  -webkit-transition: height .4s ease, opacity .3s ease;
  -o-transition: height .4s ease, opacity .3s ease;
  transition: height .4s ease, opacity .3s ease
}

#header.sticky-style-2 {
  height: 161px
}

#header.sticky-style-3 {
  height: 181px
}

#header.sticky-style-2 #header-wrap {
  height: 60px
}

#header.sticky-style-3 #header-wrap {
  height: 80px
}

#primary-menu>ul>li>ul {
  -webkit-transition: top .4s ease;
  -o-transition: top .4s ease;
  transition: top .4s ease
}

#header-wrap {
  position: relative;
  z-index: 199;
  -webkit-backface-visibility: hidden
}

#header.sticky-header #header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

#header.sticky-header.sticky-style-2 #primary-menu {
  border-top: 0
}

#page-menu,
#page-menu-wrap {
  position: relative;
  height: 44px;
  line-height: 44px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .1)
}

#page-menu-wrap {
  z-index: 99;
  background-color: rgb(204, 182, 103,0.61);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden
}

#page-menu.sticky-page-menu #page-menu-wrap {
  position: fixed;
  z-index: 99;
  left: 0;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, .3)
}

#header.no-sticky~#content #page-menu.sticky-page-menu #page-menu-wrap,
#header.no-sticky~#page-menu.sticky-page-menu #page-menu-wrap,
#header~#content #page-menu.sticky-page-menu #page-menu-wrap,
#header~#page-menu.sticky-page-menu #page-menu-wrap {
  top: 0
}

#header.sticky-header~#content #page-menu.sticky-page-menu #page-menu-wrap,
#header.sticky-header~#page-menu.sticky-page-menu #page-menu-wrap {
  top: 60px
}

#page-menu .menu-title {
  float: left;
  color: #fff;
  font-size: 20px;
  font-weight: 300
}

#page-menu .menu-title span {
  font-weight: 700
}

#page-menu nav {
  position: relative;
  float: right
}

#page-menu nav ul {
  margin-bottom: 0;
  height: 44px
}

#page-menu nav li {
  position: relative;
  float: left;
  list-style: none
}

#page-menu nav li a {
  display: block;
  height: 28px;
  line-height: 28px;
  margin: 8px 4px;
  padding: 0 14px;
  color: #fff;
  font-size: 14px;
  border-radius: 14px
}

#page-menu nav li a .icon-angle-down {
  margin-left: 5px
}

#page-menu nav li:hover a {
  background-color: rgba(0, 0, 0, .15)
}

#page-menu li:hover ul {
  display: block
}

#page-menu ul ul {
  display: none;
  position: absolute;
  width: 150px;
  top: 44px;
  left: 0;
  z-index: 149;
  height: auto;
  background-color: rgb(204, 182, 103,0.61)
}

#page-menu ul ul ul {
  display: none !important
}

#page-menu ul ul li {
  float: none
}

#page-menu ul ul a {
  height: auto;
  line-height: 22px;
  margin: 0;
  padding: 8px 14px;
  border-radius: 0;
  background-color: rgba(0, 0, 0, .15)
}

#page-menu ul ul li:hover a {
  background-color: rgba(0, 0, 0, .3)
}

.one-page-arrow {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 50%;
  margin-left: -16px;
  width: 32px;
  height: 32px;
  font-size: 32px;
  text-align: center;
  color: #222
}

@media (min-width:992px) {
  #header-trigger {
    display: none
  }
}


@media (max-width:992px) {
    .home-img-md{
      display: none;
    }

    .home-img{
      display: none;
    }

    .home-image-mobile{
      display: block;
    }
}
.body-overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  z-index: -1;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.slider-element {
  position: relative;
  width: 100%;
  overflow: hidden
}

.slider-parallax {
  position: relative
}

.slider-parallax {
  visibility: visible;
  -webkit-backface-visibility: hidden
}

.boxed-slider {
  padding-top: 40px
}

.section .video-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0
}

.device-sm .container,
.device-md .container {
  max-width: 95vw;
}


.slider-element .container {
  position: relative;
  height: 100%;
  margin-left: 2vw;
}

.slider-element .container-eti {
  position: relative;
  height: 100%;
  /* margin-left: 2vw;*/
}

.slider-element.canvas-slider a {
  display: block;
  height: 100%
}

.video-wrap {
  overflow: hidden;
  width: 100%;
  position: relative
}

.video-wrap video {
  position: relative;
  z-index: 1;
  width: 100%
}

.video-overlay,
.video-placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background: transparent url(images/grid.png) repeat;
  -webkit-backface-visibility: hidden
}

.video-placeholder {
  z-index: 4;
  background-repeat: no-repeat !important
}

.slider-element .owl-carousel {
  margin: 0
}

.slider-arrow-bottom-sm,
.slider-arrow-right,
.slider-arrow-top-sm {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  top: 50%;
  left: 0;
  margin-top: -26px;
  background-color: rgba(0, 0, 0, .3);
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 0 3px 3px 0;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out
}

.slider-arrow-bottom-sm,
.slider-arrow-top-sm {
  top: auto;
  bottom: 57px;
  left: auto;
  right: 20px;
  margin: 0;
  width: 32px;
  height: 32px;
  border-radius: 3px 3px 0 0
}

.slider-arrow-bottom-sm {
  bottom: 20px;
  border-radius: 0 0 3px 3px
}

.slider-arrow-right {
  left: auto;
  right: 0;
  border-radius: 3px 0 0 3px
}

.slider-arrow-bottom-sm i,
.slider-arrow-right i,
.slider-arrow-top-sm i {
  line-height: 50px;
  width: 34px;
  height: 52px;
  color: #ddd;
  color: rgba(255, 255, 255, .8);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
  font-size: 34px;
  text-align: center;
  margin-left: 7px
}

.slider-arrow-bottom-sm i,
.slider-arrow-top-sm i {
  width: 32px;
  height: 32px;
  margin: 0;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  color: rgba(255, 255, 255, 1)
}

.slider-arrow-right i {
  margin-left: 10px
}

.slider-arrow-bottom-sm:hover,
.slider-arrow-right:hover,
.slider-arrow-top-sm:hover {
  background-color: rgba(0, 0, 0, .6) !important
}

#page-title {
  position: relative;
  padding: 50px 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee
}

#page-title .container {
  position: relative
}

#page-title h1 {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  color: #333;
  font-size: 28px;
  text-transform: uppercase
}

#page-title span {
  display: block;
  margin-top: 10px;
  font-weight: 300;
  color: #777;
  font-size: 18px
}

#page-title.page-title-dark {
  background-color: #333;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .15) !important;
  border-bottom: none
}

#page-title.page-title-dark h1 {
  color: rgba(255, 255, 255, .9) !important
}

#page-title.page-title-dark span {
  color: rgba(255, 255, 255, .7)
}

#page-title.page-title-right {
  text-align: right
}

#page-title.page-title-center {
  text-align: center
}

#page-title.page-title-center span {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto
}

#page-title.page-title-parallax {
  padding: 100px 0;
  text-shadow: none;
  border-bottom: none
}

#page-title.page-title-parallax h1 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px
}

#page-title.page-title-parallax span {
  font-size: 22px
}

#page-title.page-title-parallax {
  background-color: transparent;
  background-image: url(images/parallax/parallax-bg.jpg);
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat
}

#page-title.page-title-nobg {
  background: 0 0 !important;
  border-bottom: 1px solid #f5f5f5
}

#page-title.page-title-video {
  background: 0 0;
  position: relative;
  overflow: hidden
}

#page-title.page-title-video .container {
  z-index: 3
}

#page-title.page-title-video .video-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

#page-title.page-title-video .video-wrap video {
  width: 100%
}

#content {
  position: relative;
  overflow: hidden;
  background-color: #fff
}

#content p {
  line-height: 1.8
}

.content-wrap {
  position: relative;
  padding: 80px 0
}

#content .container {
  position: relative
}

.grid-container {
  position: relative;
  overflow: hidden
}

.post-grid {
  margin-right: -28px
}

.post-grid.grid-3 {
  margin-right: -30px
}

.post-grid.grid-2 {
  margin-right: -40px
}

.more-link {
  display: inline-block;
  border-bottom: 1px solid rgb(204, 182, 103,0.61);
  padding: 0 2px;
  font-family: 'Crete Round', serif;
  font-style: italic
}

.more-link:hover {
  border-bottom-color: #555
}

.overlay-icon {
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, .2);
  text-align: center
}

.overlay-icon i {
  line-height: 48px;
  font-size: 28px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.post-navigation+.line {
  margin: 40px 0 50px
}

.author-image {
  float: left;
  width: 64px;
  height: 64px;
  margin-right: 15px
}

.author-image img {
  width: 64px;
  height: 64px
}

.author-desc {
  position: relative;
  overflow: hidden
}

.button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: 0;
  white-space: nowrap;
  margin: 5px;
  padding: 0 22px;
  font-size: 14px;
  color: rgba(255,255,255,0.99);
  font-family: MTNBrighterSansBold;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 44px;
  height: 102px;
  width: 20vw;
  border-radius: 51px;
  background-color: #FFCC00;
  color: #000000;
  box-shadow: 10px 10px 20px 0 rgb(204, 182, 103, 0.7);
  min-width: 300px;
}

.button-dark {
  background-color: #444
}

.button-light {
  background-color: #eee;
  color: #333;
  text-shadow: none !important
}

.button:hover {
  background-color: #444;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.button.button-dark:hover {
  background-color: rgb(204, 182, 103,0.61)
}

.button.button-large {
  padding: 0.8em 0px 1.8em 0px;
  font-size: 43px;
  height: 44px;
  line-height: 44px
}

.button.button-xlarge {
  padding: 0 32px;
  font-size: 18px;
  letter-spacing: 2px;
  height: 52px;
  line-height: 52px
}

.button.button-desc {
  text-align: left;
  padding: 24px 34px;
  font-size: 22px;
  height: auto;
  line-height: 1;
  font-family:  MTNBrighterSans, sans-serif
}

.button.button-desc span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: 'Crete Round', serif;
  font-style: italic;
  text-transform: none
}

.button i {
  position: relative;
  top: 1px;
  line-height: 1;
  margin-right: 5px;
  width: 16px;
  text-align: center
}

.button.tright i {
  margin: 0 0 0 5px
}

.button-xlarge i {
  top: 2px;
  margin-right: 8px
}

.button-xlarge.tright i {
  margin: 0 0 0 8px
}

.button.button-desc i {
  top: 1px;
  font-size: 48px;
  width: 48px;
  text-align: center;
  margin-right: 12px
}

.button.button-desc.tright i {
  margin: 0 0 0 12px
}

.button.button-desc div {
  display: inline-block
}

.button.button-border {
  border: 2px solid #444;
  background-color: transparent;
  color: #333;
  line-height: 36px;
  font-weight: 700;
  text-shadow: none
}

.button.button-border.button-large {
  line-height: 42px
}

.button.button-border.button-xlarge {
  line-height: 48px
}

.button.button-border.button-desc {
  line-height: 1
}

.button.button-border.button-light {
  border-color: #eee;
  color: #eee
}

.button.button-border.button-light:hover {
  background-color: #eee;
  color: #333;
  text-shadow: none
}

.button.button-3d {
  border-radius: 3px;
  border-bottom: 3px solid rgba(0, 0, 0, .15);
  -webkit-transition: none;
  -o-transition: none;
  transition: none
}

.button.button-3d:hover {
  background-color: rgb(204, 182, 103,0.61) !important;
  opacity: .9
}

.button.button-3d.button-light:hover {
  text-shadow: none;
  color: #333
}

.button.button-full {
  display: block;
  width: 100%;
  white-space: normal;
  margin: 0;
  height: auto;
  line-height: 1.6;
  padding: 30px 0;
  font-size: 30px;
  font-weight: 300;
  text-transform: none;
  border-radius: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .1)
}

.button.button-full.button-light {
  border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.button.button-circle {
  border-radius: 20px
}

.button.button-large.button-circle {
  border-radius: 2em;
  margin-bottom: 30px !important;
}

.button.button-xlarge.button-circle {
  border-radius: 26px
  margin-bottom: 30px !important;
}

.button-black {
  background-color: #111
}

.button-3d.button-black:hover,
.button-border.button-black:hover {
  background-color: #111 !important
}

.button-border.button-black {
  color: #111;
  border-color: #111
}

.button-white {
  background-color: #f9f9f9
}

.button-3d.button-white:hover {
  background-color: #f9f9f9 !important
}

.promo {
  position: relative;
  padding: 30px 200px 30px 0
}

.promo h3 {
  font-family: MTNBrighterSansBold;
  font-size: 2.2vh;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 2.2vh;
  text-align: right;
  color: rgba(255,255,255,0.99);
}

.promo>.container>span,
.promo>span {
  display: block;
  color: #444;
  font-weight: 300;
  font-size: 16px;
  margin-top: 6px
}

.promo a.button {
  position: absolute;
  top: 50%;
  margin: 0;
  margin-top: -18px;
  left: auto;
  right: 0
}

.promo a.button.button-large {
  margin-top: -22px
}

.promo a.button.button-xlarge {
  margin-top: -25px
}

.promo a.button.button-desc {
  margin-top: -40px
}

.promo-uppercase {
  text-transform: uppercase
}

.promo-uppercase h3 {
  font-size: 22px
}

.promo-uppercase>.container>span,
.promo-uppercase>span {
  font-size: 15px
}

.promo.promo-border {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding-left: 30px
}

.promo.promo-border a.button {
  right: 30px
}

.promo.promo-light {
  background-color: #f5f5f5;
  border-radius: 3px;
  padding-left: 30px
}

.promo.promo-light a.button {
  right: 30px
}



.device-md .promo.promo-dark{
  height: 20vh;
}

.promo.promo-dark {
  border: 0 !important;
  background-color: #333;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
  border-radius: 3px;
  position: absolute;
  bottom: 80px;
  width: 100vw;
  height: 18vh;
  min-height: 130px;
  z-index: 0;
}

.promo.promo-dark-eti {
  border: 0 !important;
  background-color: #333;
  padding: 30px 200px 30px 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
  border-radius: 3px;
 /* position: absolute;*/
  bottom: 10px;
  width: 100vw;
  /*height: 18vh;*/
  z-index: 0;
  margin-top: 30px;
}

.promo.promo-dark h3 {
  color: #fff
}

.promo.promo-dark>.container>h3 span,
.promo.promo-dark>h3 span {
  padding: 2px 8px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, .15);
  color: #fff;
  font-weight: 400
}

.promo.promo-dark>.container>span,
.promo.promo-dark>span {
  color: #ccc;
  margin-top: 8px
}

.promo.promo-dark a.button {
  right: 30px
}

.promo-full {
  border-radius: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  padding: 7vh 0 !important
}

.promo-full a.button {
  right: 15px !important
}

.promo-full.promo-right a.button {
  right: auto !important;
  left: 15px !important
}

.promo.parallax {
  padding: 80px 0 !important
}

.promo.promo-right {
  text-align: right;
  padding: 30px 0 30px 200px
}

.promo.promo-right a.button {
  left: 0;
  right: auto
}

.promo.promo-dark.promo-right a.button,
.promo.promo-right.promo-border a.button {
  left: 30px
}

.promo.promo-center {
  text-align: center;
  padding: 30px 20px
}

.promo.promo-center a.button {
  position: relative;
  top: 0;
  margin: 20px 0 0;
  left: 0 !important;
  right: 0
}

.feature-box {
  position: relative;
  margin-top: 20px;
  padding: 0 0 0 50px
  min-height: 215px;
}

.feature-box:first-child {
  margin-top: 0
}


.device-md .feature-box .fbox-icon {
  margin-left: -20px;
  margin-right: 0px;
}

.device-sm .feature-box .fbox-icon {
  margin-left: -20px;
  margin-right: -10px;
}


.feature-box .fbox-icon {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0;
  left: 0;
  box-shadow: 10px 10px 10px 0 rgb(204, 182, 103, 0.61);
  background: linear-gradient(45deg, #FFCC00 40%,#FFA500 100%);
  border-radius: 50%;
  margin-left: -35px;
  margin-right: -10px;
}

.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff
}

.feature-box .fbox-icon i, .feature-box .fbox-icon img {
    height: 80%;
    margin-top: 5px;
}

.feature-box .fbox-icon i {
  font-style: normal;
  font-size: 28px;
  text-align: center;
  line-height: 64px
}

.feature-box h3 {
  font-size: 18px;
  font-family: MTNBrighterSans;
  font-weight: 500;
  margin-bottom: 0;
  color: #333;
  padding-left: 55px;
  min-height: 247px;
}

.feature-box p {
  margin: 8px 0 0 0;
  color: #999
}

.feature-box .before-heading {
  font-size: 14px
}

.feature-box.fbox-large {
  padding: 0 0 0 115px
}

.feature-box.fbox-large .fbox-icon {
  width: 96px;
  height: 96px
}

.feature-box.fbox-large .fbox-icon i {
  font-size: 42px;
  line-height: 96px
}

.feature-box.fbox-light .fbox-icon i,
.feature-box.fbox-light .fbox-icon img {
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  color: #444
}

.feature-box.fbox-light .fbox-icon i {
  line-height: 62px
}

.feature-box.fbox-light.fbox-large .fbox-icon i {
  line-height: 96px
}

.feature-box.fbox-dark .fbox-icon i,
.feature-box.fbox-dark .fbox-icon img {
  background-color: #333
}

.feature-box.fbox-border .fbox-icon {
  border: 1px solid rgb(204, 182, 103,0.61);
  border-radius: 50%
}

.feature-box.fbox-border .fbox-icon i,
.feature-box.fbox-border .fbox-icon img {
  border: none;
  background-color: transparent !important;
  color: rgb(204, 182, 103,0.61)
}

.feature-box.fbox-border .fbox-icon {
  padding: 0
}

.feature-box.fbox-border .fbox-icon i {
  line-height: 62px !important
}

.feature-box.fbox-border.fbox-large .fbox-icon i {
  line-height: 94px !important
}

.feature-box.fbox-border.fbox-light .fbox-icon {
  border-color: #e5e5e5
}

.feature-box.fbox-border.fbox-light .fbox-icon i,
.feature-box.fbox-border.fbox-light .fbox-icon img {
  color: #888
}

.feature-box.fbox-border.fbox-dark .fbox-icon {
  border-color: #333
}

.feature-box.fbox-border.fbox-dark .fbox-icon i,
.feature-box.fbox-border.fbox-dark .fbox-icon img {
  color: #444
}

.feature-box.fbox-plain .fbox-icon {
  border: none !important;
  height: auto !important
}

.feature-box.fbox-plain .fbox-icon i,
.feature-box.fbox-plain .fbox-icon img {
  border: none !important;
  background-color: transparent !important;
  color: rgb(204, 182, 103,0.61);
  border-radius: 0
}

.feature-box.fbox-plain .fbox-icon i {
  font-size: 48px;
  line-height: 1 !important
}

.feature-box.fbox-plain .fbox-icon img {
  height: 64px
}

.feature-box.fbox-plain.fbox-image .fbox-icon {
  width: auto
}

.feature-box.fbox-plain.fbox-image .fbox-icon img {
  width: auto;
  display: inline-block
}

.feature-box.fbox-plain.fbox-large .fbox-icon i {
  font-size: 72px
}

.feature-box.fbox-plain.fbox-large .fbox-icon img {
  height: 96px
}

.feature-box.fbox-plain.fbox-light .fbox-icon i,
.feature-box.fbox-plain.fbox-light .fbox-icon img {
  color: #888
}

.feature-box.fbox-plain.fbox-dark .fbox-icon i,
.feature-box.fbox-plain.fbox-dark .fbox-icon img {
  color: #444
}

.feature-box.fbox-center {
  padding: 0;
  text-align: center
}

.feature-box.fbox-center .fbox-icon {
  position: relative;
  width: 96px;
  height: 96px;
  margin: 0 auto 30px
}

.feature-box.fbox-center .fbox-icon i {
  font-size: 42px;
  line-height: 96px
}

.feature-box.fbox-center p {
  font-size: 14px;
  margin-top: 15px
}

.feature-box.fbox-center.fbox-large .fbox-icon {
  width: 128px;
  height: 128px
}

.feature-box.fbox-center.fbox-large .fbox-icon i {
  font-size: 70px;
  line-height: 128px
}

.feature-box.fbox-center.fbox-light .fbox-icon i {
  line-height: 94px
}

.feature-box.fbox-center.fbox-border .fbox-icon i {
  line-height: 94px !important
}

.feature-box.fbox-center.fbox-large.fbox-border .fbox-icon i {
  line-height: 126px !important
}

.feature-box.fbox-center.fbox-plain .fbox-icon i {
  font-size: 84px
}

.feature-box.fbox-center.fbox-plain .fbox-icon img {
  height: 96px
}

.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon i {
  font-size: 112px
}

.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon img {
  height: 128px
}

.feature-box.fbox-right {
  padding: 0 70px 0 0;
  text-align: right
}

.feature-box.fbox-right.fbox-large {
  padding-right: 115px
}

.feature-box.fbox-right .fbox-icon {
  left: auto;
  right: 0
}

.feature-box h3+.fbox-icon {
  margin-top: 20px !important
}

.feature-box.fbox-center:not(.fbox-bg) h3:after {
  content: '';
  display: block;
  margin: 20px auto;
  width: 30px;
  border-top: 2px solid #555;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease
}

.feature-box.fbox-center:not(.fbox-bg):hover h3:after {
  width: 50px
}

.feature-box.fbox-center.noborder:not(.fbox-bg) h3:after,
.feature-box.fbox-center.nobottomborder:not(.fbox-bg) h3:after {
  display: none
}

.feature-box.fbox-center.fbox-italic p {
  font-style: italic;
  font-family:  MTNBrighterSans, sans-serif
}

.feature-box.fbox-bg.fbox-center {
  margin-top: 68px;
  padding: 68px 30px 30px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px
}

.feature-box.fbox-bg.fbox-center:first-child {
  margin-top: 48px
}

.feature-box.fbox-bg.fbox-center.fbox-large {
  margin-top: 84px;
  padding-top: 84px
}

.feature-box.fbox-bg.fbox-center.fbox-large:first-child {
  margin-top: 64px
}

.feature-box.fbox-bg.fbox-center .fbox-icon {
  position: absolute;
  top: -48px;
  left: 50%;
  margin: 0 0 0 -48px
}

.feature-box.fbox-bg.fbox-center.fbox-large .fbox-icon {
  top: -64px;
  left: 50%;
  margin-left: -64px
}

.feature-box.fbox-bg.fbox-center.fbox-border .fbox-icon,
.feature-box.fbox-bg.fbox-center.fbox-plain .fbox-icon {
  background-color: #fff
}

.i-plain {
  display: block;
  float: left;
  margin: 4px 11px 7px 0;
  text-align: center !important;
  font-size: 28px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
  cursor: pointer;
  font-style: normal
}

.i-plain {
  width: 36px !important;
  height: 36px !important;
  font-size: 28px;
  line-height: 36px !important;
  color: #444;
  text-shadow: 1px 1px 1px #fff
}

.i-plain:hover {
  color: #777
}

.i-light {
  background-color: #f5f5f5;
  color: #444;
  text-shadow: 1px 1px 1px #fff;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, .2)
}

.i-alt {
  background-image: url(images/icons/iconalt.svg);
  background-position: center center;
  background-size: 100% 100%
}

.i-large.i-plain {
  margin: 4px 11px 7px 0;
  font-size: 42px
}

.i-large.i-plain {
  width: 48px !important;
  height: 48px !important;
  font-size: 42px;
  line-height: 48px !important
}

.i-xlarge.i-plain {
  margin: 4px 11px 7px 0;
  font-size: 56px
}

.i-xlarge.i-plain {
  width: 64px !important;
  height: 64px !important;
  font-size: 56px;
  line-height: 64px !important
}

.i-overlay,
.i-overlay a {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, .2) url(images/grid.png) repeat
}

.i-overlay a {
  background: 0 0
}

.i-overlay i,
.i-overlay img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
  width: 48px !important;
  height: 48px !important;
  font-size: 48px;
  line-height: 1;
  color: #e5e5e5;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .15)
}

.i-overlay i {
  margin: -18px 0 0 -18px;
  width: 36px !important;
  height: 36px !important;
  line-height: 36px;
  font-size: 24px
}

.team,
.team-image {
  position: relative
}

.team-image img,
.team-image>a {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.team-desc {
  text-align: center
}

.team-desc.team-desc-bg {
  background-color: #fff;
  padding: 10px 0 30px
}

.team-title {
  position: relative;
  padding-top: 20px;
  color: #aaa;
}

.team-title h4 {
  display: block;
  margin-bottom: 0;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700
}

.team-title span {
  display: block;
  color: rgb(204, 182, 103,0.61);
  font-weight: 400;
  font-family: 'Crete Round', serif;
  font-style: italic;
  font-size: 15px;
  margin-top: 5px
}

.team-content {
  margin-top: 15px;
  color: #777
}

.team-content p:last-child {
  margin-bottom: 0
}

.team-overlay,
.team-overlay:before {
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center
}

.team-overlay:before {
  content: '';
  z-index: auto;
  background-color: #fff;
  opacity: .75
}

.team:hover .team-overlay {
  opacity: 1
}

.team.center .team-title:after {
  left: 50%;
  margin-left: -40px
}

.counter {
  font-size: 42px;
  font-weight: 600;
  font-family:  MTNBrighterSans, sans-serif
}

.counter-no-count {
  font-size: 2.5vh;
  font-weight: 600;
}


.counter.counter-large {
  font-size: 56px
}

.counter.counter-xlarge {
  font-size: 64px;
  font-weight: 400
}

.counter+h5 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px
}

.counter.counter-lined+h5:before {
  display: block;
  position: relative;
  margin: 20px auto 25px auto;
  content: '';
  width: 15%;
  border-top: 2px solid #444;
  opacity: .9
}

.counter.counter-large+h5,
.counter.counter-xlarge+h5 {
  font-size: 15px;
  font-weight: 300
}

.widget .counter+h5 {
  opacity: .7
}

blockquote p {
  margin-bottom: 15px
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17px;
  border-left: 5px solid #eee
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out
}

.owl-carousel {
  display: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  width: 100%
}

.owl-carousel .owl-refresh .owl-item {
  display: none
}

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

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d
}

.slider-element .owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d
}

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

.owl-carousel.owl-refresh .owl-item {
  display: none
}

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

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

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

.owl-carousel .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  line-height: 1
}

.owl-carousel .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: -36px;
  zoom: 1;
  width: 36px;
  height: 36px;
  line-height: 32px;
  border: 1px solid rgba(0, 0, 0, .2);
  color: #666;
  background-color: #fff;
  font-size: 18px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.owl-carousel-full .owl-nav [class*=owl-],
.slider-element .owl-nav [class*=owl-] {
  margin-top: -30px;
  left: 0 !important;
  height: 60px;
  line-height: 60px;
  border: none;
  color: #eee;
  background-color: rgba(0, 0, 0, .4);
  font-size: 28px;
  border-radius: 0 3px 3px 0
}

.owl-carousel:hover .owl-nav [class*=owl-] {
  opacity: 1;
  left: -18px
}

.owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: rgb(204, 182, 103,0.61) !important;
  color: #fff !important;
  text-decoration: none
}

#image-carousel {
  overflow: visible
}

#image-carousel .carousel-column {
  display: flex;
  flex-direction: column;
  flex: 1 0;
  margin: 0;
  padding: 0;
  list-style: none
}

#image-carousel .column-1 {
  padding-right: 12px
}

#image-carousel .column-2 {
  padding-left: 12px
}

#image-carousel .carousel-column-container {
  display: flex;
  flex-direction: row
}

#image-carousel .carousel-grid-item {
  display: flex;
  flex: 1;
  margin: 0;
  padding: 0
}

#image-carousel .carousel-grid-item .item {
  flex: 1;
  position: relative;
  width: 100%;
  min-height: 150px;
  margin-bottom: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
  transition: all .2s ease-out
}

#image-carousel .carousel-grid-item:hover a.item,
.button:hover {
  box-shadow: 0 5px 8px rgba(0, 0, 0, .2);
  transform: translateY(-3px);
  opacity: .95
}

#image-carousel .carousel-grid-item .item blockquote {
  z-index: 1
}


/* ----------------------------------------------------------------
    Owl Carousel & Image Carousel / OVERRIDES
-----------------------------------------------------------------*/
.owl-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 5px;
    border-radius: 4px;
    transition: all .3s ease-out;
    opacity: .3;
}

.owl-carousel .owl-dots .owl-dot.active { width: 45px; }

#image-carousel { overflow: visible; }

#image-carousel .carousel-column {
    display: flex;
    flex-direction: column;
    flex: 1 0;
    margin: 0;
    padding: 0;
    list-style: none;
}
#image-carousel .column-1 { padding-right: 12px; }
#image-carousel .column-2 { padding-left: 12px; }

#image-carousel .carousel-column-container {
    display: flex;
    flex-direction: row;
}

#image-carousel .carousel-grid-item {
    display: flex;
    flex: 1;
    margin: 0;
    padding: 0;
}

#image-carousel .carousel-grid-item .item {
    flex: 1;
    position: relative;
    width: 100%;
    min-height: 150px;
    margin-bottom: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 5px;
    transition: all .2s ease-out;
}

.button:hover,
#top-account:hover a,
#image-carousel .carousel-grid-item:hover a.item {
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    opacity: .95;
}

#image-carousel .carousel-grid-item .item blockquote { z-index: 1; }

.img-overlay:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: rgba(38, 125, 244, 0.8);
    background-color: rgba(var(--themecolorrgba), 0.8);
}

/* --------------------------------------------------------------- */




.img-overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: rgba(38, 125, 244, .8);
  background-color: rgba(var(--themecolorrgba), .8)
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.overlay .overlay-wrap,
.text-overlay {
  opacity: 0;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6)
}

.overlay .overlay-wrap i {
  position: absolute;
  opacity: .8;
  font-size: 24px;
  line-height: 1;
  width: 24px;
  height: 24px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  left: 50%;
  margin-left: -12px;
  color: #fff
}

.overlay:hover .overlay-wrap,
.overlay:hover .text-overlay {
  opacity: 1
}

.text-overlay {
  position: absolute;
  opacity: .85;
  top: auto;
  bottom: 0;
  height: auto;
  padding: 40px 15px 15px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .85) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .85)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .85) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .85) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .85) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .85) 100%);
  backface-visibility: hidden
}

.text-overlay-title h2,
.text-overlay-title h3,
.text-overlay-title h4 {
  margin: 0;
  color: #f5f5f5
}

.text-overlay-title h2 {
  font-size: 28px
}

.text-overlay-title h3 {
  font-size: 17px;
  font-weight: 600
}

.text-overlay-meta,
.text-overlay-title h2,
.text-overlay-title h3,
.text-overlay-title h4 {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.text-overlay-meta {
  color: #ccc;
  font-size: 13px
}

.text-overlay-meta span i {
  position: relative;
  top: 1px;
  font-size: 14px
}

.sm-form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 2px solid #ddd;
  border-radius: 0 !important;
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s
}

.sm-form-control:focus {
  border-color: #aaa;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.sm-form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}

.sm-form-control:-ms-input-placeholder {
  color: #999
}

.sm-form-control::-webkit-input-placeholder {
  color: #999
}

.sm-form-control[disabled],
.sm-form-control[readonly] {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1
}

.sm-form-control {
  height: auto
}

.form-control {
  border-radius: 3px
}

.form-control:active,
.form-control:focus {
  border-color: #999;
  box-shadow: none
}

form .col_full {
  margin-bottom: 25px
}

#google-map {
  position: relative;
  width: 100%;
  height: 450px
}

.gmap img {
  max-width: none !important
}

#map-overlay {
  position: relative;
  padding: 100px 0
}

#map-overlay #google-map {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0
}

.title-block {
  padding: 2px 0 3px 20px;
  border-left: 7px solid rgb(204, 182, 103,0.61);
  margin-bottom: 30px
}

.title-block-right {
  padding: 2px 20px 3px 0;
  border-left: 0;
  border-right: 7px solid rgb(204, 182, 103,0.61);
  text-align: right
}

.title-block h1,
.title-block h2,
.title-block h3,
.title-block h4 {
  margin-bottom: 0
}

.title-block>span {
  display: block;
  margin-top: 4px;
  color: #555;
  font-weight: 300
}

.title-block h1+span {
  font-size: 22px
}

.title-block h2+span {
  font-size: 19px
}

.title-block h3+span {
  font-size: 17px
}

.title-block h4+span {
  font-size: 15px;
  margin-top: 3px
}

.heading-block {
  margin-bottom: 50px
}

.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4 {
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 1px !important;
  color: #333
}

.heading-block h1 {
  font-size: 32px
}

.heading-block h2 {
  font-size: 30px;
  /*padding-bottom: 30px;*/
}
#winners .heading-block h2 {
  font-size: 8vh !important;
  /*padding-bottom: 30px;*/
  line-height: 8vh;
}

.heading-block h3 {
  font-size: 26px
}

.heading-block h4 {
  font-size: 20px;
  font-weight: 700
}

.heading-block>span:not(.before-heading) {
  display: block;
  margin-top: 10px;
  font-weight: 300;
  color: #777
}

.heading-block .before-heading {
  margin-bottom: 7px
}

.center .heading-block>span,
.heading-block.center>span,
.heading-block.title-center>span {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto
}

.heading-block h1+span {
  font-size: 24px
}

.heading-block h2+span {
  font-size: 22px
}

.heading-block h3+span,
.heading-block h4+span {
  font-size: 20px
}

/*
.heading-block:after {
  content: '';
  display: block;
  margin-top: 30px;
  width: 40px;
  border-top: 2px solid #444
}
*/

.center .heading-block:after,
.heading-block.center:after,
.heading-block.title-center:after {
  margin: 30px auto 0
}

.heading-block.title-right,
.heading-block.tright,
.tright .heading-block {
  direction: rtl
}

.heading-block.noborder:after,
.heading-block.nobottomborder:after {
  display: none
}

.heading-block.border-color:after {
  border-color: rgb(204, 182, 103,0.61)
}

.title-center {
  text-align: center
}

.title-center h1,
.title-center h2,
.title-center h3 {
  padding: 0 15px
}

.title-center h4,
.title-center h5,
.title-center h6 {
  padding: 0 10px
}

.title-right {
  text-align: right
}

.title-right h1,
.title-right h2,
.title-right h3 {
  padding: 0 0 0 15px
}

.title-right h4,
.title-right h5,
.title-right h6 {
  padding: 0 0 0 10px
}

.before-heading {
  display: block;
  margin: 0 0 5px;
  font-size: 16px;
  font-family: 'Crete Round', serif;
  font-style: italic;
  font-weight: 400;
  color: #999
}

#gotoTop {
  display: none;
  z-index: 299;
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #333;
  background-color: rgba(0, 0, 0, .3);
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 2px
}

.stretched #gotoTop {
  bottom: 30px
}

#gotoTop:hover {
  background-color: rgb(204, 182, 103,0.61)
}

.landing-wide-form {
  background: rgba(0, 0, 0, .3);
  padding: 30px;
  border-radius: 3px
}

.landing-wide-form-eti {
  background: rgba(0, 0, 0, .3);
  /* padding: 30px;*/
  border-radius: 3px
}

.landing-form-overlay {
  position: absolute;
  z-index: 10;
  /*left: 65vw;*/
  border-radius: 3px 3px 0 0;
  opacity: 0.7;
  background-color: #040606;
  bottom: 80px !important;
  width: 40vw;
  max-width: 450px;
  min-width: 200px;
  height: 500px;
  height: 625px;
}

.landing-form-overlay-eti {
  position: absolute;
  z-index: 10;
  /*left: 65vw;*/
  border-radius: 3px 3px 0 0;
  opacity: 0.7;
  background-color: #040606;
  /* bottom: 80px !important;*/
  /* width: 40vw;*/
  /*max-width: 450px;*/
  min-width: 200px;
  height: 100vh;
  /* height: 625px;*/
}

.landing-video {
  z-index: 1;
  width: 560px;
  height: 315px;
  margin: 22px 0 0 95px;
  overflow: hidden
}

.landing-promo h3 {
  font-size: 26px
}

.landing-promo>.container>span {
  font-size: 17px
}

.form-process {
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/preloader.gif) center center no-repeat #fff
}

.form-process {
  display: none;
  position: absolute;
  z-index: 3;
  background-color: rgba(255, 255, 255, .7)
}

#footer {
  position: relative;
  background-color: #eee;
  border-top: 5px solid rgba(0, 0, 0, .2)
}

.device-lg.sticky-footer #header,
.device-xl.sticky-footer #header {
  z-index: 199
}

.device-lg.sticky-footer #content,
.device-lg.sticky-footer #page-title,
.device-xl.sticky-footer #content,
.device-xl.sticky-footer #page-title {
  z-index: 2
}

.device-lg.sticky-footer #footer,
.device-xl.sticky-footer #footer {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1
}

.device-lg.sticky-footer:not(.stretched) #footer,
.device-xl.sticky-footer:not(.stretched) #footer {
  left: 50%;
  margin-left: -610px;
  width: 1220px
}

.device-lg.sticky-footer:not(.stretched) #footer {
  margin-left: -500px;
  width: 1000px
}

.footer-logo {
  display: block;
  margin-bottom: 30px
}

.widget {
  position: relative;
  margin-top: 50px
}

.widget p {
  line-height: 1.7
}

.widget:first-child {
  margin-top: 0
}

.widget>h4 {
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase
}

.widget_meta li,
.widget_meta ul,
.widget_nav_menu li,
.widget_nav_menu ul {
  list-style: none;
  margin: 0
}

.widget_meta li,
.widget_nav_menu li {
  padding: 4px
}

.widget_meta li a,
.widget_nav_menu li a {
  display: inline-block;
  padding: 0 3px 0 12px
}

.widget_meta li a,
.widget_nav_menu li a {
  background: url(images/icons/widget-link.png) left top no-repeat;
  border: none !important;
  color: #444;
  font-size: 14px
}

.widget_meta li a:hover,
.widget_nav_menu li a:hover {
  color: #000
}

.widget_meta>ul>li:first-child,
.widget_nav_menu>ul>li:first-child {
  border-top: 0 !important
}

.widget_meta>ul,
.widget_nav_menu>ul {
  margin-top: -4px !important
}

.widget_meta ul ul,
.widget_nav_menu ul ul {
  margin-left: 15px
}

.subscribe-widget h5 {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5
}

.btn-link,
.page-link,
.page-link:focus,
.page-link:hover {
  color: rgb(204, 182, 103,0.61)
}

.btn-link:focus,
.btn-link:hover {
  color: #222
}

.img-circle {
  border-radius: 50% !important
}

.page-link:focus,
.page-link:hover {
  color: #fff !important;
  background-color: rgb(204, 182, 103,0.61) !important;
  border-color: rgb(204, 182, 103,0.61) !important
}

.stretched #wrapper {
  width: 100%;
  margin: 0;
  box-shadow: none
}

@-webkit-keyframes bouncedelay {

  0%,
  100%,
  80% {
    -webkit-transform: scale(0)
  }

  40% {
    -webkit-transform: scale(1)
  }
}

@keyframes bouncedelay {

  0%,
  100%,
  80% {
    transform: scale(0);
    -webkit-transform: scale(0)
  }

  40% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
}

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px)
  }

  50% {
    -webkit-transform: perspective(120px) rotateY(180deg)
  }

  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
  }
}

@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0)
  }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
  }
}

@-webkit-keyframes cssspinnerbounce {

  0%,
  100% {
    -webkit-transform: scale(0)
  }

  50% {
    -webkit-transform: scale(1)
  }
}

@keyframes cssspinnerbounce {

  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0)
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
}

@-webkit-keyframes stretchdelay {

  0%,
  100%,
  40% {
    -webkit-transform: scaleY(.4)
  }

  20% {
    -webkit-transform: scaleY(1)
  }
}

@keyframes stretchdelay {

  0%,
  100%,
  40% {
    transform: scaleY(.4);
    -webkit-transform: scaleY(.4)
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1)
  }
}

@-webkit-keyframes cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(.5)
  }

  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
  }

  75% {
    -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
  }

  100% {
    -webkit-transform: rotate(-360deg)
  }
}

@keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(.5)
  }

  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg)
  }

  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
  }

  75% {
    transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5);
    -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
  }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg)
  }
}

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0)
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0
  }
}

@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0)
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0
  }
}

@-webkit-keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: .7
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: .7
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1)
  }

  50% {
    -webkit-transform: rotate(180deg) scale(.6);
    transform: rotate(180deg) scale(.6)
  }

  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1)
  }
}

@-webkit-keyframes ballrotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes ballrotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px)
  }

  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px)
  }

  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px)
  }

  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px)
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px)
  }

  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px)
  }

  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px)
  }

  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px)
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-webkit-keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px)
  }

  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px)
  }

  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px)
  }

  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px)
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px)
  }

  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px)
  }

  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px)
  }

  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px)
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }

  5% {
    opacity: 1
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }

  5% {
    opacity: 1
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@-webkit-keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px)
  }

  66% {
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0)
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px)
  }

  66% {
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0)
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-webkit-keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px)
  }

  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px)
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px)
  }

  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px)
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-webkit-keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0)
  }

  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px)
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0)
  }

  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px)
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: .85
  }

  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: .7
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: .85
  }

  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: .7
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: 1
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .7
  }

  100% {
    opacity: 0
  }
}

@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: 1
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .7
  }

  100% {
    opacity: 0
  }
}




/* ----------------------------------------------------------------
    Owl Carousel CSS
-----------------------------------------------------------------*/

#prizes-note {
  width: 100%;
  height: 100%;
}

#prizes-note .blockquote-footer::before {
  content: "";
}


.device-sm #prizes-note .blockquote-footer,
.device-xs #prizes-note .blockquote-footer,{
  font-size: 1.8vh;
}

#prizes-note .blockquote-footer {
  text-align: center !important;
  font-size: 2vh;
  color: rgba(255, 255, 255, 1) !important;
  font-family: "MTNBrighterSans";
  bottom: 3vh;
}

#prizes-note p {
  text-align: center;
}

#prizes-note .prizes-logo{
  margin-top: 4vh;
  margin-left: auto;
  margin-right: auto;
  width: 15vw;
  height: 15vw;
  background: url(/images/trophy.svg) no-repeat center center;
  background-size: auto;
  background-size: contain;
  max-width: 140px;
  max-height: 140px;
  margin-bottom: 20px;
}



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

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

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

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

@-webkit-keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

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

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

.owl-carousel {
    display:none;
    -webkit-tap-highlight-color:transparent;
    position:relative;
    z-index:1;
    width: 100%;
}

.owl-carousel .owl-stage {
    position:relative;
    -ms-touch-action: pan-Y;
}

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

.owl-carousel .owl-stage-outer {
    position:relative;
    -webkit-transform:translate3d(0,0,0);
}

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

.owl-carousel.owl-loading {
    display:block;
    min-height: 100px;
    background: url('images/preloader.gif') no-repeat center center
}

.owl-carousel .owl-refresh .owl-item { display:none }

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

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  Height: auto;
  width: 12vw;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.slider-element .owl-carousel .owl-item img { -webkit-transform-style: preserve-3d; }

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

.owl-nav .owl-prev,
.owl-nav .owl-next,
.owl-dot,
.owl-dots button {
    cursor: pointer;
    cursor: hand;
    padding: 0;
    border: 0;
    -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; }

.mega-menu-content .owl-carousel.owl-hidden { opacity: 1; }

.owl-carousel.owl-refresh .owl-item { display: none; }

.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: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

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

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

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

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

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

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

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

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition:scale(1.3,1.3);
    -o-transition:scale(1.3,1.3);
    transition:scale(1.3,1.3)
}

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

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

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


/* Owl Carousel - Controls
-----------------------------------------------------------------*/

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    line-height: 1;
}

/* Owl Carousel - Controls - Arrows
-----------------------------------------------------------------*/

.owl-carousel .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: -36px;
    zoom: 1;
    width: 36px;
    height: 36px;
    line-height: 32px;
    border: 1px solid rgba(0,0,0,0.2);
    color: #666;
    background-color: #FFF;
    font-size: 18px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] { margin-top: -38px; }

.slider-element .owl-nav [class*=owl-],
.owl-carousel-full .owl-nav [class*=owl-] {
    margin-top: -30px;
    left: 0 !important;
    height: 60px;
    line-height: 60px;
    border: none;
    color: #EEE;
    background-color: rgba(0,0,0,0.4);
    font-size: 28px;
    border-radius: 0 3px 3px 0;
}

.owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] { margin-top: -50px; }

.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -36px;
}

.slider-element .owl-nav .owl-next,
.owl-carousel-full  .owl-nav .owl-next {
    left: auto !important;
    right: 0 !important;
    border-radius: 3px 0 0 3px;
}

.owl-carousel:hover .owl-nav [class*=owl-] {
    opacity: 1;
    left: -18px;
}

.owl-carousel:hover .owl-nav .owl-next {
    left: auto;
    right: -18px;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: rgb(204, 182, 103,0.61) !important;
    color: #FFF !important;
    text-decoration: none;
}

.owl-carousel .owl-nav .disabled { display: none !important; }


/* Owl Carousel - Controls - Dots
-----------------------------------------------------------------*/

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    width: 8px;
    height: 8px;
    margin: 30px 4px 0 4px;
    opacity: 0.5;
    border-radius: 50%;
    background-color: rgb(204, 182, 103,0.61);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-carousel .owl-dots .owl-dot.active,
.owl-carousel .owl-dots .owl-dot:hover { opacity: 1; }


/* ----------------------------------------------------------------
    Owl Carousel & Image Carousel / OVERRIDES
-----------------------------------------------------------------*/
.owl-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 5px;
    border-radius: 4px;
    transition: all .3s ease-out;
    opacity: .3;
}

.owl-carousel .owl-dots .owl-dot.active { width: 45px; }

#image-carousel { overflow: visible; }

#image-carousel .carousel-column {
    display: flex;
    flex-direction: column;
    flex: 1 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

#image-carousel .carousel-column-container {
    display: flex;
    flex-direction: row;
}

#image-carousel .carousel-grid-item {
    display: flex;
    flex: 1;
    margin: 0;
    padding: 0;
}

#image-carousel .carousel-grid-item .item {
    flex: 1;
    position: relative;
    width: 100%;
    min-height: 150px;
    margin-bottom: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all .2s ease-out;
    border-radius: 14px;
    margin-left: 24px;
}

.button:hover,
#top-account:hover a,
#image-carousel .carousel-grid-item:hover a.item {
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    opacity: .95;
    background-color: #004F72;
}

#image-carousel .carousel-grid-item .item blockquote { z-index: 1; }

.img-overlay:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: rgba(38, 125, 244, 0.8);
    background-color: rgba(var(--themecolorrgba), 0.8);
}


.sign-in-button-mtn {
  background: url('/images/mtn_noshade.png') #f2f2f2;
  background-size: cover;
  box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.5);
  height: 134px;
  width: 134px;
  /*background-position: -9px -7px;*/
  /*background-repeat: no-repeat;*/
  /*background-size: 39px 43px;*/
  /*padding-left: 41px;*/
  /*color: #000;*/
}

.sign-in-button-mtn:hover {
  background-size: cover;
}

.modal-header.gu-style {
  border-bottom: 0px solid;
}


.modal-header.gu-style h3 {
  text-align: center;
  width: 100%;
}

.modal-content.gu-style{
  border-radius: 2rem;
}

.modal-body.gu-style {
  padding: 2rem;
}

.col-sm.gu-style{
  padding-bottom: 15px;
}

button.close.gu-style{
  font-size: 3em;
  font-weight: normal;
  color: #fff;
  padding-bottom: 10px;
  text-shadow: 0 0 0;
  opacity: 1;
  font-family: MTNBrighterSans;
}


.btn-subscribe-mtn-welcome{
  color: white;
  padding: 25px 40px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  background-color: #FFCC00;
  color: #000000;
  border-style: hidden;
  border-radius:40px;
}

.thankyou-main-text{
  color: white;
  font-size: 20px;
  text-align: center;
  margin-top: 10%;
}

.back_btn{
  text-align: right;
  margin-top: 50%;
}

.back_btn > a {
  text-align: -moz-right;
  text-decoration: underline;
  color: #FFFFFF;
  font-family:  "Roboto", Roboto, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  margin-top: 10%;
}


.loader {
  border: 10px solid #f3f3f3; /* Light grey */
  border-top: 10px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 5vh;
  height: 5vh;
  animation: spin 2s linear infinite;
}


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


#header-wrap bdo[dir="rtl"] ul {
  transform: rotate(180deg);
}
#header-wrap bdo[dir="rtl"] ul > li {
  transform: rotate(-180deg);
}
