/*
Written by Pim Spanjers
*/
*{
margin: 0;
padding: 0;
outline: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

html, body{
height: 100%;
}

#wrap{
background: #ffffff;
min-height: 100%;
height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
height: 100%;
margin: 0 auto -160px; /* the bottom margin is the negative value of the footer's height */
}

#contentwrapper{
max-width: 1000px;
}

/*MENU*/
#menu_wrapper{
/* background: rgba(255,255,255,0.8);    */
background: #F2F2F2;
padding: 15px 0; 
margin: 0 0 5px 0;
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
}
#menu_innerwrapper{
max-width: 1000px;    
}
#menu_logo{
float: left;
}
#menu_itemwrapper{
float: right;
margin-top: 69px;
}            
  .menu_itemopen a{
  /*border-left: 2px solid #EF8D08 !important;
  border-right: 2px solid #EF8D08 !important;  */
  } 
  #menu_itemwrapper ul li a{
  /*color: #0D4E91;
  text-decoration: none;   
  padding: 5px 20px 5px 20px;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  -webkit-transition: background-image 1s, border-left 0.3s, border-right 0.3s;
  -moz-transition: background-image 1s, border-left 0.3s, border-right 0.3s;
  -o-transition: background-image 1s, border-left 0.3s, border-right 0.3s;
  transition: background-image 1s, border-left 0.3s, border-right 0.3s;
  */
  }
    #menu_itemwrapper > ul{
    float: right;
    margin-top: 10px;
    }
    #menu_itemwrapper > ul > li{
    list-style: none;
    float: left;    
    margin-left: -4px;
    border-left: 2px solid transparent; 
    border-right: 2px solid transparent;  
    }
    #menu_itemwrapper > ul > .menu_item a{
    display: block;
    padding: 0 20px;
    color: #0D4E91;
    text-decoration: none;
    border-right: 2px solid transparent;       
    }
    #menu_itemwrapper > ul > .menu_selected {
    border-left: 2px solid #EF8D08;
    
    }
    #menu_itemwrapper > ul > .menu_selected > a {
    border-right: 2px solid #EF8D08;
    -webkit-transition: border-right 1s ease-out;
    transition: border-right 1s ease-out;
    -moz-transition: border-right 1s ease-out;
    -o-transition:  border-right 1s ease-out;  
    }  
    #menu_itemwrapper > ul > .menu_selected.menu_item_hassub:hover > a {
    border-right: 2px solid transparent;
    }        
    #menu_itemwrapper > ul > .menu_temdeselected{
    border-left: 2px solid transparent; 
    border-right: 2px solid transparent;       
    }
    
    #menu_itemwrapper > ul > .menu_deselected a{
     
    }
      #menu_itemwrapper > ul > .menu_item_hassub{
      border-right: 2px solid transparent;   
      -webkit-transition: border-left 1s ease-out;
      transition: border-left 1s ease-out;
      -moz-transition: border-left 1s ease-out;
      -o-transition:  border-left 1s ease-out;        
      }
      #menu_itemwrapper > ul > .menu_item_hassub:hover{
      list-style: none;
      float: left;
      border-left: 2px solid #EF8D08; 
      border-right: 2px solid transparent !important;   
      }
      #menu_itemwrapper > ul > .menu_item:hover > a{
      text-decoration: underline;
      }
      #menu_itemwrapper > ul > .menu_item_hassub:hover > a{
     
      } 
      #menu_itemwrapper > ul > .menu_item_hasnosub{
      -webkit-transition: border-left 1s, border-right 1s ease-out;
      transition: border-left 1s, border-right 1s ease-out;
      -moz-transition: border-left 1s, border-right 1s ease-out;
      -o-transition: border-left 1s, border-right 1s ease-out;   
      }
      #menu_itemwrapper > ul > .menu_item_hasnosub:hover{
      border-left: 2px solid #EF8D08; 
      
      }
           
    #menu_itemwrapper > ul > li > ul{
    padding: 0;
    margin: 0;
    height: 0px;
    width: 0px;
    opacity: 0;
    overflow: hidden;
    position: relative; 
    -webkit-transition: height 0.6s 0.1s, width 0.6s, opacity 0.1s ease-out;     
    /*transition: height 0.3s 0.3s, width 0.3s 0.3s, opacity 0.1s ease-out;  
    -moz-transition: height 0.3s 0.3s, width 0.3s 0.3s, opacity 0.1s ease-out;  
    -o-transition: height 0.3s 0.3s, width 0.3s 0.3s, opacity 0.1s ease-out;     */
    }
    #menu_itemwrapper > ul > li > ul > li{
    padding: 0;
    margin: 0;
    padding: 5px 5px 5px 0;
    white-space: nowrap; 
    -webkit-transition: background 0.15s ease-out;
    transition: background 0.15s ease-out;
    -moz-transition: background 0.15s ease-out;
    -o-transition: background 0.15s ease-out;
    }
    #menu_itemwrapper > ul > li > ul > li.submenu_selected{
    color: #EF8D08;
    padding: 0 20px;
    }
    #menu_itemwrapper > ul > li > ul > li:hover{
    }
    #menu_itemwrapper > ul > li > ul > li:first-child{
    margin-top: 5px;
    }
      #menu_itemwrapper > ul > li > ul > li > a{
      font-size: 12px;
      padding: 0 10px 0 0;
      }
        #menu_itemwrapper > ul > li > ul > li:hover > a{
        font-size: 12px;
        text-decoration: underline;
        }
    #menu_itemwrapper > ul > li:hover > ul{
    opacity: 1;
    -webkit-transition: height 0.5s 0.0s, width 0.6s, opacity 0.2s 0.4s ease-out;
    /*transition: height 0.3s 0.2s, width 0.3s 0.2s, opacity 0.2s 0.6s ease-out;
    -moz-transition: height 0.3s 0.2s, width 0.3s 0.2s, opacity 0.2s 0.6s ease-out;
    -o-transition: height 0.3s 0.2s, width 0.3s 0.2s, opacity 0.2s 0.6s ease-out;
    
    -webkit-transition: height 0.1s 0.2s, width 0.1s, opacity 0.1s 0.6s ease-out;
    transition: height 0.1s  0.2s, width 0.1s, opacity 0.1s 0.6s ease-out;
    -moz-transition: height 0.1s  0.2s, width 0.1s, opacity 0.1s 0.6s ease-out;
    -o-transition: height 0.1s  0.2s, width 0.1s, opacity 0.1s 0.6s ease-out;       
    */
    }

