@charset "utf-8";

* {
  font-family: 'Montserrat', sans-serif;
  color: rgb(87, 92, 99) !important;
}

a {
  text-decoration: none !important;
  color: rgb(27, 60, 107) !important;
}

a:hover {
  color: rgb(137, 205, 47) !important;
}

a:focus {
  /*text-decoration: underline !important;*/
  color: rgb(137, 205, 47) !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal !important;
  word-break: break-word;
}

h1 {
  padding-bottom: 50px !important;
  font-size: 80px;
  color: rgb(61, 102, 146) !important;
}

h2 {
  font-size: 60px !important;
  padding-bottom: 60px !important;
  color: rgb(87, 92, 99) !important;
}

h3 {
  font-size: 40px !important;
  padding-bottom: 40px !important;
  color: rgb(87, 92, 99) !important;
}

h4 {
  padding-bottom: 10px !important;
  font-size: 24px !important;
  color: rgb(61, 102, 146) !important;
}

h3, h4, h5, h6 {
  color: rgb(62, 63, 64) !important
}

/* tablet */
@media only screen and (max-width: 1000px) {
  h1 {
    padding-bottom: 30px !important;
    font-size: 315% !important;
  }
  h2 {
    font-size: 220% !important;
    padding: 0 0 30px !important;
    margin: 0 !important;
  }
  h3 {
    font-size: 140% !important;
    padding-bottom: 20px !important;
  }
  h4 {
    padding-bottom: 8px !important;
  }
}
/* mobile */
@media only screen and (max-device-width: 480px) {
  h1 {
    padding-bottom: 20px !important;
    font-size: 280% !important;
  }
  h2 {
    font-size: 170% !important;
    padding: 0 0 20px !important;
    margin: 0 !important;
  }
  h3 {
    font-size: 120% !important;
    padding-bottom: 10px !important;
  }
  h4 {
    padding-bottom: 8px !important;
  }
}

.admin-page-wrap {
  padding-top: 225px !important;
}

@media only screen and (max-device-width: 980px) {
  .admin-page-wrap {
    padding-top: 0 !important;
  }
}

.dev-ider {
  text-align: center;
}

.dev-ider h2 {
  margin: 0 0 60px !important;
  padding-bottom: 0 !important;
  line-height: 45px;
}

@media screen and (max-width:1000px) { /*   .dev-ider h2 {
    margin-bottom: 90px !important
  } */
  .dev-ider h2 {
    margin: 0 0 25px !important;
    padding-bottom: 0 !important;
  }
}

.bg-full-default, .bg-full-light, .bg-full-dark {
  padding-top: 50px;
  padding-bottom: 25px;
}

.bg-full-light, .bg-full-dark {
  background-image: url("../images/bg/bg.png")
}

.bg-full-light {
  background-color: rgb(225, 223, 223);
}

.bg-full-dark {
  background-color: rgb(212, 221, 231);
}

