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

#logo{
  max-width: 100%;
  height: auto;
}
.container{
  display: none;
}
#contact{
  width:100%;
  font-size: 20px;
  font-weight: bold;
  
  margin-bottom: 10px;
}
#header, #main, #footer, #navigation, #nav, .container, .mobContainer{
  width: 100%;
}
#header_inner, #main_inner, #footer_inner, #navigation_inner, #page_footer_inner, .container_inner, .mobContainer_inner{
  width:100%;
}
#footer{
  display: none;
}

.onlyMobile, .mobileOnly{
  display: table;
}
.ytvideo{
  width: 270px;
  height: 191px;
}

/************************************* NAVIGATION */
#nav ul{
  list-style: none;
  display: list-item;
  padding: 0px;
}
#nav ul li{
  float: none;
  text-align: center;
  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 */

#header{
    background-position: center;
    background-repeat: no-repeat;
}
h1, h2, h3, h4, h5, h6{
    font-size:100%;
}

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

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

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

.loadHidden{
  display: none;
}
/************************************* OTHER */