/*
 *   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.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */

/* Increase the body font size on small touch devices */
body {
  font-size: 100%;
}

/* =============================================================================
 *   Mobile Menu Toggle
 *   See your theme settings extensions for how to enable the menu toggle.
 *   These are example styles for the menu toggle menu, you can use these in the
 *   relevant responsive stylesheets as required. Modify to suit your design.
 * ========================================================================== */
/* The toggle link */
.at-mt .at-menu-toggle h2 {
  margin-bottom: 5px;
}

.at-mt .at-menu-toggle h2 a {
  background: #eee;
  border: 2px solid #ccc;
  padding: 2px 10px;
}

/* Menu items */
.at-mt .at-menu-toggle ul.menu li a {
  background: #eee;
  border-bottom: 1px solid #fff;
}


#header-wrapper {
  height: inherit;
  height: 250px;
  background: url("images/header-bg.png") no-repeat scroll 40% 0 transparent;
}
#block-views-home-page-blocks-block-3 {
  margin: 0;
  right: 0;
  top: 0;
  width: 100%;
}
#block-views-home-page-blocks-block-3 .block-content {
  padding-top: 10px;
}
.header-blocks .views-row-1 {
  position: absolute;
  top: 50px;
  right: 20px;
  margin: 0;
}
.header-blocks .views-row-2,
.header-blocks .views-row-3 {
  position: relative;
  top: 160px;
  padding: 0 10%;
}
.header-blocks .views-row {
  display: inline-block;
  margin-right: 10px;
  float: none;
}
.header-blocks .view-content {
  height: 1px;
  text-align: center;
}

@media only screen and (min-width:320px) and (max-width:475px) {
  #block-views-home-page-blocks-block-2 {
  right: 0;
  }
  #block-views-home-page-blocks-block-3 .views-field-field-header-block-image {
    width: 40%;
    float: right;
  }
  .header-blocks .views-row {
    display: inline-block;
    float: none;
    margin-right: 0;
  }
  .header-blocks .views-row-1 {
    position: absolute;
    top: 125px;
    right: 0;
    margin: 0;
  }
  .header-blocks .views-row-2,
  .header-blocks .views-row-3 {
    position: relative;
    top: 160px;
    padding: 0;
  }
  .header-blocks .views-row-2 {
    padding-right: 5px;
  }
}

@media only screen and (min-width:320px) and (max-width:450px) {
  #block-views-footer-blocks-block-2 {
    padding-top: 10px;
  }
}

/* Footer blocks layout */
#block-menu-menu-footer-menu-first,
#block-menu-block-1,
#block-menu-menu-footer-menu-second {
  padding-left: 5px;
  padding-top: 11px;
}
#block-views-footer-blocks-block-3 .block-content {
  padding-top: 10px;
}
#block-views-footer-blocks-block-3 .views-row.views-row-2 {
  margin: 0 0 0 10px;
}
#block-views-footer-blocks-block-3 .views-row {
  float: left;
  width: inherit;
}
#block-menu-menu-footer-menu-first .block-content ul,
#block-menu-block-1 .block-content ul,
#block-menu-menu-footer-menu-second .block-content ul {
  padding: 0;
  margin: 0;
}
#block-views-footer-blocks-block-2 .view-content {
  padding: 30px 20px 12px 20px;
}