/* ==================================================================== */
/* === Normalize ====================================================== */
/* ==================================================================== */

html, body {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	height:100%;
}

article, aside, details, figcaption, figure, footer,
header, hgroup, main, menu, nav, section, summary {
	display: block;
}

img {
	vertical-align: middle;
}

*:focus {
	outline: none;
}

/* ==================================================================== */
/* ==================================================================== */
/* ==================================================================== */

body {
	font-size: 16px;
	font-weight: 300;
	font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.42857143;
	letter-spacing: 0.01em;
	background: #E6E6E6;
	color: #333;
} 


/*HEADER*/



#menu{
    min-height: 72px;
    border-color: transparent;
    font-size: 15px;
    color: #555555;
    font-weight: 500;
    border-radius: 0;
    margin-bottom: 0;
    border-top: 6px solid #0076D2;
    background:#fff;
}
#menu .container{
	padding-top:44px ;
	padding-bottom:62px ;
}
#menu ul {
   	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li{
    float: left;
	border-right: 1px solid #E5E5E5;
	padding: 0 28px 0 28px;
}
#menu ul li a{
    text-decoration: none;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	color: #464646;
	padding:0px!important;
	box-shadow:none;
	background:none;
}
#menu ul li:last-child a{
    border:0;
}
#menu .active a{
	font-weight: 400;
	color: #009EE3;
}
#menu ul li a:hover {
    color: #045d85;
}

#menu .navbar-brand{
    padding: 10px 0px 0px 10px;
    padding-right:0px!important;
}
#menu .navbar-brand img{
    height:50px;
}

#menu #navbar{
	margin-top:20px;
	padding:0px;
}
#menu .navbar-brand{
	padding-top:0px;
}
.infolinia{
    padding-right: 0;
    padding-left:20px;
	border-right-width: 0;
	margin-top: -6px;
	font-size: 18px;
	font-weight: 300;
}
.infolinia p{
	color:#464646;
}
.infolinia span{
    font-size: 22px;
	font-weight: 400;
	color: #009EE3;
}
#burger{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding-top: 0px;
    z-index: 1000;
    overflow: auto;
    display: block;
    -ms-transform: translateY(-100%); /* IE 9 */
    -webkit-transform: translateY(-100%); /* Chrome, Safari, Opera */
    transform: translateY(-100%);
    -webkit-transition: all 0.3s ease-in!important;
    -moz-transition: all 0.3s ease-in!important;
    -o-transition: all 0.3s ease-in!important;
    transition: all 0.3s ease-in!important;
}
.burger-container {
    z-index: 1500;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100vh;
    display: table;
}
.burger-active{

    display: block!important;
    background: #fff;
    -ms-transform: translateY(0%)!important; /* IE 9 */
    -webkit-transform: translateY(0%)!important; /* Chrome, Safari, Opera */
    transform: translateY(0%)!important;

}
#burger .infolinia{
    width: 100%;
    text-align: center;
    padding-top: 10px;
    font-size:30px;
    position: relative;
    display: inline-block;
}

#burger ul{
    padding-top: 80px;
    width: 100%;
    height:75vh;
    margin-left:0;
    margin-right:0;
}
#burger ul li{
    float: none;
    padding: 5px 0!important;
    text-align: center;
}
#burger ul li a{
    border: none;
    font-size:40px;
    padding:25px 0!important;
    text-align: center;
}
#burger ul li a:hover{
    background: #0072bc!important;
    color: #fff;
}
.navbar-toggle{
    border: none;
    margin-top: 20px;
    position: relative;
    z-index:1501;
}
.menu {
  z-index: 1501;

  cursor: pointer;
  float:right;
  margin-top: 0px;
  margin-right: 0px;
  position: fixed;
  top: 0px;
  right: 0px;
  background: #fff;
  width: 100px;
  height: 43px;
}
.menu-global {
    backface-visibility: hidden;
    position: absolute;
    left:10px;
    border-top: 3px solid gray;
    width: 30px;
    transition: 0.25s;
}
.menu-top {
  top: 10px;
}
.menu-middle {
  top: 20px;
}
.menu-bottom {
  top: 30px;
}
.menu-top-click {
  backface-visibility: hidden;
  top: 15px;
  transform: rotate(50deg);
  transition: 0.25s 0.3s;
}
.menu-middle-click {
  opacity: 0;
}
.menu-bottom-click {
  backface-visibility: hidden;
  top: 15px;
  transform: rotate(-410deg);
  transition: 0.25s 0.3s;
}
.menu{
    margin: 10px 10px 0 0;
    display: none;

}
.menuText{
    margin-right: 10px;
    margin-top: 11px;
    display: block;
    float: right;
}
.visible{
    display: block!important;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;

}



