/*!
 * Start Bootstrap - Agency v3.3.7+1 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  overflow-x: hidden;
  font-family: "roboto", sans-serif;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #fed136;
}
p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #1c75bc;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #1c75bc;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

div.module.parallax h1 {
  font-size: 42px;
  color: #fff;
}

ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

li ol > li {
  margin: 0;
}

li ol > li:before {
  content: counters(item, ".") " ";
}
.modal {
    overflow: hidden;
}
.termsCondTitle {
  font-size: 22px;
}

.noOverflow {overflow: hidden;}

.mousCursPointer {cursor: pointer !important; }

/*Show/Hide text*/
.showMore {
    position:relative;
    padding-top: 5px;
    height: 20px;
    text-align:center;
    cursor: pointer;
    font-size: 12px;
    color: #428bca;
}
.showMore:hover {
    color: #000000;
}

/*GDPR*/
.gdprbar {
  position: fixed;
  width: 100%;
  background-color: beige;
  z-index: 1000004;
  bottom: 0px;
  word-wrap:break-word;
  padding: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  box-shadow: inset 0 0 10px #000000;
}

.privacyFontSize {
  font-size: 20px;
  margin-bottom: 25px;
}
/*GDPR*/

/*If height is changed here, it must also be changed in utils.js under the function showtext() */
.showMoreHeight {
  height: 80px;
  overflow: hidden;
  position: relative;
}

.gradientElementBottom:before {
  position: absolute;
  bottom: 0;
  height: 40%;
  width: 100%;
  content: "";
  pointer-events: none; /* so the text is still selectable */
}
/* white color */
.gradientElementBottom_default:before {
  background: linear-gradient(to top,
    rgba(255,255,255, 1) 20%,
    rgba(255,255,255, 0) 90%
  );
}

.gradientElementBottom_blue:before {
  background: linear-gradient(to top,
    rgba(217,237,247, 1) 20%,
    rgba(255,255,255, 0) 90%
  );
    /*rgba(188,232,241, 1) 20%,*/
}
.showMoreAlert {
  bottom: 12px;
}

.smallSideMargin {
  margin-left: 5px;
  margin-right: 5px;
}