#menu_submenuwrap{
display: none;
}








/*LEFT PANNEL*/
#leftpannel_wrapper{
z-index: 2;
display: none;
position: fixed;
top: 175px;
width: 180px;
background: #F2F2F2;
border: 1px solid #fff;
border-left: none;
background: url(/templates/images/background_pannel.png);

padding: 40px 10px 50px 10px;
-webkit-transition: left 0.5s ease-in;
-moz-transition: left 0.5s ease-in;
-o-transition: left 0.5s ease-in;
transition: left 0.5s ease-in; 
}

  .pannel_opened{
  left: 0px; 
  }
    .pannel_opened .leftpannel_open{
    opacity: 0;
    }
  .pannel_closed{
  left: -201px;  
  }
#leftpannel_wrapper .leftpannel_open{
position: absolute;
cursor: pointer;
height: 100%;
top: 0;
width: 80px;
right: -80px;    
background: url(/templates/images/open_pannel.png) no-repeat center;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; 
}
#leftpannel_wrapper h2{
margin-top: 10px;
}
.leftpannel_row a{
display: block;
padding: 5px 0;
color: #666;
}
.leftpannel_row a:hover .leftpannel_iconmask .leftpannel_icon{
margin-left: -25px;
}
.leftpannel_iconmask{
height: 25px; 
width: 25px;
float: left;
overflow: hidden;
position: relative;
}  
.leftpannel_icon{
height: 25px; 
width: 50px;
position: absolute;
margin-left: 0px;
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in; 
background-image: url(/templates/images/iconset_leftpannel.png);
} 
.leftpannel_text{
float: left;
height: 25px; 
line-height: 25px;
margin-left: 10px;
}
/*CONTENT*/
h1{
color: #EF8D08;
font-size: 15px;
font-weight: normal;
text-align: center;
margin-bottom: 10px;
padding-top: 200px;
height: 20px;
}
#content_body{
color: #666666;
line-height: 25px;
padding-bottom: 10px;
font-size: 13px;
}
#content_body p{
font-size: 13px;
}
#content_body ul{
margin-left: 15px;
}
#content_body a{
color: #666666;
text-decoration: underline;
}
  #content_body a:hover{
  text-decoration: none;
  }
#content{
padding: 0px 20px 0 236px;
position:relative;
}
/*CONTACTFORM*/
.form_row{
padding-bottom: 5px;
}
.form_label{
float: left;
width: 200px;
}
.form_input{
float: left;
}
  .form_input label{
  line-height: 20px;
  margin-right: 10px;
  }
    .form_input label input{
    vertical-align: middle;
    margin-right: 10px;
    }
  .form_input input[type="text"]{
  width: 200px;
  }
  .form_input textarea{
  width: 400px;
  height: 200px;
  }
  .form_input input[type="text"], .form_input textarea{
  padding: 5px;
  border: none;
  background: #F2F2F2;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */  
  }
  .form_input input[type="submit"]{
  background: #EF8D08;
  border: none;
  color: #ffffff;
  padding: 5px 10px;
  margin: 20px 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; 
  }
    .form_input input[type="submit"]:hover{
    background: #EF961E;
    }
