@font-face {
  font-family: 'open_sansregular';
  src: url('../font/opensans-regular-webfont.eot');
  src: url('../font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../font/opensans-regular-webfont.woff') format('woff'),
       url('../font/opensans-regular-webfont.ttf') format('truetype'),
       url('../font/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sanslight';
  src: url('../font/opensans-light-webfont.eot');
  src: url('../font/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
       url('../font/opensans-light-webfont.woff') format('woff'),
       url('../font/opensans-light-webfont.ttf') format('truetype'),
       url('../font/opensans-light-webfont.svg#open_sanslight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansbold';
  src: url('../font/opensans-bold-webfont.eot');
  src: url('../font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../font/opensans-bold-webfont.woff') format('woff'),
       url('../font/opensans-bold-webfont.ttf') format('truetype'),
       url('../font/opensans-bold-webfont.svg#open_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansextrabold';
  src: url('../font/opensans-extrabold-webfont.eot');
  src: url('../font/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../font/opensans-extrabold-webfont.woff') format('woff'),
       url('../font/opensans-extrabold-webfont.ttf') format('truetype'),
       url('../font/opensans-extrabold-webfont.svg#open_sansextrabold') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
 color: #5a5a5a;
 font-family: 'open_sansregular';
}

body.subpage {
  padding-top: 70px;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.center-block {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.center-left {
  margin: 0 auto;
  text-align: left;
}

.mdok {
  color: #FE0000;
}

.szyk2 {
  color: #CDD617;
}

span.non-breaking { 
  white-space: nowrap; 
}

a.box-link:link,
a.box-link:hover,
a.box-link:active,
a.box-link:visited {
  box-shadow: none;
  background-image: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-radius: 0px 0px 10px 0px;
  color: #ffffff;
  border: 1px solid #545454;
  background-color: #545454;
  display: block;
  text-align: right;
  padding: 6px 30px 6px 20px;
  font-size: 12px;
  outline: 0;
  position: relative;
  behavior: url(css/PIE.htc);
}

a.box-link.black {
/*
  border: 1px solid #009FE3;
  background-color: #009FE3;
*/
  border: 1px solid #2e2e2e;
  background-color: #2e2e2e;
  display: inline;
  position: static;
  padding: 10px 30px 10px 30px;
}

a.box-link:hover,
a.box-link.black:hover {
  border: 1px solid #FE0000;
  background-color: #FE0000;
  text-decoration: none;
}


.black-box {
  box-shadow: none;
  background-image: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-bottom-right-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  border-radius: 0px 0px 25px 0px;
  color: #ffffff;
  border: 1px solid #000;
  background-color: #000;
  display: block;
  text-align: right;
  font-size: 20px;
  padding: 20px;
  text-align: left;
  margin-bottom: 40px;
  position: relative;
  outline: 0;
  behavior: url(css/PIE.htc);
}

.container ul {
  list-style-type: none;
}

/* ----------------------- navbar --------------------------- */

.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin-top: 0px;
  margin-bottom: -70px;
}

.navbar-wrapper.small {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin-top: 0px;
  margin-bottom: 0px;
}


.navbar .btn-navbar {
  margin-top: 10px;
}

#nav-m .navbar-inner,
#nav .navbar-inner {
/*
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.45);
  -moz-box-shadow: 0 2px 10px rgba(0,0,0,.45);
  box-shadow: 0 2px 10px rgba(0,0,0,.45);
*/
  background:rgb(0,0,0);
  background: transparent\9;
  background:rgba(0,0,0,0.5);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
  zoom: 1;
  border: none;
  height: 70px;
}
#nav-m .navbar-inner container,
#nav .navbar-inner container {
  background:rgb(0,0,0);
  background: transparent\9;
  background:rgba(0,0,0,0.5);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
  zoom: 1;
}

#nav-m .navbar-inner-subpage, 
#nav .navbar-inner-subpage {
  background-color: #4b4b4b;
  border: none;
  height: 70px;
}
#nav-m .navbar-inner-subpage container,
#nav .navbar-inner-subpage container {
  background-color: #4b4b4b;
}

.navbar .nav > li {
/*
  padding-left: 10px;
  padding-right: 8px;
*/
  padding-left: 12px;
  padding-right: 10px;
  background: url(../img/nav-bullet.png) no-repeat left bottom;
}
.navbar .nav > li.first {
  background: none;
}

.navbar .nav > li > a {
  padding: 24px 8px 4px;
  line-height: 19px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: 1px solid transparent;
  outline: 0;
}

.navbar .nav > li > a:hover {
  border-bottom: 1px solid #fe0000;
  outline: 0;
}

#nav-m .brand,
#nav .brand {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  padding: 0px 20px 0px;
}

#nav-m .dropdown-toggle,
#nav .dropdown-toggle {
  background-color: transparent;
}

#nav-m .dropdown-menu:after,
#nav .dropdown-menu:after {
  border: none !important;
  content: "" !important;
}
#nav-m .dropdown-menu:before, 
#nav .dropdown-menu:before { 
  border-bottom: none; 
}


@media (max-width: 969px) {
  body {
    color: #5a5a5a;
    font-family: 'open_sansregular';
    padding: 0px;
    padding-top: 50px;
  }

  body.subpage {
    padding-top: 50px;
  }

  #nav-m {
    margin: 0px;
  }
  
  #nav-m .navbar-inner {
    padding: 0px;
    /*background:rgba(0,0,0,0.5);*/
    background-color: #4b4b4b;
    height: 50px;
  }
  #nav-m .navbar-inner-subpage {
    background-color: #4B4B4B;
    height: 50px;
  }

  .navbar .btn-navbar {
    margin-top: 10px;
  }
  
  #nav-m .brand {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    margin-left: 10px;
  }
  
  #nav-m .nav > li {
    padding: 5px 10px;
    background-image: none;
    background-color: #4b4b4b;
    border-top: 1px solid #3f3f3f;
  }

  #nav-m .nav > li > a {
    padding: 5px 5px 5px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    border-bottom: none;
    outline: 0;
    font-family: 'open_sansregular';
  }

  #nav-m .nav > li > a:hover {
    border-bottom: none;
    outline: 0;
    color: #fff;
    background: none;
  }

  #nav-m .nav-collapse .dropdown-menu a {
    border-radius: 0px;
    color: #fff;
    font-family: 'open_sansregular';
    padding: 5px 10px;
    font-size: 11px;
    border-top: 1px solid #3f3f3f;
  }
  #nav-m .nav-collapse .dropdown-menu a:hover {
    color: #fff;
    background: none;
  }

  #nav-m .nav-collapse .dropdown-menu li.submenu-item {
    padding-left: 15px;
  }

  #nav-m .nav-collapse {
    background-color: #3f3f3f;
  }
  #nav-m .nav-collapse .nav {
    float: none;
    margin: 0;
  }

  .dropdown .dropdown-menu .nav-header {
    padding-left: 10px;
    font-size: 11px;
  }  

}


/* ----------------------- main-menu --------------------------- */

