/*@CHARSET "ISO-8859-1";*/
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
  padding: 0;
  margin: 0;
}
.clear {
  clear: both;
  float: none;
}
a{
  text-decoration:none;
}
table {
  border-spacing: 0;
}
fieldset,img {
  border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-weight: normal;
  font-style: normal;
}
strong{
  font-weight: bold;
}
ol,ul {
  list-style: none;
  margin:0;
  padding:0;
}
caption,th {
  text-align: left;

}
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  font-size: 100%;
  margin:0;
  padding:0;
  color:#444;
}
q:before,q:after {
  content:'';
}
abbr,acronym { border: 0;
}





/* Custom CSS
 * --------------------------------------- */

.wrap{
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  position: relative;
}

.section{
  text-align:center;
}

.section h1{
  padding-left: 4%;
  padding-right: 4%;
}

.header{
  height:80px;
  width:100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 70;
  transition: 1s background;
  -webkit-transition: 1s background;
  -moz-transition: 1s background;
}
.logo a {
  display:block;
  margin-top:18px;
  margin-left:30px;
  background: url('/img/logo-new.png') no-repeat scroll 0 0;
  width:240px;
  height:50px;
}
.logo{
  z-index: 70;
  position: relative;
  float:left;
}

.right-content-block{
  float: right;z-index: 100;
}

.lang{
  float:right;
  position: relative;
  z-index: 70;
  padding-right:30px;
  padding-top:10px;
  padding-bottom:5px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s 0.25s;
  padding-top:10px;
}
.lang ul li{
  display: inline-block;
}
.lang ul a{
  display:block;
  color:#fff;
  font-size:12px;
  margin:0 2px;
}
.lang ul a.active{
  color:#0295ba;
  border-bottom: 1px solid #0295ba;
}
.lang ul a:hover{
  color:#0295ba;
  border-bottom: 1px solid #0295ba;
}



#section0{
  background-size: cover;
}

#section0{
  background-image: url(/img/main-bg.jpg);
  background-position: center right;
}

#section0 h1{
  color:#ffffff;
  font-size:62px;
  text-transform: uppercase;
}
#section0 p{
  color:#e0e0e1;
  font-size:18px;
  padding:20px 0;
}
#section0 h1 span{
  color:#0295ba;
}

.button{
  display:block;
  margin:0 auto;
  background: url('/img/button.png') no-repeat scroll 0 0;
  width:62px;
  height:62px;
}

.button:hover{
  background: url('/img/button-hover.png') no-repeat scroll 0 0;
}
.button-section{
  display:block;
  margin:0 auto;
  background: url('/img/button.png') no-repeat scroll 0 0;
  width:62px;
  height:62px;
  margin-top:40px;
}

.button-section:hover{
  background: url('/img/button-section-hover.png') no-repeat scroll 0 0;
}
.seperator{
  width:144px;
  height:1px;
  margin:30px auto;
  background-color:#b0b0b0;
}
.title{
  font-size:20px;
  text-transform: uppercase;
}
.sub-title{
  font-size:62px;
  text-transform: uppercase;
}

.description-founds{
  font-size:18px;
  text-transform: uppercase;
 
  }

.description{
  font-size:18px;
  text-transform: uppercase;
  padding-left: 4%;
  padding-right: 4%;
}

.description-offer{
  font-size:14px;
  text-transform: uppercase;
  padding-left: 4%;
  padding-right: 4%;
  margin-left: 150px;
  margin-right: 150px;
}

.slide-content{
  width:1140px;
  margin:0 auto;
}

.left-box{
  float:left;
}
.right-box{
  float:right;
  width:340px;
  height:750px;
}
.description-box{
  width:300px;
  padding:40px;
  height:410px;
  background:#fff;
}

.summary-box{
  width:300px;
  height:210px;
  background:#fff;
  padding:40px;
  margin-top:50px;
}

.img-box{
  float:left;
}

.social-box{
  float:left;
  margin-top:20px;
}

.social-icon{
  background: none repeat scroll 0 0 #BBBBBB;
  color: #333333;
  display: inline-block;
  height: 32px;
  padding:3px;
  text-align: center;
  width: 32px;
  margin-right:10px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s 0.25s;
}

.social-icon:hover{
  background-color: #0295ba;
}

