body {
  overflow-x: hidden;
  font-family: "adobe-garamond-pro", "Times New Roman", Times, serif;
  color: #0f0f0f; }

/* --------------- TYPOGRAPHY --------------- */
.text-muted {
  color: #999999; }

.text-primary {
  color: #00aeef; }

.text-white {
  color: #FFFFFF; }

.caption {
  font-size: 16px; }

p, ul {
  font-size: 17px;
  line-height: 1.50;
  margin: 0 0 20px;
  font-weight: 400; }

.text-center-and-left h1,
.text-center-and-left h2,
.text-center-and-left p {
  text-align: left; }

a, a:hover, a:focus, a:active, a.active {
  outline: 0; }

a {
  color: #00aeef; }

a:hover, a:focus, a:active, a.active {
  color: #00aeef;
  text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #0f0f0f; }

h1.page-title {
  margin-bottom: 40px;
  margin-top: 35px;
  font-size: 30px;
  letter-spacing: 1px; }

@media (min-width: 768px) {
  p, ul {
    font-size: 20px; }

  .text-center-and-left h1,
  .text-center-and-left h2,
  .text-center-and-left p {
    text-align: center; } }
hr {
border-top: 2px solid #eaf3f8 !important;}				
/* --------------- FONT AWESOME ICONS --------------- */
a i.darker-blue {
  color: #005aab; }

a:hover i.darker-blue {
  color: #00aeef; }

/* --------------- ARROW UP --------------- */
p.arrow-up {
  text-align: center;
  margin-bottom: 0px; }

p.arrow-up a {
  color: #0f0f0f; }

p.arrow-up a:hover {
  color: #00aeef; }

@media (min-width: 768px) {
  p.arrow-up {
    text-align: left; } }
/* --------------- LISTS --------------- */
ul {
  list-style: square;
  padding-left: 25px; }

.list-inline {
  padding-left: 0;
  margin-left: -10px;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px; }

@media (max-width: 600px) {
  .list-inline.ctis-services > li {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px; } }
/* --------------- TABLE - PRICES --------------- */
.table p {
  margin-bottom: 0px; }

.table > tbody > tr > td, .table > tbody > tr > th,
.table > tfoot > tr > td, .table > tfoot > tr > th,
.table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 2px solid #eaf3f8; }

@media (min-width: 768px) {
  .table > tbody > tr > td, .table > tbody > tr > th,
  .table > tfoot > tr > td, .table > tfoot > tr > th,
  .table > thead > tr > td, .table > thead > tr > th {
    padding-left: 0px;
    padding-right: 0px; } }
@media (max-width: 767px) {
  .table-responsive {
    border: 2px solid #eaf3f8;
    border-top: 0px; } }
/* --------------- IMAGES --------------- */
.three-images {
  margin-top: 30px; }

/* --------------- BACKGROUNDS --------------- */
.bg-gray {
  background-color: #eaf3f8; }

.bg-primary {
  background-color: #00aeef; }

.bg-blue {
  background-color: #005aab; }

.world-map {
  background-image: url(../images/world-map.png);
  background-repeat: none;
  background-attachment: scroll;
  background-position: bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }

/* --------------- BUTTONS --------------- */
.btn-primary {
  color: #fff;
  background-color: transparent;
  border-color: #00aeef;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #999999;
  border-color: #999999; }

.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: #eaf3f8;
  border-color: #eaf3f8; }

.btn-primary .badge {
  color: #00aeef;
  background-color: #fff; }

/* --------------- BTN XL --------------- */
.btn-xl {
  color: #0f0f0f;
  background-color: transparent;
  border-color: #0f0f0f;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0px;
  font-size: 18px;
  padding: 20px 40px;
  letter-spacing: 1px; }

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
  color: #fff;
  background-color: #00aeef;
  border-color: #00aeef; }

.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: #eaf3f8;
  border-color: #eaf3f8; }

.btn-xl .badge {
  color: #00aeef;
  background-color: #fff; }

/* --------------- BTN XL REVERSE --------------- */
.btn-xl-reverse {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0px;
  font-size: 18px;
  padding: 20px 40px;
  letter-spacing: 1px; }

.btn-xl-reverse:hover, .btn-xl-reverse:focus, .btn-xl-reverse:active, .btn-xl-reverse.active, .open .dropdown-toggle.btn-xl-reverse {
  color: #FFFFFF;
  background-color: #00aeef;
  border-color: #00aeef; }

.btn-xl-reverse:active, .btn-xl-reverse.active, .open .dropdown-toggle.btn-xl-reverse {
  background-image: none; }

.btn-xl-reverse.disabled,
.btn-xl-reverse[disabled],
fieldset[disabled] .btn-xl-reverse,
.btn-xl-reverse.disabled:hover,
.btn-xl-reverse[disabled]:hover,
fieldset[disabled] .btn-xl-reverse:hover,
.btn-xl-reverse.disabled:focus,
.btn-xl-reverse[disabled]:focus,
fieldset[disabled] .btn-xl-reverse:focus,
.btn-xl-reverse.disabled:active,
.btn-xl-reverse[disabled]:active,
fieldset[disabled] .btn-xl-reverse:active,
.btn-xl-reverse.disabled.active,
.btn-xl-reverse[disabled].active,
fieldset[disabled] .btn-xl-reverse.active {
  background-color: #eaf3f8;
  border-color: #eaf3f8; }

.btn-xl-reverse .badge {
  color: #00aeef;
  background-color: #fff; }

/* --------------- NAVBAR --------------- */
.navbar {
  border: 0;
  min-height: 0px;
  border-radius: 0px; }

.navbar-nav {
  margin: 0px -15px; }

.navbar-default {
  background-color: #005aab;
  margin: 0px 0;
  border: 0; }

.navbar-default .navbar-collapse {
  border-color: transparent; }

.navbar-default .navbar-toggle {
  background-color: #005aab;
  border: 0px solid transparent;
  border-color: transparent;
  border-radius: 0px;
  padding: 10px 10px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
  float: none;
  width: 100%; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #00aeef; }

.navbar-default button {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: #fff; }

.navbar-default .nav li a {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  background-color: #005aab;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25); }

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  color: #fff;
  background-color: #00aeef;
  outline: 0; }

.navbar-default .navbar-nav > .active > a {
  border-radius: 0;
  color: #fff;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #00aeef;
  background-color: #222222; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: transparent; }

.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #00aeef;
  border-bottom: 0px solid #fff; }

ul.nav.navbar-nav {
  font-size: 18px; }

@media (min-width: 768px) {
  .navbar {
    min-height: 50px; }

  .navbar-default .nav li a {
    color: #fff;
    background-color: transparent;
    text-align: left;
    border-bottom: 0px; }

  .navbar-default .nav li a:hover,
  .navbar-default .nav li a:focus {
    color: #fff;
    background-color: #00aeef; }

  .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0px;
    margin-right: 0px; }

  .navbar-default .navbar-nav > .active > a {
    border-radius: 0px; } }
/* DROPDOWN NAV FOR MOBILE */
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 7px 15px 7px 15px; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #00aeef; }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #00aeef; }

  .navbar-default .dropdown-menu {
    padding: 0px 0; } }
/* DROPDOWN NAV */
.navbar-default .dropdown-menu {
  min-width: 300px;
  padding: 0px 0;
  margin: 0px 0 0;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #00aeef;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px transparent;
  box-shadow: 0 0px 0px transparent; }

.navbar-default .dropdown-menu > li > a {
  padding: 7px 20px;
  font-weight: 400;
  line-height: 1.42857143;
  color: #0f0f0f;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.navbar-default .dropdown-menu > li > a:focus,
.navbar-default .dropdown-menu > li > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #00aeef; }

.navbar-default .dropdown-menu > .active > a,
.navbar-default .dropdown-menu > .active > a:focus,
.navbar-default .dropdown-menu > .active > a:hover {
  color: #0f0f0f;
  text-decoration: none;
  background-color: #fff;
  outline: 0; }

/* --------------- HEADER --------------- */
#site-header {
  padding-top: 30px;
  padding-bottom: 30px; }

#header-logo img {
  margin-right: auto;
  margin-left: auto; }

#header-cta {
  text-align: center; }

#header-cta h2 {
  font-size: 26px;
  line-height: 28px;
  letter-spacing: 1px;
  margin-top: 30px; }

#header-cta h4 {
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 0px; }

@media (min-width: 992px) {
  #site-header {
    padding-top: 40px;
    padding-bottom: 40px; }

  #header-logo img {
    margin-right: 0px;
    margin-left: 0px;
    min-width: 353px; }

  #header-cta {
    text-align: right; }

  #header-cta h2 {
    margin-top: 0px; } }
/* --------------- SECTIONS --------------- */
section {
  padding: 50px 0; }

section h1.section-heading,
section h2.section-heading {
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 25px;
  letter-spacing: 1px; }

section h2.section-heading.fa-icon {
  margin-bottom: 15px; }

@media (min-width: 768px) {
  section {
    padding: 100px 0; }

  section h1.section-heading,
  section h2.section-heading {
    font-size: 30px; } }
/* --------------- CONTACT SECTION --------------- */
section#contact {
  background-color: #005aab; }

section#contact p,
section#contact a {
  color: #FFFFFF; }

section#contact a:hover {
  color: #00aeef;
  text-decoration: underline; }

section#contact .form-control {
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px transparent;
  box-shadow: inset 0 0px 0px transparent;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px; }

section#contact .form-group {
  margin-bottom: 25px; }

section#contact .form-group input, section#contact .form-group textarea {
  padding: 20px; }

section#contact .form-group input.form-control {
  height: auto; }

section#contact .form-group textarea.form-control {
  height: 236px; }

section#contact .form-control:focus {
  border-color: #00aeef;
  box-shadow: none; }

section#contact ::-webkit-input-placeholder {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #bbb; }

section#contact :-moz-placeholder {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #bbb; }

section#contact ::-moz-placeholder {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #bbb; }

section#contact :-ms-input-placeholder {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #bbb; }

section#contact p.help-block.text-danger {
  color: #fff;
  letter-spacing: 1px; }

section#contact #contactForm ul {
  list-style-type: none;
  padding-left: 20px;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px; }

@media (max-width: 600px) {
  section#contact button.btn.btn-xl {
    width: 100%; } }
/* --------------- PRODUCT CATALOGUE SECTION --------------- */
section#product-catalogue h2 {
  margin-bottom: 0px; }

section#product-catalogue h2.section-heading a {
  color: #333333; }

section#product-catalogue h2.section-heading a:hover {
  color: #000000;
  text-decoration: none;
  border-bottom: 2px solid #000000;
  padding-bottom: 2px; }

@media (max-width: 768px) {
  section#product-catalogue h2.section-heading a:hover {
    border-bottom: 0px;
    padding-bottom: 5px; } }
/* --------------- ACCREDITATION LOGOS --------------- */
img.accreditation-logo {
  margin-bottom: 40px; }

a:hover img.accreditation-logo {
  filter: alpha(opacity=80);
  opacity: 0.8; }

@media (min-width: 768px) {
  img.accreditation-logo {
    margin-bottom: 0px; } }
/* --------------- PHOTOS --------------- */
img.main-photo {
  margin-top: 25px; }

.main-photo-bottom {
  margin-bottom: 47px; }

img.team-photo {
  margin-top: 0px; }

@media (min-width: 992px) {
  img.main-photo {
    margin-top: 5px; }

  img.team-photo {
    margin-top: 23px; } }
/* --------------- FOOTER --------------- */
footer {
  padding: 30px 0;
  text-align: center; }

footer ul {
  font-size: 14px;
  margin: 0 0 0px; }

footer a {
  color: #0f0f0f; }

footer a:hover {
  text-decoration: underline; }

@media (min-width: 600px) {
  footer ul {
    font-size: 16px; } }
/* --------------- SELECTION --------------- */
::-moz-selection {
  text-shadow: none;
  background: #e9e9e9; }

::selection {
  text-shadow: none;
  background: #e9e9e9; }

img::selection {
  background: 0 0; }

img::-moz-selection {
  background: 0 0; }

body {
  webkit-tap-highlight-color: #e9e9e9; }

/* --------------- SERVICES --------------- */
#services .services-item {
  margin: 0 0 40px; }

#services h4 {
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.25; }

#services a {
  color: #005aab; }

#services a:hover {
  color: #00aeef;
  text-decoration: none; }

#services .fa-3x {
  margin-bottom: 15px; }

/* --------------- SERVICES 2 --------------- */
#services2 p {
  margin-bottom: 40px; }

