html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a { text-decoration: none;}
a:hover { cursor: pointer; }


/* Acorn */

html, body {
/*  -webkit-text-size-adjust: none;
        -webkit-transition: all 2s ease;*/
}


body {
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  height: 101%;
  line-height: 22px;
}
  #home {
    background-color: rgb(103,113,125);
    color: rgb(255,255,255);
  }

  a { 
    color: rgb(184,174,147);
  }
  strong { 
    font-weight: bold;
  }

  #home h1 {
    color: rgb(255,255,255);
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 10px 0;
  }

    h1 {
      color: rgb(103,113,125);
      font-size: 21px;
      font-weight: bold;
      margin: 0 0 5% 0;
    }

  ul, p {
    margin: 0 0 10px 0;
  }

  li { 
    list-style: disc;
    margin: 0 0 0 10%;
  }

.container {
  margin: 0px auto;
  width: 1000px;
}

  .head {
    background: rgb(103,113,125) url(../images/nav-bg.jpg) top left repeat-x;
    height: 120px;
  }

  .header { 
    display: inline-block;
    height: 120px;
    margin: 0;
    padding: 0 2.5%;
    width: 95%;
  }

    .logo {
      float: left;
      margin: 0 0 10px 40px;
      text-align: center;
    }

    .nav {
      float: right;
      font-size: 15px;
      width: 38%;
    }
      #home .nav {
        width: 40%;
      }

      .nav li {
        display: inline-block;
        float: left;
        line-height: 2em;
        margin: 0;
        padding: 0;
        /*padding: 3.4em 0;*/
        text-align: center;
        width:50%;
      }
        #home .nav li {
          padding: 3em 0;
          width: 50%;
        }

      .nav a {
        color: rgb(255,255,255);
        display: block;
        /*padding: 3em 0;*/
      }

      .nav li:hover a {
        /*background: rgb(133,143,155);*/
      }

      a.here {
        background-color: rgb(170,179,189);
      }


  .content {
    display: inline-block;
    margin: 5% 0;
    padding: 0 2.5%;
    width: 95%;
  }

    .info {
      float: left;
      margin: 0 0 0 3%;
      width: 40%;
    }

    .details, .gallery {
      float: left;
      width: 48.936170213%;
    }

      .details {
        margin: 0 2.127659574% 0 0;
      }

        .details p {
          color: rgb(56,56,56);
          font-size: 14px;
          line-height: 22px;
          margin: 0 0 15px 0;
        }

        .details span {
          display: inline-block;
          margin: 0 5px 0 0;
          text-align: right;
          width: 95px;
        }

        .details a {
          color: rgb(103,113,125);
        }

    .slides {
      float: left;
      margin: 4% 0 0 7%;
      text-align: center;
      width: 46%;
    }

  .portfolio {
    display: inline-block;
    width: 100%;
  }
  .portfolio a {
    display: inline-block;
    float: left;
    margin: 0 0 2% 2%;
    width: 23.5%;
  } 
    .portfolio a img {
      width: 100%;
    }

    .portfolio a:first-child {
      margin: 0 0 2% 0;
    }

    .portfolio a:hover img {
      opacity: .3;
    }


  .large img , .large{
    margin: 0 0 4.347826086% 0;
    /*width: 100%;*/
  }

  .thumbnails a {
    display: inline-block;
    float: left;
    margin: 0 0 3.747826086% 0;
    width: 47.326086957%;
  }

  .thumbnails img {
    display: inline-block;
    float: left;
    margin: 0 0 3.747826086% 0;
    /*width: 47.326086957%;*/
  }
    .thumbnails img:first-child, .thumbnails a:first-child {
      margin: 0 3.747826086% 0 0;
    }

h2 {
  margin: 20px 0;
}

form label {
  display: inline-block;
  margin: 0 5px 0 0 ;
  text-align: right;
  width: 95px;
  vertical-align: top;
}

form input[type=text], textarea {
  border: 1px solid rgb(143,143,155);
  height: 20px;
  width: 350px;
}

  textarea {
    height: 60px;
  }

  input[type=submit] {
    float: right;
  }

/*


@media only screen and (max-width: 800px) {
  .feature { 
    width: 60%;
  }
  .info {
    font-size: 12px;
    width: 35%;
  }
}


@media only screen and (max-width: 600px) {
  .feature { 
    float: none;
    width: 100%;
  }
  .info {
    margin: 0;
    padding: 0 5%;
    width: 90%;
  }
}

*/


    .slides_container {
      width:460px;
      display:none;
      text-align: center;
    }

    /*
      Each slide
      Important:
      Set the width of your slides
      If height not specified height will be set by the slide content
      Set to display block
    */
    .slides_container div {
      width:460px;
      height:320px;
      display:block;
    }




sup {
  font-size: 10px;
  vertical-align: super;
}