@media screen and (max-width:1000px) {
  .bg-full-default .container, .bg-full-light .container, .bg-full-dark .container {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

html, body {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  padding: 0 !important;
}

#wrapper {
  padding: 0 !important;
}

.padding-lr20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.padding-tb20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.padding-tb60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.topHome {
  position: fixed;
  z-index: 9999;
  right: 25px;
  bottom: 25px;
  opacity: 1;
  display: none;
  border-radius: 3px !important;
  background: rgb(62, 63, 64);
  padding: 5px;
  border: 1px solid #666;
  text-align: center;
}

.topHome i {
  font-size: 20px;
  color: #fff !important;
}
/* ----- FOOTER ----- */
.bg-full-footer {
  background: rgb(27, 60, 107);
  padding-top: 40px;
  padding-bottom: 120px;
}

.list-unstyled .foo-title {
  color: rgb(137, 205, 47) !important;
}

.list-unstyled a {
  color: #fff !important;
}

.list-unstyled a:hover, .list-unstyled a:focus {
  color: rgb(137, 205, 47) !important;
}

.c-white {
  color: #fff !important;
}

.foo-lcol * {
  color: #fff !important;
}

.foo-lcol .til {
  color: rgb(107, 139, 177) !important;
}

.btn-outlined {
  display: block;
  padding: 20px;
  border: 1px solid rgb(27, 60, 107);
  border-radius: 2px;
  background: #fff;
  text-align: center;
  color: rgb(27, 60, 107) !important;
  width: 195px;
  font-weight: 700;
  text-decoration: none !important;
}

.btn-outlined:focus {
  text-decoration: none !important;
}

.btn-outlined:hover {
  background: rgb(27, 60, 107);
  border: 1px solid #fff;
  color: #fff !important;
}

/* ----- end FOOTER ----- */
.aui .dockbar {
  right: 0;
  bottom: 0;
  left: 0;
  height: 50px !important;
}

.aui form {
  margin: 0 !important
}

.aui .pager .disabled>a, .aui .pager .disabled>a:hover, .aui .pager .disabled>a:focus, .aui .pager .disabled>span {
  color: #999 !important;
  border: 1px solid #999 !important;
  background-color: #fff !important;
}

.aui .pager li>a, .aui .pager li>span {
  border-radius: 3px !important;
  border: 1px solid #3d6692 !important;
}

.aui .pager .disabled>a:focus, .aui .pager li>a:focus {
  text-decoration: none !important;
}

.aui .pager li>a:hover, .aui .pager li>a:focus {
  text-decoration: none !important;
  background-color: #1B3C68 !important;
  color: #fff !important;
}

.portlet-dockbar {
  z-index: 9999;
  position: relative;
}

@media screen and (max-width:1000px) {
  #wrapper {
    margin-top: 20px
  }
  .bg-full-footer {
    padding-left: 30px
  }
  /* .journal-content-article,.bg-full-default,.bg-full-light,.bg-full-dark{padding-left:30px!important;padding-right:30px!important} */
  .bg-full-default, .bg-full-light, .bg-full-dark {
    padding-top: 60px !important;
    padding-bottom: 65px !important;
  }
  .journal-content-article .container, .journal-content-article .container-fluid {
    padding-left: 30px !important;
    padding-right: 30px !important
  }
}

.aui .breadcrumb {
  background: rgba(0, 0, 0, 0.4)
}

.aui .breadcrumb a {
  color: #fff;
  font-weight: 700;
}

.aui .breadcrumb .divider {
  color: #000
}

.aui .breadcrumb li.active a {
  color: orange !important
}

span.taglib-language-list-text {
  color: #666;
}

a.taglib-language-list-text {
  color: #fff;
}

/* ---- container artikel for home-page */
.prod-col {
  text-align: center;
}

.prod-col-icon {
  background: none repeat scroll 0 0 #fff;
  border: 2px solid;
  border-radius: 50%;
  font-size: 600%;
  line-height: 125px;
  margin: 0 auto 40px;
  display: block;
  width: 150px;
  height: 150px;
}

.prod-col-icon i {
  color: rgb(27, 60, 107) !important;
  vertical-align: middle;
}

.prod-col-icon:hover {
  border-color: rgb(137, 205, 47);
}

.prod-col-icon:hover i {
  color: rgb(137, 205, 47) !important;
}

@media only screen and (max-width:768px) {
  .prod-col {
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}

.prod-col h3 {
  font-size: 180% !important;
  line-height: 180% !important;
  margin: 40px 0 35px 0;
  padding-bottom: 0 !important;
}

/* Paralax Image Background
------------------------------------*/
.bg-image-v2 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  background: url(../images/bg/night-city.jpg) repeat fixed;
}

.bg-image-v2:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
}

.bg-image-v2 p {
  color: rgb(62, 63, 64) !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.content-pad-60 {
  padding-bottom: 60px !important;
  padding-top: 60px !important;
}

.margin-left-0 {
  margin-left: 0 !important;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin: 0 !important;
}

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

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

#owl-demo .item {
  display: block;
  cursor: pointer;
  margin: 5px;
  color: #fff;
  height: 70px;
  border-radius: 3px;
  text-align: center;
}