.chartTitles {
  text-align: center;
  font-size: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

.chartFeatures {
  background-color: rgb(249, 203, 156);
}

.chartApps {
  background-color: rgb(159, 197, 232);
}

.chartIcons {
  text-align: center;
  font-size: 17px;
}

.dottedDividerBottom {
  border-bottom: 1px dotted #ccc;
}

.left {float:left !important;}
.right {float: right !important;}
.noSideMargin {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
#getTermsConditionsModal.modal .modal-body {
    height: 800px;
    overflow: auto;
    padding: 30px !important;
}

.modal .modal-fixed {
    position: fixed;
}

.cursorPointer {
  cursor: pointer !important;
}

.footerLogoText {
  font-size: 14px;
  letter-spacing: 2px;
  color: #00518b;
}
.helpFontColor {
  color: #00518b;
}
.helpFontColor.withItalicUnderline {
  text-decoration: underline;
  font-style: italic;
}
.noVMargin {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.img-centered {
  margin: 0 auto;
}
.bg-darkest-gray {
  background-color: #222222;
}

.btn-primary {
  color: white;
  background-color: #1c75bb;
  border-color: #1c75bb;
  font-family: "roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #f6931d;
  background-color: #1c75bb;
  border-color: #1c75bb;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-primary .badge {
  color: #fed136;
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: #fed136;
  border-color: #fed136;
  font-family: "roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-xl .badge {
  color: #fed136;
  background-color: white;
}
.navbar-custom {
  background-color: #ffffff;
  border-color: transparent;
}
.navbar-custom .navbar-brand {
  color: #fed136;
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #fec503;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
  background-color: #fed136;
  border-color: #fed136;
  font-family: "roboto", sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #fed136;
}
.navbar-custom .nav li a {
  font-family: "roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: #696969;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: black;
  outline: none;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #1c75bb;
  border-color: #1c75bb;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
	color: #f6931d;
	background-color: #1c75bb;
	border-color: #1c75bb;
}
@media (min-width: 768px) {
  .navbar-custom {
    background-color: transparent;
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
  .featItem {
    vertical-align: -webkit-baseline-middle;
  }
  .navbar-custom.affix {
    background-color: #ffffff;
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
  .gxVideoIntro {
    padding-bottom: 200px;
  }
}
header {
  background-image: url('../../images/websiteCss/header.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
header .intro-text {
  padding-top: 400px;
  padding-bottom: 50px;
}
header .intro-text .intro-lead-in {
  font-family: "roboto", sans-serif;
  font-style: italic;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
  text-shadow: 0 1px 5px rgba(0,0,0,.6);
}
header .intro-text .intro-heading {
  font-family: "roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
  text-shadow: 0 1px 9px rgba(0,0,0,.6);
}
@media (min-width: 768px) {
  header .intro-text {
    padding-top: 315px;
    padding-bottom: 0px;
  }
  header .intro-text .intro-lead-in {
    font-family: "roboto", sans-serif;
    font-style: italic;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  header .intro-text .intro-heading {
    font-family: "roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 65px;
    line-height: 75px;
    margin-bottom: 50px;
  }
}
section {
  /*padding: 100px 0;*/
  padding-top: 40px;
  padding-bottom: 40px;
}
section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

h3.popover-title {
  font-size: 14px;
  font-family: "roboto", sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 0px;
}
section h3.section-subheading {
  font-size: 16px;
  font-family: "roboto", sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 67px;
}
@media (min-width: 768px) {
  section {
    padding: 40px 0;
  }
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}
#features {
  overflow:hidden;
}
#portfolio {
  overflow: hidden;
}
#portfolio * {
  z-index: 2;
}
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #fed136;
  color: white;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 16px;
  }
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (max-width: 992px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 958px) {
  html {
    overflow-y: scroll;
  }
  .privacyFontSize {
    font-size: 14px;
  }
	.popover.bottom>.arrow {
		top: -11px !important;
	}
}
@media screen and (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
.team-member {
  text-align: center;
  margin-bottom: 50px;
}
.team-member img {
  margin: 0 auto;
  border: 7px solid white;
}
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
.team-member p {
  margin-top: 0;
}
aside.clients img {
  margin: 50px auto;
}
section#signup {
  /*background-color: #b3b3b3;*/
  background-color: #afafaf;
  background-image: url('../../images/websiteCss/map.png');
  background-position: center;
  background-repeat: no-repeat;
  opacity:0.95;
  background-position-y: 281px;
}
section#contact .section-heading {
  color: white;
}
section#contact .form-group {
  margin-bottom: 5px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 10px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 155px;
}
section#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  color: #bebebe;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: "roboto", sans-serif;
  font-weight: 700;
  color: #eeeeee;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "roboto", sans-serif;
  font-weight: 700;
  color: #bebebe;
}
section#contact :-ms-input-placeholder {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  color: #bebebe;
}
section#contact .text-danger {
  color: #e74c3c;
}
footer {
  padding: 25px 0;
  text-align: center;
}
footer span.copyright {
  line-height: 40px;
  font-family: "roboto", sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: "roboto", sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #222222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #fed136;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
.portfolio-modal .modal-dialog {
  margin: 0;
  height: 100%;
  width: auto;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "roboto", sans-serif;
  font-style: italic;
  font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
::selection
,::-moz-selection {
  text-shadow: none;
  background: #fed136;
}
img::selection
,img::-moz-selection {
  background: transparent;
}
body {
  /*-webkit-tap-highlight-color: #fed136;*/
  -webkit-tap-highlight-color: rgba(255, 255, 255, 1) !important;
}
/* GX custom */
.close {
  opacity: 0.7;
  margin-top: 5px !important;
}
.modalMaximumHeight {max-height:250px; overFlow-x:hidden; overFlow-y:auto;}
.modalMaximumExtraHeight {max-height:350px; overFlow-x:hidden; overFlow-y:auto;}
/*modal Content minimum height*/
.modalMinimumHeight {min-height:250px;}
#prices-table {
  padding-top: 0px;
}
.prices-table-shadow {
  box-shadow: 0px 0px 29px #888888;
}
#prices-table .prices {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
}