/*Banner*/

.banner{
	position: relative;
}
 .banner img{

 }
.banner .desc{
	position:absolute;
	top:0px;
	height:100%;
	width:100%;
}

.banner h1 {
	margin: 0;
	text-align: center;
	margin-top:64px;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom:60px;
}

.banner h1 .blue-slim {
	font-size: 25px;
	font-weight: 300;
	color: #009FDE;
}

.banner h1 .blue {
	font-size: 48px;
	font-weight: 700;
	color: #009FDE;
}

.banner p {
	position:relative;
	width: 360px;
	margin: 0 auto;
	margin-top: 18px;
	background:rgba(0,0,0,0.8);
	padding:20px;
	color:#fff;
}

/*Content*/

.content{
	background: #fff;
	position:relative;
	overflow:hidden;
}

.content h2{
	text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    margin-top:18px;
    margin-bottom:18px;
}

.content p{
	font-size:14px;
}

.content a{
	    font-weight: 400;
    text-decoration: none;
    color: #009EE6;
}
.first-col, .second-col {
	background:#fff;
	height:100%;
	z-index: 200;
	padding-bottom:30px;
}
.content .second-col h3{
	    font-size: 17px;
	    line-height: 22px
}

.content .second-col ul {
	padding: 0;
	list-style-type: none;
}

.content .second-col ul li:not(:last-child) {
	border-bottom: 1px solid #D7D7D7;
	padding-bottom: 18px;
}

.content .second-col li:before {
	float: left;
	content: "»";
	padding-right: 7px;
	color: #1792B5;
}


.padding-top-33{
	padding-top:33px;
}


.content .third-col {
	padding-left: 23px;
	background: #000;
	color: #949398;
	z-index: 200;
	position:relative;
	padding-bottom:30px;
}
.third-col:after {
	z-index: -1;
	position: absolute;
	right: -50%;
	width:100%;
	height:100%;
	content:"";
	top:0px;
	background: #000;
	}
.content .third-col h2 {
	color: #fff;
}

.content .third-col h3,
.content .third-col .blue {
	margin-bottom: 0;
	text-transform: uppercase;
	color: #00A3E3;
}

.content .third-col .blue {
	font-size: 16px;
}

.content .third-col .adres {
	color: #7E858A;
	padding: 20px 0 32px 0;
}

.content .third-col ul {
	padding: 0;
	list-style-type: none;
}

.content .third-col ul li {
	padding-bottom: 24px;
}

.content .third-col ul li img {
	padding-right: 8px;
}

.content .third-col ul li span {
	color: #fff;
}



#wrapper_outside {
	position: absolute;
	left:0;
	height: 100%;
	z-index: 100;
	width:100%;
	top:0px;

}

#wrapper_outside:before {
	z-index: 100;
	position: absolute;
	left: 0;
	width:50%;
	height:100%;
	content:"";
	background: #fff;
}

#wrapper_outside:after {
	z-index: 100;
	position: absolute;
	right: 0;
	width:50%;
	height:100%;
	content:"";
	background: #000;
}

.row{
	margin:0px!important;
}

.content .container{
	z-index:20000000!important;
	background:none;
}


/*Kontakt*/
.contact ul {
	padding: 0;
	list-style-type: none;
}

.contact ul  li:before {
	float: left;
	content: "»";
	padding-right: 7px;
	color: #1792B5;
}

/*Form*/

.contact-form{
	clear:both;
}
.contact-form h3{
	color:#464646;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.contact-form p{
	padding-bottom: 10px;
}

.contact-form	input[type='text'], .contact-form textarea{
	padding:20px;
	border-radius:0px;
	margin-bottom:30px;
}

.contact-form-button{
	background:#009EE3;
	border:none;
	border-radius:0px;
	margin:0 auto;
	color:#fff;
	padding:10px 35px;
	font-weight:600;
	font-size:16px;
	width:150px;
	float:right;
}

.success {
	color: green;
}

.error {
	color: red;
}

/*Informacje*/

.headline{
	background: url('../images/headline_background.png');
	border-top: 4px solid #A7D1E1;
	padding: 22px 0;
}

