* {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box
}
body{
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: table;
}

#logo{
  width: 100% !important;
  height: auto;
}
.portfolioHolder{
  width: 100%;
}


#main_inner img{
  width: 100%;
  max-width: 100%;
  height: auto;
}
.imgDisable{
  display: none;
}

#contact{
  display: table;
  width: 100%;
  font-size: 20px;
  font-weight: normal;
  
  margin-bottom: 5px;
}
#header, #main, #footer, #navigation, #nav, .container{
  width: 100%;
}
#header_inner, #main_inner, #footer_inner, #navigation_inner, #page_footer_inner, .container_inner{
  width:100%;
}
#footer{
  display: none;
}


.leftPanel, .rightPanel{
  width: 100%;
}


/************************************* NAVIGATION */
#nav ul{
  list-style: none;
  display: list-item;
  padding: 0px;
}
#nav ul li{
  float: none;
  text-align: left;
  padding-left: 2%;
  border-bottom: #FFF 1px solid;
  
  font-weight: bold;
}

#nav ul ul li{
  display: none;
}
#nav ul li, #nav ul li a{
  padding: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  
  width: 100%;
}
.onlyMobileNav{
  display: inline-table;
  width: 100%;
}
/************************************* NAVIGATION */



/************************************* CONTACT */
.contactForm{
  width: 100%;
  max-width: 100%;
  
}
.inactiveInput, .activeInput{
  width: 100%;
}

.contactImg{
  max-width: 100%;
}
/************************************* CONTACT */

/************************************* OTHER */
.notMobile{
  display: none;
}
.onlyMobile{
  display: table;
}
table{
  width: 100%;
}
table tr{
  width: 50%;
}
/************************************* OTHER */

.loadHidden{
  display: none;
}