@import url("font.css");

body {
  padding-bottom: 40px;
  font-family: 'poppinsregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  color: #33a9df;
  background: #e9e9e9;
  font-size: 16px;
  line-height: 22px;
}
h1 {
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
h2 {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 20px;
  color: #111;
  text-transform: uppercase;
  font-family: 'poppins_semiboldregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
h2 span {
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #111;
  text-transform: uppercase;
  font-family: 'poppins_lightregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  color: #111;
  font-family: 'poppins_semiboldregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
p {
  margin: 0;
  padding-bottom: 12px;
}
p.lead {
  color: #686868;
  font-family: 'poppins_lightregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
strong {
  font-weight: normal;
  font-family: 'poppins_semiboldregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
a, a:active:focus:link:visited {
  color: #33a9df;
  text-decoration: none;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
a strong {
  color: #33a9df;
}
a:hover {
  color: #111;
  text-decoration: none;
}
ul, ol {
  margin-left: -20px;
}
li {
  margin-bottom: 6px;
}
ul.glypList, ol.glypList {
  list-style-type: none;
}
.table td {
  vertical-align: middle !important;
}
ul.glypList li:before {
  content: "\e092";
  font-family: 'Glyphicons Halflings';
  font-size: 14px;
  color: #33a9df;
  float: left;
  margin-top: -1px;
  margin-left: -22px;
}
input[type="button"], input[type="submit"], button, a.button {
  display: inline-block;
  background: #33a9df;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  font-family: 'poppins_semiboldregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
input[type="button"]:hover, input[type="submit"]:hover, button:hover, a.button:hover {
  background: #111;
}
input[type="text"], textarea.form-control {
  border-radius: 0;
  padding: 10px 12px;
}
.form-control:focus {   
  border-color: rgba(204, 204, 204, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(204, 204, 204, 0.6);
  outline: 0 none;
}
.form-group.required label:after {
  content: " *";
  color: #d44950;
}
.item-image {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 50%;
}
.item-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}
.tooltip {
  font-family: 'poppinsregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
.popover {
  font-family: 'poppinsregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
.none {
  display: none;
}
.eu-cookies {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
  background: rgba(0,0,0,0.80);
  border-top: 2px solid #33a9df;
  font-size: 14px;
  line-height: 22px;
  z-index: 999;
}
.eu-cookies a {
  color: #fff;
  text-decoration: underline;
}
.eu-cookies a:hover {
  color: #33a9df;
}
.eu-cookies button {
  margin-left: 12px;
}
#header {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.65);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.65);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.65);
  z-index: 10;
  overflow: hidden;
}
#top-line:before {
  content: "";
  position: absolute;
  right: 31px;
  top: 0px;
  width: 40%;
  height: 100%;
  transform: skewX(25deg);
  background: #33a9df;
  transition: all 0.3s ease;
}
#top-line:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30%;
  height: 100%;
  background: #33a9df;
}
#top-line div.text-right {
  z-index: 1;
}
#top-line a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  margin: 8px 0 8px 20px;
  text-decoration: none;
}
#top-line i.fa {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  padding-right: 8px;
  vertical-align: -2px;
}
#top-line a:hover i.fa {
  color: #111;
  text-decoration: none;
}
#navigation {
  position: relative;
  background: #fff;
}
.navbar {
  padding: 0px;
  margin-bottom: 0;
  border-radius: 0 !important;
  border: none !important;
  min-height: 1px;
}
.navbar-collapse {
  padding: 0;
  overflow: initial !important;
}
.navbar-toggle {
  width: auto !important;
  min-width: auto !important;
  background: #fff;
  border: 1px solid #fff;
  margin: 8px 0 0 0;
}
.navbar-toggle:hover {
  background: #111 !important;
}
.navbar-toggle .icon-bar {
  background: #000;
}
.navbar-toggle:hover .icon-bar {
  background: #fff;
}
.navbar-right {
  margin-right: 0px;
  margin-top: 8px;
}
.navbar-brand {
  padding: 0px;
  margin: 0px;
  height: auto;
  margin-top: -20px;
  margin-bottom: 15px;
}
.navbar-brand img {
  max-height: 80px;
  cursor: pointer;
}
.nav > li {
  background: transparent;
  margin: 0;
  padding: 0;
}
.nav > li > a {
  display: inline-block;
  padding: 0px;
  margin: 0 0 0 30px;
  line-height: 60px;
  height: 50px;
  color: #13314c;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  font-family: 'poppins_semiboldregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
.nav > li > a:hover, .nav > li.active > a {
  background: transparent !important;
  color: #33a9df;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav > a:focus, .nav > li.dropdown a.dropdown-toggle {
  background: transparent !important;
}
#slider-holder {
  position: relative;
  background: #fff;
}
#slider-holder img {
  position: relative;
  display: block;
  width: 100%;
  z-index: 0;
}
#slider-holder #slide-text {
  position: absolute;
  top: 30%;
  left: 10%;
  padding: 30px;
  margin-top: -70px;
  background: rgba(12,66,82,0.40);
}
#slider-holder #slide-text h2 {
  margin: 0;
}
#slider-holder #slide-text h2 small {
  display: block;
  color: #111;
  font-family: 'poppins_lightregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
#content-holder {
  position: relative;
  background: #fff;
  padding: 60px 0;
  color: #111;
}
#benefits-holder {
  position: relative;
  background: #f7f7f7;
  padding: 40px 0;
  color: #111;
}
#benefits-holder i.fa {
  color: #33a9df;
  font-size: 60px;
}
#benefits-holder h3 {
  margin-top: 0;
}
#references-holder {
  position: relative;
  padding: 60px;
  background: #fff;
  color: #111;
  text-align: center;
}
#references-holder img {
  display: inline-block;
  max-width: 120px;
  margin: 8px 10px;
}
.ref-image {
  display: inline-block;
  max-width: 208px;
  margin: 8px 10px;
}
#footer-holder {
  font-size: 12px;
  line-height: 20px;
  padding-top: 40px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
  #top-line:before {
    width: 44%;
  }
  .navbar-brand img {
    max-height: 60px;
    cursor: pointer;
  }
  .navbar-right {
    margin: 0px;
  }
  .nav > li > a {
    margin: 0 0 0 15px;
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .xs-center {
    text-align: center;
  }
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
  h2 span {
    font-size: 18px;
    line-height: 26px;
  }
  h3 {
    font-size: 20px;
    line-height: 28px;
  }
  #top-line {
    background: #33a9df;
    padding-bottom: 10px;
  }
  #top-line a {
    margin: 10px 4px 0 4px;
  }
  .navbar-brand {
    margin-top: 0px;
  }
  .navbar-brand img {
    max-height: 50px;
    margin-top: 12px;
  }
  .navbar-right {
    margin-top: 0 !important;
  }
  #content-holder, #references-holder {
    padding: 30px 0;
  }
  .ref-image {
    max-width: 120px;
  }
}