.social-icon:hover i{
  color: #fff;
}

.description-box span{
  font-size:22px;
  text-align: left;
  text-transform: uppercase;
  color:#000;
  padding-bottom: 20px;
  display:block;
}
.description-box{
  text-align: left;
}

.summary-box{
  text-transform: uppercase;
  font-size:14px;
  text-align: left;
}

.summary-box span{
  font-size:17px;
}

#google-map{
  background-color: #e5e3df;
  height: 400px;
  overflow: hidden;
  position: relative;
  width: 100%;

}


/*PROJECTS*/

.plan ul{
	list-style: none;
	font-size: 15px;
	color: #9095aa;
	padding: 0px;
	margin: 0px;
}


.plan li{
border-bottom: 1px solid #494a5a;
padding: 0px;
margin: 0px;
text-align: center;
height: 52px;
line-height: 52px;
}


.projects-content{
  width:100%;
  padding-top:100px;
}

.whole{
	display: inline-block;
  margin:20px;
}



.type{
	width: 300px;
	background-color: #eac80d;
	height: 62px;

}

.type p{
	font-size: 29px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding-top: 16px;
  font-weight: 400;
}

.plan{
	width: 300px;
	background-color: #0E1016;
  font-size: 90px;
  color: #fff;
  text-align: center;
}
.standard{
	background-color: #0295BA;
	border-bottom: 3px solid #0295BA;
}


.header-box{
	border-bottom: 1px solid #494a5a;
	padding-bottom: 39px;
    font-weight: 100;
    padding-top:10px;
}

.header span{
	font-size: 32px;
}

.month{
	font-size: 14px;
	color: #575757;
	padding: 0px;
	margin: -10px;
}

.price{
	height:65px;
}

.cart{
  color:#fff;
  position: relative;
  top: 20px;
  font-size: 20px;
    transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s 0.25s;
}

.cart:hover{
  color:#0295BA;
}

.projects-content .description{
  padding-bottom:50px;
}

#section2{
  padding-bottom:30px;
}
  
#eu_found_information{
    width:100%;
	text-align: center; 
	display: block;
  }
  
  #eu_found_information_image_ncbir{
  width: 157px;
  height: 52px; 
  margin-left: 20px;
  margin-right: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
  float: left; 
  }
  
  #eu_found_information_image_fc{
  width:154px;
  height:29px;
  float:left;
  margin-left: 30px;
  margin-right: 50px;
  margin-top: 35px;
  margin-bottom: 10px; 
  }
  
    #eu_found_information_image_IT{
  width:108px;
  height:63px;
  float:left;
  margin-left: 30px;
  margin-right: 10px;
  margin-top: 25px;
  margin-bottom: 10px; 
  }
  
  #eu_found_information > div{
    max-width: 600px;
	border-style: solid; 
	border-width: 2px; 
	border-color: rgba(0,0,0,0);
	margin: 0 auto;
  }

/*END PROJEKTY*/


/* CONTACT FORM*/

.contact-content{
  width:1140px;
  margin:0 auto;
  height:420px;
  padding-top:75px;
}

.contact-left{
  width:49%;
  float:left;
}   


*:focus {outline: none;}
.form_hint, .required_notification {font-size: 11px;}

.contact_form{
  text-align: left;
}

.button-page {
  border: 2px solid #0295ba;
  color: #0295ba;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 9px 21px;
  text-transform: uppercase;
  transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  vertical-align: middle;
  background:#dfdfdf;
  margin-top:40px;
}

.button-page-offer{
  border: 2px solid #0295ba;
  color: #0295ba;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  padding: 5px 15px;
  text-transform: uppercase;
  transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  vertical-align: middle;
  background:#dfdfdf;
  margin-top:10px;
}

.button-page:hover {
  color:#fff;
  background:#0295BA;
}

.button-page-light {
  border: 2px solid #0295ba;
  color: #0295ba;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 9px 21px;
  text-transform: uppercase;
  transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  vertical-align: middle;
  background:#f2f1f1;
  margin-top:40px;
}

.button-page-light:hover {
  color:#fff;
  background:#0295BA;
}



.contact-change{
  margin:20px 0;
}

.contact-right{
  float:right;
  width:49%;
}

.contact-right h4{
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  color:#000;
}


