/*
 *  Owl Carousel - Core
 */
.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-item img {
  display: block;
  max-width: 100%;
  margin: 0 auto}
.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%;
}


.owl-carousel .owl-nav .disabled {
  opacity: .5;
  cursor: default
}

.owl-carousel .owl-nav.disabled+.owl-dots {
  margin-top: 10px
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  text-align: right;
  -webkit-tap-highlight-color: transparent;

}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}



.owl-nav div{
  text-shadow: none;
  top: 50%;
  margin: -20px 0 0 0;
  position: absolute;
  width: 20px;
  height:20px;
  -webkit-transition: all .3s ease;

}

.owl-nav .owl-prev {
  left: 10px;

}


.owl-nav .owl-next {
  right: 10px;

}

.owl-destaques{
  z-index: 99;
}

.owl-destaques .owl-item div{

  display: -ms-flexbox;
  display: flex;
  align-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
}

.owl-destaques .owl-item a{
  box-shadow: 0 0 18px rgba(46,46,71,.18);
  background-color: #fff;
  text-align: center;
  display: inline-block;
  padding: 1rem 1.5rem;
  text-decoration: none;

}



.owl-destaques .owl-item svg{
  width: 140px;
  height: 100px;
  fill: #F48120;
  fill: var(--client-color3);
}

.owl-destaques .owl-item a:hover{
  background-color: #F48120;
  background-color: var(--client-color3);
  color: white;
  color: var(--white);
}

.owl-destaques .owl-item a:hover svg{

  fill: white;
  fill: var(--white);
}


.owl-destaques .owl-item p {
  font-size: 1.1rem;
  margin: 1rem 0 0 0;


}



.owl-destaques .owl-item p strong{
  display: block;
  font-size: 1.2rem;
}


.owl-carousel .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  background: #707070;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  border: 2px #707070 solid;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span{
  background: white;
}

.owl-carousel .owl-dots, .owl-carousel .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-logos .owl-stage{
  display: flex;
  align-items: center;
}

.owl-agenda {
  margin: 30px 0 40px 0;
}

.txt-show .owl-agenda h3{
  margin: 0 0 0 40px;
  font-size: 1.1rem;

}

.owl-agenda h3 strong{
  padding-right: 30px;
  font-size: 1.5rem;
  color: #F48120;
  color: var(--client-color3);
}

.owl-agenda  div.owl-item{
  padding: 0;
}

.owl-agenda .owl-nav div{
  top: -2px;
  margin: 0;
  fill: #707070;

}

.owl-agenda .owl-nav .owl-prev {
  left: 0;
}


.owl-agenda .owl-nav .owl-next {
  right: 0;
}

.owl-agenda .media:not(.media-tabela) .media-left{
  padding: 15px 22px;
  color: #3D3D3D;
  color: var(--client-color);
}

.owl-agenda  .media:not(.media-tabela):hover, .owl-agenda  .media:not(.media-tabela):hover .media-left{
  background-color: #ECF2F1;
}


.owl-agenda  .media-tabela{
  background-color: #F48120;
  background-color: var(--client-color3);
  padding: 15px;
}

.owl-agenda .media-left{
  text-align: center;
  margin-right: 15px;
  font-family: "oblikbold", Arial, Helvetica, Sans-serif;

}

.owl-agenda .media-left .data1{
  font-size: 1.6rem;
  text-decoration: none;
  line-height: 1.6rem;
}

.owl-agenda .media-left .data2{
  font-size: .95rem;
  text-transform: uppercase;
  display: block;
}

.owl-agenda .media-right a{
  padding: 8px 15px;
  font-size: .7rem;
}

.owl-agenda .media-heading{
  text-decoration: none;
  margin-bottom: 0;
  font-size: 1rem;
}

.owl-agenda svg{
  margin-right: 7px;
}

.owl-agenda .media-body p{
  font-size: 14px;
}

.owl-agenda .owl-controls{
  margin: 0
}

.owl-agenda .pull-right{
  margin: 13px 15px 0 0;
}

.txt-show .separator {
  border: none;
  background-color: #d1d4d5;
  height: 2px;
  margin: 40px 0;
  padding: 0;
}


.owl-agenda .owl-nav svg{
  width: 30px;
  height: 30px;
}

.owl-agenda .h5{
  font-size: 1rem;
}




