/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height:100%;
  width:100%;
  padding:0;
  margin:0;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.list-unstyled{
	list-style-type: none;
	margin:0;
	padding:0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  color: #333333;
  background-color: #ffffff;
  width:100%;
  height:100%;
}
a {
	color:#fff;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin: 0;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 33.22%;
  *width: 33.22%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
	margin:0;
	padding:0;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 50px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 38.5px;
}
h3 {
  font-size: 24.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 15px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul.unstyled,
ol.unstyled, nav ul {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
@-ms-viewport {
  width: device-width;
}
@media (max-width: 767px) {
	.content .pull-left, .content .pull-right{
		position:none !important;
		float:none;
	}
	.bg-0, .bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6{
		background:#fff !important;
		background-image: none;
	}
	footer .content .pull-left{
		float:left !important;
	}
	footer .content .pull-right{
		float:right !important;
	}
	footer .footer-nav .menu-space, footer .footer-nav #site-map{
		display:none;
	}
	footer #copyright{
		width:185px;
		padding-top: 4px;
	}
	.footer-nav li{
		line-height:50px;
	}
	section.container{
		display:none;
	}
	section.container.home{
		display:block;
	}
	.mobile-container, section.container.home{
		display:block;
	    width: 100%;
	    margin:0 auto;
	}
	section.container.home{

	    padding-bottom: 120px !important;
	}
	.mobile-container{
	    padding-bottom: 80px !important;
	}
	.map-box{
		width:100%;
		margin-bottom:15px;
	}
	.theme-box{
		margin:0px 50px;
		height:369px;
	}
	.logo{
	  	width:100%;
	  	height:50px;
	  	display:inline-block;
	  	text-align: center;
	  	margin:50px auto 20px auto;
	}
	.pull-right.lang{
		float:none;
	}
	.lang{
		margin:0;
		padding:0;
		display:none;
	}
	.lang li{
		list-style-type: none;
		padding: 2px 1px;
	}
	.lang{
		background-color:#e2e1e1;
	}
	.lang li a{
		width:98px;
		height:39px;
		display: inline-block;
		background:url('../img/lang_mobile.png') no-repeat;
		text-indent:-99999px;
		margin: 3px 0 3px 3px;
	}
	.lang li a.pl.active{
		background-position:0px 0px;
	}
	.langli a.pl{
		background-position:0px -19px;
	}
	.lang li a.pl:hover{
		background-position:-100px 0px;
	}
	.lang li a.de.active{
		background-position:0px -68px;
	}
	.lang li a.de:hover{
		background-position:0px -67px;
	}
	.lang li a.de{
		background-position:-100px -67px;
	}
	.lang li a.en:hover{
		background-position:0px -135px;
	}
	.lang li a.en.active{
		background-position:0px -135px;
	}
	.lang li a.en{
		background-position:-100px -135px;
	}
	.container-contact .pull-left{
		float:left;
	}
   .container .content{
   	margin:0px auto;
   	width:100%; 
   	height:700px; 	
   }
  .container-nav{
	width:672px;
	height:700px;
	background-color:#f1b530;
	display:inline-block;
	position:relative;
	z-index:1;
	margin-left:-336px;
	left:50%;
  }
	.landing-small-content{
		position:relative !important;
		top:70px !important;
		width:100% !important;
		padding-left:20px !important;
		padding-right:20px !important;
		font-family: 'MyriadPro-LightCond';
		font-size:1.350em !important;
		color:#666666;
	}
  .container-landing-page.landing-page-1, .container-landing-page.landing-page-2, .container-landing-page.landing-page-3, .container-landing-page.landing-page-4, .container-landing-page.landing-page-5{
	width:100%;
	top:70px;
	height:360px;
	display:inline-block;
	position:relative;
	z-index:1;
	 box-shadow: 6px 0 4px -4px rgba(50, 50, 50, 0.62), -6px 0 4px -4px rgba(50, 50, 50, 0.62); 
	 -moz-box-shadow: 6px 0 4px -4px rgba(50, 50, 50, 0.62), -6px 0 4px -4px rgba(50, 50, 50, 0.62); 
	-webkit-box-shadow: 6px 0 4px -4px rgba(50, 50, 50, 0.62), -6px 0 4px -4px rgba(50, 50, 50, 0.62); 
  }
    .container .landing-bg-1.content, .container .landing-bg-2.content, .container .landing-bg-3.content, .container .landing-bg-4.content, .container .landing-bg-5.content{
    	   	height:200px !important;
    	   	margin:100px auto 0px auto !important; 
    }
	.container .landing-bg-1 .logo, .container .landing-bg-2 .logo, .container .landing-bg-3 .logo, .container .landing-bg-4 .logo, .container .landing-bg-5 .logo{
		top:-120px !important;
		position:relative !important;		
	}
	.container-contact.landing-page-1, .container-contact.landing-page-2, .container-contact.landing-page-3, .container-contact.landing-page-4, .container-contact.landing-page-5{
		margin:100px auto 40px auto !important;
	}
	.landing-page-1.certificate, .landing-page-2.certificate, .landing-page-3.certificate, .landing-page-4.certificate, .landing-page-5.certificate{
		position:absolute;
		left:50%;
		bottom:88px;
		margin-left:-336px;
		width:672px;
		height:53px;
		border:1px solid red !important;		
	}
  .container-landing-page.landing-page-1{
  	background-color:#2d80bd;
  }
  .container-landing-page.landing-page-2{
  	background-color:#0c305e;
  }
  .container-landing-page.landing-page-3{
  	background-color:#5e0c0c;
  }
  .container-landing-page.landing-page-4{
  	background-color:#1e6dab;
  }
  .container-landing-page.landing-page-5{
  	background-color:#cba773;
  }
	.mobile-content .pull-left{
		margin-right:15px;
	}
	.container-nav .col-1 a, .container-nav .col-2 a, .container-nav .col-3 a, .container-nav .col-top a{
		display:block;
		width:336px;
		height:350px;	
	}
	.container-nav .col-1{
		top:0;
		left:336px;
		width:336px;
		height:350px;
	}
	.container-nav .col-2{
		top:350px;
		left:336px;
	}
	.container-nav .col-3{
		top:350px;
		left:0;
	}
	.container-nav .col-top{
		width:336px;
		height:350px;
		top:0;
		left:0;
	}
	.container-nav a{
		font-size:1.85em;
		line-height: 1em;
	}
	.container-nav a p, .container-nav .col-top a img{
		padding-top:30px;
		padding-left:30px;
	}
	.container-contact{
		width:201px;
		height:67px;
		margin:40px auto;
		background-color:#dfdede;
		-webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.53);
		-moz-box-shadow:    0px 1px 3px 0px rgba(50, 50, 50, 0.53);
		box-shadow:         0px 1px 3px 0px rgba(50, 50, 50, 0.53);
	}
	.subsite .nav ul.list-unstyled{
		-webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.53);
		-moz-box-shadow:    0px 1px 3px 0px rgba(50, 50, 50, 0.53);
		box-shadow:         0px 1px 3px 0px rgba(50, 50, 50, 0.53);		
	}
	.pull-right .subsite{
		width:500px;
		margin:0 auto;
	}
	.subsite .nav{
		display:none;
	}
	footer{
		width:100%;
		height:50px;
	}
	footer .social-icons{
		width:95px;
		position:absolute;
		bottom:3px;
		left:46%;
		margin-left:-25px;
		display:block;
	}
	footer .content .social-icons .icon-in, footer .content .social-icons .icon-yt{
		display:inline-block;
		text-indent:-99999px;
		background:url('../img/social_icons_big.png') no-repeat;
		width:45px;
		height:45px;
		float:left;
		border:none;
		padding:0px !important;
		margin:0px;
	}
	footer .certificate{
		position:absolute;
		left:50%;
		bottom:88px;
		margin-left:-336px;
		width:672px;
		height:53px;
	}
	footer .hifog-logo, footer .vds-1, footer .vds-2{
		float:left;
		text-indent:-99999px;
	}
	footer .hifog-logo{
		width:202px;
		height:53px;
		background:url('../img/hifog_mobile.png') no-repeat;
		display:block;
		margin-right:20px;
		margin-left:10px;
	}
	footer .vds-1, footer .vds-2{
		height:53px;
		background:url('../img/vds_mobile.png') no-repeat;
		display:block;		
	}
	footer .vds-1{
		width:200px;
		background-position:top left;
		margin-right:20px;
	}
	footer .vds-2{
			width:182px;
			background-position:top right;
	}
	.footer-nav li{
		line-height: 50px;
	}
	footer span{
		line-height: 21px;
	}
	.certificate .pull-left, .certificate .pull-right{
			display:none;
	}
	.certificate .vds-mobile{
			width:100%;
	}
	body {
	    padding:0;
	}
	.container-fluid {
	    padding: 0;
	}
	.dl-horizontal dt {
	    float: none;
	    clear: none;
	    width: auto;
	    text-align: left;
	}
	.dl-horizontal dd {
	    margin-left: 0;
	}
	.row-fluid {
	    width: 100%;
	}
	.span12, .row-fluid .span12, .row-fluid .span10 {
	    width: 100%;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.row-fluid [class*="offset"]:first-child {
	    margin-left: 0;
	}
	.certificate .vds-mobile, .mobile-box, .mobile-container{
		display:block;
	}
	.mobile-header .col-top{
	  	display:block;
	  	background-color:#f2b630;
	  	height:364px;
	  	width:667px;
	}
	.nav-trigger{
	    display: block; 
	}
	nav#main-nav{
	    display: none; 
	}
	  nav.nav-mobile, nav.nav-mobile2 {
	  display: none;
	}
}
@media (min-width: 1025px) {
  .logo{
	position:absolute;
	right:0px;
	top:-80px;
   }
	.languages ul{
		margin:0;
		padding:0;
	}
	.languages ul li{
		list-style-type: none;
		float:left;
		padding: 2px 1px;
	}
	.languages ul li a{
		width:20px;
		height:18px;
		display: inline-block;
		background:url('../img/languages.png') no-repeat;
		text-indent:-99999px;
	}
	.languages ul li a.pl.active{
		background-position:0px -1px;
	}
	.languages ul li a.pl{
		background-position:0px -19px;
	}
	.languages ul li a.pl:hover{
		background-position:0px -1px;
	}
	.languages ul li a.de.active{
		background-position:-22px -1px;
	}
	.languages ul li a.de:hover{
		background-position:-22px -1px;
	}
	.languages ul li a.de{
		background-position:-22px -19px;
	}
	.languages ul li a.en:hover{
		background-position:-43px -1px;
	}
	.languages ul li a.en.active{
		background-position:-43px -1px;
	}
	.languages ul li a.en{
		background-position:-43px -19px;
	}
   .container .content{
	position:absolute;
	left:0;
	top:50%;
	margin-top:-176px;
	margin-right:0; 
	height: 360px;  	
   }
  .container-nav{
	width:500px;
	height:360px;
	background-color:#f1b530;
	display:inline-block;
	position:relative;
	z-index:1;
	-webkit-box-shadow: -8px 0px 12px -10px rgba(50, 50, 50, 0.62);
	   -moz-box-shadow: -8px 0px 12px -10px rgba(50, 50, 50, 0.62);
	        box-shadow: -8px 0px 12px -10px rgba(50, 50, 50, 0.62);
  }
  .container-landing-page.landing-page-1, .container-landing-page.landing-page-2, .container-landing-page.landing-page-3, .container-landing-page.landing-page-4, .container-landing-page.landing-page-5{
	width:500px;
	height:360px;
	display:inline-block;
	position:relative;
	z-index:1;
	 box-shadow: 6px 0 4px -4px rgba(50, 50, 50, 0.62), -6px 0 4px -4px rgba(50, 50, 50, 0.62); 
	 -moz-box-shadow: 6px 0 4px -4px rgba(50, 50, 50, 0.62), -6px 0 4px -4px rgba(50, 50, 50, 0.62); 
	-webkit-box-shadow: 6px 0 4px -4px rgba(50, 50, 50, 0.62), -6px 0 4px -4px rgba(50, 50, 50, 0.62); 
  }
  .container-landing-page.landing-page-1{
  	background-color:#2d80bd;
  }
  .container-landing-page.landing-page-2{
  	background-color:#0c305e;
  }
  .container-landing-page.landing-page-3{
  	background-color:#5e0c0c;
  }
  .container-landing-page.landing-page-4{
  	background-color:#1e6dab;
  }
  .container-landing-page.landing-page-5{
  	background-color:#cba773;
  }
	.landing-small-content{
		right:0;
	}
	.container-nav .col-1 a, .container-nav .col-2 a{
		display:block;
		width:167px;
		height:160px;	
	}
	.container-nav .col-1{
		top:200px;
		left:0px;
	}
	.container-nav .col-2{
		top:200px;
		left:167px;
	}
	.container-nav .col-3 a{
		display:block;
		width:166px;
		height:160px;	
	}
	.container-nav .col-3{
		top:200px;
		left:334px;
	}
	.container-nav .col-top a{
		display:block;
		height:200px;
	}
	.container-nav .col-top{
		width:500px;
		top:0;
		left:0;
	}
	.container-nav a{
		font-size:1em;
		line-height: 1em;
	}
	.container-nav a p{
		padding-top:15px;
		padding-left:15px;
	}
	.container-nav .col-top a img{
		padding-top:20px;
		padding-left:20px;
	}
	.container-contact{
		z-index:1001;
		width:201px;
		height:67px;
		position:absolute;
		right:501px;
		bottom:-67px;
		background-color:#dfdede;
		-webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.53);
		-moz-box-shadow:    0px 1px 3px 0px rgba(50, 50, 50, 0.53);
		box-shadow:         0px 1px 3px 0px rgba(50, 50, 50, 0.53);
	}
	.subsite .nav ul.list-unstyled{
		-webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.53);
		-moz-box-shadow:    0px 1px 3px 0px rgba(50, 50, 50, 0.53);
		box-shadow:         0px 1px 3px 0px rgba(50, 50, 50, 0.53);		
	}
	.pull-right .subsite{
		width:500px;
		height:360px;
		position:relative;
	}
	footer .social-icons{
		width:50px;
		position:absolute;
		bottom:4px;
		left:46%;
		margin-left:-25px;
		display:block;
	}
	footer .content .social-icons .icon-in, footer .content .social-icons .icon-yt{
		display:inline-block;
		text-indent:-99999px;
		background:url('../img/social_icons.png') no-repeat;
		width:22px;
		height:22px;
		float:left;
		border:none;
		padding:0px !important;
		margin:0px;
	}
	footer .certificate{
		position:absolute;
		width:168px;
		height:50px;
		bottom:28px;
		left:20px;
	}