.headline h1 {
	margin: 0;
	text-transform: uppercase;
	font-size: 20px;
}


.description {
	padding: 22px 0;
	overflow: hidden;
	background: #fff;
}

.description h2 {
	font-size: 19px;
	font-weight: 300;
	line-height:22px;
	text-transform: inherit;
	color: #22ABE7;
	padding-bottom: 10px;
}

.description img{	
	margin:0 auto;
	margin-top:100px;
}



/*Footer*/

footer {
	font-size: 12px;
	background: #E6E6E6;
	overflow: hidden;
	padding: 44px 0;
}

footer .col-left {
	float: left;
}

footer .col-right {
	float: right;
	color: #108FB4;
}

footer .col-right a {
	text-decoration: none;
	color: #000;
}

footer nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

footer nav ul li {
	float: left;
	border-right: 1px solid #CDCDCD;
	padding: 0 18px 0 18px;
}

footer nav ul li:first-child {
	padding-left: 0;
}

footer nav ul li:last-child {
	padding-right: 0;
	border-right-width: 0;
}

footer nav ul li a {
	text-decoration: none;
	color: #8E8E8E;
}

footer nav ul li a:hover {
	color: #000;
}


/*Responisve*/

@media (max-width: 750px) {
	.banner{background:#c3e6f3;}
	.banner img{

	}

	.col-left, .col-right{
		display:block!important;
		float:none!important;
		height:20px;
	}
	 .col-right{
	 	margin-top:20px;
	 }
	
	.banner .desc{	}
}

@media screen and (max-width: 840px){
    .menu{
        display:block;
    }
}
@media screen and (max-width: 480px){
    .boxes{
        float:none!important;
        margin: 0 auto;
        width: 100%;
        padding-bottom: 20px;
    }
    .boxes h4{
        margin-top: 20px;
        margin-bottom: 0px
    }
    #burger ul{
        margin-top: 0px!important;
    }
    #burger ul li a{
        font-size: 20px;
        padding: 13px 0!important;
    }
    #burger .infolinia{
        font-size: 16px!important;
        display: block;
        margin-top: 15px!important;
        bottom: 30px;
    }
	footer nav ul li {
		padding: 0 12px;
	}

}
@media screen and (max-width: 768px) {
    #burger .infolinia{
        font-size: 16px!important;
    }
    #burger ul li{
        padding: 3px 0!important;
    }
    #burger ul{
        margin-top: 0px!important;
    }
    /*
    #burger ul li a{
       font-size: 16px;
       padding: 3px 0!important;
    }
    */
      .inner{
        width: 50%;
      }
      .inner .btn{
        font-size: 11px!important;
      }
    .boxes{
        padding-bottom: 20px;
    }
    .boxes h4{
        margin-top: 20px;
        margin-bottom: 0px
    }
    
    .description {
	    padding: 15px 0; 
    }
	.banner h1 .blue-slim {
		text-shadow: 1px 1px #fff;
	}
    .content .third-col {
		padding-left: 10px;
	    	padding-right: 0;
	}
}
@media screen and (max-width: 768px) and (orientation: landscape) {
	#burger ul li a{
       font-size: 16px;
       padding: 3px 0!important;
    }
}
@media screen and (max-width: 992px) {
	#navbar{display:none!important}
	.menu{display:block;}
	#menu .container{padding-top:10px;padding-bottom:10px;}
}
@media screen and (max-width: 992px) {
	.first-col,.second-col,.third-col{
		height:inherit!important;
		
	}
	.first-col,.second-col{
		margin-bottom:0;
	}
	.second-col{
			padding-top: 0;
	}
	.third-col{
		position:relative;
		z-index: 200;
		margin-bottom:0px;
	}
	.third-col:before {
	z-index: -1;
	position: absolute;
	left: -50%;
	width:100%;
	height:100%;
	content:"";
	top:0px;
	background: #000;
	}
	
	.content{
		overflow:hidden;
	}
	#wrapper_outside{
		display: none
	}
}

@media screen and (max-width: 952px) {
	.banner h1{
		background:rgba(255,255,255,0.6);
		margin-top:10px;
		padding:20px;
	} 
}


@media (max-width: 533px) {
	.banner h1 {
		background: rgba(255,255,255,0.8);
	}
	.banner h1 .blue {
		font-size: 32px;
	}	
}

@media (max-width: 375px) {
	
	.banner h1 {
		padding:2px;
	}
}







