/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */

h1.title {
    margin: 18px 100px 0.8em 0;
}

#block-search-form {
  position: absolute;
  right: 85px;
  top: 75px;
  float: none;
  width: auto;
  margin: 0;
}

#search-block-form {
  width: 100%;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  margin-right: 0.5em;
}

.form-item-search-block-form input {
    border: 1px solid #fff;
}

.form-item-search-block-form input.form-text {
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-image: url("../kepek/search_button.gif");
  background-repeat: no-repeat;
  background-position: right center;
  float: right;
  color: #262626;
  padding: 0 40px 0 1em ;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: width .55s ease;
  -moz-transition: width .55s ease;
  -ms-transition: width .55s ease;
  -o-transition: width .55s ease;
  transition: width .55s ease;
}

.form-item-search-block-form input:-webkit-input-placeholder {
  color: #65737e;
}

.form-item-search-block-form input:-moz-placeholder {
  color: #65737e;
}

.form-item-search-block-form input:-ms-input-placeholder {
  color: #65737e;
}

.form-item-search-block-form input.form-text:focus,
.form-item-search-block-form input.form-text:active {
  outline: none;
  width: 500px;
  border: 1px solid #bbb;
}

.form-item-search-block-form:hover input.form-text {
  width: 500px;
  cursor: pointer;
  cursor: hand;
  border: 1px solid #bbb;
}

#search-block-form:hover .icon {
  color: #93a2ad;
}

#block-search-form input.form-submit {
    display: none;
}

#infoBlokk {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 20%;
    height: auto;
    z-index: 1000;
}
#infoBlokk div,
#infoBlokk p {
    margin: 0;
}
#infoBlokk img{
    height: auto;
    width: 100%;
}

.page-node-6 #header,
.page-node-24 #header {
  background: url("../kepek/fejlec/header-mts.png") no-repeat bottom center transparent;
}

.page-node-6 div.logo,
.page-node-24 div.logo,
.page-node-6.domain-www-ecolres-hu  h2#site-slogan,
.page-node-24.domain-www-ecolres-hu  h2#site-slogan,
.page-node-6 #block-block-27,
.page-node-24 #block-block-27 {
  display: none;
}