/*--------- Mobile -----------------*/
	.certificate .vds-mobile, .mobile-box, .mobile-container{
		display:none;
	}
/*--------- Mobile end-----------------*/
  .container-img{
	width:540px;
	height:360px;
   }
	footer{
		position:absolute;
		bottom:0;
		left:0;
		height:30px;
	}
	.footer-nav li, footer span{
		line-height: 30px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
  .logo{
	position:absolute;
	right:0px;
	top:-80px;
   }
	.languages ul{
		margin:0;
		padding:0;
	}
	.languages ul li{
		list-style-type: none;
		float:left;
		padding: 2px 1px;
	}
	.languages ul li a{
		width:20px;
		height:18px;
		display: inline-block;
		background:url('../img/languages.png') no-repeat;
		text-indent:-99999px;
	}
	.languages ul li a.pl.active{
		background-position:0px -1px;
	}
	.languages ul li a.pl{
		background-position:0px -19px;
	}
	.languages ul li a.pl:hover{
		background-position:0px -1px;
	}
	.languages ul li a.de.active{
		background-position:-22px -1px;
	}
	.languages ul li a.de:hover{
		background-position:-22px -1px;
	}
	.languages ul li a.de{
		background-position:-22px -19px;
	}
	.languages ul li a.en:hover{
		background-position:-43px -1px;
	}
	.languages ul li a.en.active{
		background-position:-43px -1px;
	}
	.languages ul li a.en{
		background-position:-43px -19px;
	}
	#main-nav .nav > li.item-4 > a, #main-nav .nav > li.item-5 > a, #main-nav .nav > li.item-6 > a, #main-nav .nav > li.item-3 > a, #main-nav .nav > li.item-2 > a, #main-nav .nav > li.item-1 > a{
		padding-right:10px !important;
		padding-left:10px !important;
	}
   .container .content{
	position:absolute;
	left:0;
	top:50%;
	margin-top:-176px;
	margin-right:0;
	height: 360px;   	
   }
  .container-nav{
	width:500px;
	height:360px;
	background-color:#f1b530;
	display:inline-block;
	position:relative;
	z-index:1;
	-webkit-box-shadow: -8px 0px 12px -10px rgba(50, 50, 50, 0.62);
	   -moz-box-shadow: -8px 0px 12px -10px rgba(50, 50, 50, 0.62);
	        box-shadow: -8px 0px 12px -10px rgba(50, 50, 50, 0.62);
  }
  .container-landing-page.landing-page-1, .container-landing-page.landing-page-2, .container-landing-page.landing-page-3, .container-landing-page.landing-page-4, .container-landing-page.landing-page-5{
	width:500px;
	height:360px;
	display:inline-block;
	position:relative;
	z-index:1;
	 box-shadow: 6px 0 4px -4px rgba(50, 50, 50, 0.62), -6px 0 4px -4px rgba(50, 50, 50, 0.62); 
	 -moz-box-shadow: 6px 0 4px -4px rgba(50, 50, 50, 0.62), -6px 0 4px -4px rgba(50, 50, 50, 0.62); 
	-webkit-box-shadow: 6px 0 4px -4px rgba(50, 50, 50, 0.62), -6px 0 4px -4px rgba(50, 50, 50, 0.62); 
  }
  .container-landing-page.landing-page-1{
  	background-color:#2d80bd;
  }
  .container-landing-page.landing-page-2{
  	background-color:#0c305e;
  }
  .container-landing-page.landing-page-3{
  	background-color:#5e0c0c;
  }
  .container-landing-page.landing-page-4{
  	background-color:#1e6dab;
  }
  .container-landing-page.landing-page-5{
  	background-color:#cba773;
  }
	.landing-small-content{
		right:0;
	}
	.container-nav .col-1 a, .container-nav .col-2 a{
		display:block;
		width:167px;
		height:160px;	
	}
	.container-nav .col-1{
		top:200px;
		left:0px;
	}
	.container-nav .col-2{
		top:200px;
		left:167px;
	}
	.container-nav .col-3 a{
		display:block;
		width:166px;
		height:160px;	
	}
	.container-nav .col-3{
		top:200px;
		left:334px;
	}
	.container-nav .col-top a{
		display:block;
		height:200px;
	}
	.container-nav .col-top{
		width:500px;
		top:0;
		left:0;
	}
	.container-nav a{
		font-size:1em;
		line-height: 1em;
	}
	.container-nav a p{
		padding-top:15px;
		padding-left:15px;
	}
	.container-nav .col-top a img{
		padding-top:20px;
		padding-left:20px;
	}
	.container-contact{
		z-index:1001;
		width:201px;
		height:67px;
		position:absolute;
		right:501px;
		bottom:-67px;
		background-color:#dfdede;
		-webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.53);
		-moz-box-shadow:    0px 1px 3px 0px rgba(50, 50, 50, 0.53);
		box-shadow:         0px 1px 3px 0px rgba(50, 50, 50, 0.53);
	}
	.subsite .nav ul.list-unstyled{
		-webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.53);
		-moz-box-shadow:    0px 1px 3px 0px rgba(50, 50, 50, 0.53);
		box-shadow:         0px 1px 3px 0px rgba(50, 50, 50, 0.53);		
	}
	.pull-right .subsite{
		width:500px;
		height:360px;
		position:relative;
	}
	footer{
		position:absolute;
		bottom:0;
		left:0;
		height:30px;
	}
	footer .social-icons{
		width:50px;
		position:absolute;
		bottom:4px;
		left:46%;
		margin-left:-25px;
		display:block;
	}
	footer .content .social-icons .icon-in, footer .content .social-icons .icon-yt{
		display:inline-block;
		text-indent:-99999px;
		background:url('../img/social_icons.png') no-repeat;
		width:22px;
		height:22px;
		float:left;
		border:none;
		padding:0px !important;
		margin:0px;
	}
	footer .certificate{
		position:absolute;
		width:168px;
		height:50px;
		bottom:28px;
		left:20px;
	}
	.footer-nav li, footer span{
		line-height: 30px;
	}