#services2 h2 {
  margin-top: 0px;
  margin-bottom: 50px;
  color: #fff; }

#services2 a {
  color: #fff; }

#services2 a:hover {
  color: #00aeef;
  text-decoration: none; }

@media (min-width: 992px) {
  #services2 h2 {
    margin-top: 5px;
    margin-bottom: 5px; }

  #services2 p {
    margin-bottom: 0px; } }
/* --------------- STATISTICS --------------- */
#statistics h4 {
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.25;
  margin-bottom: 40px; }

#statistics .fa-3x {
  margin-bottom: 15px; }

@media (min-width: 992px) {
  #statistics h4 {
    margin-bottom: 0px; } }
/* --------------- TOOL TIPS --------------- */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 1px;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
  text-transform: uppercase; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -20px;
  /* -3px */ }

/* --------------- PORTFOLIO --------------- */
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0; }

#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  border-bottom: 0px;
  padding-bottom: 0px; }

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(0, 174, 239, 0.9);
  /* #ffcc00 */
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s; }

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1; }

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white; }

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px; }

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0; }

#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: transparent;
  text-align: center;
  padding: 25px;
  padding-left: 0px;
  padding-right: 0px; }

#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: uppercase;
  margin: 0;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 24px; }

#portfolio * {
  z-index: 2; }

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px; } }
/* --------------- GOOGLE MAP --------------- */
#map {
  width: 100%;
  height: 300px; }

@media (min-width: 767px) {
  #map {
    height: 500px; } }
