* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-size: 14px;
  line-height: 1.5em;
  font-family: sans-serif;
  background-color: #ffffff;
  color: #252525;
}

a:link, a:visited {
  color: #88c264;
  text-decoration: none; }

a:hover, a:active {
  color: #88c264;
  text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em; }

h1 {
  font-size: 32px;
  font-weight: 700;
  padding: 20px 0;
  margin: 0; 
  text-align: center;
  letter-spacing: -0.015em;
  /*color: #88c264;*/
}

h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0.75em; 
  margin-top: 0;
  text-align: center;
}  

h3 {
  font-size: 20px;
  margin-bottom: 1em; 
  font-weight: 300; 
  text-align: center;
  /*color: #88c264;*/
}

h4 {
  font-size: 16px;
  margin-bottom: 0.8em; 
  font-weight: 700;
  /*color: #88c264;*/
  text-transform: uppercase;
}

h5 {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 0; 
  color: #252525;
  text-transform: uppercase;
}

h6 {
  font-size: 1em;
  font-weight: 700; 
}

p {
  margin: 0 0 1em 0; 
}

ul, ol {
  margin-left: 0;
  padding-left: 0; }
img {
  vertical-align: bottom;
  height: auto;
}
img.full-width {
  width: 100%;
}

table {
  width: 100%; }

tr.even td,
tr.odd td {
  padding: 10px 5px; }

tr.odd {
  background-color: white; }

pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5; }

pre {
  background-color: #eff0f0;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa; }

abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap; }

#edit-title {
  font-size: 24px;
  width: 99%; }


/*----------------------------------------------------*/
/*---------------------Navigation---------------------*/
/*----------------------------------------------------*/

.mobile-header {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  background-color: #252525;
  z-index: 1000;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.mobile-header.docked {
  background-color: rgba(0, 0, 0, 0.25);
}
.mobile-header #nav-trigger {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  width: 24px;
  height: 24px;
  background: url(../images/nav-trigger.png) center center no-repeat;
  background-size: 24px 24px;
}
/* --------------- Main Menu ------------ */
#navigation {
  position: absolute;
  display: block;
  padding-top: 0px;
  top: 0;
  height: 100%;
  width: 250px;
  z-index: 999;
  background-color: #252525;
  box-shadow: inset -3px 0 2px rgba(0,0,0,0.15);
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
}
.navOpen #navigation {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow-y: auto;
  z-index: 1;
}

#navigation #primary {
  font-size: 1em;
  margin: 0;
  padding: 0;
  margin-top: 60px;
  text-align: center;
  font-family: sans-serif;
}
#navigation #primary li {
  display: block;
  list-style: none;
  padding: 0 1px;
  margin: 0 1px;
}
#navigation #primary a {
  display: block;
  color: #ffffff;
  padding: 8px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;    
}
.wrapper {
  width: 85%;
  margin: 0 auto;
}

#header {
  padding: 35px 0 10px 0;
  background-color: #ffffff;
}
#header #teaser {
  padding: 100px 0 25px 0;
  color: #ffffff;
  text-align: center;
  font-size: 28px;
}
#logo {
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 225px;
  padding: 15px 0;
}
#logo #site-name {
  position: absolute;
  text-indent: -999em;
  bottom: 0;
}
#hero {
  background: #ffffff;
}
#teaser img {
  width: 100%;
  height: auto;
}
#highlighted .wrapper {
  width: 100%;
  margin: 0;
}

.item-image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.item-title {
  padding: 5px;
}
.item-title a {
  display: block;
  height: 3em;
  overflow: hidden;
  color: #757575;
}
.item-date {
  padding: 5px;
  font-size: .8em;
  line-height: 1.2em;
}
.item-date .item-label {
  display: block;
}
#teaser-front {
  position: relative;
}
#teaser-front .item-title a {
  height: auto;
}
#main {
  
}
#content-header {
  padding: 20px 0 0 0;
}
#content-body {
  padding: 20px 0;
}
#content ul {
  padding-left: 40px;
}
#content .room-list ul {
  padding-left: 0;
}

#content-footer {
  padding: 20px 0;
}
#content-footer > h3 {
  font-size: 2em;
  font-weight: 300;
}


fieldset {
  border: 3px solid #DFE0E0;
  padding: 20px;
}
fieldset legend {
  font-weight: 700;
  text-transform: uppercase;
}
input.form-submit {
  padding: 10px 20px;
  border: 0;
  background: #252525;
  color: #FFF;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}
input.form-submit:hover {
  background: #88c264;
  color: #FFF;
}
#webform-client-form-3 .form-actions input.form-submit {
  display: inline-block;
  font-weight: 400;
  color: #ffffff;
  background: #e94c1b;
  padding: 8px 16px;
  line-height: 1;
  font-size: 14px;
  /* box-shadow: 0 2px 2px rgba(0,0,0,0.45); */
  border-radius: 5px;
  border: none;
}

a.btn {
  display: inline-block;
  padding: 10px 20px;
  border: 0;
  background: #252525;
  color: #FFF;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}
a.btn:hover {
  background: #88c264;
  color: #FFF;  
  text-decoration: none;
}

.file-info .file-type {
  text-transform: uppercase;
}
.file-info .file-size {}
div.submitted {
  margin-bottom: 20px;
}

#main {
  background-color: #ffffff;
}

@media screen and (min-width: 480px) {
  
}
@media screen and (min-width: 600px) {

  
}
@media screen and (min-width: 768px) {
  h2, h3, h4, h5 {
    text-align: left;
  }

  #header {
  }

  .one-sidebar #content {
      float: left;
      width: 65%;
      margin-right: 5%;
  }
  .one-sidebar #sidebar-right {
      float: right;
      width: 30%;
  }
  #copyright {
    float: left;
  }

#content-header p {
  text-align: center;
}

.wrapper {
  width: 700px;
}
.message {
font-size: 25px;
text-align: center;
}

#notify {
    text-align: center;    
}
#notify input {
    font-size: 19px;
    border: 0;
    background: #252525;
    color: #ffffff;
    padding: 10px 20px;
    border: 1px solid #252525;    
}
#notify input[type="text"] {
    font-size: 19px;
    background: #e5e5e5;
    color: #252525;   
    border: 1px solid #c5c5c5;
    width: 420px;
}

.error {
    font-size: 15px;
    color: #cc0000;
}