/*--------- Mobile -----------------*/
	.certificate .vds-mobile, .mobile-box, .mobile-container{
		display:none;
	}
/*--------- Mobile end-----------------*/
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 0px;
  }
	.container{
		min-height:850px;
	}
  .container, footer .content{
    width: 955px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 89%;
    *width: 89%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 11%;
    *width: 11%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
}
@media (min-width: 1200px)/*Deksktop hight resolution */ {  
  .logo{
	position:absolute;
	right:0px;
	top:-80px;
   }
	.languages ul{
		margin:0;
		padding:0;
	}
	.languages ul li{
		list-style-type: none;
		float:left;
		padding: 2px 1px;
	}
	.languages ul li a{
		width:20px;
		height:18px;
		display: inline-block;
		background:url('../img/languages.png') no-repeat;
		text-indent:-99999px;
	}
	.languages ul li a.pl.active{
		background-position:0px -1px;
	}
	.languages ul li a.pl{
		background-position:0px -19px;
	}
	.languages ul li a.pl:hover{
		background-position:0px -1px;
	}
	.languages ul li a.de.active{
		background-position:-22px -1px;
	}
	.languages ul li a.de:hover{
		background-position:-22px -1px;
	}
	.languages ul li a.de{
		background-position:-22px -19px;
	}
	.languages ul li a.en:hover{
		background-position:-43px -1px;
	}
	.languages ul li a.en.active{
		background-position:-43px -1px;
	}
	.languages ul li a.en{
		background-position:-43px -19px;
	}
  .container .content{
	height:360px;
	width:1222px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-611px;
	margin-top:-176px;
	margin-right:0;
  } 
  .container .content.landing-bg-1, .container .content.landing-bg-2, .container .content.landing-bg-3, .container .content.landing-bg-4, .container .content.landing-bg-5{
	height:360px;
	width:1366px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-683px;
	margin-top:-176px;
	margin-right:0;  	
  }
  .content.landing-bg-1 .pull-right, .content.landing-bg-2 .pull-right, .content.landing-bg-3 .pull-right, .content.landing-bg-4 .pull-right, .content.landing-bg-5 .pull-right{
  	margin-right:102px;
  }
  .container-nav{
	width:500px;
	height:360px;
	background-color:#f1b530;
	display:inline-block;
	position:relative;
	z-index:1;
	-webkit-box-shadow: -8px 0px 12px -10px rgba(50, 50, 50, 0.62);
	   -moz-box-shadow: -8px 0px 12px -10px rgba(50, 50, 50, 0.62);
	        box-shadow: -8px 0px 12px -10px rgba(50, 50, 50, 0.62);
  }
  .container-landing-page.landing-page-1, .container-landing-page.landing-page-2, .container-landing-page.landing-page-3, .container-landing-page.landing-page-4, .container-landing-page.landing-page-5{
	width:500px;
	height:360px;
	display:inline-block;
	position:relative;
	z-index:1;
	 box-shadow: 6px 0 4px -4px rgba(50, 50, 50, 0.62), -6px 0 4px -4px rgba(50, 50, 50, 0.62); 
	 -moz-box-shadow: 6px 0 4px -4px rgba(50, 50, 50, 0.62), -6px 0 4px -4px rgba(50, 50, 50, 0.62); 
	-webkit-box-shadow: 6px 0 4px -4px rgba(50, 50, 50, 0.62), -6px 0 4px -4px rgba(50, 50, 50, 0.62); 
  }
  .container-landing-page.landing-page-1{
  	background-color:#2d80bd;
  }
  .container-landing-page.landing-page-2{
  	background-color:#0c305e;
  }
  .container-landing-page.landing-page-3{
  	background-color:#5e0c0c;
  }
  .container-landing-page.landing-page-4{
  	background-color:#1e6dab;
  }
  .container-landing-page.landing-page-5{
  	background-color:#cba773;
  }
	.landing-small-content{
		right:102px;
	}
	.container-nav .col-1 a, .container-nav .col-2 a{
		display:block;
		width:167px;
		height:160px;	
	}
	.container-nav .col-1{
		top:200px;
		left:0px;
	}
	.container-nav .col-2{
		top:200px;
		left:167px;
	}
	.container-nav .col-3 a{
		display:block;
		width:166px;
		height:160px;	
	}
	.container-nav .col-3{
		top:200px;
		left:334px;
	}
	.container-nav .col-top a{
		display:block;
		height:200px;
	}
	.container-nav .col-top{
		width:500px;
		top:0;
		left:0;
	}
	.container-nav a{
		font-size:1em;
		line-height: 1em;
	}
	.container-nav a p{
		padding-top:15px;
		padding-left:15px;
	}
	.container-nav .col-top a img{
		padding-top:20px;
		padding-left:20px;
	}
	.container-contact{
		z-index:1001;
		width:201px;
		height:67px;
		position:absolute;
		right:602px;
		bottom:-67px;
		background-color:#dfdede;
		-webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.53);
		-moz-box-shadow:    0px 1px 3px 0px rgba(50, 50, 50, 0.53);
		box-shadow:         0px 1px 3px 0px rgba(50, 50, 50, 0.53);
	}
	.subsite .nav ul.list-unstyled{
		-webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.53);
		-moz-box-shadow:    0px 1px 3px 0px rgba(50, 50, 50, 0.53);
		box-shadow:         0px 1px 3px 0px rgba(50, 50, 50, 0.53);		
	}
	.pull-right .subsite{
		width:500px;
		height:360px;
		position:relative;
	}
	footer .content{
		width:1222px !important;
		left:50%;
		margin-left:-611px !important;
	}
	footer.landing-page-1 .content{
		width:1180px !important;
		left:50%;
		margin-left:-590px !important;		
	}
	footer{
		position:absolute;
		bottom:0;
		left:0;
		height:30px;	
	}
	footer .social-icons{
		width:50px;
		position:absolute;
		bottom:4px;
		left:46%;
		margin-left:-25px;
		display:block;
	}
	footer .content .social-icons .icon-in, footer .content .social-icons .icon-yt{
		display:inline-block;
		text-indent:-99999px;
		background:url('../img/social_icons.png') no-repeat;
		width:22px;
		height:22px;
		float:left;
		border:none;
		padding:0px !important;
		margin:0px;
	}
	footer .certificate{
		position:absolute;
		width:198px;
		height:50px;
		bottom:28px;
		left:5px;
	}
	footer.landing-page-1 .certificate, footer.landing-page-2 .certificate, footer.landing-page-3 .certificate, footer.landing-page-4 .certificate, footer.landing-page-5 .certificate{
		bottom:38px !important;
	}
	.footer-nav li, footer span{
		line-height: 30px;
	}
	#copyright{
		display:inline-block;
		padding-right:0px !important;
	}
	.footer-nav{
		padding-left:0px !important;
	}
/*--------- Mobile -----------------*/
	.certificate .vds-mobile, .mobile-box, .mobile-container{
		display:none;
	}
/*--------- Mobile end-----------------*/
  .row {
    margin-left:0px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left:0px;
  }
  .container {
    width: 1366px;
    min-height:850px;
  }
  .span12 {
    width: 1366px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .languages.span2 {
    width: 252px;
  }
  .span1 {
    width: 70px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .languages.span2 {
    width: 17%;
    *width: 17%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
}