@media (max-width: 767px) {
  .owl-destaques .owl-nav div{

    width: 40px;
    height:40px;

  }

}

@media (min-width: 768px)  {

  .owl-agenda .media-body .h5{
    font-size: 1.25rem
  }


}

@media (min-width: 992px) {


  .owl-agenda .media-right a{
    display: table-cell;
  }

  .owl-agenda .owl-nav .owl-next {
    left: 53%;
    right: auto;
  }

  .owl-agenda .owl-nav .owl-prev {
    left: 32%;
  }

  .owl-agenda .owl-nav svg{
    width: 30px;
    height: 30px;
  }

  .owl-agenda .media:not(.media-tabela) .media-left{
    padding: 15px 22px;
  }


}

@media (min-width: 1200px) {


}

@media (min-width: 1600px) {

  .owl-agenda .owl-nav .owl-prev {
    left: 38%;
  }



}



/*
 * The following styles are for the large-screen horizontal navigation menu.
 * Through javascript the 'main' <ul> tag will then be assigned class 'rmlmenu'.
 */

.rmlmenu {
  float: right;
  margin: 0;
  padding: 0;
}

.rmlmenu li {
  display: inline-block;
  position: relative;
  line-height: 24px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  margin-bottom: 0;
  margin-left: 2px; /* The left margin of any (except the first) top menuitem */
}
.rmlmenu li:first-child {
  margin-left:0;
}
.rmlmenu li.rmlmenu-margin-xl {
  margin-left: 150px;
}
.rmlmenu li a {
  text-decoration: none;
  padding: 16px 10px 16px 10px;
  display: block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: #162e5a; /* The text color of any menuitem that is not selected */
  font-size: 1.0em; /* The size of the text of the top menuitems */
}
.rmlmenu li a:hover,
.rmlmenu li:hover > a,
.rmlmenu li.hover > a {
  /* Style when one hovers over a top menuitem */
  font-weight: normal;
  color: #fff;
  background: #497981;
}
.rmlmenu ul {
  display: none;
  margin: 0;
  padding: 0;
  width: 170px; /* Width of a submenu popup */
  position: absolute;
  top: 56px; /* Top position of 1st level submenu (should match with height of {rmlmenu li a} */
  left: 0;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid #c0c0c0;
}
.rmlmenu ul li {
  display:block;
  float:none;
  background:none;
  margin: 0;
  padding: 0;
}
.rmlmenu ul li a {
  /* All child menuitems that are not selected */
  display: block;
  background: #f3f6f7;
  color: #162e5a;
  font-size: 0.95em;
  border-top: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
}
.rmlmenu ul li a:not(:only-child) {
  /* All child menuitems with submenu(s) that are not selected */
  background: #f3f6f7 url(./light-gray-arrow-right.png) no-repeat right center;
}
.rmlmenu ul li a:hover,
.rmlmenu ul li:hover > a,
.rmlmenu ul li.hover > a
{
  color: #fff;
  background: #497981;
}
.rmlmenu ul li:hover > a:not(:only-child),
.rmlmenu ul li.hover > a:not(:only-child) {
  color: #fff;
  background: #497981 url(./white-arrow-right.png) no-repeat right center;
}
.rmlmenu li:hover > div,
.rmlmenu li.hover > div {
  display:block;
}
.rmlmenu ul ul {
  left: 169px; /* Left position of 2nd-level popup in relation to 1st-level */
  top: 0;
}

/*
 * The following styles are used when the navigation menu is reduced to a popup menu.
 * Through javascript the navigation container is assigned class 'rmlPopupPanel' and the
 * main <ul> tag is assigned class 'rmlpopupmenu'.
 */
.rmlpopupmenu .dropdown-menu {
  position: static;
  float: none;
}