.solutionlink {
  text-decoration: none !important;
}

.solutionlink:before {
  content: " ";
  height: 150px;
  margin-top: -150px;
  display: none;
}

/*Bullet Navigator Skin Begin */

/* jssor slider bullet navigator skin 14 css */
/*
            .jssorb14 div           (normal)
            .jssorb14 div:hover     (normal mouseover)
            .jssorb14 .av           (active)
            .jssorb14 .av:hover     (active mouseover)
            .jssorb14 .dn           (mousedown)
            */
.jssorb14 div, .jssorb14 div:hover, .jssorb14 .av {
  background: url("../images/slider/b14.png") no-repeat;
  overflow: hidden;
  cursor: pointer;
}

.jssorb14 div {
  background-position: -9px -9px;
}

.jssorb14 div:hover, .jssorb14 .av:hover {
  background-position: -39px -9px;
}

.jssorb14 .av {
  background-position: -69px -9px;
}

.jssorb14 .dn, .jssorb14 .dn:hover {
  background-position: -99px -9px;
}

/* bullet navigator container */

/* Arrow Navigator Skin Begin */

/* jssor slider arrow navigator skin 21 css */
/*
            .jssora21l              (normal)
            .jssora21r              (normal)
            .jssora21l:hover        (normal mouseover)
            .jssora21r:hover        (normal mouseover)
            .jssora21ldn            (mousedown)
            .jssora21rdn            (mousedown)
            */
.jssora21l, .jssora21r, .jssora21ldn, .jssora21rdn {
  position: absolute;
  cursor: pointer;
  display: block;
  background: url("../images/slider/a21.png") center center no-repeat;
  overflow: hidden;
}

.jssora21l {
  background-position: -3px -33px;
}

.jssora21r {
  background-position: -63px -33px;
}

.jssora21l:hover {
  background-position: -123px -33px;
}

.jssora21r:hover {
  background-position: -183px -33px;
}

.jssora21ldn {
  background-position: -243px -33px;
}

.jssora21rdn {
  background-position: -303px -33px;
}

.slider-caption-lvl-one {
  position: absolute;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  padding: 5px 0 5px 25px;
  text-align: left;
  line-height: 60px;
  /*text-transform: uppercase; */
  font-size: 50px;
  font-weight: 700;
  color: #e8e8e8;
  background: rgba(0, 0, 0, 0.7);
}

.slider-caption-lvl-two {
  background: rgba(0, 0, 0, 0.7);
  font-weight: 700;
  position: absolute;
  width: 480px;
  height: 120px;
  top: 320px;
  left: 0;
  padding: 5px 0 5px 20px;
  text-align: left;
  line-height: 60px;
  font-size: 30px;
  color: #e8e8e8;
}

/* .portlet-body {
  padding: 10px;
} */

/*Contact Pages
------------------------------------*/
.map {
  width: 100%;
  height: 350px;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}

.map-box {
  height: 250px;
}

.map-box-space {
  margin-top: 15px;
}

.map-box-space1 {
  margin-top: 7px
}

.req {
  color: red !important
}

/*Block Headline*/
.headline {
  display: block;
  margin: 10px 0 25px 0;
  border-bottom: 1px dotted #e4e9f0;
}

.headline h2 {
  font-size: 22px;
}

.headline h2, .headline h3, .headline h4 {
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #72c02c;
}

.headline-md {
  margin-bottom: 15px;
}

.headline-md h2 {
  font-size: 21px;
}

/* modal view
**************/
#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}

.modal_close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/modal_close.png);
  z-index: 2;
}

#search-modal-window {
  width: 404px;
  padding-bottom: 2px;
  display: none;
  background: #FFF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------  T_3COL_BOX ---------------------------------------------------------------------------- */