.contact_form ul {
  width:100%;
  list-style-type:none;
  list-style-position:outside;
  margin:0px;
  padding:0px;
}
.contact_form li{
  padding:8px; 
  position:relative;
} 

.contact_form h2 {
  margin:0;
  display: inline;
}
.required_notification {
  color:#d45252; 
  margin:5px 0 0 0; 
  display:inline;
  float:right;
}

.contact_form label {
  width:150px;
  margin-top: 3px;
  display:inline-block;
  float:left;
  padding:3px;
}
.contact_form input {
  height:40px; 
  width:80%; 
  padding:5px 8px;
}
.contact_form textarea {padding:8px; width:80%;resize: none;}
.contact_form button {margin-left:32%;}

/* form element visual styles */
.contact_form input, .contact_form textarea { 
  border:1px solid #aaa;
  border-radius:2px;
  padding-right:30px;
  -moz-transition: padding .25s; 
  -webkit-transition: padding .25s; 
  -o-transition: padding .25s;
  transition: padding .25s;
  font-family: 'Lato','Arial', sans-serif;
  font-size:14px;
}
.contact_form input:focus, .contact_form textarea:focus {
  background: #fff; 
  border:1px solid #555; 
  box-shadow: 0 0 3px #aaa; 
  padding-right:70px;
}

/* HTML5 validation styles */	
.contact_form input:required, .contact_form textarea:required {
  background: #fff url(/img/red_asterisk.png) no-repeat 98% center;
}
.contact_form input:required:valid, .contact_form textarea:required:valid {
  background: #fff url(/img/valid.png) no-repeat 98% center;
  box-shadow: 0 0 5px #5cd053;
  border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
  background: #fff url(/img/invalid.png) no-repeat 98% center;
  box-shadow: 0 0 5px #0295BA;
  border-color: #0295BA;
}

