body {
  overflow-x: hidden;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #003e78;
}
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: #003e78;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #002445;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #eeeeee;
}
.bg-darkest-gray {
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #003e78;
  border-color: #003e78;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #002445;
  border-color: #001e3b;
}
.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: #003e78;
  border-color: #003e78;
}
.btn-primary .badge {
  color: #003e78;
  background-color: white;
}
.btn-secondary {
  color: white;
  background-color: #707070;
  border-color: #707070;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  color: white;
  background-color: #575757;
  border-color: #515151;
}
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #707070;
  border-color: #707070;
}
.btn-secondary .badge {
  color: #707070;
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: #707070;
  border-color: #707070;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 15px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #575757;
  border-color: #515151;
}
.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: #707070;
  border-color: #707070;
}
.btn-xl .badge {
  color: #707070;
  background-color: white;
}
header {
  padding: 30px 0 60px;
  border-bottom: 6px solid #a8b2be;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background: white;
}
header.affix {
  width: 100%;
  z-index:99999;
  top:0;
}
header .logo {
  position: absolute;
  top: 35px;
}
header h2 {
  color: #a8b2be;
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 15px;
}
header .email {
  padding-top: 8px !important;
}
header .email span,
header .email p,
header .email a {
  color: #003e78;
}
header .email span {
  font-size: 30px;
  border: 1px solid #555555;
  padding: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
header .email p {
  font-weight: 700;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  header {
    padding: 20px 0;
  }
  header .logo {
    left: 35px;
    top: 5px;
  }
}
.navbar-custom {
  background-color: #003e78;
  border-color: transparent;
  z-index: 99;
}
@media (min-width: 1024px) {
  .navbar-custom {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 1500px) {
  .navbar-custom {
    padding-right: 13%;
  }
}
@media (min-width: 1350px) and (max-width: 1500px) {
  .navbar-custom {
    padding-right: 9%;
  }
}
@media (min-width: 1350px) and (max-width: 1500px) {
  .navbar-custom {
    padding-right: 9%;
  }
}
@media (min-width: 991px) and (max-width: 1350px) {
  .navbar-custom {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .navbar-custom {
    position: absolute;
    bottom: 0;
  }
}
.navbar-custom.affix {
  top: 0;
  position: fixed !important;
}
.navbar-custom .navbar-brand {
  color: #003e78;
  display: none;
  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: #002445;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
  background-color: #003e78;
  border-color: #003e78;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #003e78;
}
.navbar-custom .nav li a {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: white;
  font-size: 13px;
  padding: 13px 8.2px 10px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: white;
}
.navbar-custom .nav li a:hover:after {
  content: "";
  background: white;
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: -6px;
  left: 0;
}
.navbar-custom .nav a.active {
  color: white;
}
.navbar-custom .nav a.active:after {
  content: "";
  background: white;
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: -6px;
  left: 0;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #003e78;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: white;
  background-color: #002445;
}
@media (min-width: 768px) {
  .navbar-custom {
    -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;
  }
  .navbar-collapse {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .navbar-custom.affix {
    background-color: #222222;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding: 0;
  }
  .navbar-custom {
    width: 100%;
    left: 0;
    top: 0;
    background: white;
  }
  .nav li a {
    padding: 10px 20px !important;
    color: #003e78 !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .nav li a {
    padding: 10px 18px !important;
  }
}
@media (min-width: 991px) and (max-width: 1025px) {
  .nav li a {
    padding: 10px 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav li a {
    padding: 10px 13px !important;
  }
}
.home-banner {
  background-image: url('/assets/img/home/header-bg.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;
  position: relative;
  /*&:before {
        content: "";
        background: rgba(0,0,0,0);
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }*/
}
.home-banner .intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
}
.home-banner .intro-text .intro-lead-in {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 25px;
}
.home-banner .intro-text .intro-heading {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 40px;
  position: relative;
}
.home-banner .intro-text .intro-heading:after {
  content: "";
  background: #0dacca;
  position: absolute;
  margin: 0 auto;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 80px;
  height: 4px;
}
.home-banner .btn {
  padding: 10px 45px;
  background: #0dacca;
  border: 1px solid #0dacca;
}
@media (min-width: 768px) {
  .home-banner .intro-text {
    padding-top: 180px;
    padding-bottom: 300px;
  }
  .home-banner .intro-text .intro-lead-in {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .home-banner .intro-text .intro-heading {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 75px;
    margin-bottom: 40px;
  }
}
section {
  padding: 40px 0;
}
section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 75px;
  position: relative;
}
section h2.section-heading:after {
  content: "";
  background: #bb0818;
  position: absolute;
  margin: 0 auto;
  bottom: -25px;
  left: 0;
  right: 0;
  width: 80px;
  height: 3px;
}
section h3.section-subheading {
  font-size: 16px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  section {
    padding: 60px 0;
  }
}
#services {
  padding: 0;
  position: relative;
}
#services .bannerContainer {
  background: white;
  padding: 60px 0;
}
#services .bannerContainer h2 {
  padding: 15px 30px;
  background: #003e78;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #services {
    background: #000;
  }
  #services h4 {
    color: white;
  }
  #services .bannerContainer {
    padding: 0 0 60px;
    background: white;
    position: relative;
    top: -300px;
    margin-bottom: -420px;
    /*position: absolute;
            top: -310px;*/
  }
}
@media (min-width: 768px) {
  #services {
    position: relative;
  }
  #services .bannerContainer {
    background: white;
    position: relative;
    top: -300px;
    margin-bottom: -420px;
  }
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}
#portfolio {
  padding: 60px 0 0;
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(0, 0, 0, 0.6);
  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: auto;
  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;
  font-size: 30px;
  font-weight: 300;
}
#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
section#footer {
  background-color: #000;
  background-image: url('/assets/img/map-image.png');
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0 40px;
}
section#footer p,
section#footer a,
section#footer strong {
  color: white;
  font-size: 14px;
  margin: 0;
}
section#footer span.fa {
  font-size: 25px;
  color: #0dacca;
}
section#footer .email {
  margin-top: 7px;
  display: block;
}
section#footer h3 {
  margin-bottom: 50px;
  position: relative;
  color: #0dacca;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0 0 20px;
}
section#footer ul {
  padding-left: 20px;
  list-style-type: none;
}
section#footer ul li {
  padding: 8px 0;
}
section#footer ul li:before {
  font-family: 'FontAwesome';
  content: '\f054';
  margin: 0 5px 0 -15px;
  color: #0dacca;
}
section#footer .social > a > div {
  text-align: center;
  color: #fff;
  font-size: 24px;
  padding: 10px 0;
  margin: 30px 0;
}
section#footer .social .facebook {
  background: #3b5998;
}
section#footer .social .twitter {
  background: #55acee;
}
section#footer .social .linkedin {
  background: #007bb5;
}
section#footer .social .googleplus {
  background: #dd4b39;
}
section#footer .social .facebook {
  background: #3b5998;
}
section#footer .section-heading {
  color: white;
}
section#footer .form-group {
  margin-bottom: 25px;
}
section#footer .form-group input,
section#footer .form-group textarea {
  padding: 14px;
}
section#footer .form-group input.form-control {
  height: auto;
}
section#footer .form-group textarea.form-control {
  height: 236px;
}
section#footer .form-control:focus {
  border-color: #003e78;
  box-shadow: none;
}
section#footer ::-webkit-input-placeholder {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #555555;
}
section#footer :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #555555;
}
section#footer ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #555555;
}
section#footer :-ms-input-placeholder {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #555555;
}
section#footer .text-danger {
  color: #bb0818;
}
section#footer .footer-info {
  padding: 40px;
  position: absolute;
  top: -165px;
  background: #333333;
  border: 1px solid white;
}
@media (min-width: 767px) and (max-width: 1024px) {
  section#footer .footer-info {
    top: -140px;
  }
}
@media screen and (max-width: 767px) {
  section#footer .footer-info {
    position: relative;
    top: 0;
    margin-bottom: 40px;
  }
}
footer {
  padding: 25px 0;
  background-color: #333333;
}
footer p,
footer a,
footer span {
  color: white;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  margin: 0;
}
footer a:hover {
  color: #0dacca;
  text-decoration: none;
}
footer img {
  max-width: 250px;
}
footer span.copyright {
  line-height: 40px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
}
footer .social {
  margin-top: 40px;
}
footer .social a {
  background: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 5px 0;
  margin: 0 2px;
  text-align: center;
  color: #333333;
}
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: #003e78;
}
.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: "Open Sans", "Helvetica Neue", Helvetica, Arial, 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;
}
::-moz-selection {
  text-shadow: none;
  background: #003e78;
}
::selection {
  text-shadow: none;
  background: #003e78;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #003e78;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
.spacer-half {
  clear: both;
  width: 100%;
  height: 5px;
}
.spacer-single {
  clear: both;
  width: 100%;
  height: 10px;
}
.spacer-double {
  clear: both;
  width: 100%;
  height: 20px;
}
.spacer-triple {
  clear: both;
  width: 100%;
  height: 30px;
}
.spacer-quad {
  clear: both;
  width: 100%;
  height: 40px;
}
.padclear {
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
	.padsmclear {
  		padding: 0 !important;
	}
}
.margclear {
  margin: 0 !important;
}
.w100 {
  width: 100%;
}
@media (min-width: 767px) {
  .desktopCenter {
    text-align: center;
  }
}
.sideBar {
  background: #bb0818;
  position: fixed;
  top: 173px;
  z-index: 998;
  right: 0;
}
.sideBar a {
  display: block;
  padding: 10px 17px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.sideBar a:hover {
  padding: 10px 25px;
}
.fixedcontact {
  position: fixed;
  right: 0;
  top: 173px;
  margin-right: -332px;
  z-index: 999;
}
.fixedcontact textarea {
  max-width: 100%;
  min-width: 100%;
}
.quckcontactside {
  float: left;
  width: 332px;
  background: #003e78;
  padding: 10px 15px 20px 15px;
}
.quckcontactside p,
.quckcontactside h3,
.quckcontactside .closetoggle {
  color: #eee;
  opacity: 1;
}
.quckcontactside .inner-addon {
  position: relative;
}
.quckcontactside .inner-addon span {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #999;
}
.quckcontactside .btn {
  background: #707070;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.divider {
  background: #003e78;
  padding: 40px 0;
  text-align: center;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .divider.prefoot p {
    font-size: 16px;
  }
}
.divider p {
  font-size: 29px;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
.divider p.btn-divider {
  margin-top: 10px;
}
.divider .btn-xl {
  background: #333;
  border: 3px solid transparent;
  border-radius: 3px;
  display: block;
  font-size: 17px;
  -webkit-border-radius: 3px;
  text-transform: uppercase;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.divider .btn-xl:hover {
  text-decoration: none;
  background: transparent;
  border: 3px solid white;
}
#home-welcome {
  padding: 120px 0 80px;
  background: #f5f5f5;
}
#home-welcome h1 {
  color: #003e78;
  font-weight: 700;
  line-height: 1.4;
  font-size: 38px;
  margin: 80px 0 40px 0;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #home-welcome h1 {
    margin: 00px 0 20px 0;
  }
}
.home-products h2 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 45px;
  position: relative;
  font-size: 36px;
}
.home-products h2:after {
  content: "";
  background: #003e78;
  position: absolute;
  margin: 0 auto;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 80px;
  height: 4px;
}
.home-products .product {
  border: 1px solid #a8b2be;
  text-align: center;
  margin-top: 30px;
  min-height: 268px;
}
.home-products .product img {
  width: 90%;
  margin: 20px auto;
}
.home-products .product .txt-content {
  padding: 10px;
  margin: 0 10px;
  border-top: 1px solid #a8b2be;
}
.home-products .product .txt-content p {
  color: #707070;
  font-size: 18px;
  margin: 0 auto;
	width: 90%;
}
.home-products .btn {
  margin: 0 auto;
  border: none;
  background: #003e78;
}
.home-divider {
  padding: 120px 0;
  text-align: center;
  position:relative;
}
.home-divider::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,62,120,0.6);
}
.home-divider img {
  margin: 0 auto;
}
.home-divider p {
  color: white;
  font-size: 40px;
  margin: 0;
}
.home-more h2 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 45px;
  position: relative;
}
.home-more h2:after {
  content: "";
  background: #003e78;
  position: absolute;
  margin: 0 auto;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 80px;
  height: 4px;
}
.home-more .txt-content {
  padding: 20px;
  min-height: 260px;
  position:relative;
}
.home-more .txt-content a {
  position: absolute;
  bottom: 0;
}
.home-more .txt-content strong {
  display: block;
  font-size: 16px;
  margin: 5px 0 20px;
}
.home-news {
  background: url(/assets/img/home/home-newsbg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.home-news h2 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 45px;
  position: relative;
  text-align: center;
  color: white;
}
.home-news h2:after {
  content: "";
  background: #003e78;
  position: absolute;
  margin: 0 auto;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 80px;
  height: 4px;
}
.home-news .news-item {
  border: 1px solid white;
  background: white;
  margin: 20px 0;
}
.home-news .title {
  display: block;
  font-weight: 700;
  padding: 15px 20px;
  font-size: 16px;
}
.home-news strong {
  display: block;
  font-size: 15px;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  padding: 10px 20px;
}
.home-news .txt-content {
  padding: 20px;
  position:relative;
  padding-bottom: 40px;
  min-height: 200px;
}
.home-news .txt-content .btn {
  position: absolute;
  bottom: 20px;
}
.home-map {
  padding: 60px 0 0;
}
.home-map h2 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 45px;
  position: relative;
  text-align: center;
}
.home-map h2:after {
  content: "";
  background: #003e78;
  position: absolute;
  margin: 0 auto;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 80px;
  height: 4px;
}
.home-prod-banner .slick-next {
  color: white;
}
.home-prod-banner .slick-next:hover {
  color: white;
}
.home-prod-banner .slick-prev {
  color: white;
}
.home-prod-banner .slick-prev:hover {
  color: white;
}
@media only screen and (max-device-width: 768px) {
  .home-prod-banner .slick-next {
    right: 35px;
    color: black;
  }
  .home-prod-banner .slick-prev {
    left: 35px;
    color: black;
  }
}
@media (max-width: 770px) {
  .navbar-header {
    float: none;
  }
  .navbar-brand {
    display: block !important;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    background: white;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
.prehead {
  border-bottom: 1px solid #eeeeee;
}
.prehead .fa {
  display: inline-block;
  color: #003e78;
  font-size: 18px;
  margin-right: 10px;
}
.prehead p {
  display: inline-block;
  color: #707070;
  font-size: 14px;
  margin-top: 5px;
}
.prehead > div {
  margin-top: 20px;
  margin-bottom: 13px;
}
.languagepicker {
  background-color: #FFF;
  display: inline-block;
  padding: 0;
  height: 30px;
  overflow: hidden;
  transition: all .3s ease;  
  vertical-align: top;
  float: right;
  margin-top: -3px;
}
.languagepicker:hover {
  height: 81px;
}
.languagepicker span {
  margin-right: 7px;
}
.languagepicker a {
  color: #000;
  text-decoration: none;
}
.languagepicker li {
  display: block;
  padding: 0px 20px;
  line-height: 40px;
}
.languagepicker li:hover {
  background-color: #EEE;
}
.languagepicker li img {
  margin-right: 5px;
}
.languagepicker a:first-child li {
  border: none;
  background: #FFF !important;
}
.large:hover {
  /* 
    don't forget the 1px border!
    The first language is 40px heigh, 
    the others are 41px
    */
  height: 160px;
}
.flag {
  display: inline-block;
  width: 16px;
  height: 11px;
  background: url('/assets/img/logos/flags.png') no-repeat;
}
.flag.flag-gb {
  background-position: -16px -11px;
}
.flag.flag-de {
  background-position: 0 0;
}
.flag.flag-fr {
  background-position: 0 -11px;
}
.flag.flag-es {
  background-position: -16px 0;
}
.generic-banner {
  text-align: center;
  padding: 60px 0 80px;
  position: relative;
}
.generic-banner h1 {
  color: #fff;
  font-size:45px;
  font-weight:300;
  position: relative;
}
.generic-banner p {
  font-style: italic;
  color: white;
  font-size:18px;
  position: relative;
}
.generic-banner p:after {
  content: "";
  background: #0dacca;
  position: absolute;
  margin: 0 auto;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 80px;
  height: 4px;
}
.generic-section h2 {
	margin: 5px 0 10px;
}
.generic-content {
	padding: 40px 0;
}
.generic-content.bg1 {
	background:#f7f7f7;
}
.news-block {
	margin-bottom: 20px;
}
.news-cat {
	display: block;
	margin: 5px 0;
}
#googlemap {
	width: 100%;
    height: 750px;
}
.intro h1 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 45px;
  position: relative;
  text-align: center;
}
.intro h1:after {
  content: "";
  background: #003e78;
  position: absolute;
  margin: 0 auto;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 80px;
  height: 4px;
}
.location_info {
	background: #f7f7f7;
}
.location_info h4 {
	margin-top: 30px;
    color: #003e78;
}
.brochure-block {
	position: relative;
    min-height: 675px;
    margin: 10px 0;
}
.brochure-block h4 {
	margin-top: 30px;
}
.brochure-block a {
	position: absolute;
    bottom: 5px;
    font-weight: bold;
}
@media only screen and (min-width : 768px) and (max-width : 992px) {
	.brochure-block {
    	min-height: 550px !important;
    }
}
@media only screen and (max-width : 768px) {
	.brochure-block {
    	min-height: auto !important;
    }
    .brochure-block a {
    	position: relative;
    }
}
.secondaryNav {
	padding: 30px 0;
}
.secondaryNav .list-inline {
	margin: 0;
}
.secondaryNav a {
	background: white;
    color: #003e78;
    padding: 20px 40px;
    width: 200px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.secondaryNav.products a {
	padding: 20px 5px;
    height: 80px;
    width: 120px;
    font-size:12px;
    display: table-cell;
    vertical-align: middle;
}
.secondaryNav a:hover {
	background: #cccccc;
    text-decoration: none;
}
.secondaryNav a.active {
	background: #cccccc;
}
.downloads {
	background: #f7f7f7;
}
.downloads h3 {
	margin: 0 0 10px;
}
.vacancies {
	padding: 0 0 60px;
    background: #f7f7f7;
}
.vacancy {
	padding: 30px 0;
    border-top: 1px solid #003e78;
}
.vacancy a {
	color: #003e78;
    font-weight: bold;
}
.vacancy .title {
	color: #003e78;
    font-weight: bold;
}
@media only screen and (max-width : 768px) {
	.vacancy {
    	padding: 30px 20px;
    }
}
.contact {
	background: #f7f7f7;
    padding: 60px 0;
}
.contact section {
	padding: 10px 0;
}
.contactform .form-control {
	margin: 20px 0;
    height: none;
    padding: 9px 12px;
}
.contactform textarea {
	margin: 0;
}
.contactform textarea {
	margin: 0 !important;
}
.contactform .checkbox label {
	display: block;
    color: #868d93;
    font-size: 18px;
    margin: 4px 0;
}
.contactform input[type="checkbox"] {
	margin-top: 7px;
}
.product-body {
	padding: 60px 0;
    background: #f7f7f7;
}
.product-desc h3 {
	color: #003e78;
}
.product-desc ul {
	padding-left: 15px;
    color: #0dacca;
}
.product-desc ul li p {
	color: #333;
}
.additional-img {
	border: 1px solid #ccc;
}
.page-title {
	background: #f7f7f7;
    padding: 40px 0;
}
.page-title h1 {
	margin: 0;
    color: #003e78;
}
.product-banner {
	margin: 40px 0;
    border: 1px solid #ccc;
}
.additional-section {
	background: #f7f7f7;
}
.additional-section img {
	border: 1px solid #ccc;
    margin-top: 13px;
}
.additional-section ul {
	padding-left: 15px;
    color: #0dacca;
}
.additional-section ul li p {
	color: #333;
}
.product-home-sec {
	margin: 10px 0;
    min-height: 500px;
    position: relative;
}
.product-home-sec h4, .product-home-sec p {
	color: #868d93;
}
.product-home-sec img {
	border: 1px solid #ccc;
}
.product-home-sec .btn {
	border: 1px solid #868d93;
    color: #868d93;
    position: absolute;
    bottom: 10px;
}
.location_info a {
	display: block;
    color: #333;
}
.lightbox {
	display: none;
}
@media screen and (max-width: 768px) {
	.featherlight .featherlight-content {
    	width:90%;
    }
}
.featherlight .featherlight-close-icon {
	line-height: 50px !important;
	width: 50px !important;
    font-size: 25px !important;
}

.totop {
	position:fixed;
    bottom: 20px;
    right: 20px;
}

.totop a {
	background: #003e78;
	color: white;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 10px 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 24px;
    -webkit-transition: background 250ms ease-in-out;
    -moz-transition: background 250ms ease-in-out;
    -ms-transition: background 250ms ease-in-out;
    -o-transition: background 250ms ease-in-out;
    transition: background 250ms ease-in-out;
    z-index: 9999;
}

.totop a:hover {
	background: #002a51;
}
.fixedcontact {
    position: fixed;
    right: 0;
    margin-right: -332px;
    z-index: 999
}

.fixedcontact {
    top: 160px
}

.quckcontactside {
    float: left;
    width: 332px;
    background: #003e78;
    padding: 10px 15px 20px;
    z-index: 99999;
}

.quckcontactside .closetoggle,
.quckcontactside .closetogglebro,
.quckcontactside h3,
.quckcontactside p {
    color: #eee;
    opacity: 1
}

.quckcontactside .inner-addon {
    position: relative
}

.quckcontactside .inner-addon span {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #999
}

.side-register {
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    background: #003e78;
    padding: 10px 15px;
}

.side-register p {
	font-weight: bold;
    font-size: 16px;
    margin: 0;
}

.sidebartoggle {
    position: fixed;
    right: 0;
    color: #fff;
    z-index: 999;
    -webkit-transition: all 250ms ease-in-out;
    top: 230px;
}

.sidebartoggle:hover {
	text-decoration: none;
    color: #ccc;
}

.sidebartoggle:hover > .side-register {
	padding: 10px 20px;
}

.sidebar a {
	font-weight: bold;
}

.sidebar select {
	width: 100%;
}

@media screen and (min-width:768px) and (max-width:991px) {
	.home-products .product .txt-content {
    	min-height: 95px;
    }
}

.master-slider {
	min-height: 895px;
}

.generic-banner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,62,120,0.6);
}

.videobg {
	background: url(/assets/img/home/mac.png) center center no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    padding: 80px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: -20px;
	left: -1px;
	width: 100%;
	height: 100%;
}

@media screen and (max-width:768px) {
	.videobg {
    	background: transparent;
        padding: 0;
    }
    #home-welcome h1 {
    	margin: 20px 0;
    }
}

@media screen and (min-width:768px) and (max-width: 991px) {
	.videobg {
        padding: 50px;
    }
    .videoWrapper iframe {
    	top: -12px;
        left: 0;
    }
}