*{
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    margin:0;
    padding:0;
    list-style: none;
}

body, html{
    width:100%;
    height:100%;
    font-family: "Arial";
    font-size:13px;
}

h1{

    font-size:20px;
    font-weight: normal;
    margin-bottom:20px;
}

h2{
    font-size:18px;
    font-weight: normal;
}

h3{
    font-size:16px;
    font-weight: normal;
}

h4{
    font-size: 14px;
    font-weight:bold;
}

.logo{
  margin-left: 20px;
}


fieldset{
    padding:0;
    border:none;
}

fieldset input,fieldset textarea{
    width:100%;
    margin-bottom:10px;
}

button{
    background:none;
    border:2px solid #444;
    height:30px;
    padding:0px 10px;
    background-image:url("../images/button-background.jpg");
    background-repeat: repeat-x;
    background-position: top left;
    border-radius: 3px;
    text-transform: uppercase;
    color:#fff;
    text-shadow: 0px 1px #000;
    cursor:pointer;
    
}

button:hover{
    border:2px solid #000;
}


input,textarea{
    background-color:#d4d4d4;
    border:1px solid #c6c6c6;
    padding:5px;
    color:#333;
    font-family: "Arial";
    font-size:13px;
}

a img{
    border:none;
}

.background-image{
    position: absolute;
    z-index:-1;
    width:990px;
    height:390px;
    display: block;
    bottom:0;
    left:49.999%;
    margin-left:-495px;
    background-image:url("../images/content-background.jpg");
    background-repeat: no-repeat;
    background-position: bottom right;
   
}

/**MAIN**/
.main {
    Min-height: 100%;
    position:relative;
    min-width:990px;
    width:100%;  
}

.center{
    width:990px;
    overflow: hidden;
    display: block;
    margin:0 auto;
}

a.more{
    color:#333;
    text-decoration: underline;
    width:100%;
    display: block;
}

/**HEADER**/
.header{
    padding:20px 0px;
    width:100%; 
    display: inline-block;
}

.header-image{
    width:100%;
    display: block;
    float: left;
    height:250px;
}

.searchbox{
    float: right;
    background-image:url("../images/search-icon.jpg");
    background-position: 0px 4px;
    background-repeat:no-repeat;
    padding-left:30px;
    margin-top:12px;
}

.searchbox input{
    height:24px;
    margin-top:2px;
    width:200px;
    margin-right:10px;
}

/**MENU**/
.menu-holder{
    background-color:rgba(0,0,0,0.7);
    width:100%;
    display: inline-block;
    height:46px;
    line-height:46px;
    position: relative;
    z-index:1;
  
}

.menu-holder .center{
    overflow:visible;
}

.menu{
    list-style: none;
    color:#fff;
    width:100%;
    padding:0px 30px;
}

.menu .menu-item{
    float: left;
    text-transform: uppercase;
    margin-right:146px;
    display: block;
    position: relative;
    cursor:pointer;
}
.menu .menu-item:last-child{
    margin-right:0px;
}
.menu .menu-item.active span{
    display: block;
}
.menu .menu-item span{
    width:100%;
    height:16px;
    display: none;
    background-image:url("../images/arrow.png");
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    top:46px;
    z-index:3; 
}

.menu .menu-item a{
    color:inherit;
    text-decoration: none;
}
.menu .menu-item:hover .submenu,.menu .menu-item:hover span{
    display: block;
}

.submenu{
    background-image:url("../images/arrow.png");
    background-position: top left;
    
    background-repeat: no-repeat;
    position: absolute;
    top:46px;
    z-index:2;
    left:0px;
    color:#333;
    padding-top:16px;
    width:240px;
    font-size: 12px;
    display: none;
    text-align: left;
    background-color:rgba(255,255,255,0.7);
    
}

.submenu .submenu-item{
    border-bottom:1px dotted #333;
    padding:0px 15px;
    line-height:30px;
    
    list-style: disc;
    list-style-position: inside;
    
}

.submenu .submenu-item a{
    display: inline-block;
    width:190px;
}
.submenu .submenu-item:last-child{
    border:none;
}


/**CAROUSEL**/
.carousel-holder{
    background-color:#e4e4e4;
    width:100%;
    display: inline-block;
    margin-top:-49px;
}

.carousel{
    width:100%;
    height:430px;
    display: block;
    position: relative;
}

.carousel .items{
    height:250px;
}

.carousel .items li{
    position: absolute;
    top:0;
    left:0;
}
.carousel .items li .overlay{
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:15px 20px;
    background-color:rgba(255,255,255,0.7);
    color:#3f3f3f;
}

/**CONTENT**/
.content {
    padding-bottom: 145px;   /* This value is the height of your footer */
    display: inline-block;
    width:100%;
    text-align: left;
    overflow: hidden;
    line-height:18px;
    margin:0 auto;
    padding-top:20px;
}

.content.sub .center{
    background-image:url("../images/sub-background.png");
    background-repeat: repeat-y;
    background-position: top left;
}

.content .center{
    margin-bottom:30px;
}

/**SIDEBAR**/
.sidebar{
    width:240px;
    float: left;
    padding:20px;
}

.sidebar fieldset{
    margin-top:20px;
}