#prices-table .prices .prices-table .prices-header {
  position: relative;
  background: #1c75bb;
  padding: 7px 22px;
  text-align: center;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-radius: 2px;
  border-color: #0e4671;
  border-width: 2px;
}
#prices-table .prices .prices-table .prices-header .prices-title {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
}
#prices-table .prices .prices-table .prices-header .prices-rate {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  text-align: center;
}
#prices-table .prices .prices-table .prices-header .prices-rate sup {
  font-size: 24px;
  position: relative;
  top: -30px;
  color: #bdc3c7;
}
#prices-table .prices .prices-table .prices-header .prices-rate span {
  font-size: 14px;
  color: #bdc3c7;
  text-transform: uppercase;
}
.pricesPerMonth {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  text-align: center;
}
.pricesPerMonth span {
  font-size: 12px;
  color: #bdc3c7;
  text-transform: uppercase;
}
#prices-table .prices .prices-list {
  padding: 10px 0 10px 0;
  background: #fbfbfb;
  border: 1px solid #e3e3e3;
  overflow: hidden;
}
#prices-table .prices .prices-list ul {
  width: 100%;
  padding: 0px;
  display: table;
  margin: 0px 10%;
}
#prices-table .prices .prices-list ul li {
  width: 80%;
  list-style: none;
  /*
  border-bottom: 1px solid #EAECEB;
  */
  border-bottom: 1px solid #00518b;
  color: #bdc3c7;
  color: #00518b;
  font-size: 16px;
  line-height: 42px;
}
#prices-table .prices .prices-list ul li:last-child {
  border: none;
}
#prices-table .prices .prices-list ul li i {
  margin-right: 12px;
  color: #888;
}
#prices-table .prices .prices-list ul li span {
  color: #34495e;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 15px;
  border-radius: 0;
  opacity: 0.8;
  display: none;
}

.item {
    /*padding: 90px 0;*/
    padding: 0px 0;
}
/*.fadeIn {opacity: 0.6 !important; -moz-opacity: 0.6 !important;}*/