.main-menu .nav,
.main-menu .dropup,
.main-menu .dropdown,
.main-menu .collapse {
  position: static;
}
.main-menu .dropdown-menu {
  left: auto;
}
.main-menu .dropdown-menu > li {
  display: block;
}
.main-menu .nav.pull-right .dropdown-menu {
  right: 0;
}
.main-menu .main-menu-content {
  padding: 20px 30px;
  *zoom: 1;
}
.main-menu .main-menu-content:before,
.main-menu .main-menu-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.main-menu .main-menu-content:after {
  clear: both;
}
.main-menu.navbar .nav > li > .dropdown-menu:after,
.main-menu.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  border: none;
  margin-top: 30px;
  border-radius: 0px;
  height: 310px;
  /*background-color: #3A3A3A;*/
  background: url(../img/menu-bg.png) repeat left top;
  padding: 0px;
}

.main-menu .dropdown.main-menu-fullwidth .dropdown-menu li {
  margin-left: 0px;
  list-style: none;
}
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .menu-column {
  height: 310px;
  /*border-right: 1px solid #000000;*/
  border: none;
  color: #ffffff;
}
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .menu-column.first {
  /*border-left: 1px solid #000000;*/
}
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .menu-column.last {
  /*border-left: 1px solid #000000;*/
  background: #3e3e3e url(../img/menu-col3-bg.png) no-repeat left bottom;
}
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .menu-column .column-wrapper {
  padding: 10px 0px 10px 0px;
}
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .menu-column .column-title {
  background: url(../img/menu-red-arrow.png) no-repeat left center;
  padding-left: 30%;
}
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .menu-column .simple-column-title {
  background: url(../img/menu-white-arrow.png) no-repeat left center;
  font-weight: bold;
  padding-left: 20%;
}
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .menu-column .column-list-wrapper {
  padding: 30px 0px 10px 0px;
  padding-left: 30%;
}
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .menu-column .simple-column-list-wrapper {
  padding: 30px 0px 10px 0px;
  padding-left: 20%;
}
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .menu-column .column-list {
  margin: 0px;
}
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .menu-column .simple-column-list {
  margin-left: 20px;
}
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .menu-column .column-item {
  width: 130px;
  height: 35px;
  white-space: nowrap;
  padding-bottom: 15px;
}
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .menu-column .simple-column-item {
  padding-bottom: 8px;
}
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu a:link,
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu a:hover,
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu a:active,
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu a:visited {
  color: #ffffff;
  text-decoration:none;
  outline: 0;
}
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .menu-column .column-item-image,
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .menu-column .column-item-text {
  display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline;
  vertical-align: middle;
}

.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .menu-column .column-item-image {
  margin-right: 4px;
  width: 36px;
  height: 35px;
}

.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .menu-column .column-item-text {
  line-height: 16px;
  width: 80px;
  white-space: normal;
}

.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .menu-column .image-column-wrapper {
  padding: 50px 0px 10px 0px;
  text-align: center;
}
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .menu-column .image-column-wrapper img {
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
}
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .menu-column .image-column-wrapper a:link,
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .menu-column .image-column-wrapper a:hover,
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .menu-column .image-column-wrapper a:active,
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .menu-column .image-column-wrapper a:visited {
  font-size: 20px;
  outline: 0;
}




.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .menu-column .products-list-wrapper {
  padding: 25px 0px 10px 0px;
  padding-left: 0px;
}
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .menu-column .products-list {
  margin-left: 0px;
}
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .menu-column .products-list-item {
  /*width: 130px;*/
  white-space: nowrap;
  /*padding-bottom: 10px;*/
  padding-bottom: 0px;
  display: block;
}

.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .products-list-item a:link,
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .products-list-item a:hover,
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .products-list-item a:active,
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .products-list-item a:visited {
  color: #fff;
  text-decoration:none;
  padding-left: 60px;
  padding-bottom: 10px;
  font-size: 13px;
  display: block;
  outline: 0;
}

.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .products-list-item a:hover {
  color: #848484;
  text-decoration: none;
  /*background: url(../img/menu-white-arrow.png) no-repeat left center;*/
}

.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .products-list-item a.selected:link,
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .products-list-item a.selected:hover,
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .products-list-item a.selected:active,
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .products-list-item a.selected:visited {
  color: #ffffff;
  text-decoration: none;
  /*background: url(../img/menu-white-arrow.png) no-repeat left center;*/
  outline: 0;
}

.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .products-list-item span {
  color: #ffffff;
  /*font-weight: bold;*/
  padding-left: 60px;
  padding-bottom: 20px;
  display: block;
  font-family: 'open_sansbold';
}


.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .menu-column .products-list-submenu {
  display: none;
}

.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .menu-column .products-list-submenu .products-list {
  margin-left: 0px;
}

.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .menu-column .products-list-submenu .products-list-item {
  width: 130px;
  white-space: nowrap;
  padding-bottom: 10px;
}

.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .products-list-submenu .products-list-item a:link,
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .products-list-submenu .products-list-item a:hover,
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .products-list-submenu .products-list-item a:active,
.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .products-list-submenu .products-list-item a:visited {
  color: #fff;
  text-decoration:none;
  padding-left: 60px;
  font-size: 13px;
  outline: 0;
}

.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .products-list-submenu .products-list-item a:hover {
  color: #848484;
  text-decoration: none;
}



#middleMenuDynamic,
#middleMenuDynamic2 {
  display: none;
  text-align: left;
}

#middleMenuDynamic a:link,
#middleMenuDynamic a:hover,
#middleMenuDynamic a:active,
#middleMenuDynamic a:visited,
#middleMenuDynamic2 a:link,
#middleMenuDynamic2 a:hover,
#middleMenuDynamic2 a:active,
#middleMenuDynamic2 a:visited {
  color: #848484;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  outline: 0;
}

#middleMenuDynamic p,
#middleMenuDynamic2 p {
  font-size: 13px;
  font-weight: normal;
}

#middleMenuDynamic img,
#middleMenuDynamic2 img {
  margin-right: 10px;
}


#middleMenuDynamic .products-list-item a:link,
#middleMenuDynamic .products-list-item a:hover,
#middleMenuDynamic .products-list-item a:active,
#middleMenuDynamic .products-list-item a:visited,
#middleMenuDynamic2 .products-list-item a:link,
#middleMenuDynamic2 .products-list-item a:hover,
#middleMenuDynamic2 .products-list-item a:active,
#middleMenuDynamic2 .products-list-item a:visited {
  color: #fff;
  text-decoration:none;
  padding-left: 60px;
  font-size: 13px;
  outline: 0;
  font-weight: normal;
}

#middleMenuDynamic .products-list-item a:hover,
#middleMenuDynamic2 .products-list-item a:hover {
  color: #848484;
  text-decoration: none;
}


.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .products-list-submenu .wrapper, 
#middleMenuDynamic .wrapper,
#middleMenuDynamic2 .wrapper {
  padding: 0px 30px 15px 60px;
}  

.main-menu .dropdown.main-menu-fullwidth .dropdown-menu .products-list-submenu .content, 
#middleMenuDynamic .content {
  padding: 0px 0px 20px 58px;
  background: url(../img/submenu-icon.png) no-repeat left top;
  border-bottom: 1px solid #000;
}
#middleMenuDynamic2 .content {
  padding: 0px 0px 20px 58px;
  background: url(../img/submenu_ppl.png) no-repeat left top;
  border-bottom: 1px solid #000;
}