.sidebar-menu li{
    border-bottom:1px dotted #dcdcdc;
    padding:0px;
    line-height:30px;
    color:inherit;
    color:#666;
    background-position: center right;
    background-repeat: no-repeat;  
}

.sidebar-menu li.active,.sidebar-menu li:hover {
    background-image:url("../images/sidebar-background.jpg");  
}

.sidebar-menu li a{
    color:inherit;
    text-decoration: none;
}
.sidebar-menu li a .date{
    width:100%;
    display: block;
    line-height:18px;
    font-size: 11px;
    color:#999;
    margin-top:5px;
}
/**TEXT**/
.text{
    width:510px;
    padding:20px;
    color:#666;
    float: left;
}

.text a{
    color:#000;
}

.text img.left{
   
}


.text > ul,.text p > ul{ 
    padding: 0 0 0 40px;
}

.text > ul li, .text p > ul li{
    display: list-item;
}


.text> ol li, .text p> ol li {
    list-style-type: decimal;
}

.text > ul li, .text p ul li {
  list-style-type: disc;
}

.text > ul.projects{
    margin:0;
    padding:0;
    border:1px solid #eee;
    border-bottom:none;
    float: left;
}
.text > ul.projects li{
    list-style: none;
    margin-right:20px;
    /*width:225px;*/
    height:80px;
    width:100%;
    
    padding:10px;
    float: left;
    border-bottom:1px solid #eee;
   
    
}
.text > ul.projects li a{
    text-decoration: none;
    color:#666;
    line-height:60px;
    display: inline-block;
    width:100%;
    height:100%;
}
.text > ul.projects li a img{
    float: left;
    margin-right:10px;
}
.text > ul.projects li a span{
    float: left;
    
}

.text > ul.projects li:nth-child(even){
    margin-right:0px;
}

/**HOME**/
.home-block{
    display: block;
    float: left;
    width:310px;
    margin-right:30px;
    position: relative;
    min-height:360px;
    margin-top:10px; 
}

.home-block-content{
    padding:10px 20px;
    float: left;
    color:#7c7c7c;
    font-size:12px;
}

.home-block.news{
    background-color:#e4e4e4;
    padding-top:26px; 
}



/*
.home-block.news h2{
    color:#000;
    text-shadow: 0px -1px rgba(255,255,255,255.3);
}*/

.home-block-content h3{
    color:#444;
    font-size:13px;
}
.home-block h2.white{
    color:white;
    text-shadow: 0px 1px rgba(0,0,0,0.3);
}
.home-block h3{
    font-weight: bold;
}
.home-block h2{
    top:0;
    left:0;
    position: absolute;
    width:100%;
    padding:10px 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight:bold;
    color:#000;
    text-shadow: 0px -1px rgba(255,255,255,.3);
   /* text-shadow: 0px 1px rgba(0,0,0,0.3);*/
}


.home-block:last-child{
    margin-right:0px;
}

/**NEWS**/
.news-items{
    border-top:1px solid #cecece;
}

.news-item{
    padding:5px 0px;
    border-bottom:1px solid #cecece;
    float: left;
    font-size:12px;
}

.news-item .info{
    float: left;
    width:152px;
}

.news-item img{
    display: block;
    margin-right:5px;
    float: left;
}

.news-item .date{
    width:100%;
    display: block;
    color:#999;
    font-size:11px;
}

.news-item:nth-child(even) img{
    margin-left:5px;
    margin-right:0px;
    float: right;
}

.news-item:nth-child(even) info{
    float: right;
}

/**FOOTER**/
.footer{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: inline-block; 
    font-size:12px; 
}

/**SITEMAP**/
.sitemap{
    padding:20px 0px;
    float: left;
    background-color:rgba(0,0,0,0.1);
    width:100%;
    display: block;
    color:#999;
}

.sitemap h4{
    color:#2c2c2c;
    margin-bottom:10px;
}

.sitemap-block{
    float: left;
    width:240px;
}

.sitemap-block ul li{
    line-height:20px;
}

.sitemap-block ul li a{
    color:inherit;
    text-decoration: none;
}

.sitemap-block a{
    color:inherit;
}

/**BOTTOM BAR**/
.footer-bottom{
    width:100%;
    display: block;
    float: left;
    background-image:url("../images/bottom-background.jpg");
    background-repeat: repeat-x;
    background-position: top left;
    padding-top:36px;
    background-color:white;
    padding-bottom:15px;
    line-height:24px;
    color:#5c5c5c;
}

.footer-bottom .social{
    float: right;
}
.footer-bottom .social a{
    margin-left:10px;
}


.fancybox{
    text-decoration: none;
    display: inline-block;
    margin-bottom:10px;
}

.fancybox.left{
    float: left;
    margin-right:10px;
   
}

.fancybox.right{
    float: right;
    margin-left:10px;
}
.fancybox.bottom{
     margin-right:10px;
}
.fancybox.top{
     margin-right:10px;
}


input.inputFoutief{
    border-color:#ddb2b2;
    background-color:#f3dfdf;
}

/**MAP**/
.map{
    height:500px;
    width:100%;
}


.project-images{
    margin:0 15px 0 0;
}
.content.sub ul.projects li a{
    display:flex;
    flex-flow:row wrap;
}
