/* CSS Document */
/* color background */
/* color black */
/* color white */
/* color grey 1 */
/* color grey 2 */
p {
  margin: 0px;
  padding: 0px; }

img {
  border: 0;
  display: block; }

a {
  color: #096f88;
  text-decoration: none;
  font-size: 13px;
  font-family: "Open Sans", sans-serif; }

h1 {
  margin: 0;
  padding: 0;
  font-size: 42px;
  color: #096f88;
  /*line-height:36px;*/
  font-weight: 400; }

h2 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  color: #21b8d1;
  font-weight: 400;
  line-height: 30px; }

h3 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: #21b8d1;
  font-weight: 400; }

h4 {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #21b8d1;
  font-weight: 400;
  text-transform: uppercase; }

h5 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #096f88;
  font-weight: 600;
  text-transform: uppercase; }

@media (max-width: 992px) {
  h1 {
    font-size: 28px; }

  h2 {
    font-size: 22px; }

  h3 {
    font-size: 18px; } }
/* CSS Document */
/* color background */
/* color black */
/* color white */
/* color grey 1 */
/* color grey 2 */
/* CSS Document */
/* BASICS */
body, html {
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #21b8d1;
  background-color: #FFFFFF;
  position: relative; }

/* HEADER */
header {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 10000;
  background-color: #FFFFFF; }

@media (max-width: 992px) {
  header {
    position: relative; } }
/* TOP NAV */
.nav_top ul {
  display: block;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 5px;
  float: right;
  text-transform: uppercase; }

.nav_top li {
  float: left; }

.nav_top li a {
  color: #999999;
  font-size: 13px;
  font-weight: 600;
  padding-left: 7px;
  padding-right: 7px;
  border-right: #000 1px solid; }

.nav_top li a.last {
  border: 0 !important; }

/* TOP LOGO */
header .logo img {
  width: 100%;
  max-width: 250px;
  height: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 20px; }

@media (max-width: 1200px) {
  header .logo img {
    padding-left: 0px; } }
/* MAIN NAV */
/*.nav_main {background-color:#ebebeb;}*/
.nav_main {
  padding-top: 25px; }

.nav_main ul {
  display: block;
  position: relative;
  margin: 0;
  padding: 0px;
  float: right; }

.sm-mint li.active a {
  color: #000 !important; }

@media (max-width: 750px) {
  .nav_main ul {
    float: none; } }
/* MAIN */
/* SECTIONS */
main {
  position: relative;
  color: #096f88; }

section {
  width: auto;
  min-height: 300px; }

main header {
  position: relative;
  width: auto;
  z-index: 10000;
  background-color: none; }

.innerbox {
  padding-top: 30px; }

.box1 {
  margin-top: 120px; }

.box1 .teaser img {
  width: 100%;
  height: auto; }

.sidebar_icon {
  padding-left: 13px; }

.sidebar_icon a {
  color: #096f88;
  font-size: 18px !important;
  padding-bottom: 5px; }

.sidebar_text {
  height: 280px; }

.sidebar_icon a i {
  padding-left: 5px; }

.sidebar_text p {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #21b8d1;
  display: block;
  width: 480px;
  margin-left: -220px;
  margin-top: 130px; }

.box2 {
  margin-top: 30px; }

.box3 {
  margin-top: 30px; }

.box4 {
  margin-top: 30px; }

.box45 {
  margin-top: 30px; }

/* SHADOW */
.shadow {
  position: absolute;
  display: block;
  top: 0px;
  z-index: 2000;
  width: 100%; }

.shadow img {
  width: 100%;
  height: auto; }

@media (max-width: 992px) {
  .box1 {
    margin-top: 10px; }

  .sidebar_text {
    display: none; }

  .sidebar_icon {
    padding: 12px;
    float: left; } }
/* SECTIONS LIST-STYLES */
section ul.listinside {
  list-style-position: inside !important;
  list-style: none;
  padding: 0; }

section ul.listinside li {
  padding-bottom: 10px;
  line-height: 25px !important; }

section ul.listinside li:before {
  content: "\f0c8";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  font-size: 12px;
  color: #21b8d1;
  display: inline-block;
  width: 20px;
  /* same as padding-left set on li */ }

section ul.outside {
  list-style-position: inside !important;
  list-style: none;
  padding: 0; }

section ul.outside li {
  padding-left: 20px;
  padding-bottom: 10px;
  line-height: 25px !important; }

section ul.outside li:before {
  content: "\f0c8";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  font-size: 12px;
  color: #21b8d1;
  display: inline-block;
  margin-left: -20px;
  /* same as padding-left set on li */
  width: 20px;
  /* same as padding-left set on li */ }

/* FOOTER */
footer {
  width: 100%;
  background-color: #096f88;
  color: #FFFFFF;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
  display: block; }

footer .row .logo {
  /*padding-right:30px;*/ }

footer .row .logo img {
  width: 100%;
  height: auto;
  padding-top: 70px;
  padding-bottom: 10px; }

footer .row .bottombav {
  padding-left: 30px;
  padding-right: 30px;
  border-left: #FFFFFF 1px solid; }

footer .row .bottombav ul {
  display: block;
  position: relative;
  list-style: none;
  line-height: 25px;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px; }

footer .row .bottombav li a {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600; }

footer .row .contact {
  padding-left: 30px;
  padding-right: 30px;
  border-left: #FFFFFF 1px solid; }

footer .row .contact p {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  line-height: 25px; }

footer .row .contact a {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600 !important; }

@media (max-width: 992px) {
  footer .row .logo {
    padding-right: 0px; }

  footer .row .logo img {
    padding-top: 10px; }

  footer .row .bottombav {
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 0px;
    border-bottom: #FFFFFF 1px solid; }

  footer .row .contact {
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 0px; } }
/* ADDITIONALS */
.scrollToTop {
  width: auto;
  height: auto;
  padding: 8px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  background-color: #096f88;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 75px;
  right: 0px;
  display: none;
  font-size: 20px;
  cursor: pointer;
  z-index: 1000;
  border-left: #FFFFFF 1px solid;
  border-top: #FFFFFF 1px solid;
  border-bottom: #FFFFFF 1px solid; }

.scrollToTop:hover {
  text-decoration: none; }

/*PORTFOLIO*/
#portfolioview {
  padding-left: 20px;
  padding-right: 20px; }

#portfolioview p {
  padding: 0 !important; }

#portfolioview .headline {
  color: #096f88;
  font-weight: 600;
  padding-bottom: 5px;
  display: block; }

#portfolioview .text {
  padding-bottom: 25px;
  display: block; }

#portfolioview .logo {
  padding-bottom: 30px; }

#portfolioview .description {
  padding-top: 20px; }

/*TEASERABOUT*/
.teaserabout {
  padding-left: 20px !important;
  display: block; }

.teaserabout p {
  padding: 0 !important; }

.teaserabout .image {
  padding-bottom: 5px; }

.teaserabout .headline {
  color: #21b8d1;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 5px;
  display: block;
  text-transform: uppercase; }

.about-image img {
  width: 100%;
  height: auto; }

.about-image .shadow {
  top: unset;
  bottom: 3px !important;
  width: 100%; }

.about-image .shadow img {
  width: 97%;
  height: auto;
  margin: 0 auto;
  display: block; }

.col-lg-11.customers img {
  width: 100%;
  height: auto; }

.col-lg-11.customers .wrapper {
  display: block;
  position: relative; }

.col-lg-11.customers .shadow {
  top: unset;
  bottom: -2px !important;
  width: 100%; }

.col-lg-11.customers .shadow img {
  width: 97%;
  height: auto;
  margin: 0 auto;
  display: block; }

@media (max-width: 1200px) {
  .col-lg-11.customers .shadow {
    bottom: 0px !important; } }
@media (max-width: 992px) {
  .col-lg-11.customers .shadow {
    bottom: 2px !important; } }
@media (max-width: 768px) {
  .shadow {
    display: none !important; } }
.col-lg-8.map img {
  width: 100%;
  height: auto; }

.email-image {
  width: 14px;
  height: auto;
  display: inline-block; }

.decoline {
  width: 80px;
  height: 5px;
  background-color: #21b8d1;
  margin-left: 140px;
  margin-bottom: 20px;
  margin-top: 20px; }

@media (max-width: 768px) {
  .decoline {
    width: 100%;
    height: 3px;
    background-color: #21b8d1;
    margin: 0px; } }
.box5 h3 {
  padding-left: 10px; }

@media (max-width: 768px) {
  .box5 .col-lg-12 {
    padding-left: 0 !important; }

  .box5 h3 {
    padding-left: 0px; } }
/* CSS Document */
.row {
  margin-right: 0 !important;
  margin-left: 0 !important; }
  .row > .col,
  .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

@media (min-width: 992px) {
  #contact .col-lg-4 {
    padding-left: 25px; }

  h1, h2, h3, h4, P {
    padding-left: 0px; }

  section ul {
    padding-left: 0px !important; } }
.tx-ws-flexslider ul {
  padding: 0 !important; }

.frame-type-menu_pages ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.frame-type-menu_pages ul li {
  float: left;
  padding-right: 20px;
  border-right: #768692 1px solid; }

.frame-type-menu_pages ul li a {
  text-transform: uppercase;
  font-size: 20px; }

/*# sourceMappingURL=default.css.map */
