﻿@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans-Regular.eot');
  src: url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Regular.woff') format('woff'), url('fonts/OpenSans-Regular.ttf') format('truetype'), url('fonts/OpenSans-Regular.otf') format('opentype'), url('fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans-Bold.eot');
  src: url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Bold.woff') format('woff'), url('fonts/OpenSans-Bold.ttf') format('truetype'), url('fonts/OpenSans-Bold.otf') format('opentype'), url('fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
/* ---------- Variables ---------- */
/*@main-font: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
@sub-font: Georgia, Constantina, Times New Roman, Times, sans-serif;*/
/* ---------- Mixins ---------- */
/* ---------- Basic HTML elements ---------- */
body {
  font-family: "Open Sans", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  color: #333333;
  background-color: #F0F0F0;
  font-size: 12pt;
}
h1 {
  font-family: "Open Sans", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  color: #333333;
  font-size: 38pt;
}
h1.page-title {
  font-weight: bold;
  margin: 0 75px;
  padding: 15px 0 0;
  text-align: center;
}
h1 img {
  margin-top: 15px;
}
h2 {
  font-family: "Open Sans", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  text-shadow: 0 1px 0 #fff;
  margin: 40px 0px;
  color: #333333;
  font-size: 19pt;
  font-weight: normal;
}
h2 a {
  color: #57ce0b;
  font-weight: bold;
  text-decoration: none;
}
h2 a:hover {
  text-decoration: underline;
}
h3 {
  color: #333333;
  margin: 30px 0 20px;
  font-family: "Open Sans", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 15pt;
  font-weight: normal;
}
h3.left {
  text-align: left;
}
h3.centered {
  text-align: center;
}
a {
  text-decoration: underline;
  color: #949494;
}
a.button {
  color: #78d200 !important;
  text-decoration: none !important;
}
a.button:hover {
  color: white !important;
}
button {
  border: none;
  background-color: transparent;
  outline: none;
}
ul {
  list-style-type: disc;
  text-align: left;
}
ul.small {
  margin: 0 auto;
  width: 360px;
}
ul.checkmark {
  list-style-type: none;
}
ul.checkmark li:before {
  content: "";
  display: block;
  float: left;
  margin: 3px 10px 0 -25px;
  width: 15px;
  height: 15px;
  background-image: url("img/img-checkmark.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
abbr {
  text-decoration: none;
  border-bottom: 1px dotted;
}
form input[type="text"],
form input[type="email"] {
  border: none;
  margin: 5px;
  box-shadow: inset 0 0 6px #aaa;
  padding: 10px;
  color: #5A5A5A;
  font-size: 12pt;
  width: 393px;
  height: 25px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
form input[type="text"]:invalid,
form input[type="email"]:invalid {
  outline: none;
}
form input[type="text"].input-validation-error,
form input[type="email"].input-validation-error,
form input[type="text"]:focus:invalid,
form input[type="email"]:focus:invalid {
  outline: none;
  /*.box-shadow(~"0 1px 3px #EEAAAA, 0 0 20px #EEAAAA inset");*/
}
form input[type="text"]:focus:valid,
form input[type="email"]:focus:valid {
  /*.box-shadow(~"0 1px 3px #7DDA00, 0 0 20px #7DDA00 inset");*/
}
form input[type=button],
form input[type=submit] {
  background-color: #79d301;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.31), inset 0 0 8px rgba(0,0,0,.31);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.31), inset 0 0 8px rgba(0,0,0,.31);
  box-shadow: 0 1px 3px rgba(0,0,0,.31), inset 0 0 8px rgba(0,0,0,.31);
  color: 0 1px 3px rgba(0,0,0,.31), inset 0 0 8px rgba(0,0,0,.31);
  color: #1d1d1d;
  font-family: "Open Sans", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 25px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.47);
}
form input[type=button]:hover,
form input[type=submit]:hover {
  background-color: #a3f338;
}
form ol {
  padding: 0;
  margin: 20px 5px;
}
form ol li {
  display: block;
  list-style: none;
}
hr {
  border: none;
  display: block;
  height: 1px;
  position: relative;
  background-color: #dcdcdc;
  background-image: url("img/hr-left.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
hr:after {
  content: "";
  position: absolute;
  right: 0;
  width: 80px;
  height: 1px;
  background-image: url("img/hr-right.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
figure {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
/* ---------- Common styles ---------- */
.mainmenu-offset {
  margin-top: 86px;
}
.submenu-offset {
  margin-top: 136px;
}
.clear {
  clear: both;
}
.hidden {
  display: none !important;
}
.content-text {
  text-align: justify;
  margin: 20px 0;
  font-family: "Open Sans", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
.content-text.centered {
  text-align: center;
}
.content-text a {
  color: #949494;
  text-decoration: underline;
}
.content-text h3 {
  color: black;
  font-family: "Open Sans", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 19pt;
  margin: 40px 0;
  text-align: center;
}
.content-text h3.left {
  text-align: left;
}
.content-text .video-container {
  padding-top: 30px;
  text-align: center;
}
.content-text .video-container iframe {
  min-width: 560px;
  min-height: 315px;
  width: 90%;
  height: 400px;
}
.content-text-left {
  width: 60%;
  float: left;
  text-align: left;
}
.content-text-left h3 {
  text-align: left;
}
.button {
  display: block;
  padding: 5px 20px;
  margin: 10px 0;
  cursor: pointer;
  border: 1px solid #fff;
  background-color: #fff;
  color: #78d200;
  font-family: "Open Sans", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 22pt;
  font-weight: bold;
  text-decoration: none;
  float: left;
  -webkit-text-shadow: none;
  text-shadow: none;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.31), inset 0 0 8px rgba(0,0,0,.08);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.31), inset 0 0 8px rgba(0,0,0,.08);
  box-shadow: 0 1px 3px rgba(0,0,0,.31), inset 0 0 8px rgba(0,0,0,.08);
  color: 0 1px 3px rgba(0,0,0,.31), inset 0 0 8px rgba(0,0,0,.08);
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.button.with-icon {
  padding-left: 50px;
}
.button.with-icon.pdf-icon {
  background-image: url("img/icon-pdf.png");
  background-position: 15px 15px;
  background-repeat: no-repeat;
}
.button.small {
  font-size: 16pt;
  height: 30px;
  padding: 0 30px;
}
.button:disabled {
  color: #d2d2d2;
}
.button:disabled:hover {
  background-color: #fff;
  color: #d2d2d2;
}
.button:hover {
  color: #fff;
  border: 1px solid #fff;
  background-color: #79d301;
}
/* ---------- Navigation ---------- */
nav.main-navigation {
  height: 85px;
  overflow: visible;
  background-color: #232323;
  color: white;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 600;
  border: 1px solid #232323;
}
nav.main-navigation ul {
  margin: 0 auto;
  padding: 0;
  height: 89px;
  text-align: center;
  min-width: 750px;
}
nav.main-navigation ul li {
  position: relative;
  display: inline-block;
  height: 100px;
  overflow: hidden;
  padding: 0 20px;
  min-width: 80px;
}
nav.main-navigation ul li.active {
  background-image: url("img/menu-hover-line.png");
  background-position: 0 0;
  background-repeat: repeat-x;
}
nav.main-navigation ul li.active .beak {
  position: absolute;
  top: 84px;
  left: 50%;
  width: 0;
}
nav.main-navigation ul li.active .beak .beak-img {
  background-image: url("img/menu-hover-arrow.png");
  background-position: 0 -85px;
  background-repeat: no-repeat;
  margin-left: -29px;
  height: 15px;
  width: 57px;
  overflow: hidden;
}
nav.main-navigation ul li.active a {
  color: black;
}
nav.main-navigation ul li a {
  display: block;
  color: white;
  line-height: 85px;
  font-size: 13pt;
  text-decoration: none;
}
nav.sub-navigation {
  background-color: #F8F8F8;
  z-index: 500;
  position: fixed;
  top: 85px;
  left: 0;
  right: 0;
}
nav.sub-navigation ul {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
nav.sub-navigation ul li {
  display: inline-block;
  line-height: 50px;
  padding: 0px 20px;
  font-size: 12pt;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.78);
}
nav.sub-navigation ul li a {
  color: #333333;
  text-decoration: none;
}
nav.sub-navigation ul li a:hover {
  text-decoration: underline;
}
nav.sub-navigation ul li a.active {
  color: #6bc500;
  /* text color */
}
/* ---------- Controls ---------- */
#main {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  min-width: 320px;
}
#main .slider-button-container {
  max-width: 960px;
  position: relative;
  margin: 0 auto;
  /*display: none;*/
}
#main .slider-button-container button.slider-button {
  position: absolute;
  top: 70px;
  width: 65px;
  height: 65px;
  cursor: pointer;
  z-index: 1;
  display: none;
  outline: none;
}
#main .slider-button-container button.slider-button.slide-left {
  left: 0;
  background-image: url("img/button-left.png");
}
#main .slider-button-container button.slider-button.slide-right {
  right: 0;
  background-image: url("img/button-right.png");
}
.page-content {
  position: relative;
}
.left-content-box {
  float: left;
  max-width: 600px;
}
#main .logo {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 145px;
  height: 40px;
  z-index: 700;
  background-image: url("img/img-logo.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.lang-bar {
  background-color: #e6efc5;
  color: black;
  font-size: 10pt;
  height: 16px;
  padding: 4px 10px 6px;
  position: absolute;
  right: 15px;
  top: -26px;
  z-index: 500;
  display: none;
  -webkit-border-radius: 0 0 5px 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  border-radius: 0 0 5px 5px;
  background-clip: padding-box;
}
.lang-bar a {
  color: #959494;
}
.lang-bar .close {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 10px;
  font-weight: bold;
  cursor: pointer;
}
.lang-switcher {
  position: absolute;
  top: 30px;
  right: 0px;
  color: #959494;
  font-size: 11pt;
}
.lang-switcher a.lang-flag {
  display: inline-block;
  margin: 5px;
  vertical-align: middle;
  width: 37px;
  height: 19px;
  background-image: url("img/img-flag-cz.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.header-container {
  margin-top: 50px;
}
.header-container.bottom-offset {
  margin-bottom: 50px;
}
section {
  min-height: 210px;
  background-color: #F0F0F0;
  border-bottom: 1px solid #D3D3D3;
  overflow: auto;
  text-align: center;
}
section.even {
  background-color: white;
}
section.green {
  background-color: #95e646;
  color: white;
  -webkit-text-shadow: 0 -1px 0 #aaaaaa;
  text-shadow: 0 -1px 0 #aaaaaa;
}
section.green a {
  color: white;
}
section.pad-bottom {
  padding-bottom: 20px;
}
section.pad {
  padding: 40px;
}
section.header-section {
  padding-top: 50px;
}
section ul {
  margin-left: 20px;
  padding-left: 20px;
}
section ul li {
  margin: 5px 0px;
}
section .section-content {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
section .section-content.text-left {
  text-align: left;
}
section.simple .section-content {
  text-align: left;
  padding: 30px 0;
}
section.simple .section-content h1 {
  font-family: "Open Sans", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 38pt;
}
section.simple .section-content h2 {
  font-size: 16pt;
  font-weight: bold;
  margin: 20px 0 5px;
}
section.simple .section-content h3 {
  font-family: "Open Sans", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  margin: 10px 0 0;
}
section.simple .section-content p,
section.simple .section-content ul li {
  margin: 6pt 0px;
  text-align: justify;
  font-size: 11pt;
}
/* ---------- Green boxes ---------- */
.box-container {
  margin: 40px 0 0 0;
  padding: 0;
  background-color: #efffd8;
  border: 1px solid #dfdfdf;
  font-size: 12pt;
  position: relative;
  overflow: hidden;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZmJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWVmZGQ4IiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #f5fbeb 0%, #eefdd8 100%);
  background-image: -webkit-linear-gradient(top, #f5fbeb 0%, #eefdd8 100%);
  background-image: -o-linear-gradient(top, #f5fbeb 0%, #eefdd8 100%);
  background-image: linear-gradient(top, #f5fbeb 0%, #eefdd8 100%);
}
.box-container.no-bottom {
  border-bottom: none;
}
.box-container.column-2 .box {
  width: 50%;
  min-height: 200px;
}
.box-container.column-2 .box:nth-child(even):after {
  content: none;
}
.box-container.column-3 .box {
  width: 33%;
}
.box-container.column-3 .box:nth-child(3n):after {
  content: none;
}
.box-container.column-4 .box {
  width: 25%;
}
.box-container.column-4 .box:nth-child(4n):after {
  content: none;
}
.box-container .box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
  text-align: left;
  min-height: 150px;
  min-width: 150px;
  position: relative;
}
.box-container .box h3 {
  font-size: 15pt;
  font-weight: bold;
  margin: 20px 15px 0;
  text-align: center;
  /* ??? */
}
.box-container .box h4 {
  font-size: 13pt;
  font-weight: bold;
  text-align: center;
  /* ??? */
  margin: 15px;
}
.box-container .box p {
  margin-left: 15px;
  margin-right: 15px;
}
.box-container .box ul {
  margin: 20px 20px;
  padding: 0;
  padding-left: 20px;
  text-align: left;
  font-size: 11pt;
}
.box-container .box ul li {
  margin: 5px 0;
}
.box-container .box a.logo-link {
  max-height: 100px;
  display: block;
  overflow: hidden;
}
.box-container .box a.logo-link img {
  position: relative;
  top: -40px;
}
.box-container .box .box-header-row {
  font-weight: bold;
  font-size: 10pt;
  padding: 5px 0;
  text-align: center;
}
.box-container .box .box-header-row .separator {
  padding: 0 5px;
}
.box-container .box .box-header-row > div {
  float: left;
}
.box-container .box .box-header-row.column-3 > div {
  width: 33%;
}
.box-container .box .box-header-row:after {
  content: "";
  clear: both;
  display: block;
}
.box-container .box .box-content {
  padding: 15px 25px 20px;
  text-align: justify;
}
.box-container .box .box-content .box-content-header {
  display: block;
  font-weight: bold;
  margin: 20px 0 5px;
}
.box-container .box:last-child:after {
  content: none;
}
.box-container .box:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: -1000px;
  right: 0;
  width: 0px;
  border-left: 1px solid #d8edba;
  border-right: 1px solid white;
}
/* ---------- White boxes ---------- */
.simple-box-container {
  margin: 0 0 0 0;
  padding: 0;
  width: 100%;
  overflow: visible;
}
.simple-box-container.column-3 .box {
  max-width: 33%;
  min-width: 250px;
}
.simple-box-container.column-5 .box {
  max-width: 20%;
  min-width: 150px;
}
.simple-box-container.bordered .box {
  margin-top: -1px;
  margin-left: -1px;
  border: 1px solid #dfdfdf;
}
.simple-box-container .box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  margin: 0;
  float: left;
  text-align: center;
  min-height: 150px;
  overflow: hidden;
}
.simple-box-container .box img {
  width: 100%;
}
.box-question {
  margin: 80px 0 50px;
  padding: 50px 40px 20px;
  background-color: #2d2d2d;
  position: relative;
  height: 190px;
  -webkit-border-radius: ~ 0 0 479px Infinitypx 0 10px 10px "";
  -webkit-background-clip: padding-box;
  -moz-border-radius: ~ 0 0 479px Infinitypx 0 10px 10px "";
  -moz-background-clip: padding;
  border-radius: ~ 0 0 479px Infinitypx 0 10px 10px "";
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.31);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.31);
  box-shadow: 0 1px 3px rgba(0,0,0,.31);
  color: 0 1px 3px rgba(0,0,0,.31);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIxMDAlIiB4Mj0iMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2MjYyNiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzEzMTMxIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(bottom, #262626 0%, #313131 100%);
  background-image: -webkit-linear-gradient(bottom, #262626 0%, #313131 100%);
  background-image: -o-linear-gradient(bottom, #262626 0%, #313131 100%);
  background-image: linear-gradient(bottom, #262626 0%, #313131 100%);
}
.box-question .question-icon-container {
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  width: 0px;
  overflow: visible;
}
.box-question .question-icon-container .question-icon {
  margin: -26px 0 0 -26px;
  width: 52px;
  height: 52px;
  background-image: url("img/icon-question.png");
}
.box-question .question-checks {
  margin: 0 auto;
  height: 27px;
  display: inline-block;
  background-image: url("img/question-bar-line.png");
  background-position: 0 0;
  background-repeat: repeat-x;
}
.box-question .question-checks .check {
  height: 27px;
  width: 27px;
  margin-right: 20px;
  float: left;
  background-image: url('img/question-bar-button-back.png');
  cursor: pointer;
}
.box-question .question-checks .check:last-child {
  margin-right: 0px;
}
.box-question .question-checks .check.active {
  background-image: url('img/question-bar-active.png');
}
.box-question .question-checks .check.checked {
  background-image: url('img/question-bar-checked.png');
}
.box-question .question-checks .check.active.checked {
  background-image: url('img/question-bar-active-checked.png');
}
.box-question .question.slider {
  overflow: hidden;
  text-align: center;
  font-family: "Open Sans", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 19pt;
  color: white;
  padding: 10px 0;
}
.box-question .question.slider .slide-container {
  width: 8000px;
  height: 60px;
  position: relative;
}
.box-question .question.slider .slide-container .slide {
  float: left;
  width: 880px;
  position: relative;
}
.box-question .question.slider .button-row {
  text-align: center;
  margin: 20px 0 0;
}
.box-question .question.slider .button-row a {
  display: inline-block;
  float: none;
  cursor: pointer;
}
.box-question .question.slider .button-row .button-yes {
  position: relative;
  left: 38px;
}
.box-question .question.slider .button-row .button-result {
  display: none;
}
.box-question .question.slider .button-row .button-no {
  color: #949494;
  font-size: 10pt;
  left: 48px;
  position: relative;
}
.box-question .question.slider p {
  margin: 0;
  padding: 0;
}
.box-question .question.slider .beak {
  position: absolute;
  bottom: -11px;
  left: 50%;
  width: 0;
}
.box-question .question.slider .beak .beak-img {
  background-image: url("img/question-bar-beak.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-left: -19px;
  height: 12px;
  width: 38px;
}
.field-icon {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  width: 32px;
}
.field-icon.icon-name {
  background-image: url("img/icon-form-name.png");
}
.field-icon.icon-company {
  background-image: url("img/icon-form-company.png");
}
.field-icon.icon-tel {
  background-image: url("img/icon-form-tel.png");
}
.field-icon.icon-email {
  background-image: url("img/icon-form-email.png");
}
.overflow-fix {
  overflow: hidden;
  width: 100%;
}
.carousel.slider {
  max-width: 960px;
  margin: 50px auto 0;
  text-shadow: 0 1px 0 #fff;
  /* drop shadow */
}
.carousel.slider .button-row {
  margin: 10px auto 60px;
}
.carousel.slider .button-row .slide-button {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 3px;
  background-image: url("img/img-radio-off.png");
}
.carousel.slider .button-row .slide-button.active {
  background-image: url("img/img-radio-on.png");
}
.carousel.slider .slide-container {
  width: 8000px;
  height: 380px;
  position: relative;
}
.carousel.slider .slide {
  text-align: center;
  padding: 20px;
  float: left;
  max-width: 920px;
  margin-right: 400px;
  position: relative;
}
.carousel.slider .slide .main-header {
  font-family: "Open Sans", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 130px;
  color: #333333;
  margin: 0 0 0 0;
  padding: 30px 0 0 0;
  line-height: 110px;
}
.carousel.slider .slide .sub-header {
  font-family: "Open Sans", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 75px;
  color: #333333;
  margin: 15px 0 0;
  padding: 0;
  line-height: 55px;
}
.carousel.slider .slide .title-description {
  margin-top: 40px;
  font-family: "Open Sans", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 15pt;
}
.carousel.slider .slide.cc-slide {
  text-align: left;
  padding-top: 50px;
}
.carousel.slider .slide.cc-slide .images-container {
  float: left;
  width: 250px;
  margin: 0 40px 0 0;
}
.carousel.slider .slide.cc-slide .images-container img:first-child {
  margin-bottom: 40px;
}
.carousel.slider .slide.cc-slide .content {
  float: left;
  width: 630px;
}
.carousel.slider .slide.cc-slide .content h1 {
  font-size: 38pt;
  line-height: 45pt;
  text-transform: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.carousel.slider .slide.cc-slide .content ul {
  float: left;
  width: 310px;
  padding: 0;
  margin: 0;
}
.carousel.slider .slide.cc-slide .content ul li {
  display: block;
}
.carousel.slider .slide.cc-slide .content ul li:before {
  content: "";
  display: block;
  float: left;
  width: 15px;
  height: 15px;
  margin: 3px 10px 0 0;
  background-image: url('img/img-checkmark.png');
}
.carousel.slider .slide.cc-slide .content a.button {
  position: relative;
  top: 10px;
}
.carousel.slider .slide.bcsp-slide {
  height: 340px;
  width: 960px;
  background: url(img/img-slide-bcsp.png) 90px 120px no-repeat transparent;
  text-align: center;
}
.carousel.slider .slide.bcsp-slide .main-header {
  font-family: "Open Sans", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 40px;
  color: #333333;
  padding: 0 0 10px;
  margin: 0;
  line-height: 40px;
}
.carousel.slider .slide.bcsp-slide ul {
  margin: 5px auto 0;
  display: inline-block;
}
.carousel.slider .slide.bcsp-slide ul li {
  font-size: 11pt;
  list-style-type: none;
}
.carousel.slider .slide.bcsp-slide ul li:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  float: left;
  margin: 5px 0 0 -30px;
  background: url(img/img-bcsp-checkmark.png) left top no-repeat transparent;
}
.carousel.slider .slide.bcsp-slide a.button {
  font-size: 14pt;
  padding: 10px 20px;
  margin: 10px auto;
  display: inline-block;
  float: none;
}
.carousel.slider .slide.milkyway-slide .main-header {
  text-transform: none;
  font-size: 85px;
  padding: 0;
}
.carousel.slider .slide.milkyway-slide .title-description .highlight {
  font-weight: bold;
}
.carousel.slider .slide.milkyway-slide .images-container {
  padding: 20px 0 0 0;
  text-align: center;
}
.carousel.slider .slide.milkyway-slide .images-container img {
  margin: 20px 35px;
}
.isp-image {
  display: block;
  margin: 40px auto 0;
  padding: 0;
}
.swiping-boxes-container {
  margin: 80px 0;
}
.swiping-boxes-container .swiping-box {
  background-color: #ebffd0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2Y5ZmZmMiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDJlZWFlIiBzdG9wLW9wYWNpdHk9IjEiLz4pPC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -moz-linear-gradient(top, #f9fff2 1%,#d2eeae 100%);;
  background-image: -webkit-linear-gradient(top, #f9fff2 1%,#d2eeae 100%);;
  background-image: -o-linear-gradient(top, #f9fff2 1%,#d2eeae 100%);;
  background-image: linear-gradient(to bottom, #f9fff2 1%,#d2eeae 100%);;
  height: 180px;
  width: 249px;
  float: left;
  margin: 0 10px 20px;
  padding: 25px;
  position: relative;
  color: #282828;
}
.swiping-boxes-container .swiping-box:after {
  bottom: -6px;
  left: 13px;
  position: absolute;
  content: "";
  width: 274px;
  height: 6px;
  background-image: url("img/img-shadow-box.png");
}
.swiping-boxes-container .swiping-box a {
  color: inherit;
  text-decoration: none;
}
.swiping-boxes-container .swiping-box a h3 {
  font-size: 34pt;
  margin: 15px 0 0 0;
}
.swiping-boxes-container .swiping-box a div,
.swiping-boxes-container .swiping-box a p {
  margin-top: 5px;
  font-size: 12pt;
}
.swiping-boxes-container .swiping-box a.rotate {
  position: absolute;
  display: block;
  bottom: 10px;
  right: 10px;
  height: 40px;
  width: 39px;
  background-image: url("img/button-rotate.png");
}
ul.column-list {
  text-align: center;
  padding: 0;
  margin-left: 0;
  overflow: auto;
}
ul.column-list.justify {
  text-align: justify;
}
ul.column-list.column-2 > li {
  width: 50%;
}
ul.column-list.column-3 > li {
  width: 33%;
}
ul.column-list > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  display: block;
  float: left;
  margin: 0;
}
ul.column-list h3 {
  text-align: left;
}
ul.column-list > ul {
  margin-left: 20px;
  padding-left: 20px;
}
ul.column-list > ul > li {
  margin: 5px 0px;
}
.float-box {
  overflow: auto;
}
.contact-container {
  margin: 40px auto;
  width: 50%;
}
.contact-container .contact-data {
  text-align: left;
  font-size: 13.5pt;
}
.contact-container .contact-data:first-child {
  float: left;
  margin-left: 20px;
}
.contact-container .contact-data:last-child {
  float: right;
}
.contact-container .contact-data h4 {
  font-weight: bold;
  font-size: 15pt;
  display: block;
  margin: 5px 0;
}
.map-container {
  margin: 0 auto;
  /*width: 80%;*/
}
.photo-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0px;
  margin-top: 30px;
  padding: 0px 30px 0 20px;
  text-align: left;
  width: 50%;
  min-height: 300px;
  min-width: 200px;
}
/*
.photo-box:nth-child(even) {
  clear: left;
}
*/

.photo-box:nth-child(even):after {
        content: "";  
        display: block;
        clear: both;
        height: 0;
        width: 100%;  
    }

/*
.photo-box:first-of-type {
  float: none;
}
*/
.photo-box .photo-container {
  float: left;
  margin: 10px 25px 30px 5px;
  position: relative;
  width: 126px;
}
.photo-box .photo-container .link-linkedin {
  display: block;
  left: 10px;
  position: absolute;
  top: 150px;
}
.photo-box .photo-container .link-linkedin img {
  width: 106px;
  height: 22px;
}
.photo-box .person-info {
  float: left;
  max-width: 270px;
  min-width: 200px;
}
.photo-box .person-info .name {
  font-size: 14pt;
  font-weight: bold;
  margin: 10px 0 0;
}
.photo-box .person-info .position {
  font-size: 10pt;
  font-weight: bold;
}
.photo-box .person-info .biography {
  font-size: 11pt;
  text-align: justify;
  float: right;
  padding: 10px 0;
}
.partners-content {
  margin-top: 40px;
}
.partners-content .partners {
  float: left;
  width: 600px;
  text-align: justify;
}
.partners-content .partners .partner-content {
  clear: left;
}
.partners-content .partners .partner-content h2 {
  clear: left;
  padding: 30px 0 0;
  margin: 0;
  font-size: 28pt;
}
.partners-content .partners .partner-content p {
  text-align: justify;
}
.partners-content .partners .partner-content ul.partner-list {
  padding: 0 0 30px;
  margin: 0;
  list-style-type: none;
}
.partners-content .partners .partner-content ul.partner-list li:last-child {
  margin-bottom: 40px;
}
.partners-content .partners .partner-content ul.partner-list .parner-logo {
  padding-top: 30px;
}
.partners-content .partners .partner-content ul.partner-list .partner-url {
  float: left;
}
.partners-content .partners .partner-content ul.partner-list .partner-location {
  float: right;
}
.partners-content .partners .partner-content .no-partner {
  display: none;
}
.partners-content .partners .partner-content .no-partner .message {
  margin: 40px 0 20px;
  font-size: 15pt;
}
.call-to-action {
  background-color: #252525;
  min-height: 660px;
  margin-top: -1px;
  position: relative;
}
.call-to-action.without-header {
  min-height: 549px;
}
.call-to-action .section-content {
  z-index: 100;
}
.call-to-action .section-title-container {
  height: 111px;
  background-color: white;
}
.call-to-action .section-title-container .section-title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Open Sans", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 13pt;
  position: relative;
  width: 460px;
  height: 112px;
  background-image: url("img/footer-top-bck.png");
  padding: 20px 20px;
  color: #252525;
}
.call-to-action .section-title-container .section-title .beak {
  position: absolute;
  top: 111px;
  left: 50%;
  width: 0;
}
.call-to-action .section-title-container .section-title .beak .beak-img {
  background-image: url("img/footer-top-beak.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-left: -53px;
  height: 29px;
  width: 107px;
}
.call-to-action .section-title-container .section-title p {
  margin: 0;
  padding: 0;
}
.call-to-action .contact-form {
  float: left;
  margin-top: 40px;
  text-align: left;
  -webkit-text-shadow: -1px -1px 1px #000000;
  text-shadow: -1px -1px 1px #000000;
}
.call-to-action .contact-form .field-note {
  font-size: 11pt;
  margin: 5px 0 0 50px;
  text-align: left;
  color: #959494;
}
.call-to-action .contact-form input[type=submit] {
  margin: 5px 0 0 45px;
}
.call-to-action .contact-form ol {
  position: relative;
}
.call-to-action .acknowledgment {
  display: none;
  color: white;
  float: left;
  margin: 130px 0 0;
  width: 450px;
  -webkit-text-shadow: -1px -1px 0 black;
  text-shadow: -1px -1px 0 black;
}
.call-to-action .acknowledgment .title {
  font-size: 19pt;
}
.call-to-action .acknowledgment > div {
  font-size: 11pt;
}
.call-to-action .acknowledgment a {
  color: white;
}
.call-to-action .social {
  width: 450px;
  float: left;
  margin: 60px 0 0 20px;
  color: #959494;
  -webkit-text-shadow: -1px -1px 1px #000000;
  text-shadow: -1px -1px 1px #000000;
}
.call-to-action .social ul {
  padding: 0;
  margin: 0;
}
.call-to-action .social ul li {
  display: block;
  margin: 0 0 10px;
}
.call-to-action .social ul li label,
.call-to-action .social ul li span,
.call-to-action .social ul li div {
  display: inline-block;
}
.call-to-action .social ul li label {
  width: 150px;
  font-size: 12pt;
  text-align: right;
  margin-right: 10px;
}
.call-to-action .social ul li .phone-container {
  background-color: #383838;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  -webkit-text-shadow: -1px -1px 1px #000000;
  text-shadow: -1px -1px 1px #000000;
  padding: 3px 5px;
  height: 45px;
  line-height: 42px;
  color: white;
  font-size: 17pt;
  font-weight: bold;
}
.call-to-action .social ul li a {
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 52px;
}
.call-to-action .social ul li .icon-facebook {
  background-image: url("img/icon-facebook.png");
}
.call-to-action .social ul li .icon-linkedin {
  background-image: url("img/icon-linkedin.png");
}
.call-to-action .social ul li .icon-twitter {
  background-image: url("img/icon-twitter.png");
}
.call-to-action .social .ms-partner {
  float: right;
  margin: 40px 91px 0 0;
  width: 200px;
  height: 80px;
}
.call-to-action .social .ms-partner img {
  margin: 5px 0;
}
.call-to-action footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1c1c1c;
  height: 120px;
}
.call-to-action footer .link-container {
  float: right;
  font-size: 10pt;
  margin: 25px 0 0;
  color: #959494;
}
.call-to-action footer .link-container .separator {
  padding: 0 10px;
  font-weight: bold;
}
.call-to-action footer .link-container a {
  color: #959494;
  text-decoration: none;
}
.call-to-action footer .link-container a:hover {
  text-decoration: underline;
}
.contact-note {
  font-size: 10pt;
  width: 680px;
  margin: 20px auto 0;
  text-align: left;
}
.contact-note:first-child {
  margin-top: 50px;
}
.side-bar {
  float: right;
  width: 320px;
  margin-left: 20px;
  margin-bottom: 20px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  text-align: left;
  font-size: 11pt;
}
.side-bar h3 {
  color: #272727;
  font-size: 14pt;
  font-weight: bold;
  text-shadow: 0 1px 0 #fff;
  text-align: center;
  margin: 0;
  border-bottom: 1px solid #dfdfdf;
  background-color: #efffd7;
  height: 25px;
  padding: 10px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIxMDAlIiB4Mj0iMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIzMi41NSUiIHN0b3AtY29sb3I9InJnYigyNTUsMjU1LDI1NSkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMTIxLjU1JSIgc3RvcC1jb2xvcj0icmdiKDI1NSwyNTUsMjU1KSIgc3RvcC1vcGFjaXR5PSIuNTgiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0) 32.55%, rgba(255,255,255,.58) 121.55%);
  background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 32.55%, rgba(255,255,255,.58) 121.55%);
  background-image: -o-linear-gradient(bottom, rgba(255,255,255,0) 32.55%, rgba(255,255,255,.58) 121.55%);
  background-image: linear-gradient(bottom, rgba(255,255,255,0) 32.55%, rgba(255,255,255,.58) 121.55%);
}
.side-bar p {
  margin: 20px;
}
.side-bar ul {
  margin: 20px;
  padding-left: 20px;
}
.side-bar ul li {
  margin: 5px 0;
}
.side-bar .content a.logo-link {
  display: block;
  height: 100px;
  overflow: hidden;
}
.side-bar .content a.logo-link img {
  position: relative;
  top: -50px;
}
.side-bar .foot {
  border-top: 1px solid #dfdfdf;
  background-color: #1f1f1f;
  color: #fff;
  padding: 20px;
  -webkit-text-shadow: -1px -1px 0 #000000;
  text-shadow: -1px -1px 0 #000000;
}
.side-bar .foot p {
  margin: 0;
}
.product-sidebar {
  float: left;
  width: 40%;
  padding: 0 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product-sidebar img {
  margin: 45px 0 0;
  width: 300px;
  border: 1px solid #eee;
}
.product-sidebar h4 {
  font-size: 10pt;
  text-align: center;
  font-style: italic;
  font-weight: normal;
  margin: 0px;
  text-align: left;
}
.header-container .side-bar {
  margin-top: 40px;
}
.cc-combo {
  position: relative;
  font-size: 13pt;
  text-align: left;
  width: 260px;
  float: left;
  margin-right: 10px;
}
.cc-combo .cc-combo-wrapper {
  position: relative;
  border: 1px solid #d6d6d6;
  background-color: white;
  height: 40px;
  cursor: pointer;
}
.cc-combo .cc-combo-value {
  position: relative;
  top: 10px;
  left: 5px;
  padding: 10px;
}
.cc-combo .cc-combo-button {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 37px;
  width: 39px;
  background-image: url("img/button-combo.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.cc-combo .cc-combo-list {
  margin: 0;
  padding: 0;
  border: 1px solid #d6d6d6;
  border-top: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
}
.cc-combo .cc-combo-list li {
  margin: 0px;
  padding: 10px 15px;
  cursor: pointer;
  display: block;
  background-color: white;
  height: 20px;
  color: #565656;
}
.cc-combo .cc-combo-list li:hover {
  color: #67b500;
}
.photo-slider {
  height: 330px;
  overflow: hidden;
  position: relative;
}
.photo-slider button.slider-button {
  position: absolute;
  top: 145px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 200;
  opacity: 0;
  outline: none;
}
.photo-slider button.slider-button.prev {
  left: 25px;
  background-image: url("img/slider-button-prev.png");
}
.photo-slider button.slider-button.next {
  right: 25px;
  background-image: url("img/slider-button-next.png");
}
.photo-slider .slide-container {
  width: 8000px;
  position: relative;
  margin: 0 auto;
}
.photo-slider .slide-container .slide {
  float: left;
  width: 960px;
  height: 330px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.photo-slider .box {
  position: absolute;
  width: 286px;
  z-index: 100;
  text-align: left;
  top: 0;
  left: 0;
  background-image: url("img/photo-slider-box-back.png");
  background-position: 0 0;
  background-repeat: repeat;
}
.photo-slider .box .description {
  margin: 20px;
  min-height: 50px;
}
.photo-slider .box .bottom {
  background-image: url("img/photo-slider-box-bottom.png");
  height: 70px;
  margin-bottom: 1px;
}
.photo-slider .box .bottom .title {
  font-size: 15pt;
  font-weight: bold;
  margin: 0 20px;
  padding: 15px 0 0;
}
.photo-slider .box .bottom .subtitle {
  font-size: 10pt;
  margin: -5px 20px 0;
}
.photo-slider .shadow {
  background-image: url("img/img-kariera-stin.png");
  height: 6px;
  width: 960px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
#map {
  width: 100%;
  height: 500px;
}
.map-link {
  margin: 10px 0;
  text-align: center;
}
.ms-partnership {
  display: block;
  margin: 0 auto;
  width: 610px;
}
.ms-partnership img {
  display: block;
  float: left;
  margin-bottom: -1px;
  margin-left: -1px;
}
.leaflet-container {
  text-align: center;
  margin: 20px 0 60px;
}
.leaflet-container a {
  float: none;
  display: inline-block;
}
.landing-page {
  min-width: 850px;
}
.landing-page .content-box {
  max-width: 1210px;
  padding: 0 20px;
  margin: 0 auto;
}
.landing-page header {
  height: 100px;
  background-color: white;
  padding: 0;
}
.landing-page header .content-box {
  position: relative;
  height: 100%;
}
.landing-page header .logo {
  position: absolute;
  display: block;
  left: 20px;
  top: 20px;
}
.landing-page header .back-link {
  position: absolute;
  right: 20px;
  bottom: 25px;
  color: black;
  font-size: 11pt;
  font-style: italic;
  text-decoration: underline;
}
.landing-page .column-container {
  overflow: visible;
}
.landing-page .column-container .col-2 {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.landing-page section {
  border: none;
  text-align: left;
}
.landing-page section.section-landingpage-main {
  background-color: #F4F4F4;
  padding: 40px 0 60px;
}
.landing-page section.section-landingpage-main h1 {
  color: #16B9F1;
  margin: 10px 0 20px;
  text-transform: uppercase;
  text-align: left;
  -webkit-text-shadow: 1px 1px 1px white;
  text-shadow: 1px 1px 1px white;
}
.landing-page section.section-landingpage-main .content {
  padding: 0 0 30px 40px;
}
.landing-page section.section-landingpage-main .content h2 {
  color: black;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 30px;
  font-size: 25pt;
}
.landing-page section.section-landingpage-main .content ul {
  padding: 0;
  margin: 30px 0 20px 20px;
  font-weight: bold;
}
.landing-page section.section-landingpage-main .content ul li {
  margin: 0;
}
.landing-page section.section-landingpage-main .media-container {
  width: 100%;
  height: 340px;
  background-color: white;
  border: 1px solid #ccc;
}
.landing-page section.section-landingpage-main .media-container iframe {
  width: 100%;
  height: 100%;
}
.landing-page section.section-landingpage-columns {
  background-color: white;
  padding: 50px 0 30px;
  overflow: visible;
}
.landing-page section.section-landingpage-columns .col-2 {
  padding-right: 40px;
  position: relative;
}
.landing-page section.section-landingpage-columns img.column-img {
  position: absolute;
  right: 40px;
  top: -100px;
}
.landing-page section.section-landingpage-columns h2 {
  text-align: left;
  font-size: 25pt;
  text-transform: uppercase;
  margin: 20px 0;
}
.landing-page section.section-landingpage-columns p {
  text-align: left;
  margin: 0;
}
.landing-page section.section-landingpage-more {
  background-color: #333;
  padding: 70px 0;
  color: #949494;
  min-height: 150px;
}
.landing-page section.section-landingpage-more h2 {
  color: white;
  text-transform: uppercase;
  font-size: 14pt;
  margin: 20px 0;
  -webkit-text-shadow: none;
  text-shadow: none;
}
.landing-page section.section-landingpage-more p {
  margin: 10px 0;
}
.landing-page .button-calltoact {
  font-family: "Open Sans", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  background-color: #AACE36;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 16pt;
  font-weight: bold;
  margin: 10px 0;
  padding: 12px 20px;
  text-decoration: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-text-shadow: -1px -1px 0 #aaaaaa;
  text-shadow: -1px -1px 0 #aaaaaa;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 8px rgba(0, 0, 0, 0.08) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 8px rgba(0, 0, 0, 0.08) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 8px rgba(0, 0, 0, 0.08) inset;
  color: 0 1px 3px rgba(0, 0, 0, 0.4) 0 0 8px rgba(0, 0, 0, 0.08) inset;
}
.landing-page .button-calltoact:hover {
  background-color: #B0D438;
}
.landing-page .call-to-action .section-content {
  max-width: 1210px;
}
/* ---------- Make css responsive for small screens ---------- */
@media screen and (max-width: 960px) {
  .call-to-action .contact-form {
    float: none;
  }
  .call-to-action .social {
    float: none;
    margin-bottom: 20px;
    min-height: 260px;
  }
  .call-to-action .social .ms-partner {
    margin-top: 10px;
  }
  .call-to-action footer {
    position: relative;
  }
  .lang-bar {
    display: none !important;
  }
}
@media screen and (min-width: 880px) and (max-width: 1100px) {
  #main .logo {
    width: 42px;
    background-image: url("img/img-logo-symbol.png");
  }
  .lang-switcher > span {
    display: none;
  }
}
@media screen and (max-width: 880px) {
  /* ---------- Common elements ---------- */
  body {
    font-size: 11pt;
  }
  h1 {
    font-size: 30pt;
  }
  h1.page-title {
    font-size: 25pt;
  }
  h2 {
    font-size: 16pt;
  }
  h3 {
    font-size: 13pt;
  }
  .content-text h3 {
    font-size: 14pt;
  }
  /* ---------- Menu ---------- */
  #main .logo {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin: 10px auto;
    padding: 0;
  }
  #main .lang-switcher {
    top: 10px;
  }
  nav.main-navigation {
    position: static;
    height: auto;
  }
  nav.main-navigation ul {
    height: auto;
    min-width: 0;
  }
  nav.main-navigation ul li {
    display: block;
    height: 25px;
  }
  nav.main-navigation ul li a {
    line-height: 25px;
  }
  nav.sub-navigation {
    position: static;
  }
  nav.sub-navigation ul {
    padding: 5px 0;
  }
  nav.sub-navigation ul li {
    line-height: 30px;
  }
  .mainmenu-offset {
    margin-top: 0px;
  }
  .submenu-offset {
    margin-top: 0px;
  }
  #main .slider-button-container {
    display: none;
  }
  /* ---------- Boxes ---------- */
  .box-container.column-2 .box,
  .box-container.column-3 .box,
  .box-container.column-4 .box {
    width: auto;
  }
  .box-container .box {
    float: none;
  }
  /* ---------- Content ---------- */
  .content-text-left {
    float: none;
    width: auto;
  }
  .product-sidebar {
    float: none;
    width: auto;
  }
  .product-sidebar h4 {
    text-align: center;
  }
}
@media screen and (max-width: 470px) {
  .lang-switcher span {
    display: none;
  }
  .call-to-action .contact-form input[type=text],
  .call-to-action .contact-form input[type=email] {
    width: 75%;
  }
  .call-to-action .social {
    margin-left: 45px;
  }
  .call-to-action .social ul li label {
    display: none;
  }
  .call-to-action .social .ms-partner {
    float: none;
    margin: 20px 0;
  }
}