.rmlPopupPanel {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  /* The background color and possible border of the whole popup: */
  background-color: #6790DE;
  background-color: var(--client-color2);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.rmlPopupPanel h3 {
  height: 54px;
  margin: 0;
  padding: 13px 15px 0px 15px;
  font-weight: 300;
  font-size: 1.4em;
  /* The background color, text color and possible bottom border of the top 'Menu' titel */
  background-color: #323B97;
  color: #fff;
  border-bottom: 1px rgba(255,255,255,.24) solid;

}


.rmlpopupmenu {
  display: block;
  margin: 0;
  padding: 0;
  /* The width of the popup */
  width: 260px;
}
.rmlpopupmenu li {
  margin: 0;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rmlpopupmenu li ul {
  margin: 0;
  padding: 0;
}
.rmlpopupmenu li a {
  display: block;
  text-decoration: none;
  padding: 13px 13px 13px 15px;
  /* The text color, background color and bottom border of any popup menuitem that is not selected */
  background-color: #6790DE;
  background-color: var(--client-color2);
  color: #fff;
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px rgba(255,255,255,.24) solid;

}
.rmlpopupmenu li.rmlm-back:after, .rmlpopupmenu > li > a:not(:only-child):after{
  /* The color here must match with the background color before */
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid white;
  border-bottom: 10px solid transparent;
  transform: none;
  left: auto;
  content: '';
  margin-top: -10px;
}

.rmlpopupmenu li > a:after{
  right: 20px;
}

.rmlpopupmenu li.rmlm-back a {
  /* The background color, text color and possible bottom border of a 'Back' popup menuitem */
  background-color: #6790DE;
  background-color: var(--client-color2);
  color: #fff;
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px rgba(255,255,255,.24) solid;
  padding-left: 30px;
}
.rmlpopupmenu li.rmlm-back:after{
  left: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: auto;

}

.no-touch .rmlpopupmenu li:hover > a,
.rmlpopupmenu li.touchStart > a {
  /* The background color and text color of a popup menuitem when hovering over it */
  color: #fff;
  background: #707070;
}
.no-touch .rmlpopupmenu li:hover > a:not(:only-child),
.rmlpopupmenu li.touchStart > a:not(:only-child) {
  /* The color here must match with the background color before */
  background: #707070 ;
}
.rmlpopupmenu ul li {
  display: none;
}
/*
When a submenu is opened, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.rmlpopupmenu.dl-subview li,
.rmlpopupmenu.dl-subview li.dl-subviewopen > a,
.rmlpopupmenu.dl-subview li.dl-subview > a {
  display: none;
}

.rmlpopupmenu.dl-subview li.dl-subview,
.rmlpopupmenu.dl-subview li.dl-subview ul,
.rmlpopupmenu.dl-subview li.dl-subviewopen,
.rmlpopupmenu.dl-subview li.dl-subviewopen > ul,
.rmlpopupmenu.dl-subview li.dl-subviewopen > ul > li {
  display: block;
  position: relative;
}

/*
 * The following styles handle a default popup menu button that is constructed using 3 'block' spans
 * to show a 'hamburger' style menu button
 */
.rmlpopupmenu-button {
  display: none;
  float: right;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.rmlpopupmenu-button span {
  color: #ffffff;
  font-size: 2.9em;
  display: block;
  padding: 10px 10px 14px 10px;
  width: 60px;
}
.no-touch .rmlpopupmenu-button span:hover {
}
.rmlpopupmenu-button span span {
  padding: 0;
  width: 40px;
  height: 6px;
  margin: 4px 0 0 0;
  float: none;
  background: #333333;
}

/*
 * The following styles handle a popup menu button that contains text
 */
.rmlpopupmenuButtonText {
  line-height: 1.0em;
  color: #fff;
  vertical-align: top;
  border: none;
  text-align: center;
  font-weight: normal;
  cursor: pointer;
  font-size: 2rem;
  background: none;
}
.rmlpopupmenuButtonText:hover,
.rmlpopupmenuButtonText.touchStart
{
  color: #fff;
  background: #497981;
}


/*
 * Popup menu is enabled on small screens
 */
@media only screen {
  .rmlmenu {
    display: none;
  }
  .rmlpopupmenuButton,
  .rmlpopupmenuButtonText {
    display: block;
  }
}
/*
 * Full menu is enabled on screens of 1024 pixels and higher
 */
@media only screen and (min-width: 64em) {
  .rmlmenu {
    display: block;
  }
  .rmlpopupmenuButton,
  .rmlpopupmenuButtonText {
    display: none;
  }
}





.introjs-overlay {
  position: absolute;
  box-sizing: content-box;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: -moz-radial-gradient(center,ellipse farthest-corner,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.4)),color-stop(100%,rgba(0,0,0,0.9)));
  background: -webkit-radial-gradient(center,ellipse farthest-corner,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: -o-radial-gradient(center,ellipse farthest-corner,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: -ms-radial-gradient(center,ellipse farthest-corner,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: radial-gradient(center,ellipse farthest-corner,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -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;
}

.introjs-fixParent {
  z-index: auto !important;
  opacity: 1.0 !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important;
}

.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0);
}

.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative;
}

.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  background-color: #204A85;
  background-color: rgba(32,74,133,.7);
  border: 1px solid #777;
  border: 1px solid rgba(0,0,0,.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0,0,0,.4);
  -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;
}

.introjs-tooltipReferenceLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 100000000;
  background-color: 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;
}