@media (max-width: 969px) {
  .main-menu .dropdown.main-menu-fullwidth .dropdown-menu {
    width: auto;
  }
  .main-menu .main-menu-content {
    padding-left: 0;
    padding-right: 0;
  }
  .main-menu .dropdown-menu > li > ul {
    display: block;
  }
}


/* ----------------------- footer --------------------------- */

#footer {
  position: relative;
  margin-top: 80px;
/*  height: 300px; */
  clear: both;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #4E4E4E;
  background: url(../img/footer-bg.png) repeat left top;
  color: #fff;
  font-size: 11px;
} 

#footer a:link,
#footer a:hover,
#footer a:active,
#footer a:visited {
  color: #fff;
  text-decoration: none;
  font-size: 11px;
}
#footer a:hover {
  color: #ef0000;
}

#footer ul {
  margin: 0px;
}
#footer li {
  margin-left: 0px;
  list-style: none;
}
#footer .dashed-border {
  border-bottom: 1px dashed #fff;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#footer .grey {
  color: #999;
}

/* ----------------------- search form --------------------------- */

.search-form {
  padding-top: 19px;
}

.search-form .search-input {
  margin-left: 50px;
  width: 150px;
  background: transparent;
  color: #ffffff;
  font-size: 11px;
  font-family: 'open_sansregular';
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-radius: 0px 0px 10px 0px;
  border: 1px solid #ffffff;
  position: relative;
  behavior: url(css/PIE.htc);
}

/* ----------------------- carousel --------------------------- */

.carousel {
  margin-bottom: 0px;
}

.carousel .container {
  position: relative;
  z-index: 9;
}

.carousel-control {
  height: 80px;
  margin-top: 0;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
  background-color: transparent;
  border: 0;
  z-index: 9;
  padding: 30px 0px 10px 0px;
}

.carousel .item {
  height: 480px;
}
.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 480px;
  width:100%;
}

@media (min-width: 970px) {
  .carousel .item {
    left: 0 !important;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
  }
  .carousel-control {
    background-image: none !important;
  }
  .carousel .next.left, .carousel .prev.right {
    opacity: 1;
    z-index: 1;
  }
  .carousel .active.left, .carousel .active.right {
    opacity: 0;
    z-index: 2;
  }
}

.carousel-caption {
  background-color: transparent;
  position: static;
  max-width: 630px;
  padding: 0px;
  margin-top: 160px;
  margin-right: 10%;
}

.carousel-caption .title {
  display: block;
	font-family: 'open_sanslight';
  font-size: 40px;
  text-align: right;
  position: relative;
  width: 100%;
  outline: 0;
  height: 150px;
  line-height: 44px;
}

.carousel-caption .title-left {
  display: block;
	font-family: 'open_sanslight';
  font-size: 40px;
  text-align: left;
  position: relative;
  width: 100%;
  outline: 0;
  height: 150px;
  line-height: 44px;
}

.carousel-caption .title strong,
.carousel-caption .title-left strong {
	font-family: 'open_sansextrabold';
	font-weight: normal;
}

.carousel-caption .title .small,
.carousel-caption .title-left .small {
	font-family: 'open_sanslight';
	font-weight: normal;
	font-size: 26px;
}

.carousel-caption .dc-bg {
  background: transparent url(../img/data-center.png) no-repeat left top;
}

.carousel-caption .title .content,
.carousel-caption .title-left .content {
  padding: 46px 0px 0px 124px;
  color: #fff;
  margin: 0px;
  display: block;
}

.carousel-caption .title .white,
.carousel-caption .title-left .white {
  color: #fff;
}

.carousel-caption .title .black,
.carousel-caption .title-left .black {
  color: #000;
}

.carousel-caption .title .content .bold,
.carousel-caption .title-left .content .bold {
  padding: 10px 0px 0px 0px;
  display: block;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
}

.carousel-caption .title .content .dashed,
.carousel-caption .title-left .content .dashed {
  background: transparent url(../img/top-border-bg.png) no-repeat left top;
}


.carousel-caption h1,
.carousel-caption .lead {
  margin: 0;
  line-height: 1.25;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
}
.carousel-caption .btn {
  margin-top: 10px;
}

.carousel-indicators.middle {
  top: auto;
  bottom: 15px;
  text-align: center;
}
.carousel-indicators.middle li {
  background:rgb(204,204,204);
  background: transparent\9;
  background:rgba(204,204,204,0.25);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3fCCCCCC,endColorstr=#3fCCCCCC);
  zoom: 1;
  cursor: pointer;
}
.carousel-indicators.middle li.active {
  background-color: #ffffff;
}


.carousel .link-container {
  height: 450px;
}

.carousel a.slide-link {
  width: 95%;
  height: 440px;
  display: block;
  text-decoration: none;
  outline: none;
}

.carousel-indicators li {
  margin-right: 0px;
}


#slide01 {
  background: url(../img/slides/slide-01.jpg) no-repeat center center;
}
#slide02 {
  background: url(../img/slides/slide-02.jpg) no-repeat center center;
}
#slide03 {
  background: url(../img/slides/slide-03.jpg) no-repeat center center;
}
#slide04 {
  background: url(../img/slides/slide-04.jpg) no-repeat center center;
}
#slide05 {
  background: url(../img/slides/slide-05.jpg) no-repeat center center;
}
#slide06 {
  background: url(../img/slides/slide-06.jpg) no-repeat center center;
}
#slide07 {
  background: url(../img/slides/slide-07.jpg) no-repeat center center;
}
#slide08 {
  background: url(../img/slides/slide-08.jpg) no-repeat center center;
}
#slide09 {
  background: url(../img/slides/slide-09.jpg) no-repeat center center;
}
#slide10 {
  background: url(../img/slides/slide-10.jpg) no-repeat center center;
}
#slide11 {
  background: url(../img/slides/slide-11.jpg) no-repeat center center;
}
@media (max-width: 1300px) {
  #slide01 {
    background: url(../img/slides/slide-01-1200.jpg) no-repeat center center;
  }
  #slide02 {
    background: url(../img/slides/slide-02-1200.jpg) no-repeat center center;
  }
  #slide03 {
    background: url(../img/slides/slide-03-1200.jpg) no-repeat center center;
  }
  #slide04 {
    background: url(../img/slides/slide-04-1200.jpg) no-repeat center center;
  }
  #slide05 {
    background: url(../img/slides/slide-05-1200.jpg) no-repeat center center;
  }
  #slide06 {
    background: url(../img/slides/slide-06-1200.jpg) no-repeat center center;
  }
  #slide07 {
    background: url(../img/slides/slide-07-1200.jpg) no-repeat center center;
  }
  #slide08 {
    background: url(../img/slides/slide-08-1200.jpg) no-repeat center center;
  }
  #slide09 {
    background: url(../img/slides/slide-09-1200.jpg) no-repeat center center;
  }
  #slide10 {
	background: url(../img/slides/slide-10-1200.jpg) no-repeat center center;
	}
	#slide11 {
	background: url(../img/slides/slide-11-1200.jpg) no-repeat center center;
	}
  
  .carousel .item {
    height: 400px;
  }
  .carousel img {
    height: 400px;
  }

  .carousel-caption {
    margin-top: 110px;
    margin-right: 5%;
  }
 
  .carousel-caption .title .content,
  .carousel-caption .title-left .content {
    padding: 46px 0px 0px 54px;
  }

  .carousel-caption .title {
    font-size: 36px;
    line-height: 40px;
  }

  .carousel-caption .title-left {
    font-size: 36px;
    line-height: 40px;
  }

  .carousel-caption .title .small,
  .carousel-caption .title-left .small {
    font-size: 22px;
    line-height: 36px;
  }
 
}



