/*YOUR CSS*/
#site-header {
    /* background-color: #EEE; */
    /* background-image: url('/themes/thomasbootstrap2/images/graa_granitskaerver_2.jpg');    */
    /* background-image: url('/themes/thomasbootstrap2/images/straw2.png');    */
    background-image: url('/themes/thomasbootstrap2/images/cornfield.png');    
    background-repeat: repeat-x;
    background-size: 100% 100% ;
        
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #bbb;
    
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

#topmenu {
    margin-right: -23px;
    float: right;
}

#content div {
    overflow-x: hidden;
}


body {
    padding: 0px;
    color: #242424;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5em;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 5px 5px 5px #444, -5px 5px 5px #444;
}


#navigation-header {
    padding: 0px;
    background-color: #fff;
}

#navigation-header .row {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}

.container-fluid {
    padding: 0px;
}

#global-page-header {
    /*padding: 0px;*/
}

.slogan {
    display: block;
    white-space: nowrap;
}

.slogan img {
    display: inline-block;
    vertical-align: top;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    margin-right: 10px;
}



.slogan h1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    /* color: #737855; */
    color: #168213;
    font-weight: normal;
    text-decoration: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    width: 73%;
}

.slogan h1 a {
    font-size: 40px;
    /*color: #40b13d;*/
    /* color: #168213; */
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    white-space: nowrap; 
    width: 50%;
}

h1.logo.narrow {
    margin-top: 0px;
    display: none;
}

h1.logo.narrow a {
    font-size: 6vw;
}

h1.logo.wide {
}


@media (max-width: 639px) {
    h1.logo.narrow {
        display: inline-block;
    }

    h1.logo.narrow a {
        display: inline-block;
        white-space: normal; 
    }

    h1.logo.wide {
        display: none;
    }
    
    .slogan img {
        width: 27%;
    }
}

.navbar-header button {
    margin-right: 10px;
}

#page-content {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

ul.navbar-nav li a {
  font-family: Helevetica, Arial, sans-serif;
  /*font-size: 100%;*/
  font-size: 16px;
  font-weight: normal;
  color: #777;
  background-color: #FFF;
  /*border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;*/
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  box-shadow: 1px 1px 5px #888888;
  margin-right: 4px;
  text-decoration: none;
}

ul.navbar-nav li a:hover, ul.navbar-nav li a:focus {
  background-color: #d1dbba !important;
}


@media (max-width: 768px) {
    ul.navbar-nav li a {
        border-top-left-radius: 0em;
        border-top-right-radius: 0em;
    }       
    
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #fff;
    }
}


.navbar-toggle {
    background-color: #eee;
}

.navbar-default .navbar-toggle:hover {
    background-color: #eee;
}
.navbar-default .navbar-toggle:focus {
    background-color: #eee;
}

.menu-button:hover {
  font-family: Helevetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: rgb(102,102,0);
  background-color: #FFF;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  box-shadow: 1px 1px 5px #888888;
  margin-right: 4px;
  text-decoration: none;
}

nav.navbar div.container-fluid {
    padding-left: 0px;
    background-color: #fff !important;
}

nav.navbar {
    border-width: 0px !important;
    border-color: #fff !important;
    background-color: #fff !important;
    border-style: none;
    padding-left: 10px;
    background-image: none;
    
    border-radius: 0em;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.navbar-collapse {
    padding-left: 0px;
}

.navbar-toggle {
    float: right;
    margin-right: -5px;
}

.dropdown-menu {
    border-width: 0px;
    background-color: transparent;
    padding-top: 0px;
}


/* Collapsed menu */
.navbar-nav {
  margin: 0px !important;

  /*
  > li > a {
    padding-top:    10px;
    padding-bottom: 10px;
    line-height: @line-height-computed;


  }

  @media (max-width: @grid-float-breakpoint-max) {
    // Dropdowns get custom display when collapsed
    .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none;
      > li > a,
      .dropdown-header {
        padding: 5px 15px 5px 25px;
      }
      > li > a {
        line-height: @line-height-computed;
            background-color: red !important;
    border-bottom-left-radius: 0em !important;
    border-bottom-right-radius: 0em !important;
        &:hover,
        &:focus {
          background-image: none;
        }
      }
    }
  }

  // Uncollapse the nav
  @media (min-width: @grid-float-breakpoint) {
    float: left;
    margin: 0;

    > li {
      float: left;
      > a {
        padding-top:    @navbar-padding-vertical;
        padding-bottom: @navbar-padding-vertical;
        
            background-color: red !important;
    border-bottom-left-radius: 0em !important;
    border-bottom-right-radius: 0em !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #eee;
    box-shadow: 1px 1px 5px #888888;
    margin-right: 4px;
    text-decoration: none;

      }
    }
  }
    */
}


.footer {
    color: #bbb;
}

.footer a {
  
    color: rgba(51, 122, 183, 0.72);
}


.imageListItem {
    
}

.ccm-ui fieldset {
    display: inline-block;
}

.fourImages {
    margin-top: 10px;
    margin-left: 20%;
    margin-right: 20%;
    max-width: 60%;
}


@media (min-width: 768px) {
    .fourImages {
        margin-top: 0px;
        margin-left: 0%;
        margin-right: 0%;
        max-width: 296px;
    }
    
}

.thomasImageList {
    margin-left: 5em;
    margin-right: 5em;
}