.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

.introjs-helperNumberLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  background-color: #FF6600 ;
  background-color: var(--client-color2);
  width: 20px;
  height:20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)"; /* IE6-9 */
  filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)"; /* IE10 text shadows */
  box-shadow: 0 2px 5px rgba(0,0,0,.4);
}

.introjs-arrow {
  border: 5px solid transparent;
  content:'';
  position: absolute;
}
.introjs-arrow.top {
  top: -10px;
  border-bottom-color:white;
}
.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-bottom-color:white;
}
.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-bottom-color:white;
}
.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-left-color:white;
}
.introjs-arrow.right-bottom {
  bottom:10px;
  right: -10px;
  border-left-color:white;
}
.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color:white;
}
.introjs-arrow.bottom-right {
  bottom: -10px;
  right: 10px;
  border-top-color:white;
}
.introjs-arrow.bottom-middle {
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color:white;
}
.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-right-color:white;
}
.introjs-arrow.left-bottom {
  left: -10px;
  bottom:10px;
  border-right-color:white;
}

.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  padding: 10px;
  background-color: white;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0,0,0,.4);
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}

.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap;
}

/*
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
 Changed by Afshin Mehrabani
*/
.introjs-button {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 11px/normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
  background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  background-image: -o-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  /*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  /* IE hacks */
  zoom: 1;
  *display: inline;
  margin-top: 10px;
}

.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  box-shadow: 0px 1px 1px #e3e3e3;
}

.introjs-button:focus,
.introjs-button:active {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
  background-image: -moz-linear-gradient(#ececec, #f4f4f4);
  background-image: -o-linear-gradient(#ececec, #f4f4f4);
  background-image: linear-gradient(#ececec, #f4f4f4);
}

/* overrides extra padding on button elements in Firefox */
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.introjs-skipbutton {
  box-sizing: content-box;
  margin-right: 5px;
  color: #7a7a7a;
}

.introjs-prevbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
  border-right: none;
}

.introjs-prevbutton.introjs-fullbutton {
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}

.introjs-nextbutton {
  -webkit-border-radius: 0 0.2em 0.2em 0;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0;
}

.introjs-nextbutton.introjs-fullbutton {
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}

.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}

.introjs-hidden {
  display: none;
}

.introjs-bullets {
  text-align: center;
}
.introjs-bullets ul {
  box-sizing: content-box;
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block;
}
.introjs-bullets ul li {
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px;
}
.introjs-bullets ul li a {
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}
.introjs-bullets ul li a:hover {
  background: #999;
}
.introjs-bullets ul li a.active {
  background: #999;
}

.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1
}
.introjs-progressbar {
  box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}

.introjs-fixedTooltip {
  position: fixed;
}

.introjs-hint {
  box-sizing: content-box;
  position: absolute;
  background: transparent;
  width: 20px;
  height: 15px;
  cursor: pointer;
}
.introjs-hint:focus {
  border: 0;
  outline: 0;
}
.introjs-hidehint {
  display: none;
}

.introjs-fixedhint {
  position: fixed;
}

.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57);
}

.introjs-hint-pulse {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 5px solid rgba(60, 60, 60, 0.27);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  -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;
}
.introjs-hint-no-anim .introjs-hint-dot {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
.introjs-hint-dot {
  box-sizing: content-box;
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: introjspulse 3s ease-out;
  -moz-animation: introjspulse 3s ease-out;
  animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0;
}

@-webkit-keyframes introjspulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}

@-moz-keyframes introjspulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0.0;
  }
}

@keyframes introjspulse {
  0% {
    transform: scale(0);
    opacity: 0.0;
  }
  25% {
    transform: scale(0);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0.0;
  }
}
