@media (max-width: 767px) {
  .text-left-xs {
    text-align: left;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-justify-xs {
    text-align: justify;
  }
}
@media (min-width: 768px) {
  .nav.navbar-nav {
	float:right;  
  }	
  .navbar-collapse {  
  	padding: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-justify-sm {
    text-align: justify;
  }

}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
  .text-justify-md {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-justify-lg {
    text-align: justify;
  }
}
@-webkit-keyframes slideRight {
  0% {
    z-index: 999;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  15% {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  100% {
    z-index: 1;
  }
}
@keyframes slideRight {
  0% {
    z-index: 999;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  15% {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  100% {
    z-index: 1;
  }
}
.slideRight {
  -webkit-animation-name: slideRight;
  animation-name: slideRight;
}
.infinite-animation {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
html,
body {
  height: 100%;
  min-height: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  background: url(images/bg-landing2.jpg) top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.top-container {
  width: 100%;
  /*position: fixed;*/
  z-index: 99;
}
.logo-container {
  background: #fff;
  padding: 18px;
}
.top-container{ 
    position: relative !important;
}
.logo-container img {
  height: 45px;
  max-height: 45px;
  display: block;
  margin: auto;
  max-width: 100%;
}
.navbar.navbar-default {
  margin-bottom: 0;
  border-radius: 0;
  z-index: 99;
}
.navbar-brand {
  height: 70px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.navbar-brand img {
  height: 52px;
  max-height: 52px;
  display: block;
  margin: auto;
  max-width: 100%;
}
.navbar-nav > li > a {
  font-size: 1.2em;
  line-height: 40px;
}
.navbar-toggle {
  margin-top: 18px;
}
@media (max-width: 768px) {
  .top-container > img {
    display: block;
    margin: auto;
    max-width: 75%;
  }
  .top-container.buttons-top {
    display: none;
  }
}
.hand-container {
  background: url(images/hand2.png) bottom left no-repeat;
  background-size: 100%;
  overflow: hidden;
  /*position: fixed;*/
  position: relative;
  height: calc(1.23 * 80vw);
  height: 580px;
  margin-top: -580px;
  width: 80vw;
  max-width: 462px;
  max-height: 99vw;
  bottom: 0;
}
.hand-container .hand-content {
  background-color: #325781;
  display: block;
  height: 70.4%;
  left: 33.5%;
  overflow: hidden;
  position: relative;
  top: 12%;
  width: 49.7%;
  max-height: 99vw;
  max-width: 462px;
}
.hand-container .hand-content img {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
}
.hand-container > .fa {
  display: block;
  height: 80px;
  max-height: 11vw;
  cursor: pointer;
  left: 39px;
  top: 60px;
  position: relative;
  text-align: center;
  width: 233px;
  font-size: 60px;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.btn-blue,
.btn-orange {
  color: #fff;
  text-transform: none;
  font-size: 2.5rem;
  margin-top: .8rem;
  margin-bottom: .8rem;
  padding-top: .1rem;
  padding-bottom: .1rem;
}
.btn-blue .fa,
.btn-orange .fa {
  padding-right: 1px;
  position: relative;
  top: 0.1rem;
}
.btn-blue {
  background-color: #375c86;
}
.btn-orange {
  background-color: #e7a024;
}
.container-intro {
  text-align: right;
}
.main-title {
  font-size: 4.5rem;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 4.2rem;
  text-shadow: 0 0 4px white;
}
.main-title span {
  font-size: 3.7rem;
  line-height: 3.9rem;
}
.main-subtitle {
  font-size: 2rem;
  line-height: 2.3rem;
  margin-bottom: 15px;
  text-shadow: 0 0 4px white;
}
.white-to-alpha {
  /*
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ffffff', endColorstr='#00ffffff', GradientType=0);
    */
  background-color: rgba(255, 255, 255, 0.8);
}
.fixed-toolbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.fixed-toolbar .top-container {
  padding-bottom: 15px;
  padding-top: 0;
}
.fixed-toolbar .main-subtitle {
  display: none;
}
.reasons {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px 15px 5px 230px;
  position: relative;
  left: calc(50% - 300px);
  overflow: hidden;
  width: calc(50% + 300px);
}
.reasons img {
  height: 30px;
  float: left;
  margin-right: 10px;
}
.reasons p {
  min-height: 30px;
  line-height: 2rem;
  text-align: left;
  font-size: 2rem;
  margin: 15px 0 15px 0;
  padding-left: 40px;
}
.no-flexbox .hand-container {
  max-height: 670px;
  height: 670px !important;
  max-width: 462px;
  width: 462px;
  left: 0;
  right: 0;
  top: 0 !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.no-flexbox .hand-container .hand-content {
  display: block;
  width: 230px;
  height: 408px;
  top: 160px;
}
.no-flexbox .reasons {
  width: 75%;
  left: 25%;
}
.no-flexbox .top-container {
  position: relative;
}
@media (max-width: 768px) {
  #slide1 {
    overflow: hidden;
  }
  #slide1 .main-title {
    margin-top: 30px !important;
    text-align: center;
  }
  #slide1 .main-subtitle {
    text-align: center;
  }
  #slide2 {
    margin-top: 40px;
  }
  #slide2 > .pull-right {
    float: none !important;
  }
  #slide3 {
    margin-top: 50px;
  }
  #slide3 .reasons * {
    text-align: center;
  }
  .reasons {
    padding-left: 15px;
    margin-left: 0;
    left: 0;
    width: calc(100% - 30px);
    margin: 15px;
    border-radius: 8px;
  }
  .fixed-toolbar {
    position: relative;
  }
  footer {
    max-height: none !important;
    height: auto !important;
  }
}
.no-flexbox .col-sm-offset-5 {
  margin-left: 0;
}
.no-flexbox .col-md-7,
.no-flexbox .col-sm-7 {
  width: 100%;
  float: none;
}
.no-flexbox #sl1,
.no-flexbox #sl2,
.no-flexbox #sl3,
.no-flexbox #sl4 {
  display: none;
}
.no-flexbox #slide1 {
  max-width: 100%;
  position: relative;
  height: auto !important;
  padding: 15px;
  min-height: 300px !important;
}
.no-flexbox #slide1 .main-title {
  margin-top: 30px !important;
  text-align: center;
}
.no-flexbox #slide1 .main-subtitle {
  text-align: center;
}
.no-flexbox #slide1 .container-intro {
  padding-bottom: 10px;
  margin-right: 0px !important;
  margin-left: 0px;
  border-radius: 8px;
  width: 100%;
}
.no-flexbox #slide1 .container-intro > .row {
  margin-left: -30px;
  margin-right: -30px;
}
.no-flexbox #slide1 .text-container {
  background-color: rgba(255, 255, 255, 0.7);
}
.no-flexbox #slide1 .reasons {
  margin-top: 15px;
}
.no-flexbox #slide1 .top-text {
  display: block;
}
.no-flexbox #slide1 .disclaimer a {
  color: #375c86 !important;
}
.no-flexbox #slide2 {
  max-width: 100%;
  position: relative;
  margin-top: 40px;
  padding: 15px !important;
  min-height: auto !important;
  height: auto !important;
}
.no-flexbox #slide2 > .pull-right {
  float: none !important;
}
.no-flexbox #slide3 {
  position: relative;
  margin-top: 50px;
  min-height: auto !important;
  max-width: 100%;
  padding: 0 15px !important;
  height: auto !important;
}
.no-flexbox #slide3 .reasons * {
  text-align: center !important;
}
.no-flexbox #slide3 .reasons {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0;
  margin-right: 105px;
}
.no-flexbox #slide3 .reasons > div {
  display: block;
  margin: auto;
  position: relative !important;
  margin-right: 0;
  -webkit-animation-name: none;
  -moz-animation-name: none;
  -o-animation-name: none;
  animation-name: none;
  margin-bottom: 25px;
}
.no-flexbox #slide3 .reasons > div .text-slider {
  display: block;
  float: none;
  width: 100% !important;
  max-width: 100% !important;
  text-align: center;
}
.no-flexbox #slide3 #inner-slide2 .flag-block {
  display: none;
}
.no-flexbox .reasons {
  padding-left: 15px;
  margin-left: 0 !important;
  position: relative !important;
  width: 100%;
  left: 0;
  border-radius: 8px;
}
.no-flexbox .reasons.hidden {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.no-flexbox footer,
.no-flexbox .hand-container,
.no-flexbox .fixed-toolbar {
  position: relative;
  margin: 0 auto;
}
.no-flexbox footer {
  height: auto;
}
.no-flexbox .fadeOutDown,
.no-flexbox .fadeOutLeft,
.no-flexbox .fadeOutUp .fadeOutRight,
.no-flexbox .fadeOut {
  -webkit-animation-name: none;
  -moz-animation-name: none;
  -o-animation-name: none;
  animation-name: none;
}
.full-height {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide-fixed {
  position: fixed;
  top: 0;
  margin: auto;
  width: 100%;
}
.slide-separator {
  width: 100%;
  height: 100%;
}
.app-buttons-container {
  height: 55px;
}
.app-buttons-container > * {
  margin-top: 10px;
  display: inline-block;
}
.app-buttons-container > * > img {
  display: block;
}
.button-container {
  border-radius: 8px;
  /*display: inline-block;*/
  vertical-align: middle;
  padding: 15px;
  text-align: center;
}
.button-container > div {
  display: block;
  text-align: center;
}
.button-container {
  padding: 0px 16px;
  display: block !important;
}
.button-container > div {
  display: inline-block;
}
.button-container .top-text {
  position: relative;
  top: -1.2rem;
  padding-right: 5px;
}
.button-container a {
  display: inline-flex;
  height: 45px;
}
@media (min-width: 769px) {
  #slide1 {
    /*position: fixed;*/
    /*height: 70%;*/
    min-height: 550px;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    /*padding-bottom: 250px;*/
  }
  #slide1 .button-container {
    margin-bottom: 50px;
  }
  #slide2 {
    position: fixed;
    height: 475px;
    width: 100%;
    bottom: 0;
    overflow: hidden;
  }
  #slide3 {
    position: fixed;
    height: 490px;
    bottom: 0;
    overflow: hidden;
    width: 100%;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .hand-container {
    left: -100px;
  }
   > img {
    margin-left: 0;
  }
  .button-container .top-text {
    top: 0;
  }
}
@media (max-width: 992px) {
  .hand-container {
    left: -150px;
    -webkit-transform: scale(0.8) !important;
    -moz-transform: scale(0.8) !important;
    -o-transform: scale(0.8) !important;
    -ms-transform: scale(0.8) !important;
    transform: scale(0.8) !important;
  }
}
.separator {
  height: 90px;
}
@media (max-height: 735px) {
  #slide1 {
    margin-top: 30px;
    min-height: auto !important;
    padding-bottom: 30px !important;
  }
  #slide1 .button-container {
    margin-bottom: 15px;
  }
  .hand-container {
    -webkit-transform: scale(0.8) !important;
    -moz-transform: scale(0.8) !important;
    -o-transform: scale(0.8) !important;
    -ms-transform: scale(0.8) !important;
    transform: scale(0.8) !important;
    margin-top: -670px;
    top: 148px !important;
  }
  .separator {
    display: none;
    visibility: hidden;
  }
}
@media (max-height: 900px) {
  #slide1 {
    /*padding-bottom: 120px;*/
    min-height: 580px;
    margin-top: 0px;
  }
  /*    .separator {
        display: none !important;
        height: 0 !important;
    }*/
  .hand-container {
    top: 58px;
    -webkit-transform: scale(0.8) !important;
    -moz-transform: scale(0.8) !important;
    -o-transform: scale(0.8) !important;
    -ms-transform: scale(0.8) !important;
    transform: scale(0.8) !important;
  }
}
.text-container {
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 8px;
}
.text-container.white-box {
  background-color: rgba(255, 255, 255, 0.6);
}
.disclaimer {
  display: block !important;
  text-align: right !important;
  text-shadow: 0 0 4px white;
}
.disclaimer a {
  color: black;
}
@media (max-width: 968px) and (min-width: 769px) {
  .text-slider {
    font-size: 3.6rem;
    line-height: 4rem;
  }
}
@media (max-width: 768px) {
  .disclaimer a {
    color: #375c86;
  }
  .hand-container {
    position: relative;
    margin: 0 auto auto auto;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    left: auto;
    top: auto;
  }
  .text-container {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 15px;
    margin-bottom: 50px;
  }
  #slide1 {
    margin-top: 50px;
  }
  .hand-content > img {
    display: none !important;
  }
  #slide1 .fadeOutDown,
  #slide2 .fadeOutDown,
  #slide3 .fadeOutDown,
  #slide1 .fadeOutLeft,
  #slide2 .fadeOutLeft,
  #slide3 .fadeOutLeft,
  #slide1 .fadeOutRight,
  #slide2 .fadeOutRight,
  #slide3 .fadeOutRight,
  #slide1 .fadeInDown,
  #slide2 .fadeInDown,
  #slide3 .fadeInDown,
  #slide1 .fadeInUp,
  #slide2 .fadeInUp,
  #slide3 .fadeInUp,
  #slide1 .fadeOutUp,
  #slide2 .fadeOutUp,
  #slide3 .fadeOutUp {
    -webkit-animation-name: none;
    -moz-animation-name: none;
    -o-animation-name: none;
    animation-name: none;
    display: block;
  }
  .inner-slide {
    animation-name: none !important;
    position: relative !important;
  }
  #inner-slide2 .flag-block {
    display: none;
  }
  .top-container {
    position: relative;
  }
  .top-text {
    top: 0 !important;
  }
  footer {
    position: relative !important;
  }
}
.hand-content .slide-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 99;
}
.hand-content .slide-container img {
  margin: 0;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-animation-duration: 6s;
  -moz-animation-duration: 6s;
  -o-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}
