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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* Here be dragons - use with caution and don't blame Steve */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none; }

input, button, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

body {
  background: #DDD5C7; }

div.wrap {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1;
  position: relative;
  padding: 0 20px;
  min-width: 320px; }
  div.wrap:after {
    content: " ";
    display: block;
    clear: both; }

.no-mq div.wrap {
  width: 960px;
  margin: 0 auto; }

header {
  overflow: hidden;
  *zoom: 1;
  background: white;
  padding: 40px 0;
  border-bottom: 1px solid #D9DBDC; }
  header.home {
    border-bottom: none; }
  header h1 a {
    display: block;
    width: 160px;
    height: 46px;
    background: url(/i/viewfirthcottages-logo.png) no-repeat;
    text-indent: -1000em;
    background-size: 160px auto; }
  @media (min-width: 668px) {
    header h1 {
      float: left; } }
  @media (max-width: 667px) {
    header h1 {
      padding: 0 0 20px 0; }
      header h1 a {
        margin: 0 auto; } }
  header nav ul {
    overflow: hidden;
    *zoom: 1; }
    header nav ul li {
      display: inline-block; }
      header nav ul li a {
        text-transform: uppercase;
        color: #444;
        text-decoration: none; }
  @media (min-width: 668px) {
    header nav {
      float: right; }
      header nav li {
        padding: 0 0 0 40px; }
        header nav li a {
          font: 500 14px/46px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif; } }
  @media (max-width: 667px) {
    header nav {
      text-align: center; }
      header nav li {
        padding: 0 10px; }
        header nav li a {
          font: 500 14px/160% "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif; }
        header nav li:first-child {
          padding: 0 10px 0 0; }
        header nav li:last-child {
          padding: 0 0 0 10px; } }

section.features {
  padding: 0 0 40px 0;
  background: white; }
  section.features div.wrapper {
    background: #D9DBDC; }
  section.features div.wrap {
    padding-top: 20px;
    padding-bottom: 20px; }
  section.features div.feature p {
    font: 400 15px/140% "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444; }
  @media (min-width: 769px) {
    section.features div.feature {
      padding: 30px 0;
      width: 31.91489%;
      float: left;
      margin-right: 2.12766%;
      background: url(http://sizeit.at/60x60) no-repeat left center;
      background-size: 60px auto; }
      section.features div.feature:nth-child(3n) {
        float: right;
        margin-right: 0; }
      section.features div.feature p {
        padding-left: 80px; } }
  @media (min-width: 569px) and (max-width: 768px) {
    section.features div.feature {
      padding: 30px 0 0 0;
      width: 31.91489%;
      float: left;
      margin-right: 2.12766%;
      background: url(http://sizeit.at/60x60) no-repeat center top;
      background-size: 60px auto; }
      section.features div.feature:nth-child(3n) {
        float: right;
        margin-right: 0; }
      section.features div.feature p {
        padding-top: 40px;
        text-align: center; } }
  @media (max-width: 568px) {
    section.features {
      display: none; } }

section.cottagelist {
  background: white;
  padding: 0 0 40px 0; }
  section.cottagelist h3 {
    font: 500 20px/130% "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666;
    padding: 0 0 30px 0; }
  section.cottagelist div.cottage {
    position: relative; }
    section.cottagelist div.cottage a {
      display: block; }
    section.cottagelist div.cottage img {
      display: block;
      width: 100%; }
    section.cottagelist div.cottage div.name {
      position: absolute;
      width: 86%;
      top: 30px;
      left: 7%;
      background: rgba(255, 255, 255, 0.7);
      padding: 17px;
      color: #444;
      font: 600 18px/140% "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      text-align: center;
      text-decoration: none; }
    @media (min-width: 668px) {
      section.cottagelist div.cottage {
        width: 48.93617%;
        float: left;
        margin-right: 2.12766%; }
        section.cottagelist div.cottage:nth-child(2n) {
          float: right;
          margin-right: 0; } }
    @media (max-width: 667px) {
      section.cottagelist div.cottage {
        padding: 0 0 20px 0; }
        section.cottagelist div.cottage:last-child {
          padding: 0 0 0 0; } }
  @media (max-width: 568px) {
    section.cottagelist {
      padding: 40px 0; } }

section.photos {
  background: white;
  padding: 0 0 40px 0; }
  section.photos img {
    display: block;
    width: 100%; }
  section.photos div.main {
    padding-bottom: 20px; }
  section.photos div.thumbs {
    overflow: hidden;
    *zoom: 1; }
    section.photos div.thumbs div.thumb {
      padding-bottom: 20px; }
      @media (min-width: 737px) {
        section.photos div.thumbs div.thumb {
          width: 23.40426%;
          float: left;
          margin-right: 2.12766%; }
          section.photos div.thumbs div.thumb:nth-child(4n) {
            float: right;
            margin-right: 0; } }
      @media (max-width: 736px) {
        section.photos div.thumbs div.thumb {
          width: 48.93617%;
          float: left;
          margin-right: 2.12766%; }
          section.photos div.thumbs div.thumb:nth-child(2n) {
            float: right;
            margin-right: 0; } }
      section.photos div.thumbs div.thumb.hide {
        display: none; }

section.heading {
  background: white;
  padding: 40px 0; }
  section.heading h2 {
    float: left;
    font: 200 34px/40px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #666; }
    @media (max-width: 736px) {
      section.heading h2 {
        float: none;
        text-align: center;
        padding: 0 0 20px 0; } }
  section.heading div.check {
    float: right; }
    section.heading div.check a {
      display: block;
      background: #58595B;
      font: 600 14px/40px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
      padding: 0 20px;
      color: #C2B59B;
      text-transform: uppercase;
      text-decoration: none; }
    @media (max-width: 736px) {
      section.heading div.check {
        float: none;
        text-align: center; } }

section.copy {
  background: white;
  padding: 0 0 40px 0; }
  section.copy p {
    font: 400 18px/160% "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 0 20px 0; }
    section.copy p:last-child {
      padding: 0; }

section.twocol {
  background: white;
  padding: 0 0 40px 0; }
  @media (min-width: 737px) {
    section.twocol div.col {
      width: 48.93617%;
      float: left;
      margin-right: 2.12766%; }
      section.twocol div.col:nth-child(2n) {
        float: right;
        margin-right: 0; } }
  @media (max-width: 736px) {
    section.twocol div.col {
      padding: 0 0 20px 0; } }
  section.twocol div.col h3 {
    font: 400 20px/140% "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #C2B59B;
    padding: 0 0 20px 0; }
  section.twocol div.col p {
    font: 400 16px/180% "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444;
    padding: 0 0 20px 0; }
    section.twocol div.col p:last-child {
      padding: 0; }
  section.twocol div.col ul {
    list-style: circle;
    padding: 0 0 20px 20px; }
    section.twocol div.col ul li {
      font: 400 16px/180% "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #444; }
    section.twocol div.col ul:last-child {
      padding: 0 0 0 20px; }
  section.twocol div.col a {
    color: #C2B59B; }
  section.twocol div.col em {
    font-style: italic; }
  section.twocol div.col strong {
    font-weight: 600; }

section.map {
  background: white;
  padding: 0 0 40px 0; }
  section.map iframe {
    display: block; }

section.contact {
  background: white;
  padding: 0 0 40px 0; }
  section.contact div.thanks {
    background: #f4f4f4;
    padding: 20px;
    text-align: center; }
    section.contact div.thanks h3 {
      font: 400 20px/140% "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      color: #C2B59B;
      padding: 0 0 20px 0; }
    section.contact div.thanks p {
      font: 400 16px/180% "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #444; }
  section.contact form {
    background: #f4f4f4;
    padding: 20px;
    overflow: hidden;
    *zoom: 1; }
    @media (min-width: 769px) {
      section.contact form div.col {
        width: 48.93617%;
        float: left;
        margin-right: 2.12766%; }
        section.contact form div.col:last-child {
          float: right;
          margin-right: 0; }
        section.contact form div.col div.subcols {
          overflow: hidden;
          *zoom: 1;
          padding: 0 0 20px 0; }
          section.contact form div.col div.subcols input {
            width: 30.43478%;
            float: left;
            margin-right: 4.34783%; }
            section.contact form div.col div.subcols input:last-of-type {
              float: right;
              margin-right: 0; } }
    @media (max-width: 768px) {
      section.contact form div.col:first-of-type {
        padding-bottom: 20px; }
      section.contact form div.col div.subcols {
        overflow: hidden;
        *zoom: 1;
        padding: 0 0 20px 0; }
        section.contact form div.col div.subcols input {
          width: 31.91489%;
          float: left;
          margin-right: 2.12766%; }
          section.contact form div.col div.subcols input:last-of-type {
            float: right;
            margin-right: 0; } }
    section.contact form h3 {
      font: 400 20px/140% "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      color: #C2B59B;
      padding: 0 0 20px 0; }
    section.contact form input[type=text] {
      border: 1px solid #D9DBDC;
      margin: 0;
      padding: 10px;
      font: 500 14px/160% "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    section.contact form textarea {
      width: 100%;
      border: 1px solid #D9DBDC;
      margin: 0;
      padding: 10px;
      font: 500 14px/160% "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
      height: 150px; }
    section.contact form input[type=submit] {
      margin-top: 20px;
      background: #58595B;
      font: 600 14px/40px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
      padding: 0 20px;
      color: #C2B59B;
      text-transform: uppercase;
      border: none;
      cursor: pointer;
      float: right; }
    section.contact form input.fax {
      display: none; }
    section.contact form ul.parsley-errors-list {
      display: none !important; }
    section.contact form input.parsley-error,
    section.contact form textarea.parsley-error {
      border: 1px solid red; }

footer {
  padding: 40px 0;
  overflow: hidden;
  *zoom: 1; }
  footer div.small {
    text-align: center; }
    footer div.small p {
      font: 400 14px/140% "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #444; }
      footer div.small p a {
        color: #444; }

section.test div.responsive ul li {
  display: none; }
  @media (min-width: 5121px) {
    section.test div.responsive ul li.else {
      display: block; } }
  @media (min-width: 2881px) and (max-width: 5120px) {
    section.test div.responsive ul li.imac-retina {
      display: block; } }
  @media (min-width: 2561px) and (max-width: 2880px) {
    section.test div.responsive ul li.macbook-retina {
      display: block; } }
  @media (min-width: 1921px) and (max-width: 2560px) {
    section.test div.responsive ul li.imac-27 {
      display: block; } }
  @media (min-width: 1441px) and (max-width: 1920px) {
    section.test div.responsive ul li.screen-huge {
      display: block; } }
  @media (min-width: 1367px) and (max-width: 1440px) {
    section.test div.responsive ul li.screen-large {
      display: block; } }
  @media (min-width: 1281px) and (max-width: 1366px) {
    section.test div.responsive ul li.screen-air {
      display: block; } }
  @media (min-width: 1025px) and (max-width: 1280px) {
    section.test div.responsive ul li.screen-wide {
      display: block; } }
  @media (min-width: 961px) and (max-width: 1024px) {
    section.test div.responsive ul li.ipad-wide {
      display: block; } }
  @media (min-width: 769px) and (max-width: 960px) {
    section.test div.responsive ul li.screen {
      display: block; } }
  @media (min-width: 737px) and (max-width: 768px) {
    section.test div.responsive ul li.ipad {
      display: block; } }
  @media (min-width: 668px) and (max-width: 736px) {
    section.test div.responsive ul li.iphone-plus-wide {
      display: block; } }
  @media (min-width: 569px) and (max-width: 667px) {
    section.test div.responsive ul li.iphone-wide {
      display: block; } }
  @media (min-width: 415px) and (max-width: 568px) {
    section.test div.responsive ul li.iphone4-wide {
      display: block; } }
  @media (min-width: 376px) and (max-width: 414px) {
    section.test div.responsive ul li.iphone-plus {
      display: block; } }
  @media (min-width: 321px) and (max-width: 375px) {
    section.test div.responsive ul li.iphone {
      display: block; } }
  @media (max-width: 320px) {
    section.test div.responsive ul li.mobile {
      display: block; } }

section.hero {
  background: #f4f4f4;
  position: relative; }
  section.hero div.overlay {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 2; }
    section.hero div.overlay div.intro {
      background: rgba(255, 255, 255, 0.7);
      color: #444;
      font: 300 28px/140% "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      text-align: center;
      padding: 25px; }
    @media (min-width: 569px) and (max-width: 736px) {
      section.hero div.overlay div.intro {
        background: rgba(255, 255, 255, 0.7);
        color: #444;
        font: 400 18px/140% "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        text-align: center;
        padding: 20px; } }
    @media (max-width: 568px) {
      section.hero div.overlay {
        display: none; } }
  section.hero div.owl-carousel {
    max-width: 1200px;
    margin: 0 auto; }