.contact_form input:focus + .form_hint {display: inline;}
.contact_form input:required:valid + .form_hint {background: #28921f;}
.contact_form input:required:valid + .form_hint::before {color:#28921f;}

/* === Button Style === */
.submit {
  border: 2px solid #aaa;
  color: #aaa;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 9px 21px;
  text-transform: uppercase;
  transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  vertical-align: middle;
  background:#fff;
}
.submit:hover {
  color:#fff;
  background:#0295BA;
  border: 2px solid #0295BA;
}

.google-map-mask{
  display:none;
}

@media screen and (max-width: 1141px) {

  
  .contact-content{
    width:100%;
  }
  .contact-content .sub-title{
    font-size:38px;
  }
  
}
@media screen and (max-width: 767px) {
  
.google-map-mask{
  height:400px;
  width:100%;
  position: absolute;
  left:0;
  top:0;
  z-index:1;
  display:block;
}
  
  .contact-content{
    width:320px;
    height:900px;
  }
  .contact-left{
    float:none;
    width:300px;
    margin:0 auto;
  }
  .contact-right{
    float:none;
    width:300px;
    margin:0 auto;
    margin-top:30px;
  }
  .contact-right .title{
    display:none;
  }
  .contact-right .sub-title{
    width:300px;
  }


  .lang-list{
    float:right;
  }
  .lang ul a{
    font-size: 16px;
    font-weight: 700;
  }
  
  #section2{
    padding-bottom:30px;
  }
}





/* END CONTACT FORM*/

/*FONTS*/

.font-ultra{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-normal{
  font-weight: 400;
}
.font-light{
  font-weight: 300;
}
.font-thin{
  font-weight: 100;
}

.color-light{
  color: #e0e0e1;
}

.color-darker{
  color:#424242;
}

.color-middle{
  color:#646464;
}

.font-small{
font-size: 12px;
}

/*END FONTS*/





/*FOOTER*/

.footer{
  background: #0e1016;
  width:100%;
  margin-top:35px;
}


.footer-content{
  width:1140px;
  margin:0 auto;
  height:334px;
  padding-top:65px;
}

.footer-box{
  width:30%;
  float:left;
  padding-right:3%;
}

.footer-box-title{
  font-weight: 700;
  color:#fff;
  font-size:15px;
  text-align: left;
  text-transform: uppercase;
  padding-bottom:20px;
}

.footer-box-text{
  color:#818181;
  font-size:13px;
  line-height: 23px;
  text-align: left;
  line-height: 27px;
}

.footer-nav li{
  text-align: left;
}
.footer-nav li a{
  color:#818181;
  font-size:13px;
  line-height: 23px;
  text-align: left;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s 0.25s;
}

.footer-nav li a:hover{
  color:#0295ba;
}

.footer-bottom{
  height:50px;
  text-align: left;
  background: #08090C;
}

.footer-bottom-content{
  width:1140px;
  margin:0 auto;
  font-size:10px;
  text-transform: uppercase;
  font-weight: 300;
}

.bottom-left ul{
  padding-top:18px;
}

.bottom-left ul li{
  display: inline;
  color:#c0bfbf;
  margin-right:10px;
}
.bottom-left ul a{

  color:#c0bfbf;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s 0.25s;
}
.bottom-left ul a:hover{
  color:#fff;
}



.footer-box-text a{
  text-decoration: none;
  color:#0295ba;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s 0.25s;
}
.footer-box-text a:hover{
  color:#fff;
}





@media screen and (max-width: 1141px) {
  .footer-content{
    width:98%;
  }
  .footer-bottom-content{
    width:98%;
  }
  .social-icon{
    margin-right:2px; 
  }
}
@media screen and (max-width: 767px) {
  
  .footer{
 
    padding-top:30px;
  }
  .footer-content{
    width:300px;
    padding:5px;
    height:730px;
  }

  .footer-box{
    width:300px;
    float:none;
    margin-bottom:30px;
    padding-right:0px;
  }
  .footer-bottom-content{
    width:320px;
    margin:0 auto;
  }
  .footer-bottom{
    height:100px;
  }
  .bottom-left ul li{
    display: block;
    padding:5px 0;
  }
}

/*END FOOTER*/




/*MENU*/

#primary
{
  margin-right:5px;
}

#primary ul
{
  list-style:none;
  position:relative;
  float:left;
  margin:0;
  padding:0;
  float:right;
  text-transform: uppercase;
}

#primary ul a
{
  display:block;
  color:#fff;
  text-decoration:none;
  font-weight:700;
  font-size:15px;
  line-height:32px;
  padding:0px 15px 12px 15px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s 0.25s;
}
#primary ul li ul li a
{
  display:block;
  color:#fff;
  text-decoration:none;
  font-weight:700;
  font-size:13px;
  text-align: left;
  padding:20px 10px;
  border-bottom:2px solid #272d3b;
}


#menu li.active ul li a{
  color:#fff;
}

#menu li.active ul li a:hover{
  color:#0295ba;
}

#primary ul li
{
  position:relative;
  float:left;
  margin:0;
  padding:0
}

#primary ul li.current-menu-item
{
  background:#ddd
}



#primary ul li a:hover{
  color:#0295BA;
  border-bottom:2px solid #0295BA;
}

#primary ul ul
{
  display:none;
  position:absolute;
  top:45px;
  left:0;
  background:#1c202b;
  padding:0;
}

#primary ul ul li
{
  float:none;
  width:200px
}

#primary ul ul a
{
  line-height:120%;
  padding:10px 15px
}

#primary ul ul ul
{
  top:0;
  left:100%
}

#primary ul li:hover > ul
{
  display:block
}



#mobile-navigation{
  display: none;
}

.toggleMenu{
  display: none;
}



@media screen and (max-width: 1141px) {
  #primary ul a{
    padding: 0 6px 11px;
  }
}
@media screen and (max-width: 767px) {
  

  #eu_found_information{
    width:100%;
	text-align: center; 
	display: none; /*Block*/

  }
  
  #eu_found_information_image_ncbir{
  width: 72px;
  height: 23px; 
  margin-left: 10px;
  margin-right: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  float: left; 
  }
  
  #eu_found_information_image_fc{
  width:69px;
  height:14px;
  float:left;
  margin-left: 20px;
  margin-right: 30px;
  margin-top: 35px;
  margin-bottom: 10px; 
  }
  
    #eu_found_information_image_IT{
  width:48px;
  height:28px;
  float:left;
  margin-left: 20px;
  margin-right:10px;
  margin-top: 25px;
  margin-bottom: 10px; 
  }
  
  #eu_found_information > div{
    max-width: 300px; 
	border-style: solid; 
	border-width: 2px; 
	border-color: rgb(223, 223, 223);
	margin: 0 auto;
  }
  
  
  #primary{
    display: none;
  }
  #mobile-navigation, .toggleMenu{
    display:block;
  }
  
  .header .logo a{
    margin-top:15px;
    width:170px;
    margin-left:10px;
  }
  .lang{
    padding-top:10px;
    padding-left:0px;
    padding-right:0px;
  }
  .header{
    height:60px;
  }
  
  
  .description-offer{
  font-size:10px;
  text-transform: uppercase;
  padding-left: 4%;
  padding-right: 4%;
  margin-left: 10px;
  margin-right: 10px;
}
}