.hand-content .slide-container img.slide-1 {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
.hand-content .slide-container img.slide-2 {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}
.hand-content .slide-container img.slide-3 {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  animation-delay: 6s;
}
.top {
  display: block;
  height: 1px;
}
.text-slider {
  font-size: 4rem;
  font-weight: 300;
  line-height: 5rem;
  text-transform: uppercase;
  text-align: center;
  max-width: 62rem;
}
.text-slider.small {
  font-size: 2em;
  position: relative;
  line-height: 2.8rem;
  margin-bottom: 10px;
}
.text-slider .flag-block {
  width: 33.33333%;
  display: inline-block;
  margin: 10px 0;
}
.text-slider .flag-block img {
  display: block;
  margin: auto;
  width: 94px;
  height: 64px;
  float: none;
}
.text-slider .flag-block p {
  text-align: center;
  padding: 0;
  margin: 3px;
  line-height: 1em;
}
.text-slider .flag-block em {
  color: #008800;
  display: block;
  font-size: 2.1em;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -2px;
  margin-bottom: 9px;
  text-align: center;
}
.no-text-transform {
  text-transform: none;
}
.flag-container {
  text-align: right;
  max-width: 62rem;
  font-size: 10rem;
  font-weight: 700;
}
.flag-container img {
  position: relative;
  height: 69px;
  float: none;
  width: 104px;
  top: -1rem;
}
.flag-container span.text {
  position: relative;
}
.slide {
  height: 100%;
}
.z-top {
  z-index: 5;
}
.container.z-top {
  position: relative;
  /*z-index: 99;*/
}
#slide1 > .fadeOut,
#slide2 > .fadeOut,
#slide3 > .fadeOut,
#slide1 > .fadeOutDown,
#slide2 > .fadeOutDown,
#slide3 > .fadeOutDown,
#slide1 > .fadeOutUp,
#slide2 > .fadeOutUp,
#slide3 > .fadeOutUp {
  z-index: -1;
}
#slide1 > .fadeOut,
#slide2 > .fadeOut,
#slide3 > .fadeOut,
#slide1 > .fadeOutDown,
#slide2 > .fadeOutDown,
#slide3 > .fadeOutDown,
#slide1 > .fadeOutUp,
#slide2 > .fadeOutUp,
#slide3 > .fadeOutUp {
  z-index: 99;
}
#inner-slide1 {
  position: absolute;
}
.fixed-toolbar .button-container {
  margin-top: 28px;
}
#inner-slide1 .text-slider {
  margin-top: 15px;
}
footer {
  background-color: #fff;
  bottom: 0;
  z-index: 99;
}
footer .footer-text {
  padding-top: 13px;
  padding-bottom: 10px;
  margin-bottom: 15px;    
}
footer .footer-text p {
  margin: 0 0 15px 0;
}
footer .footer-text a {
  margin: 0 15px 0 0;
}
.certificates {
  background-color: #fff;
  padding-top: 0px;
  position: relative;
  top: 2px;
}
.certificates > a,
.certificates > table {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
/*
#sl1 { background-color: rgba(255,255,0,0.5); }
#sl2 { background-color: rgba(255,0,255,0.5); }
#sl3 { background-color: rgba(255,0,0,0.5); }
#sl4 { background-color: rgba(0,255,255,0.5); }
*/
.top-container .button-container {
  padding: 0;
  border-radius: 0;
  margin: 0;
}
.no-flexbox .separator {
  display: none;
}
.coming-soon {
  font-size: 2.2em;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-shadow: 0 0 4px white;
}
.flag-content {
  background-color: #1E3A50;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  color: white;
  padding: 15px;
  position: relative;
}
.flag-content p {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 300;
  width: calc(100% - 300px);
  float: left;
  line-height: 1.1;
}
.flag-content .fl-content {
  float: right;
  margin-top: 5px;
}
.flag-content .fl-content a {
  margin-left: 10px;
  display: inline-block;
}
.flag-content .fl-content img {
  height: 55px;
  -webkit-box-shadow: 0px 0px 10px 2px #375c86;
  -moz-box-shadow: 0px 0px 10px 2px #375c86;
  box-shadow: 0px 0px 10px 2px #375c86;
}
@media (max-width: 992px) {
  .flag-content p {
    width: 100%;
    margin-bottom: 15px;
  }
  .flag-content .fl-content {
    float: none;
    text-align: center;
  }
}