@media (max-width: 969px) {
  #slide01 {
    background: url(../img/slides/slide-01-979.jpg) no-repeat center center;
  }
  #slide02 {
    background: url(../img/slides/slide-02-979.jpg) no-repeat center center;
  }
  #slide03 {
    background: url(../img/slides/slide-03-979.jpg) no-repeat center center;
  }
  #slide04 {
    background: url(../img/slides/slide-04-979.jpg) no-repeat center center;
  }
  #slide05 {
    background: url(../img/slides/slide-05-979.jpg) no-repeat center center;
  }
  #slide06 {
    background: url(../img/slides/slide-06-979.jpg) no-repeat center center;
  }
  #slide07 {
    background: url(../img/slides/slide-07-979.jpg) no-repeat center center;
  }
  #slide08 {
    background: url(../img/slides/slide-08-979.jpg) no-repeat center center;
  }
  #slide09 {
    background: url(../img/slides/slide-09-979.jpg) no-repeat center center;
  }
  #slide10 {
	background: url(../img/slides/slide-10-979.jpg) no-repeat center center;
	}
	#slide11 {
	background: url(../img/slides/slide-11-979.jpg) no-repeat center center;
	}
  
  .carousel .item {
    height: 320px;
  }
  .carousel img {
    height: 320px;
  }

  .carousel-caption {
    margin-top: 50px;
    margin-right: 5%;
  }
 
  .carousel-caption .title .content,
  .carousel-caption .title-left .content {
    padding: 46px 0px 0px 54px;
  }

  .carousel-caption .title {
    font-size: 30px;
    line-height: 34px;
  }

  .carousel-caption .title-left {
    font-size: 30px;
    line-height: 34px;
  }

  .carousel-caption .title .small,
  .carousel-caption .title-left .small {
    font-size: 16px;
    line-height: 30px;
  }
 
}

@media (max-width: 767px) {
  #slide01 {
    background: url(../img/slides/slide-01-767.jpg) no-repeat center center;
  }
  #slide02 {
    background: url(../img/slides/slide-02-767.jpg) no-repeat center center;
  }
  #slide03 {
    background: url(../img/slides/slide-03-767.jpg) no-repeat center center;
  }
  #slide04 {
    background: url(../img/slides/slide-04-767.jpg) no-repeat center center;
  }
  #slide05 {
    background: url(../img/slides/slide-05-767.jpg) no-repeat center center;
  }
  #slide06 {
    background: url(../img/slides/slide-06-767.jpg) no-repeat center center;
  }
  #slide07 {
    background: url(../img/slides/slide-07-767.jpg) no-repeat center center;
  }
  #slide08 {
    background: url(../img/slides/slide-08-767.jpg) no-repeat center center;
  }
  #slide09 {
    background: url(../img/slides/slide-09-767.jpg) no-repeat center center;
  }
#slide10 {
	background: url(../img/slides/slide-10-767.jpg) no-repeat center center;
} 
#slide11 {
  background: url(../img/slides/slide-11-767.jpg) no-repeat center center;
} 
  .carousel .item {
    height: 260px;
  }
  .carousel img {
    height: 260px;
  }

  .carousel-caption {
    margin-top: 40px;
    margin-right: 5%;
  }
 
  .carousel-caption .title .content,
  .carousel-caption .title-left .content {
    padding: 46px 0px 0px 54px;
  }

  .carousel-caption .title {
    font-size: 24px;
    line-height: 28px;
  }

  .carousel-caption .title-left {
    font-size: 24px;
    line-height: 28px;
  }

  .carousel-caption .title .small,
  .carousel-caption .title-left .small {
    font-size: 14px;
    line-height: 26px;
  }

  .indicators-wrapper {
    display: none;
  }
}

@media (max-width: 480px) {
  #slide01 {
    background: url(../img/slides/slide-01-480.jpg) no-repeat center center;
  }
  #slide02 {
    background: url(../img/slides/slide-02-480.jpg) no-repeat center center;
  }
  #slide03 {
    background: url(../img/slides/slide-03-480.jpg) no-repeat center center;
  }
  #slide04 {
    background: url(../img/slides/slide-04-480.jpg) no-repeat center center;
  }
  #slide05 {
    background: url(../img/slides/slide-05-480.jpg) no-repeat center center;
  }
  #slide06 {
    background: url(../img/slides/slide-06-480.jpg) no-repeat center center;
  }
  #slide07 {
    background: url(../img/slides/slide-07-480.jpg) no-repeat center center;
  }
  #slide08 {
    background: url(../img/slides/slide-08-480.jpg) no-repeat center center;
  }
  #slide09 {
    background: url(../img/slides/slide-09-480.jpg) no-repeat center center;
  }
  #slide10 {
	background: url(../img/slides/slide-10-480.jpg) no-repeat center center;
	}
	#slide11 {
	background: url(../img/slides/slide-11-480.jpg) no-repeat center center;
	}
  .carousel .item {
    height: 170px;
  }
  .carousel img {
    height: 170px;
  }

  .carousel-caption {
    margin-top: 60px;
    margin-right: 2%;
  }
 
  .carousel-caption .title .content,
  .carousel-caption .title-left .content {
    padding: 0px 0px 0px 20px;
  }

  .carousel-caption .title {
    font-size: 18px;
    line-height: 22px;
    height: 50px;
  }

  .carousel-caption .title-left {
    font-size: 18px;
    line-height: 22px;
    height: 50px;
  }

  .carousel-caption .title .small,
  .carousel-caption .title-left .small {
    font-size: 12px;
    line-height: 20px;
  }

  .carousel-control {
    height: 60px;
  }
  
  .indicators-wrapper {
    display: none;
  }
  
}


/* ----------------------- sectors --------------------------- */


.sectors-wrapper2 {
  background: url(../img/sectors-wrapper-bg.png) repeat-x left top;
}

.row-fluid .sector-box { 
  width: 20%;
  margin-left: 0;
  position: relative;
  height: 350px;
  float: left;
}

.row-fluid .sector-box a:link,
.row-fluid .sector-box a:hover,
.row-fluid .sector-box a:active,
.row-fluid .sector-box a:visited {
  color: #5a5a5a;
  text-decoration: none;
  outline: 0;
  display: block;
  height: 350px;
}

.row-fluid .sector-box a:hover {
  background: url(../img/sector-link-bg.png) repeat-x left top;
}

.row-fluid .sector-box p.sector-name {
  color: #3a3a3a;
  padding-top: 10px;
  font-family: 'open_sanslight';
  font-size: 18px;
  margin-bottom: 40px;
}

.row-fluid .sector-box a:hover > p.sector-name {
  color: #fff;
}

.row-fluid .sector-box p.sector-info {
  font-size: 12px;
  padding: 25px;
  color: #3a3a3a;
}

.sectors-wrapper {
  padding: 20px 0px 40px 0px;
  margin: 0px;
  background: url(../img/sectors-bg.png) repeat left top;
}

.sectors .row {
  margin-left: 0px;
}

