/**
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete 
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *   
 * - There is an scss (SASS) version of this file in the /sass/ directory in your
 *   sub-theme, if you set Compass to watch it or the directory this file will be
 *   overwritten!
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */
 

/*.region-top-menu .block {
  width: 600px;
}
.region-top-menu {
  height: 2.1em;
}
.region-top-menu .block a {
  height: 2.1em;
  line-height: 2.1em;
}*/
.header-outer-wrapper {
	padding: 1em 0;
}
.header-outer-wrapper.fixed {
  background-color: #fff;
}


#menu-bar, #menu-bar .menu-wrapper {
  float: none;
}
#menu-bar{
	width: 80%;
}
#menu-bar .menu-wrapper > ul.menu {
	display: table;
	width: 100%;
}
#menu-bar .menu-wrapper > ul.menu > li {
  display: table-cell;
  float: none;
}
#menu-bar .menu-wrapper > ul.menu > li > a {
  margin-right: 5px;
  text-align: center;
  line-height: 7em;
}
#menu-bar > .menu-wrapper > ul.menu > li > a{
  background-color: transparent;

}

#logo a {
  display: block;
}

.front .paragraphs-item .block-title {
  font-size: 2.4em;
}
.contact-form .form-item, .contact-form .form-actions {
    width: 45%;
}

.column-uncontained .group-left .ppc-inside .content {
  padding-left: 20%;
}
.column-uncontained .group-right .ppc-inside .content {
  padding-right: 20%;
}

.not-front .title-breadcrumb-wrapper {
    padding: 25% 0 5%;
  }