.xapio-solutions-block {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: fixed;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.xapio-solutions-block h3 {
  font-size: 140% !important;
  margin: 50px 0 40px 25px;
  color: #fff !important;
  padding: 0 !important;
}

.xapio-solutions-block ul {
  margin-left: 25px !important;
}

.xapio-solutions-block li {
  font-size: 120% !important;
  color: #fff !important;
}

.xapio-solutions-block li i {
  color: #fff !important;
}

@media only screen and (min-width: 768px) , only screen and (max-width: 1200px) {
  .xapio-solutions-block h3 {
    font-size: 110% !important;
  }
  .xapio-solutions-block li {
    font-size: 80% !important;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */

/* slider round boxes */
.r-box {
  position: absolute;
  top: 87px;
  right: 100px;
  width: 325px;
  height: 325px;
}

.r-box-c {
  width: 175px;
  height: 175px;
  position: absolute;
  border-radius: 50%;
  line-height: 175px !important;
  text-align: center;
}

.r-box-c span {
  font-weight: 700;
  font-size: 120%;
  text-transform: uppercase;
  color: rgb(27, 60, 107) !important;
}

.r-box-c1 {
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
}

.r-box-c2 {
  top: 50px;
  right: 0;
  background: rgba(115, 141, 174, 0.5);
}

.r-box-c3 {
  bottom: 0;
  left: 40px;
  background: rgba(138, 196, 60, 0.5);
}

.r-box-c1.active, .r-box-c2.active, .r-box-c3.active {
  z-index: 200;
}

.r-box-c1.active {
  background: rgb(255, 255, 255);
}

.r-box-c2.active {
  background: rgb(115, 141, 174);
}

.r-box-c3.active {
  background: rgb(138, 196, 60);
}

.r-box-title {
  position: absolute;
  width: 480px;
  height: auto;
  top: 50px;
  left: 100px;
  padding: 5px;
  text-align: left;
  line-height: 60px !important;
  font-size: 350% !important;
  color: #fff !important;
}

.r-box-text {
  position: absolute;
  width: 480px;
  height: auto;
  top: 160px;
  left: 100px;
  padding: 5px;
  text-align: left;
  line-height: 30px !important;
  font-size: 150% !important;
}

.r-box-text, .r-box-text * {
  color: #fff !important;
}

.parallax-window {
  min-height: 240px;
  background: transparent;
}

img.lazyOwl {
  filter:
    url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}

img.lazyOwl:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
}

.c-img {
  background-size: cover;
  width: 250px;
  height: 250px;
  border-radius: 125px;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------  SLOGAN  ------------------------------------------------------------------------------ */
section.module .container {
  padding: 100px 0 125px !important;
}

section.module p, section.module p * {
  color: #fff !important;
}

section.module p {
  font-size: 170% !important;
  line-height: 170% !important;
  text-align: center;
  margin: 0 !important;
}

section.module.parallax {
  /*  height: 400px; */
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section.module.parallax h1 {
  color: #fff !important;
  font-size: 350% !important;
  text-align: center;
  margin: 0 0 60px !important;
  padding: 0 !important;
}

@media all and (max-width: 1024px) {
  section.module .container {
    padding: 60px 30px 80px !important;
  }
  section.module.parallax h1 {
    margin: 0 0 30px !important;
    line-height: 1.2 !important;
    font-size: 32px !important;
  }
  section.module p {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }
} /* max width : 1024px*/

/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
.intro-article {
  background-size: cover;
  /*
  height:450px;
  max-height:450px;*/
  position: relative;
}

.intro-article:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, .5);
  height: 4px;
}

.intro-title {
  margin: 80px 0 80px !important;
  font-size: 350%;
  color: #fff !important;
  line-height: 50px;
}

.intro-text {
  font-size: 180%;
  padding: 0 0 100px;
  margin: 0 !important;
  color: #fff !important;
  line-height: 1.3;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
.partnerComment {
  /* background-image:url(../images/bg/bg_blue.jpg); */
  padding: 100px 30px 50px;
  background-size: cover;
  min-height: 150px;
}

.partnerComment small, .partnerComment p * {
  color: #fff !important;
}

.partnerComment p {
  margin-bottom: 25px;
}

.partnerComment p span {
  font-size: 180% !important;
}

/* menu */
#header {
  position: fixed;
  background-color: #fff;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
}

#header:after {
  content: " ";
  display: block;
  clear: both;
}

#header:after {
  content: "";
  position: absolute;
  bottom: -7px;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, .5);
  height: 7px;
}

