/* CSS Document */

#wb_toggle, #wb_toggle_in {
display: none;
}

#wb_container {
    display: block;
    left: 0%;
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 1;
}

#wb_content {
      overflow: hidden;
}

#access {
    background: none repeat scroll 0 0 transparent;
    display: block;
    margin: 0px;
    width: 200px;
}

#wb_leftbox {
display: block;
width: 100%;
height: 80px;
float: none;
clear: both;
position: relative;
background-color: #ffffff;  
left: -200px;
}

#wb_rightbox {
display: block;
width: 100%;
height: auto;
float: right;
background-color: #ffffff;
overflow: hidden;
overflow-y: hidden;
overflow-x: hidden;
position: relative;
overflow: hidden; 
left: 0px;
position: absolute;
top: 0px; 

-webkit-box-shadow: -5px 0px 5px 0px #999;
box-shadow: -5px 0px 5px 0px #999; 
}

.wb_rightimage {
    display: block;
    float: none;
    margin-right: 5%;
     margin-left: 0;
     width: 90%;
    width: 290px;
}

#wb_rightbox img {
width: 90%;
}

.wb_leftcontent {
    display: block;
    float: left;
    width: 99%;
        margin-top: 20px;
}

#content_in {
/*display: block;
margin: 28px 2px 28px 28px;
width: auto;  */

   display: block;
    margin: 0 0px 0 10px;
    width: 90%
}

.projects_small {
    bottom: 0px;
    display: block;
    left: 0px;
    position: relative;
    width: 90%;
    z-index: 100;
        margin-top: 28px;
          margin-bottom: 28px;
}

.projects_small .type-post {
    background-color: #DDD9CE;
    border-bottom: 0 solid #CCCCCC;
    display: block;
    float: none;
    margin-bottom: 0;
    margin-right: 9px;
    margin-top: 8px;
    padding-right: 0;
    width: 100%;
}


.projects_small .type-post img {
    height: auto;
    width: 208px;
}

#wb_breadcrumb {
display: block;
/*height: 41px;
border-bottom: 1px solid #cccccc;
padding-right: 20px;
margin-bottom: 10px;
*/
}

#trigger {
width: 30px; 
float: left;
display: block;
}

.logo-mobile  {
display: block;
width: 200px;
float: right;

}

.logo-default {
 display: none;
}

#wb_breadcrumb p {
display: none;
}

#wb_containerbox {
display: none;
/*height: 100%;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
overflow: hidden;
*/
}

#trigger {
display: block;
}

#wb_content {
width: 100%;
display: block;
clear: both;
/*overflow: hidden;
width: 652px; */
}

#nav-below {
position: relative;
bottom: 0px;
width: 100%;
left: -5px;
}

#wb_footer {
display: block;
position: relative;
bottom: auto;
height: auto;
top: 0px;
right: auto;
text-align: left;
margin-top: 20px;
}

#wb_closure {
bottom: auto;
top: 0px;
display: block;
height: 54px;
margin-left: 18px;
padding-top: 5px;
position: relative;
} 

#lang_sel_list   {
 background-color: transparent;
 z-index: 0;
}

#lang_sel_list li {
 background-color: transparent;
}
#lang_sel_list a, #lang_sel_list a:visited {
display: block;
font-size: 12px;
text-decoration: none !important;
color: #aaaaaa;
border: 0px solid #cdcdcd;
border-width: 0px;
background-color: transparent;
padding-left: 0px;
}

#lang_sel_list ul a, #lang_sel_list_list ul a:visited {
background-color: transparent;
}

.menu-footermenu-container {
    background: none repeat scroll 0 0 transparent;
    display: block;
    margin: 20px auto 0;
    margin: 0px;
    width: 50%;
}

.menu-footermenu-container ul {
margin-left: 11px;
}

/* responsive menu
#main-navigation li#menu-item-983 { display: block;}

	.menu-header {
		position: relative;
		min-height: 80px;
	}	
	.menu-header ul {
		width: 180px;
		padding: 5px 0;
		position: absolute;
		top: 0;
		border: solid 1px #aaa;
		background: #fff url(icon-responsive.png) no-repeat top right;

		box-shadow: 0 1px 2px rgba(0,0,0,.3);

    left: auto;
    right: 0;

    text-align: right;
    z-index: 9999;
}

.menu-header li {
		display: none; 
		margin: 0;
	}
	.menu-header .current-menu-item {
		display: block; 
	}
	.menu-header a {
		display: block;
		padding: 5px 5px 5px 32px;
		text-align: left;
	}
	.menu-header .current-menu-item a {
		background: none;
		color: #666;
	}


	.menu-header ul:hover {
		background-image: none;
	}
	.menu-header ul:hover li {
		display: block;
		margin: 0 0 5px;
	}
	.menu-header ul:hover .current-menu-item {

  background-color: #999;
	}

	.menu-header.right ul {
		left: auto;
		right: 0;
	}


	.menu-main-menu-container.center ul {
		left: 50%;
		margin-left: -90px;
	}
  
  
 responsive menu */
        