.sectors .span2 {
  /*
  margin-left: 10px;
  width: 17.94871794871795%;
  *width: 17.884615384615383%;
  */
  margin-left: 0px;
  width: 20%;
  *width: 20%;
}
.sectors .span2 .wrapper {
  width: 80%;
}

.sectors .span3 .first {
  margin-right: 30px;
}
.sectors .span3 .middle1 {
  margin-left: 10px;
  margin-right: 20px;
}
.sectors .span3 .middle2 {
  margin-left: 20px;
  margin-right: 10px;
}
.sectors .span3 .last {
  margin-left: 30px;
}

.sectors h3 {
  font-weight: normal;
  padding-left: 0px;
  font-size: 21px;
  margin-bottom: 4px;
}
.sectors .span2 p {
  padding: 0px;
  height: 190px;
  overflow: hidden;
  font-size: 12px;
  margin-bottom: 15px;
  line-height: 17px;
}

.sectors img {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px dashed #000;
}



/* ---------------------- section-title ------------------------- */

.section-title {
  margin: 20px 0px;
  background: url(../img/section-title-bg.png) repeat-x left center;
}

.section-title .container {
  background: none;
}

.section-title .container span {
  background-color: #fff;
  padding: 0px 60px 0px 30px;
  font-size: 20px;
}

.section-title-solid {
  margin: 20px 0px;
  background: url(../img/section-title-s-bg.png) repeat-x left center;
}

.section-title-solid .container {
  background: none;
}

.section-title-solid .container span {
  background-color: #fff;
  padding: 0px 60px 0px 30px;
  font-size: 20px;
}


/* ----------------------- breadcrumbs --------------------------- */

.breadcrumb-wrapper {
  margin: 0px;
  background: url(../img/breadcrumbs-bg.png) repeat-x left top;
height: 72px;
}

.breadcrumb-wrapper .page-title {
	/*margin-top: 26px;*/
	font-size: 18px;
	/*width: 40%;*/
	margin-top: 20px;
}

.breadcrumb {
  text-align: right;
  background: transparent;
  margin-bottom: 18px;
margin-top: 12px;
}

.breadcrumb li {
  /*padding-top: 18px;*/
  font-size: 11px;
  /*font-family: 'open_sanslight';*/
}

.breadcrumb li .divider {
	color: #5a5a5a;
}

.breadcrumb li.active {
  color: #000;
  font-weight: bold;
}

.breadcrumb li a:link,
.breadcrumb li a:hover,
.breadcrumb li a:active,
.breadcrumb li a:visited {
	color: #5a5a5a;
}

@media (max-width: 1100px) {
  .breadcrumb-wrapper .page-title {
    margin-top: 8px;
    font-size: 18px;
    /*width: 100%;*/
  }
  .breadcrumb {
	  margin-top: 0px;
  }
  .breadcrumb li {
    padding-top: 0px;
  }
}

/* ----------------------- cloud --------------------------- */

.cloud-wrapper {
  margin: 0px;
  /*margin-bottom: 50px;*/
  /*border-bottom: 1px solid #ebebeb;*/
  padding: 30px 0px 20px 0px;
}

.circles-mixed-bg {
  background: url(../img/circles-mixed.png) no-repeat left center;
}
.circles-bg {
  background: url(../img/circles.png) no-repeat right center;  
}
.circles-mixed-bg.narrow {
  width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.circles-bg p {
  font-size: 18px;
  color: #7d7d7d;
  padding: 0px;
  margin: 0px;
}

.cloud-wrapper a.cloud-link:link,
.cloud-wrapper a.cloud-link:hover,
.cloud-wrapper a.cloud-link:active,
.cloud-wrapper a.cloud-link:visited {
  font-size: 18px;
  letter-spacing: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #5f5f5f;
}

.cloud-wrapper a.cloud-link:hover {
  color: #ef0000;
}

.cloud-wrapper span {
  color: #7d7d7d;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .cloud-wrapper span {
    font-size: 18px;
  }
}




@media (max-width: 1100px) {
  .cloud-wrapper a.cloud-link:link,
  .cloud-wrapper a.cloud-link:hover,
  .cloud-wrapper a.cloud-link:active,
  .cloud-wrapper a.cloud-link:visited {
    font-size: 16px;
    letter-spacing: 10px;
    font-weight: normal;
    text-decoration: none;
    color: #5f5f5f;
  }

  .cloud-wrapper a.cloud-link:hover {
    color: #ef0000;
  }
}


/* ----------------------- what's new --------------------------- */

.whatsnew p.news-title {
  font-family: 'open_sanslight';
  font-size: 23px;
  color: #000;
  padding-top: 70px;
  line-height: 28px;
}

.whatsnew p.news-title strong {
  font-size: 23px;
  font-family: 'open_sansbold';
}

.whatsnew p.news-intro {
  font-family: 'open_sanslight';
  font-size: 17px;
  color: #000;
  line-height: 24px;
  padding-top: 20px;
}
.whatsnew.datacenter .simple-link-w h3 {
	line-height: 20px;
}
.whatsnew.datacenter .simple-link-w small {
	margin-top: -10px;
    display: block;
    font-size: 13px;
}


/* ----------------------- latest-news --------------------------- */

.circle-bg {
  height: 520px;
  width: 520px;
  background: url(../img/circle-bg.png) no-repeat center center;
  text-align: left;
  position: relative;
}

.news-teaser {
  position: absolute;
  left: 90px;
  top: 130px;
  width: 360px;
  height: 260px;
  display: table;
}

.news-teaser p {
  display: table-cell; 
  vertical-align: middle; 
  text-align: left; 
}

.news-teaser p a:link,
.news-teaser p a:hover,
.news-teaser p a:active,
.news-teaser p a:visited {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
}

.big-news-title {
  text-align: right;
  padding-top: 80px;
  padding-right: 100px;
}

.big-news-title a:link,
.big-news-title a:hover,
.big-news-title a:active,
.big-news-title a:visited {
  color: #000;
  text-decoration: none;
  font-size: 38px;
  line-height: 46px;
}

.big-news-title a strong {
  color: #000;
  font-size: 38px;
  line-height: 46px;
  font-family: 'open_sansbold';
}


/* ----------------------- career --------------------------- */

.career-wrapper {
  margin: 30px 0px 0px 0px;
  padding-top: 30px;
  border-top: 1px dashed #a1a1a1;
}

.career-bg {
  height: 598px;
  width: 450px;
  background: url(../img/career.png) no-repeat center center;
  position: relative;
}

.career-info-wrapper {
  height: 598px;
  width: 450px;
  text-align: left;
  position: relative;
}

.career-info {
  position: absolute;
  left: 40px;
  top: 130px;
  width: 320px;
  height: 260px;
  display: table;
}

.career-info p {
  display: table-cell; 
  vertical-align: middle; 
  text-align: left; 
  color: #000;
}

.career-info p .header {
  font-size: 32px;
  line-height: 60px;
  padding-bottom: 30px;
  display: block;
}

.career-info p a:link,
.career-info p a:hover,
.career-info p a:active,
.career-info p a:visited {
  text-decoration: none;
  font-size: 16px;
  color: #000;
}

/* ----------------------- clients --------------------------- */

.clients-wrapper {
  margin: 30px 0px 0px 0px;
  padding-top: 30px;
  /*background: url(../img/clients-bg.png) repeat left top;*/
}