.holder {
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
}

.logo {
  float: left;
  width: 200px;
  padding-right: 20px;
}

.logo a {
  display: block;
}

.logo img {
  width: 200px;
  height: auto;
}

.top-header {
  border-bottom: 1px solid #ebeff0;
}

.top-header:after {
  content: " ";
  display: block;
  clear: both;
}

.top-header ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  float: right;
}

.top-header ul li {
  display: inline-block;
  vertical-align: middle;
  border: solid #ebeff0;
  border-width: 0 0 0 1px;
  padding: 5px;
  margin: 0 0 0 -4px;
  position: relative;
}

.top-header ul li:last-child {
  border-width: 0 1px;
}

.top-header ul a {
  border-radius: 50%;
  white-space: nowrap;
  width: 25px;
  height: 25px;
  background-color: #1B3C68;
  display: block;
  color: #fff !important;
  text-align: center;
  position: relative;
  z-index: 3;
}

.top-header ul a:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  min-height: 25px;
}

.top-header ul a:hover {
  background-color: #89cd2f !important;
}

.top-header ul a i {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  margin: 0 0 0 5px;
  font-size: 15px !important;
  line-height: 1px !important;
  color: #fff !important;
}

.top-header ul a i.fa-envelope-o {
  font-size: 14px !important;
}

.header-frame {
  padding: 18px 0;
}

.header-frame:after {
  content: " ";
  display: block;
  clear: both;
}

#nav {
  float: right;
  max-width: 70%;
}

#nav .opener {
  display: none;
}

#nav a {
  -webkit-transition: all .2s linear .4s ease;
  transition: all .2s linear .4s ease;
}

#nav a i {
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 4px;
  line-height: 20px;
}

#nav .drop>ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 46px 0;
}

#nav .drop>ul>li {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 0 25px;
  position: relative;
}

#nav .drop>ul>li:after {
  border-radius: 50%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  height: 11px;
  width: 11px;
  background-color: #1B3C68;
  margin: 0 0 0 -5.5%;
  display: inline-block !important;
}

#nav .drop>ul>li .accordion-slide {
  z-index: 2;
}

#nav .drop>ul>li .accordion-slide .drop-area {
  overflow: hidden;
}

#nav .drop>ul>li .accordion-slide .drop-area>ul {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 7px solid #1B3C68;
  background-color: #fff;
  padding: 30px 25px;
  text-transform: none;
  margin: -400px 0 0;
}

#nav .drop>ul>li .accordion-slide .drop-area>ul>li {
  padding: 0 0 20px;
}

#nav .drop>ul>li .accordion-slide .drop-area>ul>li:last-child {
  padding: 0;
}

#nav .drop>ul>li .accordion-slide .drop-area>ul h3 {
  font-size: 14px !important;
  line-height: 17px;
  margin: 0 0 13px;
  font-weight: 400;
}

#nav .drop>ul>li .accordion-slide .drop-area>ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 15px;
}

#nav .drop>ul>li .accordion-slide .drop-area>ul ul li {
  padding: 0 0 1px;
}

#nav .drop>ul>li .accordion-slide .drop-area>ul ul li:last-child {
  padding: 0;
}

#nav .drop>ul>li .accordion-slide .drop-area>ul ul a {
  display: block;
  padding: 3px 25px;
  margin: 0 -25px;
}

#nav .drop>ul>li .accordion-slide .drop-area>ul ul a:hover {
  color: #fff !important;
  background-color: #1B3C68 !important;;
}

#nav .drop>ul>li:hover:after {
  opacity: 1;
  visibility: visible;
}

#nav .drop>ul>li:hover>a {
  color: #1B3C68 !important;;
}

