/* cmsms stylesheet: mac_desktop modified: 20/06/17 12:46:06 */
.main_pic_container {
  display: inline-block;
  width: 35%;
}

.main_content_container {
  display: inline-block;
  width: 55%;
}

.menu_popup_outer {
  width: auto;
  min-width: 0;
  max-width: none;
  display: flex;
  justify-content: center;
}

.menu_popup_container {
  width: auto;
  min-width: 0;
}

.popup_inner_container {
  min-width: 130px;
  margin-left: 5px;
  margin-right: 5px;
}

#primary-nav li {
  position: relative;
  display: inline-flex;
  justify-content: center;
}

#menuwrapper {
  font-size: 16px;
}

#inner-content {
  max-width: 80%;
  margin: 0px auto;
}

#headerMail {
  width: 40px;
  height: 40px;
  right: 15px;
}

#headerTel {
  display: none;
}

#content {
  text-align: center;
}

#footer {
  max-height: 80px;
  min-height: 80px;
  font-size: 12px;
  text-align: center;
  line-height: 14px !important;
}

#footer img {
  max-height: 60px;
  float: left;
  margin-right: 20px;
}

#footer #center {
  padding: 20px;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}

.small-block {
  max-width: 200px;
}

.half-block {
  max-width: 49%;
  min-width: 49%;
}

.block.left {
  display: inline;
  float: left;
  clear: left;
}

.block.right {
  display: inline;
  float: right;
  border-left: 1px dotted grey; 
  padding-left: 20px;
}

.activity {
  max-width: 47%;
  min-width: 47%;
}