.clients-wrapper p a:link,
.clients-wrapper p a:hover,
.clients-wrapper p a:active,
.clients-wrapper p a:visited {
  text-decoration: none;
  font-size: 16px;
  color: #000;
}

.clients-wrapper .slides {
  margin-top: 30px;
  margin-bottom: 30px;
}


.gray-line {
  margin: 50px 0px 50px 0px;
  border-bottom: 1px solid #ebebeb;
}

.gray-line30 {
  margin: 30px 0px 30px 0px;
  border-bottom: 1px solid #ebebeb;
}

.dotted-line {
  margin: 50px 0px 50px 0px;
  border-bottom: 1px dotted #000;
}

a.simple-link:link,
a.simple-link:hover,
a.simple-link:active,
a.simple-link:visited {
  color: #000;
  text-decoration: none;
  outline: 0;
}

a.simple-link-w:link,
a.simple-link-w:hover,
a.simple-link-w:active,
a.simple-link-w:visited {
  color: #fff;
  text-decoration: none;
  outline: 0;
}

a.simple-link-g:link,
a.simple-link-g:hover,
a.simple-link-g:active,
a.simple-link-g:visited {
  color: #5a5a5a;
  text-decoration: none;
  outline: 0;
}

.wrapper2 > a.simple-link-w {
  display: block;
  margin-left: -70px;
  padding-left: 70px
}

.wrapper > a.simple-link-w {
  display: block;
  margin-left: -70px;
  padding-left: 70px
}

.red {
	color: #FE0000; 
}

.white-box {
	border: 1px solid #d7d7d7;
	width: 70%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fff;
}

.red-submenu-arrow {
  font-size: 16px;
  font-weight: normal;
  color: #ef0000;
  padding-left: 5px;
}

.spacer5 {
  margin-top: 5px;
}

.padded5 {
  padding: 5px;
}

/* ----------------------- cookies --------------------------- */

#cookies-notice {
  box-shadow: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: transparent\9;
  background:rgba(0,0,0,0.8);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000,endColorstr=#cc000000);
  zoom: 1;
  position: fixed; 
  bottom: 50px;
  right: 50px;
  color: #fff;
  display: none;
  z-index: 100;
  width: 20%;
  font-size: 10px;
  padding: 15px 20px;
  behavior: url(css/PIE.htc);
}

#cookies-notice a:link,
#cookies-notice a:hover,
#cookies-notice a:active,
#cookies-notice a:visited {
  color: #fff;
  text-decoration: underline;
  outline: 0;
}

#cookies-notice a.accept-link span {
  font-size: 10px;
  border: 1px solid #fff;
  margin-left: 8px;
  padding: 4px 6px 2px 6px;
}

#cookies-notice a.accept-link:link,
#cookies-notice a.accept-link:hover,
#cookies-notice a.accept-link:active,
#cookies-notice a.accept-link:visited {
  color: #fff;
  text-decoration: none;
  outline: 0;
  font-size: 11px;
}

#infoModal {
	background: rgba(0,0,0,0.8);
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    display: none;
    z-index: 100;
    width: 100%;
    font-size: 20px;
    line-height: 2;
    padding: 20px 100px;
}

#infoModal a.accept-link span {
  font-size: 15px;
  border: 1px solid #fff;
  margin-left: 8px;
  padding: 4px 6px 2px 6px;
}

#infoModal a.accept-link:link,
#infoModal a.accept-link:hover,
#infoModal a.accept-link:active,
#infoModal a.accept-link:visited {
  color: #fff;
  text-decoration: none;
  outline: 0;
  font-size: 16px;
}

@media (max-width: 969px) {
  .sector-icon {
    margin: 0px 10px 10px 10px;
  }
  
  .sectors-wrapper2 {
    background: none;
  }

  .row-fluid .sector-box {
    display: block;
    float: none;
    width: 100%;
    height: auto;
  }
  
  .row-fluid .sector-box a:link,
  .row-fluid .sector-box a:hover,
  .row-fluid .sector-box a:active,
  .row-fluid .sector-box a:visited {
    color: #5a5a5a;
    text-decoration: none;
    outline: 0;
    display: block;
    height: auto;
    background: url(../img/sector-link-bg-m.png) repeat-x left top;
  }

  .row-fluid .sector-box a:hover > p.sector-name {
    color: #3a3a3a;
  }

  .row-fluid .sector-box img.center-block {
    display:block;
  }

  .row-fluid .sector-box p.sector-info {
    font-size: 11px;
    padding: 10px 5px 10px 10px;
    color: #3a3a3a;
  }
  .row-fluid .sector-box p.sector-name {
    color: #3a3a3a;
    padding-top: 5px;
    font-family: 'open_sanslight';
    font-size: 13px;
    margin-bottom: 20px;
  }

  .whatsnew p.news-title,
  .whatsnew p.news-intro {
    padding: 10px;
  }

  #footer {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
  }
  
  .big-news-title {
    padding-left: 10px;
    padding-top: 0px;
    text-align: left;
    display: block;
  }

  .gray-line30 {
    border-bottom: 1px solid #EBEBEB;
    margin: 20px 0;
  }


  .section-title-solid {
    margin-top: 30px;
  }
  .section-title-solid .container span {
    background-color: #FFFFFF;
    font-size: 20px;
    padding: 0px 20px 0px 10px;
    margin-left: 20px;
  }

  .big-news-title a:link, 
  .big-news-title a:hover, 
  .big-news-title a:active, 
  .big-news-title a:visited {
    color: #000000;
    font-size: 22px;
    line-height: 26px;
    text-decoration: none;
  }

  .big-news-title a strong {
    color: #000;
    font-family: 'open_sansbold';
    font-size: 22px;
    line-height: 26px;
  }

  .whatsnew p.news-title {
    color: #000;
    font-family: 'open_sanslight';
    font-size: 15px;
    line-height: 22px;
    padding-top: 20px;
  }

  .whatsnew p.news-intro {
    color: #000;
    font-family: 'open_sanslight';
    font-size: 12px;
    line-height: 18px;
    padding-top: 0px;
  }  
  
  .content-wrapper {
    padding: 0px;
  }

  .breadcrumb-wrapper {
    margin: 0px;
    background: url(../img/breadcrumbs-bg.png) repeat-x left bottom;
  }

  .breadcrumb-wrapper .page-title {
    margin-top: 0px;
    padding: 15px 0px 15px 10px;
    font-size: 16px;
  }
  
  .container.center-left {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container.center-left:first-child {
    padding-left: 0px;
    padding-right: 0px;
  }
  .container.center-left:first-child p {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  #cookies-notice, #infoModal  {
    box-shadow: none;
    background-color: #000;
    position: relative; 
    color: #fff;
    display: none;
    z-index: 100;
    width: auto;
    top: 0px;
    left: 0px;
    font-size: 10px;
    padding: 5px 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }

  #cookies-notice a:link,
  #cookies-notice a:hover,
  #cookies-notice a:active,
  #cookies-notice a:visited {
    color: #fff;
    text-decoration: underline;
    outline: 0;
  }

  #cookies-notice a.accept-link span {
    font-size: 10px;
    border: 1px solid #fff;
    margin-left: 8px;
    padding: 4px 6px 2px 6px;
  }

  #cookies-notice a.accept-link:link,
  #cookies-notice a.accept-link:hover,
  #cookies-notice a.accept-link:active,
  #cookies-notice a.accept-link:visited {
    color: #fff;
    text-decoration: none;
    outline: 0;
    font-size: 11px;
  }

  #cookies-notice .span2,
  #cookies-notice img {
    display: none;
  }

  .carousel-control {
    padding-top: 0px;
  }

}