#nav .drop>ul>li:hover .accordion-slide .drop-area ul {
  margin: 0;
}

.opener {
  border-radius: 50%;
  float: right;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  width: 41px;
  height: 41px;
  background-color: #1B3C68;
  margin: 10px 0 0;
}

.opener:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  top: 50%;
  margin: -3.5px 0 0 -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 7.5px 0 7.5px;
  border-color: #fff transparent transparent transparent;
}

.close-btn:after, .active .opener:after {
  border-width: 0 7.5px 9px 7.5px;
  border-color: transparent transparent #fff transparent;
  margin: -6.5px 0 0 -7px;
}

#big_wrapper {
  padding: 182px 0 0;
  position: relative;
}

.search-form .area-frame {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  top: 0;
  bottom: 0;
  right: 0;
  width: 193px;
}

.search-form .area-frame input[type="search"], .search-form .area-frame input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  padding: 4px 30px 4px 10px;
  background-color: rgb(225, 223, 223);
  border: 0;
  height: 100%;
  color: #fff;
  font: 14px/17px Arial, Helvetica, sans-serif;
}

.search-form .area-holder {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
  right: -150px;
  height: 100%;
}

.search-form button[type="submit"] {
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background: none;
  font-size: 17px;
  padding: 7px 7px 8px 7px;
}

.search-form button[type="submit"]:focus {
  outline: none;
}

.search-form button[type="submit"]:hover, .search-form button[type="submit"]:focus {
  background-color: #96cadf;
}

.search-area.active .area-frame {
  opacity: 1;
  visibility: visible;
}

.search-area.active .area-holder {
  right: 0;
}

.search-area.active .search-opener {
  color: #1B3C68;
}

@media only screen and (min-width: 981px) {
  #nav .drop>ul>li:last-child .accordion-slide {
    left: auto !important;
    right: 0 !important;
  }
  #nav .drop>ul>li .accordion-slide {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    z-index: 2;
    top: 100% !important;
    left: 0 !important;
    width: 250px !important;
    padding: 64px 0 0;
    opacity: 0;
    visibility: hidden;
  }
  #nav .drop>ul>li:hover .accordion-slide {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 1180px) {
  .logo {
    max-width: 160px;
  }
  .logo img {
    width: 100%;
  }
  #nav {
    max-width: 80%;
  }
  #nav .drop>ul {
    padding: 30px 0;
  }
  #nav .drop>ul>li {
    padding: 0 15px;
  }
  #nav .drop>ul>li .accordion-slide {
    padding: 48px 0 0;
  }
  #big_wrapper {
    padding: 150px 0 0;
  }
}

@media only screen and (max-width: 980px) {
  .logo {
    max-width: 125px;
  }
  .top-header .holder {
    padding: 0;
  }
  #header {
    position: relative;
  }
  #nav .opener {
    display: block;
  }
  #nav a i {
    line-height: 24px;
  }
  #nav .drop {
    overflow: hidden;
    position: absolute;
    top: 122px;
    left: 0;
    right: 0;
    z-index: 999;
  }
  #nav .drop>ul>li:after {
    display: none !important;
  }
  #nav .drop>ul>li.active>a {
    color: #1B3C68 !important;
  }
  #nav .drop>ul>li.active>a i {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    display: inline-block;
    vertical-align: top;
  }
  #nav .drop>ul>li>a {
    display: block;
  }
  #nav .drop>ul>li .accordion-slide {
    opacity: 1;
    visibility: visible;
    position: relative;
    padding: 0;
  }
  #nav .drop>ul>li .accordion-slide .drop-area {
    border-top: 1px dashed #3e3f40;
    overflow: visible;
  }
  #nav .drop>ul>li .accordion-slide .drop-area:after {
    content: " ";
    display: block;
    clear: both;
  }
  #nav .drop>ul>li .accordion-slide .drop-area>ul {
    margin: 0;
    border: 0;
    background: none;
    padding: 20px 0;
  }
  #nav .drop>ul>li .accordion-slide .drop-area>ul ul {
    background: none;
  }
  #nav.slide .drop {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    max-height: 0;
  }
  #nav.slide .drop>ul {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    padding: 30px 15px;
  }
  #nav.slide .drop>ul>li {
    border-bottom: 1px dashed #3e3f40;
    padding: 0;
    width: 100%;
    line-height: 26px;
  }
  #nav.slide .drop>ul>li:after {
    display: none;
  }
  #nav.slide ul {
    background-color: rgba(255, 255, 255, .9);
  }
  #nav.slide.active .drop {
    max-height: 4000px;
  }
  #nav.slide.active .drop>ul {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  .header-frame {
    padding: 10px 0;
  }
  #big_wrapper {
    padding: 0;
  }
}