.title-under-line-top {
    width: 100px;
    border-top: 1px solid #15cc9a;
    margin-bottom: 0px;
}
.title-under-line-bottom {
    width: 80px;
    border-top: 1px solid #15cc9a;
    margin-top: 5px;
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.animation-box {
    display: inline-block;
    position: relative;
    z-index: 99;
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

.test-2 {
	height: 28px;
	width: 28px;
	margin-top: 10px;
    background-color: #1c75bb;
    border-radius: 50%;
    float: left;
}
.icon-test {
    width: 100%;
    height: 100%;
    display: table;
}
.item-list-big {
    margin-top: 60px;
}
ul {
    margin: 0;
    padding: 0px;
    list-style: none;
}
.ulShowListStyle {
  padding: inherit;
  list-style: disc;
}

span.x {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.pad-right-85 {
    padding-right: 85px;
}
.pad-left-85 {
    padding-left: 85px;
}
.item-list-left li p, .item-list-right li p {
    font-size: 13px;
    font-weight: 400;
}
.celltextPaddingLeft {
  float: left;
  padding-right: 5px;
}
.celltextPaddingRight {
  float: right;
  padding-left: 5px;
}
.cellPhoneBackground {
  background-color: black;
}
/* override position and transform in 3.3.x */
.carousel-inner .item.left.active {
  transform: translateX(-33%);
}
.carousel-inner .item.right.active {
  transform: translateX(33%);
}

.carousel-inner .item.next {
  transform: translateX(33%)
}
.carousel-inner .item.prev {
  transform: translateX(-33%)
}

.carousel-inner .item.right,
.carousel-inner .item.left {
  transform: translateX(0);
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control.left {
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    filter: none !important;
    background-repeat: repeat-x;
}
.carousel-control.right {
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    filter: none !important;
    background-repeat: repeat-x;
}
.chevronRightCustom {
  font-size: 55px !important;
  color: black !important;
  right: -10% !important;
  top: 58% !important;
  width: auto !important;
  height: auto !important;
  position: relative !important;
  /*margin-left: 5px !important;*/
}
.chevronLeftCustom {
  font-size: 55px !important;
  color: black !important;
  left: -25% !important;
  top: 58% !important;
  width: auto !important;
  height: auto !important;
  position: relative !important;
  /*margin-right: -20px !important;*/
}
.noUnderLine a, a:hover, a:active {
  text-decoration: none !important;
  color: #f6931d !important;
}
.logoTop {
  margin-top: -13px;
}
.readMore {
  color: #337ab7;
}
.btnSubmit {
  font-family: "roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-color: black !important;
  background-color: #fed136;
  border-color: #fed136;
}
.btnSubmit button:hover {
  font-color:white;
}
.carousel-caption {
    /*text-shadow: none !important;*/
    top: 111px !important;
    color: #5d5d5d !important;
    padding-top: 0px !important;
}
.previewContainer {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.logoHeight {
    height: 35px;
    margin-top: 5px;
}
/* all except text */
.elementVAlign {
  height: 50px;
  line-height: 50px !important;
  vertical-align: middle;
}
a .photos {
    opacity: 0.6;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

a .photos:hover {
    opacity: 1;
    cursor:pointer;
}
a h4 {
    cursor:pointer;
}

label {
  color: #4c4c4c;
  font-size: 16px;
}
.navbar-toggle {
    margin-top: 10px !important;
  }

@media screen and (max-width:392px) {
  .noSidePadding-xs {
    padding-left: 0px;
    padding-right: 0px;
  }
  #getTermsConditionsModal.modal .modal-body {
    height: 365px;
  }
  #prices-table {
    padding-top: 15px;
  }
  .navbar-brand {
    padding: 17px 12px !important;
  }
  div.module.parallax {
    height: 260px !important;
    margin-bottom: 15px !important;
    padding-top: 10px !important;
  }

  .previewContainer {
    margin-left: 5px !important;
    margin-right: 5px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .carousel-control.left {
      width: auto !important;
      padding-left: 18px !important;
      margin-left: -14px !important;
  }
  .carousel-control.right {
    width: auto !important;
    padding-right: 15px !important;
    margin-right: -15px !important;
  }
  .chevronRightCustom {
    font-size: 36px !important;
    color: black !important;
    right: -23% !important;
    top: 47% !important;
    position: relative !important;
    margin-left: -5px !important;
  }
  .chevronLeftCustom {
    font-size: 36px !important;
    color: black !important;
    left: 0px !important;
    top: 47% !important;
    position: relative !important;
    margin-left: -18px !important;
  }
  .item {
    padding: 5px 0;
  }
  section {
    /*padding: 75px 0;*/
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .logoHeight {
    height: 35px;
    margin-top: -5px;
  }
  .logoTop {
    margin-top: 0px;
  }
  .navbar-toggle {
    margin-right: 6px;
  }
  .carousel-caption {
    /*text-shadow: none !important;*/
    top: 88px !important;
    color: #5d5d5d !important;
  }
  .cellPhoneSize {
    height: 374px !important;
    width: auto;
  }
  .pad-left-85 {
    padding-left: 25px;
    padding-right: 0px;
  }
  header .intro-text {
    padding-top: 275px;
    padding-bottom: 55px;
  }
  header {
    margin-bottom: 40px;
  }
  .test-2 {
    width: 30px;
    height: 30px;
  }
}
/* ----------- */
/*    GX CSS   */
/* ----------- */
.bigDownSpace {margin-bottom: 75px;}
.downSpace {margin-bottom: 20px;}
.smallDownSpace {margin-bottom: 20px !important;}
.smallerDownSpace {margin-bottom: 10px !important;}
.upSpace {margin-top: 20px;}
.smallUpSpace {margin-top: 2px !important;}
.smallXUpSpace {margin-top: 10px !important;}

.btn-group .checkboxColor {margin-bottom: 4px !important;}
.btn-group .checkboxColor.noMarginBottom {margin-bottom: 0px !important;}
.labelDisplayInline {display: inline-block !important;}
.shape-text {font-size:14px; font-weight: bold; position:absolute; right:-16px; top:-2px;}
.fieldsMaximoWidth {width:100% !important;resize: none;}

.popover.in { width: 276px; z-index: 20000; }

.form-control-feedback {
  pointer-events: inherit !important;
}

.hasFloatLabel {
  font-size: 12px;
  left: 18px;
  top: 7px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  display: table !important;
  z-index: 10;
  /*
  background: #fff;
  margin-left: 5px;
  margin-right: 5px;
  */
}

.hasFloatLabelHidden {
  font-size: 12px;
  visibility: hidden;
}

/* fieldset*/
fieldset {border: 1px solid #4c4c4c !important; padding: 1px 17px 7px !important; margin: 0 0 18px 0 !important; /*height: 100%;*/}
/*fieldset {border: 1px solid #A8A8A8 !important; padding: 1px 17px 17px 17px !important; margin: 0 0 18px 0 !important; height: 100%;}*/

/* BEGIN: definitions for fieldset */
fieldset legend {
  font-size: 16px !important;
  font-weight: bold !important;
  text-align: left !important;
  width: auto;
  padding:0 10px;
  border-bottom: none;
  letter-spacing: 2px;
  color: #4c4c4c;
}
/* END: definitions for fieldset */

legend {  margin-bottom: 0px !important; }
.fieldsetBackground {
  background-color: #ffffff;
  height: 100%;
}
.dottedFieldset {border: 1px dotted #A8A8A8 !important;}
/*icon on fields*/
.shape {
  /*margin-top: -18px;*/
  margin-top: -20px; /* Corrige o "enviar para baixo" os inputs */
  top: 18px;
  left: -1px;
  position: relative;
  border-bottom: 20px solid transparent;
  border-right-color: #A6D1FF;
  border-style: solid;
  border-width: 0 20px 20px 0;
  height: 0px;
  width: 0px;
  -ms-transform: rotate(270deg); /* IE 9 */
  -o-transform: rotate(270deg);  /* Opera 10.5 */
  -webkit-transform: rotate(270deg); /* Safari and Chrome */
  transform: rotate(270deg);
  z-index: 10;
}

.btn-fontSmall {
  text-transform: lowercase;
}
/* correction needed because of update bootstrap 3.2.0 relative to error messages */
.errorIconHeaderSize {
  font-size: 24px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;

}
.errorIconPosition {
  position:relative !important;
  top: 1px !important;
  display:inline-block !important;
  line-height: 1 !important;
  width: 15px !important;
  height: 15px !important;
  padding-right: 20px;
}
/*orange*/
.backColor001 {background-color: #FF9933;}
.modalMessageRedError { background-color: darkred; color: white; }
.modalMessageWarningError { background-color: #eaab33; color: white; }
.modalMessageGreenSucess { background-color: green; color: white; }
.modalMessageBlue { background-color: darkblue; color: white; }

/*forces the header for modals the change on bootstrap*/
.modal-header {
  min-height: 40px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.modal {
  overflow: auto;
}
.cellPhoneSize {
    height: 550px;
    width: auto;
}
/*height="550" width="283"*/
.checkDiv {
    position: relative;
}
.check {
    color: #060;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 3;
}
.checkboxColor.checkColorGreen {
  color: #fff !important;
  background-color: #5cb85c !important;
  border-color: #5cb85c !important;
}

.checkboxColor.checkColorGreen:hover {
  color: #000000 !important;
  background-color: #449d44 !important;
  border-color: #5cb85c !important;
}
.extraLargeFont {font-size:120px !important;}
.posAbsolute {
  background-color: #FFFFFF;
  /*position:fixed;*/
  position: relative;
  z-index:6000;
  font-size: 50px;
  margin-left: auto;
  margin-right: auto;
  /*margin:0;*/
  padding:0;
  border-radius: 7px;
  width:346px;
}
.modal-backdrop.in {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: unset !important;
}
.container-hide {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /*
  background-color: black;
  opacity: 0.5;
  */
  -webkit-transition: opacity 100s ease-in;
  -moz-transition: opacity 100s ease-in;
  transition: opacity 100s ease-in;
  /*z-index:1000;/**/
  z-index: 1040; /* 22_10_2015: Has to be above NavBar z-index (1030) */
}
.generalMessage {
  position: fixed;
  width: 100%;
  left: 0px;
  z-index: 5000;
}

.msgIcon {
  position: absolute;
  top: -34px;
  left: 15px;
}
.msgText {
  position: relative;
  margin-left: 145px;
}
.checkboxColor.checkColorRed {
  color: #fff !important;
  background-color: #D80808 !important;
  border-color: #4cae4c !important;
}
.colorGreenSucess {color: #5cb85c;}
.colorRed {color: indianred;}
.checkboxColor.checkColorRed:hover {
  color: #000000 !important;
  background-color: #D80808 !important;
  border-color: #4cae4c !important;
}
.featItem {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: -webkit-baseline-middle;
  }
.contactTextArea {
  min-height: 150px !important;
  overflow: auto !important;
}
/* BEGIN: definitions for radio buttons and checkBoxcolors when active or negate */
.radioColor.active,.checkboxColor.active {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.radioColor.active:hover,.checkboxColor.active:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.radioColor.negate:hover,.checkboxColor.negate:hover {
  color: #fff;
  background-color: #9C0A0A;
  border-color: #398439;
}

@media screen and (min-width: 768px) {
  .largeModal {
    max-width: 1250px !important;
    min-width: 768px !important;
    width: 100%;
  }
  .carousel-control.left {
      width: auto !important;
      padding-left: 30px !important;
      margin-left: -30px !important;
  }
  .carousel-control.right {
    width: auto !important;
    padding-right: 5px !important;
    margin-right: -30px !important;
  }
  .chevronRightCustom {
    right: 5px !important;
  }
  .chevronLeftCustom {
    left: -20px !important;
  }
}
@media screen and (min-width: 768px) and (max-width:991px) {
  .menuItemSize {
    font-size: 10px;
  }
  .noSidePadding {
    padding-left: 5px;
    padding-right: 5px;
  }
  .elementVAlign {
    height: 28px;
    line-height: 28px !important;
    vertical-align: middle;
  }
  .carousel-control.left {
      width: auto !important;
      padding-left: 30px !important;
      margin-left: -25px !important;
  }
  .carousel-control.right {
    width: auto !important;
    padding-right: 5px !important;
    margin-right: -25px !important;
  }

  .logoHeight {
    height: 35px;
    width: 103px;
  }
}
@media screen and (min-width: 393px) and (max-width:768px) {
  .carousel-control.left {
      width: auto !important;
      padding-left: 18px !important;
      margin-left: -25px !important;
  }
  .carousel-control.right {
    width: auto !important;
    padding-right: 28px !important;
    margin-right: -25px !important;
  }
  .chevronRightCustom {
    font-size: 55px !important;
    color: black !important;
    right: -18px !important;
    top: 58% !important;
    position: relative !important;
    margin-left: -18px !important;
  }
  .chevronLeftCustom {
    font-size: 55px !important;
    color: black !important;
    /*left: -18px !important;*/
    left: 0px !important;
    top: 58% !important;
    position: relative !important;
    margin-left: -18px !important;
  }
  .logoTop {
    margin-top: -3px;
  }
  .logoHeight {
    height: 35px;
    margin-top: -2px;
  }
  header .intro-text {
    padding-top: 165px;
    padding-bottom: 0px;
  }
  .gxVideoIntro {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 393px) and (max-width:991px) {
  .item-list-big {
    margin-top: 0px;
  }
  .previewContainer {
    margin-left: 35px !important;
    margin-right: 35px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .test-2 {
    width: 28px;
	height: 28px;
	margin-top: 0px;
    background-color: #1c75bb;
    border-radius: 50%;
    float: left;
  }
  .featItem {
    font-size: 16px;
    font-weight: bold;
    vertical-align: -webkit-baseline-middle;
  }
  .pad-left-85 {
    padding-left: 17px;
  }
  .pad-right-85 {
    padding-right: 10px;
  }
  .cellPhoneSize {
    height: 425px;
    width: auto;
  }
  .carousel-caption {
    top: 82px !important;
  }
}
div.module.parallax {
  height: 300px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  margin-bottom: 55px;
  padding-top: 76px;
}
div.module.parallax.previewSection {
  height: auto !important
}
div.module.parallax.featuresSection {
  height: auto !important;
}
div.module.parallax-1 {
  background-image: url("../../images/websiteCss/beach.jpeg");
}
@media all and (min-width: 600px) {
  div.module h2 {
    font-size: 30px;
    color: #fff;
  }
  div.module p {
    font-size: 20px;
    color: #fff;
  }
  div.module.parallax h1 {
    font-size: 60px;
    color: #fff;
  }
}
@media all and (min-width: 960px) {
  div.module.parallax h1 {
    font-size: 56px;
    color: #fff;
  }
}
@media screen and (max-width:392px) {
  div.module h2 {
    font-size: 42px !important;
    color: #fff !important;
  }

  .posAbsolute {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  header .intro-text {
    padding-top: 100px;
    padding-bottom: 0px;
  }
  header .intro-text .intro-heading {
    font-size: 43px;
  }
  .gxVideoIntro {
    padding-bottom: 50px;
  }
}

/* BEGIN: Logo Colors */
.groupMinder-color {
	color: #ee4813;
}
.groupXpress-color {
	color: #1c75bc;
}
.groupTravelTech-color {
  color: black;
}
.groupTravelTech-text,
.groupMinder-text,
.groupXpress-text {
  font-weight: bold;
  font-style: italic;
}
.groupTravelTech-text {
  text-decoration: underline;
}
.shadow-border {
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
/* END: Logo Colors */

.gttBtnSmall {
	padding: 4px 8px;
	margin-bottom: 0;
	font-size: 12px;
	color: #777;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 2px solid #777;
	border-radius: 8px;
	-moz-box-shadow: 0px 0px 5px -1px #000000;
	-webkit-box-shadow: 0px 0px 5px -1px #000000;
	box-shadow: 0px 0px 5px -1px #000000;
}
.gttBtnSmall:not(.btn):hover
,.gttPaymentsTermsBtn:not(.btn):hover {
	color: #000 !important;
	border-color: #000 !important;
}
.smallVPadding {
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}

/* BEGIN: currencyHelpModal */
#currencyHelpModal .modal-title {
  font-weight: 500;
  text-transform: inherit;
}

#currencyHelpModal label {
  font-size: 14px;
  font-weight: normal;
}
/* END: currencyHelpModal */



/* success with transparent background */
.error-success {
	color: #3c763d;
	background-color: transparent;
	border-color: #d6e9c6;
}

/* danger with transparent background */
.error-danger {
	color: #a94442;
	background-color: transparent;
	border-color: #ebccd1;
}

.moreRightPadding {
	padding-right: 30px;
}

.lowSidePadding {
	padding-left: 2px;
	padding-right: 2px;
}

.rowColorOdd:nth-of-type(odd) {
	background: #CBD9F4;
}
.rowColorEven:nth-of-type(even) {
	background: #CBD9F4;
}

.colorBlack {
	color: #000000;
}
.backColorWhite {
	background-color: #FFFFFF;
}

.noWrapWhiteSpace {
	white-space: nowrap;
}
.wrapWhiteSpace {
	white-space: normal !important;
}

#curId.colorRed, #curId .colorRed {
  color: #D80808;
}

.requestCountry {
  color: #f44336;
}
