.content {
  content: "";
  position: absolute;
  display: block;
}
.transition {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
/* GENERAL */
*:focus {
  outline: none;
}
body {
  background: #eee;
  padding-top: 84px;
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 16px;
}
a {
	color:#00a137;
}
a:hover {
  text-decoration: none;
  color:#00a137;
}
.container {
  position:relative;
  max-width: 1008px;
  background: #fff;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.8);
}
nav .container {
  box-shadow: none;
}
h1,
h2,
.h3,
.h4,
.h5,
h6,
.cta {
  font-family: "Dosis", Arial, sans-serif;
  font-weight: 700;
}
.cta {
  display: inline-block;
  position: relative;
}
.cta span {
  position: relative;
  left: -120%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -o-transition: all 0.3s;
  /* Opera */
  visibility: hidden;
}
.cta:hover span {
  left: 0;
  visibility: visible;
}
.box {
  position: relative;
  width: 50%;
  min-height: 336px;
  padding: 42px 28px 0 84px;
  color: #fff;
}
.box h1,
.box h2,
.box .cta {
  color: #fff;
}
.box h1,
.box h2 {
  font-size: 46px;
  margin: 0 0 14px;
}
.box p {
  margin: 0 0 14px;
}
.box .cta {
  left: -30px;
  font-size: 36px;
  overflow-x: hidden;
  padding-top: 15px;
  padding-left: 30px;
}
.box .cta:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  background: url(images/plusko.png) no-repeat center center;
  background-size: 34px 34px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.box .cta:hover:before {
  -ms-transform: rotate(360deg);
  /* IE 9 */
  -webkit-transform: rotate(360deg);
  /* Chrome, Safari, Opera */
  transform: rotate(360deg);
}
.box.img-box {
  padding: 0;
}
.box.img-box img {
  max-width: 100%;
  height: auto;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.m-bottom {
  margin-bottom: 84px;
}
/* NAVIGATION */
.navbar-right {
	margin-right:-15px !important;
}
nav.scrolled .container {
  border-bottom: 1px solid #5a5a5a;
}
.navbar-default {
  background: 0;
  border: 0;
}
.navbar-header,
.navbar-nav {
  height: 84px;
}
.navbar-brand {
  height: auto;
  padding: 22px;
}
.navbar-nav > li > a {
  padding: 0 61px;
  line-height: 84px;
}
.navbar-nav > li:last-child > a {
  padding: 0 62px;
}
.navbar-default .navbar-nav > li > a {
  color: #5a5a5a;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #5a5a5a;
}
.lang-switcher {
	position:absolute;
	right:-180px;	
}
.navbar-toggle span:nth-child(2) { display:none; }
.navbar-toggle span:first-child {
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
	position:relative;
	top:7px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.navbar-toggle span:last-child {
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
	position:relative;
	top:1px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.navbar-toggle.collapsed span:nth-child(2) { display:block; }
.navbar-toggle.collapsed span:first-child, .navbar-toggle.collapsed span:last-child {
	top:auto;
	-ms-transform: rotate(0); /* IE 9 */
    -webkit-transform: rotate(0); /* Chrome, Safari, Opera */
    transform: rotate(0);
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background:0;
}
/* HOME PAGE */
/* landing */
.landing-page {
  background: #5a5a5a;
  background-size: cover;
  padding: 84px 0;
}
.landing-page .box {
  background-color: #00aaeb /*IE*/;
  background: rgba(0, 170, 235, 0.7);
}
.d1 {
  background: #f7831e;
}
.d1 .img-box img {
  position: absolute;
  right: 21px;
  top: -42px;
}
.d1 .img-box .gif {
	z-index:2;
}
.d2 .box {
  background: #00a137;
}
.d2 .box.img-box {
  background: #fff;
}
.d3 {
  background: #5a5a5a url(images/Image_newsletter.jpg) no-repeat center center;
  background-size: cover;
}
.d3 .box {
  background-color: #c80087 /*IE*/;
  background: rgba(200, 0, 135, 0.7);
}
.d3 form input {
  background: 0;
  border: 0;
}
.d3 form input[type="email"] {
  width: 100%;
  color: #fff;
  display: block;
  border-bottom: 1px solid #fff;
}
.d3 form .cta {
  margin-top: 42px;
}
.d3 form .cta input {
  position: relative;
  left: -120%;
  visibility: hidden;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.d3 form .cta:hover input {
  left: 0;
  visibility: visible;
}
/* sub pages */
.d4 {
  background: #a44585;
}
.d5 {
  background: #5a5a5a;
}
.d5 .box {
  background-color: #c80087 /*IE*/;
  background: rgba(200, 0, 135, 0.7);
}
/* solutions */
.profits {
  display: none;
  margin: 42px 0;
}
.profits .profit {
  margin-bottom: 20px;
}
.profits h3 {
  font-size: 16px;
  margin: 0;
  font-weight: 700;
}
.profit article {
	min-height:180px;
}
.d6 {
  background: #f7831e;
}
.d7 {
  background: #00a137;
}
.d8 {
  background: #00aaeb;
}
.carousel-inner > .item {
  text-align: center;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  margin: 0 auto;
}
.carousel-indicators li {
  border-color: #00a137;
}
.carousel-indicators .active {
  background-color: #00a137;
}
.table-box table {
  margin: 21px 0;
  border: 0;
}
.table-box table tr {
  border-bottom: 1px solid #5a5a5a;
}
.table-box table tr:first-child {
  border-top: 1px solid #5a5a5a;
}
.table-box table tr td {
  border: 0;
  padding: 21px;
  vertical-align: middle;
  background: #fafafa;
}
.table-box table tr td:first-child {
  width: 25%;
  min-width: 100px;
  background: #fff;
}
/* blog */
.blog-item {
  background: #5a5a5a;
  margin-bottom: 42px;
}
.blog-item a {
  color: #fff;
}
.b1 {
  background: #00a137;
}
.b2 {
  background: #00aaeb;
}
.b3 {
  background: #a44585;
}
.detail {
  display: none;
  margin-bottom: 42px;
}
.soc {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.srch {
	margin:21px 0 21px 35px;
}
#search {
	border:0;
	background:0;
	box-shadow:none;
}
.srch button {
	border:0;
	border-radius:0;
	background:#5a5a5a;
	color:#fff;
}
.pagination-box {
	margin-bottom:42px;
}
.pagination-box a {
	color:#5a5a5a;
	padding:0 10px;
}
/* contact */
.gmap {
  position: relative;
  background:#5a5a5a;
}
/* FOOTER */
footer {
  padding: 42px 10px;
}
footer .img {
  display: inline-block;
  margin-bottom: 28px;
}
footer address {
  margin: 0;
}
footer a {
  color: #5a5a5a;
}
footer a:hover {
  color: #00a137;
}
/* copywrite */
.copy {
  padding: 28px;
  background: #5a5a5a;
  color: #fff;
  font-size:12px;
}
.copy a {
  color: #fff;
}
.copy a:hover {
  text-decoration: underline;
}