.drop-area {
  background-color: transparent !important;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------  BREAD-ROW  ---------------------------------------------------------------------------- */
.breadRow {
  height: 110px;
  text-align: left;
  background: #1B3C68;
  position: relative;
}

.breadRow:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, .5);
  height: 4px;
}

.breadRow .breadTitle {
  color: #fff !important;
  font-size: 50px !important;
  line-height: 110px !important;
}

@media only screen and (max-width:1000px) {
  .breadRow .breadTitle {
    font-size: 40px !important;
    padding-left: 25px !important;
  }
}

@media only screen and (max-width:368px) {
  .breadRow {
    height: 75px;
  }
  .breadRow .breadTitle {
    font-size: 25px !important;
    padding-left: 25px !important;
    line-height: 75px !important;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
.slogan-firm h2 {
  font-size: 350% !important;
}

.slogan-firm p {
  font-size: 170% !important;
  line-height: 170% !important;
}

@media only screen and (max-width: 1000px) {
  .slogan-firm h2 {
    font-size: 170% !important;
  }
  .slogan-firm p {
    font-size: 120% !important;
    line-height: 120% !important;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
.image-to-box {
  width: 100%;
}

.image-to-box .ib-inner {
  display: table;
  height: 100%;
  padding: 25px;
  /*position:relative;*/
}

.image-to-box .ib-cell {
  display: table-cell;
  vertical-align: middle;
}

.image-to-box .ib-cell-left {
  text-align: center;
}

.image-to-box .ib-cell-left img {
  border-radius: 50%;
  height: 225px;
  width: 225px;
  border: 2px solid #fff;
  max-width: none;
}

.image-to-box .ib-cell-right {
  padding: 0 25px;
}

.image-to-box .ib-cell-right.ib-cell-rtotop {
  padding-left: 0;
}

@media screen and (max-width:768px) {
  .image-to-box .ib-inner {
    display: block;
    position: relative;
    padding: 25px 0 0;
  }
  .image-to-box .ib-cell {
    display: block;
  }
  .image-to-box .ib-cell-left img {
    height: 200px;
    width: 200px;
  }
  .image-to-box .ib-cell-right {
    padding: 25px 0 0;
  }
  .image-to-box .ib-cell-right.ib-cell-rtotop {
    padding: 0;
  }
  .image-to-box .ib-cell-totop {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
  }
  .image-to-box  .ib-cell-rtotop {
    margin-top: 210px;
  }
  .image-to-box .ib-cell-right h3 {
    text-align: center;
  }
  .image-to-box .ib-cell-left.ib-cell-totop {
    
  }
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------  NEWS-Block ---------------------------------------------------------------------------- */
.time-box {
  position: relative;
  height: 215px;
  background: #fff;
  display: block;
  text-decoration: none !important;
  border: 1px solid rgb(27, 60, 107);
}

.time-box:hover {
  border: 1px solid rgb(137, 205, 47);
}

.time-box:hover .time-box-left {
  background: rgb(137, 205, 47);
}

.time-box:focus {
  text-decoration: none !important;
}

.time-box-left {
  text-align: center;
  float: left;
  height: 100%;
  width: 80px;
  background: rgb(27, 60, 107);
  position: relative;
}

.time-box-right {
  margin-left: 110px;
  margin-right: 20px;
  height: 100%;
  overflow: hidden;
}

.time-box-day, .time-box-mon, .time-box-year {
  color: #fff !important;
  display: block;
}

.time-box-day {
  font-size: 32px !important;
  margin-top: 25px;
}

.time-box-mon {
  font-size: 18px !important;
  margin-top: 15px;
}

.time-box-year {
  font-size: 32px !important;
  margin-top: 15px;
}

.time-box-right .hText {
  font-size: 140% !important;
  line-height: 55px !important;
  color: rgb(27, 60, 107) !important;
  margin: 30px 0 10px;
  display: block;
  height: 55px;
  padding-bottom: 0 !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.time-box-right p {
  font-size: 14px !important;
  margin: 0 !important;
  height: 110px;
  overflow: hidden;
}

.time-box-line, .time-box-2col-item {
  margin-bottom: 25px !important;
}

@media only screen and (max-width: 1024px) {
  .time-box-right .hText {
    margin-bottom: 15px !important;
    font-size: 115% !important;
    line-height: 115% !important;
  }
  .time-box-right p {
    font-size: 13px !important;
  }
} /*max 1024px*/
@media only screen and (max-width: 480px) {
  .time-box-right .hText {
    margin-bottom: 10px !important;
    margin-top: 40px !important;
    font-size: 100% !important;
    line-height: 1 !important;
  }
  .time-box-right p {
    font-size: 12px !important;
  }
} /* max 480px*/
@media only screen and (max-width:767px) {
  .home-topnews-blocks {
    padding: 0 30px;
  }
  .home-topnews-blocks .span6:last-child {
    margin-top: 25px;
  }
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
.xapio-logo-image { /*http://stackoverflow.com/a/3999844/826822*/
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF); /* IE6 & 7 */
  zoom: 1;
  height: 200px;
  width: 94px;
}
.xapio-stelle-image { /*http://stackoverflow.com/a/3999844/826822*/
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF); /* IE6 & 7 */
  zoom: 1;
  height: 200px;
  width: 94px;
}

.rowline {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 25px; }

.rowline .rowline-icon {
  color: #fff;
  padding: 0 10px;
  font-size: 15px;
  line-height: 18px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block; }

.rowline .rowline-icon:before,
.rowline .rowline-icon:after {
  top: 8px;
  height: 1px;
  content: " ";
  width: 100px;
  background: #fff;
  position: absolute; }

.rowline .rowline-icon:before {
  left: 100%; }

.rowline .rowline-icon:after {
  right: 100%; }

.rowline .rowline-icon {
  color: #666; }

.rowline .rowline-icon:before,
.rowline .rowline-icon:after {
  background: #666; }

.list-left-inside-center .text-center ul {
  text-align:left;
}

.md-df-content h1 {
  font-size: 3.0em !important;
}

.md-df-content h2 {
  font-size: 2.0em !important;
}

.md-df-content h3 {
  font-size: 1.5em !important;
}

.md-df-content h4 {
  font-size: 1.2em !important;
}


.md-df-content h1,
.md-df-content h2,
.md-df-content h3,
.md-df-content h4,
.md-df-content h5,
.md-df-content h6
{
  line-height: normal !important;
  padding: 0.2em !important;
}


.btn-product-sheet {
	color: #1b3c6b !important; /* Force text color to match background */
	font-weight: bold;
	padding: 12px 35px;
	border-radius: 8px; /* Slightly more rounded */
	text-decoration: none;
	cursor: pointer; /* Ensure pointer cursor */
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); /* Modern, smooth transition */
	display: inline-block; /* Essential for transform to work correctly */
}

.btn-product-sheet:hover {
	/* HOVER STYLE: Actionable and Defeats Green */
	color: #1b3c6b !important; /* FORCE the text color (THIS IS THE KEY) */

	/* Actionable Effect 1: Subtle Lift (Box Shadow) */
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);

	/* Actionable Effect 2: Slight Pop (Scale) */
	transform: translateY(-2px) scale(1.02);
}