/*INPAGE MENU*/
#contentmenu_wrapper{
position: absolute;
left: 0;
top: 200px;
color: #000;
z-index: 0;
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in; 
}
  #contentmenu_wrapper ul{
  list-style: none;
  } 
    #contentmenu_wrapper ul li{
    list-style: none;
    color: #666;
    line-height: 25px;    
    }  
    #contentmenu_wrapper ul li.submenu_selected{
    color: #EF8D08;   
    }  
      #contentmenu_wrapper ul li a{
      text-decoration: none;
      color: #666;
      display: block;
      } 
        #contentmenu_wrapper ul li a:hover{
        color: #000;
        }
    #contentmenu_wrapper h2{
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    margin-bottom: 10px;
    height: 20px; 
    color: #0D4E91;   
    }
.contentmenu_visible{
opacity: 1;
}
.contentmenu_hidden{
opacity: 0;
}
/*FOOTER*/
#footer_correct{
height: 160px;
}
#footer_wrapper{
color: #ffffff;
background: #0D4E91;
bottom: 0;
left: 0;
width: 100%;
min-height: 160px;
}
#footer_innerwrapper{

}
#footer_caseswrap{
height: 80px;
overflow: hidden;
background: #F2F2F2;
}
#footer_casescontainer{
width: 1000px; 
}
#footer_casescontainer .case{
float: left;
width: 200px;
-webkit-transition: all 0.15s ease-in;
-moz-transition: all 0.15s ease-in;
-o-transition: all 0.15s ease-in;
transition: all 0.15s ease-in;
}
  #footer_casescontainer .case:hover{
  margin-top: -5px;
  }
.case_visible{
padding-top: 0;
}
.case_hidden{ 
padding-top: 80px;
} 
#footer_contactwrapper{
width: 1000px; 
}
#footer_contactinnerwrap{
padding: 20px 20px 0 236px;  
}
#footer_contactinnerwrap .footer_contacttext{
float: left;
width: 200px;
line-height: 25px;
}
#footer_contactinnerwrap .footer_contactilu{
margin-top: -36px;
margin-right: -20px;
float: left;
width: 125px;
overflow: hidden;
}
#footer_contactinnerwrap .footer_contactilu img{
width: 100%;
height: auto;
margin-top: -28px
}
#cookie_wrapper{
position: absolute;
left: 0;
bottom: 0;
width: 100%;
display: none;
cursor: move;
}
  #cookie_buttonwrap{
  margin-top: 20px;
  background-color: #ffffff;
  }
  #cookie_buttoninnerwrap{
  float: right;
  }
  #cookie_message{
  margin-top: -250px;
  background: rgba(255,255,255,0.8);
  float: right;
  margin-right: 25px;
  padding: 20px;
  color: #666;
  text-align: left;
  box-shadow: 0 0 5px #898989;
  border: 1px solid #898989;
  }
  .cookie_button{
  float: left;
  height: 25x;
  line-height: 25px;
  padding: 0px 5px 0px 22px;  

  border: 1px solid #B9BFC6;
  color: #666666;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease-in;
  -moz-transition: background-color 0.15s ease-in;
  -o-transition: background-color 0.15s ease-in;
  transition: background-color 0.15s ease-in;
  }
    .cookie_button:hover{
    background-color:  #5B5B5B;
    color: #ffffff;
    }
  #cookie_accept{
  background-image:url(/templates/images/icon_accept.png); 
  background-position: 5px top;
  background-repeat: no-repeat; 
  }
    #cookie_accept:hover{
    background-position: 5px bottom;
    }
  #cookie_decline{
  background-image:url(/templates/images/icon_decline.png); 
  background-position: 5px top;
  background-repeat: no-repeat; 
  margin-right: 10px;     
  }
    #cookie_decline:hover{
    background-position: 5px bottom;
    }  
    #cookie_messagehead{
    position: relative;
    font-weight: bold;
    font-size: 14px;
    color: #EF8C07;
    margin-bottom: 10px; 
    }
    #cookie_message a{
    color: #0D4E91;
    text-decoration: none;
    }   
      #cookie_message a:hover{
      text-decoration: underline;
      } 

#dialog-message ul li {
  margin-left:20px;
}      