/**
 * @file
 * The visual styles for Bartik's search form(s).
 */
.search-form .form-search {
  float: left; /* LTR */
  margin-right: 5px; /* LTR */
  padding: 4px;
}
[dir="rtl"] .search-form .form-search {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
.search-form .form-item-keys label {
  display: block;
}
/* Search block in header region. */
 #block-ieg-theme-search{
    position: absolute;
    left: 77.5%;
    top: 40%;
    display: none;
 }
.region-header #search-block-form {
  width: 330px;
  margin-bottom: 0;
  margin-right: -3px; 
}
.region-header #search-block-form .form-text {
  width: 154px;
}
#search-block-form,#search-block-form--2{
    display: table;   
}
#search-block-form--2{
    display: table;
    width: 30%;
}
#search-block-form .form-item,
#search-block-form .form-actions
{
    display: table-cell;
    vertical-align: top;
    width: 83%;
}
#search-block-form--2 .form-item,
#search-block-form--2 .form-actions
{
    display: table-cell;
    vertical-align: top;
    width: 87%;
}
#search-block-form input{
    width: 97%;
    font-size: 14px !important;
}
#search-block-form--2 input {
    width: 98%;
    font-size: 14px !important;
}
input.form-search{
    border: 1px solid #6699CC !important;
}
#search-block-form #edit-submit,
#search-block-form--2 #edit-submit--2,
#search-block-form #edit-submit--2,
#block-ifs-theme-content #edit-submit{
    border-radius: 0;    
    background-color: #6699CC !important;
    background-image: none !important;
    color: #fff !important;
    padding: 5px 7px !important;
    border: 0 !important;
}
#search-block-form .form-actions,
#search-block-form--2 .form-actions
{
    padding-top: 0px !important;
}
@media (min-width: 320px) and (max-width: 480px){ 
     #block-ieg-theme-search {
       position: relative;
       left: 0;
       top: 0;
    }
     .region-header #search-block-form {
       width: 100%;
    }
}
    @media (min-width: 481px) and (max-width: 767px) { 
    #block-ieg-theme-search {
       position: absolute;
       left: 170px;
       top: 93px;
       }
    .region-header #search-block-form {
       width: 75%;
      }
    }
    @media (min-width: 768px) and (max-width: 1024px) { 
    #block-ieg-theme-search {
       position: absolute;
       left: 170px;
       top: 93px;
       }
    .region-header #search-block-form {
       width: 75%;
       }
    }
    @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) { 
        #block-ieg-theme-search {
           position: absolute;
           left: auto;
           top: 93px;
           right: -49.2%;
        }
    .region-header #search-block-form {
        width: 40%;
        }
    }
    @media (min-width: 1024px) and (max-width: 1440px) { 
    #block-ieg-theme-search {  
       left: 69.3%;
       z-index: 500;
         }  
    }   
    