body #lightbox {
  z-index: 1000;
}

body #lightbox img {
  border: none;
}

.mod-languages {
  float: right;
  display: inline;
  padding-top: 23px;
}

@media (max-width: 969px) {
  .mod-languages {
    float: right;
    display: inline;
    padding: 13px;
  }
  .mod-languages ul {
    list-style-type: none;
  }
}.whatsnew .wrapper {	padding: 0 10px 0 55px;    font-size: 18px;	position:relative;}.whatsnew .wrapper a span {    background-size:38px 38px !important; background: transparent url(../img/circle-arrow.png) no-repeat left center;    display: block;    height: 38px;    /* float: left; */    position: absolute;    width: 38px;    left: 0;    top: 0;	-moz-transition: -moz-transform ease 0.6s;	-webkit-transition: -webkit-transform ease 0.6s;	-o-transition: -o-transform ease 0.6s;	-ms-transition: -ms-transform ease 0.6s;	transition: transform ease 0.6s;}.whatsnew .wrapper a {	color:#000;}
.whatsnew .wrapper a:hover span {    -moz-transform: translate(15px);    -webkit-transform: translate(15px);    -o-transform: translate(15px);    -ms-transform: translate(15px);    transform: translate(15px);}.whatsnew .wrapper h3 {	font-size:16px;}.whatsnew .wrapper p {	font-size: 14px;}
.wrapper .panel-dropdown {	position: absolute;    top: 35px;	cursor:pointer;}@media (max-width: 969px) {	.whatsnew div:nth-of-type(1) {		float: right;	}	.whatsnew div:nth-of-type(2) {		float: left !important;	}	.wrapper { float:left !important; }	.whatsnew .wrapper a span { top: 10px; }	.container img {		max-width:100%;		max-height:100%;	}		.panel-dropdown { 		width: 100%;		font-size: 10px !important;		line-height: 18px;		top: 40px !important;	}	}

@media (max-width: 480px) {
  .breadcrumb-wrapper .page-title {
    font-size: 0px;
  }
}
@media (max-width: 320px) {	.container img {		 margin-top: 50px;	}}
#lightbox img {top:7vh !important;}
#card-bar {
	position: fixed;
    bottom: 0;
    background-color: #fe0100;
    width: 100%;
    color: #fff;
    padding: 20px;
    text-align: center;
	cursor:pointer;
	font-family: 'open_sanslight';
	font-size: 140%;
    font-weight: 700;    
}

.lightbox-close {
    right: 4%;
    top: 0%;
}
.video-slide .container.link-container {
	position: absolute;
    top: 50px;
    right: 50px;
}
.video-slide .title .content strong {
	background: rgba(0,0,0,0.2);
    line-height: 58px;
}
#redform {
	/*margin-left: 15px;
	margin-right: 15px;*/
	border: 5px solid rgb(255, 138, 128);
}
#redform label {
	font-size: 18px;
    font-weight: 900;
	float: left;
}
#redform .label {
    color: #000;
    background: none;
	margin-left: 25px;
}
#redform input[type="text"] {
    border-radius: 0;
    height: 30px;
    line-height: 24px;
	font-size:24px;
	width: 100%
}
#redform .fieldline {
    margin: 15px;
    width: 80%;
	position: relative;
	left: 50px;
}
#redform .fieldinfo span {
	margin-left:15px;
}
#redform .fieldoption {
	font-size: 18px;
	margin-top: 15px;
    margin-bottom: 15px;
}
#redform input[type="radio"],
#redform input[type="checkbox"] {
	width: 25px;
    height: 25px;
	margin-right: 15px;
    margin-top: 0px;
}
.ankieta input[type="submit"] {
	font-size: 24px;
    padding: 15px;
}