/*Menu MObilne*/

#mobile-navigation{
  width:320px;
  top:2px;
  position: relative;
  margin: 0 auto;
}

.toggleMenu {
  color: #fff;
  float: left;
  margin: 5px 10px 0 0;
}
.toggleMenu i{
  font-size:2em !important;
}
.nav {
  background: none repeat scroll 0 0 #1c202b;
  list-style: outside none none;
  position: absolute;
  width: 320px;
  z-index: 10000;

}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav ul {
  list-style: outside none none;
  width: 9em;
}
.nav a {
  color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 700;
}
.nav li {
  position: relative;
}
.nav > li {
  border-bottom: 1px solid #272d3b;
  float: left;
}
.nav > li > .parent {
  background-position: right center;
  background-repeat: no-repeat;
}
.nav > li > a {
  display: block;
  text-transform: uppercase;
}
.nav li ul {
  left: -9999px;
  position: absolute;
}
.nav > li.hover > ul {
  left: 0;
}
.nav li li.hover ul {
  left: 100%;
  top: 0;
}
.nav li li a {
  display: block;
  position: relative;
  z-index: 10000;
}
.nav li li li a {
  background: none repeat scroll 0 0 #f2f1f1;
  z-index: 10000;
}
.nav li a:hover {
  background: none repeat scroll 0 0 #fff;
  color:#0295ba;
}
.nav li .active {
  background: none repeat scroll 0 0 #fff;
  color:#0295ba;
}
.nav li ul li a {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .active {
    display: block;
  }
  .nav > li {
    float: none;
  }
  .nav > li > .parent {
    background-position: 95% 50%;
  }
  .nav li li .parent {
    background-position: 95% 50%;
    background-repeat: no-repeat;
  }
  .nav ul {
    display: block;
    width: 100%;
  }
  .nav > li.hover > ul, .nav li li.hover ul {
    position: static;
  }
}

/*END MENU*/


/*GENERAL*/


@media screen and (max-width: 1141px) {
  .controls{
    width:100%;
  }
  
  .controls-change{
    height:32px;
    margin-left: 20px;
    display: block;
  }
  
  .controls button{
    float:left;
    margin-right:10px;
  }
  .controls label{
    float:left;
    margin-top:7px;
  }
  .lang{
    padding-right:20px;
  }
}


@media screen and (max-width: 767px) {
  #section0 h1, .sub-title{
   width:320px;
   font-size:32px;
   margin:0 auto;
  }
  .description{
    font-size:16px;
    width:320px;
    margin:0 auto;
  }
  
    .description-founds{
    font-size:12px;
    width:300px;
    margin:0 auto;
  }
  .fp-tableCell{
    padding-top:20px;
    padding-bottom:20px;
  }
  .controls-change{
    margin-left:0px;
  }
  .controls button{
    width:280px;
    margin:15px auto;
    float:none;
    display: block;
  }
  .controls label{
    width:280px;
    margin:10px auto;
    display: block;
    float:none;
  }
  .controls-change{
    height:auto;
  }
  
  .logo a{
    width:200px;
    height:40px;
    background: url('/img/logo.png') no-repeat scroll 0 0;
    margin-top:27px;
  }

  .projects-content{
    width:320px;
    margin:0 auto;
  }
  .whole{
    margin: 20px 0;
  }
  
  .contact-content{
    width:320px;
    margin:0 auto;
  }
  .contact-content .description{
    width:300px;
  }
  
}

a.anchor{
display: block; position: relative; top: -80px; visibility: hidden;
}

border{outline-style: inset}

p.eu {background-color: #fff;
color: #444;
font-family: 'Lato', 'Arial', sans-serif;
}

/*END GENERAL*/