form.ankieta{
	background-color: rgb(255, 233, 231);
	padding-bottom: 50px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
	max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    /*margin-top: -80px;*/
}
#redform-container {
	max-width: 700px;
}
#redform .type-emailform-field{
	/*margin-top: 100px;*/
}	
#redform .row {
	margin: 0 auto;
}
#redform .readonly-field {
	width:500px;
}
#redform .readonly-field.warning textarea {
	background-color: rgba(219, 68, 55, 0.5);
    color: #000;
    font-weight: 700;
    padding: 25px 25px;
    height: 70px;
}
#redform-custom #submit_button,
#redform #submit_button {
	clear: both;
    float: none;
    width: 100%;
	text-align:right;
}
#redform-custom #submit_button input,
#redform #submit_button input {
    background: #ff8a80;
    box-shadow: none;
    border: none;
    padding: 50px 100px;
    font-size: 3rem;
    color: #fff;	
	position: relative;
    top: -5px;
}
#redform-custom #submit_button input:hover,
#redform #submit_button input:hover {
	color: #ff8a80;
	background: #fff;
	box-shadow: inset 0 0 0 5px #ff8a80;
}
#redform .fieldline label {
	white-space: pre-wrap;
}
#redform .fieldinfo {
	float: left;
    position: absolute;
    top: 3px;
    left: -12px;
}
#redform-custom .form-info.warning {
	color: #db4437;
    font-size: 1.4rem;
    line-height: 2;
}
#redform-custom .label label {
	background-color: #ccc;
    padding: 10px;
    position: relative;
    bottom: -12px;
}
.btn-primary{
	background-color: #ee5f5b !important;
    background-image: -moz-linear-gradient(top,#08c,#04c) !important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#ee5f5b)) !important;
    background-image: -webkit-linear-gradient(top,#ee5f5b,#ee5f5b) !important;
    background-image: -o-linear-gradient(top,#08c,#04c) !important;
    background-image: linear-gradient(to bottom,#ee5f5b,#ee5f5b) !important;
    border-color: #ee5f5b #ee5f5b #ee5f5b !important;
}

form.ankieta .submitformankieta{
	text-align: center;
}
.tint-white {
	background-color:#fff;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	flex-wrap: wrap;
}
.row.display-flex {
	display: flex;
	flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
	display: flex;
}
.row.display-flex.flex-direction-column {
	flex-direction: column;
}
.grupa-kapitalowa-wasko {
	background: transparent url(../img/group/bg.jpg) repeat top center;
}
#capital-group-presentation-header {
	padding-right:0;
}
.capital-group-banner {
	background:transparent url(../img/group/baner_gk.jpg) no-repeat top center;
	text-transform:uppercase;
	text-align:center;
	min-height:230px;
	margin-bottom: 50px;
}
.capital-group-banner div {
	width: 100%;
    text-align: center;
    padding-top: 75px;
    color: #fff !important;
    font-weight: 900;
    border: none;
}
.capital-group-banner h1 {
	width: 100%;
    text-align: center;
    color: #fff !important;
    font-weight: 900;
    border: none;	
	background:none !important;
	font-family:'open_sansextrabold', sans-serif !important;
}
#capital-group-presentation .row.display-flex {
	justify-content: center;
}
#capital-group-presentation .panel {
	width:300px;
	background-color:#fff;	
	border:1px solid #eef9f9;
	box-sizing: border-box;
	line-height: 2;
	position: relative;
	transition:all 0.25s ease-in;
	z-index:9900;
	font-family:'open_sansbold', sans-serif;
}
#capital-group-presentation .panel small {
	text-transform:uppercase;
}
#capital-group-presentation .panel-body {
	padding: 50px 35px;
	color:#000;
}
#capital-group-presentation .panel-body .img-tint {
    position: relative;
    left: -36px;
    display: block;
    width: 100%;
    padding-left: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-left: 1px solid #eef9f9;
}
#capital-group-presentation .panel-body img {
	width:auto;
	height:35px;
}
#capital-group-presentation .panel-body strong {
	font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
    word-break: break-word;
} 
#capital-group-presentation .panel-body small {
	font-size: 12px;
    font-weight: 700;
	font-family:'open_sansregular', sans-serif;
    letter-spacing: 2px;
}
#capital-group-presentation .panel-body img, 
#capital-group-presentation .panel-body strong, 
#capital-group-presentation .panel-body small {
	display:block;
}
#capital-group-presentation .panel-body strong {
	margin-top:30px;
}
#capital-group-presentation .panel-body small,
#capital-group-presentation .panel-icons,
#capital-group-presentation a.btn-go {
	margin-top: 15px;
}
#capital-group-presentation {}
#capital-group-presentation .panel-icons {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
#capital-group-presentation .panel-icons a {
	display:inline-block;
	visibility:hidden;
    background-color: #fff;
    border-radius: 250px;
    width: 20px;
    height: 28px;
    padding: 1px 5px;
    text-align: center;
}
#capital-group-presentation .panel-icons i {
	font-size:16px;
	color:#f00;
}
#capital-group-presentation a.btn-go {
	display:block;
	width:41px;
	height:41px;
	background-color:transparent;
	background-image:url(../img/group/arrow.png);
	background-repeat:no-repeat;
	background-position:top left;
	border-radius:50px;
	border:none;
	box-shadow: none;
	padding:0;
    position: absolute;
	bottom: 25px;
	transition:all 0.2s ease-out;
}
#capital-group-presentation a.btn-go span {
	display:none;
    text-align: center;
    padding-top: 10px;
	padding-left:25px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
	box-shadow: none;
    text-shadow: none;
	transition:all 0.5s ease-in;
}
#capital-group-presentation .panel:hover {
	background-color:#ff0000;
	border-color:transparent;
	transform:scale(1.1);
	z-index:9999;
}
#capital-group-presentation .panel:hover .panel-body {
	color:#fff;
}
#capital-group-presentation .panel:hover .panel-body img:not(.img-icon) {
	background-color:#fff;
}
#capital-group-presentation .panel:hover .panel-body small {
	font-weight:500;
}
#capital-group-presentation .panel:hover .panel-body .img-tint {
	border:none;
}
#capital-group-presentation .panel:hover .panel-icons a {
	visibility:visible;
}
#capital-group-presentation .panel:hover a.btn-go {
	background-image: url(../img/group/arrow_hover.png);
	width:172px;
	background-color:#ffffff38;	
}
#capital-group-presentation .panel:hover a.btn-go span {
	display:inline-block;
	border-radius: 50px;
}
.tile-recruitment .panel {
	background:#fff url(../img/group/bg_tile_recruitment.jpg) no-repeat top center;	
	background-size:cover;
}
.tile-recruitment .panel-body {
	padding: 0 !important;
    position: absolute;
    display: inline-block;
    height: 100%;
    background-color: #00000075;
}
.tile-recruitment .panel-mask {
	padding: 120px 25px;
	color:#fff;
}
.tile-recruitment .panel-mask strong {
    font-weight: 900 !important;
    text-transform: uppercase !important;
    font-family: 'opensans_extrabold', sans-serif !important;	
}
.tile-recruitment .panel-mask span {
	font-weight: 700 !important;
}
.tile-recruitment .panel-mask strong,
.tile-recruitment .panel-mask span {
	text-shadow:none !important;
}
.tile-recruitment i {
    color: #fff;
	font-size: 48px;
}
.tile-recruitment .panel a.btn-go {
	background-image: url(../img/group/arrow_hover.png) !important;
}
.clearfix {
	clear:both;
}
@media screen and (max-width: 450px) and (orientation: portrait) {
	.row.display-flex > [class*='col-'] {
		margin-top: 15px;
	}	
	.tile-recruitment .panel {
		height:75%;
	}
	.text-sm-justify {
		text-align:justify;
	}
}
#nav-m .dropdown-backdrop {
	display:none;
}
.table-content .row .span6:first-of-type {
	font-weight:900;
}

/* ------------- 70-lat ----------- */
.anniversary {
	height: auto;
	width: 100%;
	position: relative;
}
.anniversary img {
	min-height: 300px;
	object-fit: fill;
}
.anniversary .whatsnew {
	position: absolute;
	bottom: 30px;
	right: 10px;
}
.anniversary .whatsnew p.news-title,
.anniversary .whatsnew p.news-intro,
.anniversary .whatsnew .wrapper a {
	color: #FFF !important;
	font-size: 16px;
}
.anniversary .whatsnew p.news-intro {
	padding-top: 0px;
}
.anniversary .whatsnew .div:nth-of-type(2) {
	float: right !important;
}
.anniversary .whatsnew .div:nth-of-type(1) {
	float: left !important;
}
@media (max-width: 969px) {
	.anniversary img {
		min-height: 330px;
		object-fit: fill;
		object-position: right;
	}
	.anniversary .whatsnew .wrapper h3 {
	line-height: 1;
}
}
@media (max-width: 823px) {
	.anniversary a.simple-link-w {
		margin-top: 20px;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	.anniversary .div {
		padding-left: 20px;
	}
	.anniversary .w-50 {
		width: 50% !important;
	}
}
@media (max-width: 480px) {
	.anniversary .w-50 {
		width: 50% !important;
	}
	.anniversary .whatsnew {
		bottom: 30px;
		right: -10px;
	}
	
}
/*anniversary 70 Modal*/
#AModal {
	width: 60%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
	border-radius: 0;
}
#AModal .close {
	opacity: 1;
}
#AModal .modal-header {
	padding-top: 40px;
}
#AModal .modal-header h4{
	color: #fe0100;
	font-size: 22px;
}
#AModal .modal-body {
	background-color: #fe0100;    
	color: #fff;
	padding: 40px 50px;
	line-height: 24px;
	overflow-y: unset;
    max-height: 100%;
	text-align: justify;
}
@media screen and (max-width: 1200px) and (orientation: landscape){
	#AModal {
		width: 90%;
		height: 87vh;
		overflow-y: auto;
	}
}
@media screen and (max-width: 1200px) and (min-width: 768px) and (orientation: portrait){
	#AModal {
		width: 90%;
		height: 56vh;
		overflow-y: auto;
	}
}
@media screen and (max-width: 767px) and (orientation: portrait) {
	#AModal {
		width: 90%;
		height: 87vh;
		overflow-y: auto;
	}
}
@media screen and (max-width: 480px){
	#AModal .modal-body{
		padding: 20px;
	}
}