/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* COLOR */
  /*     
    grey text:          #656565
    grey medium icons:  #999
    black:              #000

    grey dark bg:   #E2DAD1
    grey light bg:  #F5F1ED

    sold red: #A52A35
  */

/* RESET */  
  ::-moz-selection {
    color: #fff;
    background: #000;
    text-shadow: none;
  }
  ::selection {
    color: #fff;
    background: #000;
    text-shadow: none;
  }
    
  /* Box Model */
    *, *:before, *:after {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }

  html, body, div, span, 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%;
    vertical-align: baseline;
  }
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  body {
    -webkit-text-size-adjust: none;
  }
  audio,
  canvas,
  iframe,
  img,
  svg,
  video {
    vertical-align: middle;
  }
  a, a:hover, a:focus, a:active, a.active {
    outline: 0;
    text-decoration: none;
  }
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  textarea {
    resize: vertical;
  }
  hr {
    border: 0;
    padding: 0;
  }
  ol,
  ul {
    margin-bottom: 24px;
    padding: 0 20px 0 40px;
  }
  img {
    width: auto;
    max-width: 100%;
  }

/* BASIC */ 
  body {
    font-family: 'Montserrat', Arial, serif;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    color: #000;
    overflow-x: hidden;
  }
  p {
    padding: 0;
    margin-bottom: 24px;
  }
  button, input, optgroup, select, textarea {
    font-family: 'Montserrat', Arial, sans-serif;
    outline: 0;
    border: 0;
  }
  button {
    background: transparent;
  }
  button,
  input {
    transition: all .3s linear;
  }
  a,
  a:visited {
    text-decoration: none;
    color: #000;
    transition: all .3s linear;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  a:hover,
  a:focus,
  a:active {
    color: #999;            
  }
  p > a,
  p > a:visited {
    color: #656565;
    font-weight: 700;
    border-bottom: 1px solid #000 
  }
  p > a:hover,
  p > a:focus,
  p > a:active {
    color: #000; 
    border-color: #000           
  }
  strong {
    font-weight: 700;
  }

  p + ul {
    margin-top: -15px
  }
  ul {
    margin: 0 0 18px 0;
    padding: 0 0 0 30px;
  }
  ul li {
    position: relative;
    list-style: none;
    padding: 0 0px 0 16px;
  }
  ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    margin: 0;
    left: 0;
    background: #000;
    width: 6px;
    height: 6px;
    border-radius: 100px
  }
  hr {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 1px;
    background-color: #e2e2e2;
    margin: 10px auto
  }

  .ic-backIMG {
    background-position: center;
    background-size: cover;
  }

  /* Titles */
    h1, h2, h3, h4, h5, h6 {
      font-family: 'Oswald';
      font-weight: 400;
      color: #000; 
    }

    h1 {
      display: block;
      font-size: 2em;
      font-weight: 300;
      line-height: 1.2;
      margin-bottom: 23px;
    }
    h2 {
      display: block;
      font-size: 1.8em;
      font-weight: 300;
      line-height: 1.2;
      margin-bottom: 22px;
      text-transform: uppercase;
    }
    h3 {
      display: block;
      font-size: 1.3em;
      font-weight: 500;
      line-height: 1.2;
      margin-bottom: 6px;
    }
    h4 {
      display: block;
      font-size: 1.2em;
      line-height: 1.2;
      margin: 0;
    }
    h5 {
      display: block;
      font-size: 1.1em;
      line-height: 1.2;
      margin: 0;
    }
    h6 {
      display: block;
      font-size: 1em;
      line-height: 1.2;
    }

  /* Inputs */
    input[type=text],
    input[type=email],
    input[type=tel],
    textarea {
      position: relative;
      width: 100%;
      height: 46px;
      line-height: 46px;
      margin: 0;
      padding: 0 8px 0;
      font-size: 1em;
      font-weight: 400;
      color: #656565;
      background: #fff;
      border: 0;
      outline: 0;
      text-overflow: ellipsis;
      box-shadow: none;
    }
    textarea {
      height: 168px;
      line-height: 1.2;
      padding: 13px 8px 10px;
    }
  
  /* Buttons */
    .ic-button,
    .ic-button:visited,
    .ic-lightBTN,
    .ic-lightBTN:visited,
    .ic-lineBTN,
    .ic-lineBTN:visited {
      font-family: 'Oswald';
      display: inline-block;
      vertical-align: middle;
      padding: 12px 40px;
      font-size: 1.1em;
      font-weight: 300;
      line-height: 1;
      text-transform: uppercase;
      border: 1px solid #000; 
      cursor:pointer;
      color: #fff;
      background: #000;
      transition: all .3s linear;
    }
    .ic-button:hover,
    .ic-button:focus,
    .ic-button:active {
      color: #000;
      background: transparent;
    }   
    .ic-lightBTN,
    .ic-lightBTN:visited {
      border: 0; 
      color: #000;
      background: #E2DAD1
    }
    .ic-lineBTN,
    .ic-lineBTN:visited {
      border-color: #fff; 
      color: #fff;
      background: transparent;
    }
    .ic-lightBTN:hover,
    .ic-lightBTN:focus,
    .ic-lightBTN:active,
    .ic-lineBTN:hover,
    .ic-lineBTN:focus,
    .ic-lineBTN:active {
      color: #fff;
      background: #000;
      border-color: #000;
    }
    .ic-centerBTN {
      display: block;
      max-width: 1400px;
      text-align: center;
      margin: 0 auto;
      padding: 0 20px;
    }
    .ic-centerBTN .ic-button,
    .ic-centerBTN .ic-button:visited,
    .ic-centerBTN .ic-lightBTN,
    .ic-centerBTN .ic-lightBTN:visited {
      display: block;
      width: 100%;
      max-width: 32%;
      font-size: 1.2em;
      margin: 0 auto;
      padding: 15px 20px
    }


  /* Checkbox */  
    /* Base for label styling */
      [type="checkbox"]:not(:checked),
      [type="checkbox"]:checked {
        position: absolute;
        left: -9999px;
      }
      [type="checkbox"]:not(:checked) + span,
      [type="checkbox"]:checked + span {
        position: relative;
        padding-left: 22px;
        cursor: pointer;
        font-size: .85em;
        font-weight: 400;
        color: #999;
      }
      [type="checkbox"]:not(:checked) + span a,
      [type="checkbox"]:checked + span a {
        font-weight: 600;
      }

    /* checkbox aspect */
      [type="checkbox"]:not(:checked) + span:before,
      [type="checkbox"]:checked + span:before {
        content: '';
        position: absolute;
        left:0; 
        top: 0;
        bottom: 0;
        margin: auto 0;
        width: 15px; 
        height: 15px;
        border: 1px solid #c3c3c3;
        border-radius: 100px;
        background: transparent;
        box-shadow: none
      }

    /* checked mark aspect */
      [type="checkbox"]:not(:checked) + span:after,
      [type="checkbox"]:checked + span:after {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        background: #000;
        top: 1px;
        left: 0;
        border-radius: 100px;
        transition: all .3s linear;
      }

    /* checked mark aspect changes */
      [type="checkbox"]:not(:checked) + span:after {
        opacity: 0;
        transform: scale(0);
      }
      [type="checkbox"]:checked + span:after {
        opacity: 1;
        transform: scale(1);
      }

    /* disabled checkbox */
      [type="checkbox"]:disabled:not(:checked) + span:before,
      [type="checkbox"]:disabled:checked + span:before {
        box-shadow: none;
        border-color: red;
        background-color: #ddd;
      }
      [type="checkbox"]:disabled:checked + span:after {
        color: #999;
      }
      [type="checkbox"]:disabled + span {
        color: #aaa;
      }
    
    /* accessibility */
      [type="checkbox"]:checked:focus + span:before,
      [type="checkbox"]:not(:checked):focus + span:before {
        border: 1px solid #c3c3c3;
      }

/* CookiesUp */
  .cookiesUp {
    position: fixed;
    display: none;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.65);
    color: #fff;
    padding: 10px;
    text-align: center;
    z-index: 10000;
    box-sizing: border-box;
  }
  .cku-yes.ic-greenBTN, 
  .cku-no.ic-greenBTN {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 12px 20px;
    font-size: 1em;
    font-weight: 400;
    transition: all .3s linear;
  }
  .cku-label {
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    letter-spacing: 0.5px;
  }
    
/* Whatsapp */
  #ic-whatsappBTN {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 300000;
  }
  #ic-whatsappBTN a,
  #ic-whatsappBTN a:visited {
    display: block;
    font-size: 1.6em;
    line-height: 1;
    padding: 18px 20px;
    border-radius: 80px;
    color: #fff;
    background: #22c45f;
  }
  #ic-whatsappBTN a:hover,
  #ic-whatsappBTN a:focus,
  #ic-whatsappBTN a:active {
    background: #1b9a4b
  }

/* Header */
  header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3000;
    background: #000;
    max-width: 100%;
    transition: all .3s ease-in;
  }
  #ic-headerGal {
    background: transparent;
  }
  header > div {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  #ic-logo,
  #ic-logoQS {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 100;
    max-width: 300px;
    transition: all .3s ease-in;
  }
  #ic-logo img,
  #ic-logoQS img {
    width: 120px;
    display: inline-block;
    vertical-align: bottom;
    transition: all .3s ease-in;
  }
  #ic-logo h1,
  #ic-logoQS h1 {
    display: inline-block;
    vertical-align: bottom;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.4em;
    letter-spacing: -0.02em;
    margin: 0 0 1px 0;
    line-height: 1;
  }
  #ic-logo span,
  #ic-logoQS span {
    font-size: .8em
  }

  #ic-headerTop {
    position: absolute;
    right: 20px;
    top: 10px;
    transition: all .3s ease-in;
  }
  #ic-headerTop ul {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: .9em;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  #ic-headerTop ul li {
    padding: 0;
  }
  #ic-headerTop a {
    color: #fff;
    display: block;
    padding: 6px 30px 5px 0px;
  }
  #ic-headerTop a:hover {
    color: #E2DAD1
  }
  #ic-headerTop a .fa-envelope,
  #ic-headerTop a .fa-phone,
  #ic-menuShortlist.shortlist-empty {display: none}

  #ic-languages {
    position: relative;
    z-index: 201;
    color: #fff;
    cursor: pointer;
  }
  #ic-languages {
    margin: 0 0 0 auto;
    cursor: pointer;
  }
  #ic-languages span {
    position: relative;
    display: block;
    padding-right: 11px
  }
  #ic-languages span::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 8px;
    margin: auto;
    height: 8px;
    width: 8px;
    border-style: solid;
    border-color: #fff;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    transition: all .3s linear;
  }
  #ic-languages.open span::after {top: 12px;transform: rotate(-139deg)}
  #ic-languages:hover span {
    color: #E2DAD1
  }
  #ic-languages:hover span::after {
    border-color: #E2DAD1
  }
  #ic-languages ul {
    display: none;
    width: auto;
    position: absolute;
    top: 33px;
    right: 0;
    background: #E2DAD1;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #ic-languages li {
    display: block;
    padding: 0
  }
  #ic-languages li a {
    display: block;
    padding: 5px 20px;
    text-transform: uppercase;
    color: #000
  }
  #ic-languages li a:hover {
    color: #000;
    background: #fff
  }

  #ic-headerTop li::before,
  #ic-languages li::before,
  #ic-navigation li::before {display: none}

  header.affix,
  header#ic-headerGal.affix {
    background: #000;
    box-shadow: 0px 4px 7px -4px rgba(0,0,0,.35);
  }
  header#ic-headerGal.affix #ic-navigation .ic-dropdown {
    background: #000;
    padding-top: 12px;
  }
  header.affix > div {padding: 8px 20px 4px;}
  header.affix #ic-logo {
    top: 6px;
  }
  header.affix #ic-headerTop {top: 0}
  header.affix #ic-navigation {padding-top: 32px;}
  header.affix #ic-navigation .nav > li > a, 
  header.affix #ic-navigation .nav > li > a:visited {
    padding: 10px 0 10px 26px;
  }
  header.affix #ic-navigation .ic-caret {
    top: 12px;
  }
  header#ic-headerGal.affix #ic-navigation .ic-dropdown a:hover, 
  header#ic-headerGal.affix #ic-navigation .ic-dropdown a:focus, 
  header#ic-headerGal.affix #ic-navigation .nav li:hover > a,
  header#ic-headerGal.affix #ic-navigation .nav li:focus > a {
    color: #E2DAD1
  }
  #ic-headerSpacer {
    height: 96px;
  }

/* Navigation */
  #ic-navigation > button,
  #ic-logoXS,
  #ic-menuXS {
    display: none;
  }
  #ic-navBTN:focus,
  #ic-navBTN:active {outline: none}
  #ic-navBTN {
    display: none;
    position: absolute;
    top: 26px;
    z-index: 200;
    padding: 33px 27px;
    width: 50px;
    height: 42px;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    outline: none;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  #ic-navBTN span {
    display: block;
    position: absolute;
    height: 2px;
    width: 78%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
  }
  #ic-navBTN span:nth-child(1) {
    top: 18px;
    transform-origin: left center;
  }
  #ic-navBTN span:nth-child(2) {
    top: 30px;
    transform-origin: left center;
  }
  #ic-navBTN span:nth-child(3) {
    top: 43px;
    transform-origin: left center;
  }
  #ic-navBTN.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 19px;
    left: 8px;
  }
  #ic-navBTN.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  #ic-navBTN.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 47px;
    left: 8px;
  }

  #ic-navigation {
    width: 100%;
    max-width: 800px;
    margin: 0 0 0 auto;
    padding: 40px 0 0;
    z-index: 200;
  }
  #ic-navbar {
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0
  }

  #ic-navigation .nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
  }
  #ic-navigation .nav li {
    position: static;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    order: 3;
  }
  #ic-navigation .nav > li > a,
  #ic-navigation .nav > li > a:visited {
    position: relative;
    display: block;
    padding: 20px 0 20px 26px;
    color: #fff;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1;
    text-decoration: none; 
    background: transparent;
    text-transform: uppercase;
  }
  #ic-navigation .ic-dropdown a:hover,
  #ic-navigation .ic-dropdown a:focus, 
  #ic-navigation .nav li:hover > a,
  #ic-navigation .nav li:focus > a { 
    color: #E2DAD1
  }
  #ic-headerGal #ic-navigation .ic-dropdown a:hover,
  #ic-headerGal #ic-navigation .ic-dropdown a:focus, 
  #ic-headerGal #ic-navigation .nav li:hover > a,
  #ic-headerGal #ic-navigation .nav li:focus > a {  
    color: #000
  }
  #ic-headerGal #ic-navigation li:hover .ic-caret,
  #ic-headerGal #ic-navigation li:focus .ic-caret {
    border-color: #000;
  }

  #ic-navigation .ic-dropdown {
    position: absolute;
    margin: 0 auto;
    padding: 12px 0 10px;
    opacity: 0;
    visibility: hidden;
    background: #000;
    transition: all .3s linear;
  }
  #ic-headerGal #ic-navigation .ic-dropdown {
    padding-top: 0;
    background: transparent;
  }
  #ic-navigation li:hover .ic-dropdown {
    visibility: visible;
    opacity: 1;
  }
  #ic-navigation .ic-dropdown ul {
    margin: 0;
    padding: 0
  }
  #ic-navigation .ic-dropdown li {
    text-align: left;
  }
  #ic-navigation .ic-dropdown a {
    display: block;
    line-height: 1;
    padding: 12px 40px 12px 27px;
    color: #fff
  }
  #ic-navigation .ic-linkDD {
    padding-right: 15px !important
  }
  #ic-navigation .ic-caret {
    content: '';
    display: block;
    position: absolute;
    right: 2px;
    top: 21px;
    margin: auto;
    height: 9px;
    width: 9px;
    border-style: solid;
    border-color: #fff;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    transition: all .3s linear;
  }
  #ic-navigation li:hover .ic-caret {
    border-color: #E2DAD1
  }


  /* Collapse */
    .collapse {
      display: none;
    }
    .collapse.in {
      display: block;
    }
    .collapsing {
      position: relative;
      height: 0;
      overflow: hidden;     
    }

  /* Close Menu */
    .ic-XSclose {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 40px;
      height: 40px;
      cursor: pointer;
      overflow: hidden;
      transition: none;
    }
    .ic-XSclose:hover::before, 
    .ic-XSclose:hover::after {
      background: #000;
      transition: all .3s linear;
    }
    .ic-XSclose::before, 
    .ic-XSclose::after {
      content: '';
      position: absolute;
      height: 3px;
      width: 100%;
      top: 50%;
      left: 0;
      margin-top: -1px;
      background: #fff;
      transition: all .3s linear;
    }
    .ic-XSclose::before {
      transform: rotate(45deg);
    }
    .ic-XSclose::after {
      transform: rotate(-45deg);
    }
    
/* Home Gallery */
  #ic-homeGallery {
    position: relative;
  }
  #ic-swiperArrows {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #ic-swipGallery .swiper-BTN-next {
    right: 15px;
  }
  #ic-swipGallery .swiper-BTN-prev {
    left: 15px;
  }
  #ic-homeGallery .ic-hiliteIMG {
    position: relative;
    height: calc(100vh - 90px);
    min-height: 600px;
    max-height: 800px;
  }
  #ic-homeGallery .ic-hiliteIMG::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.46) 0%, rgba(255, 255, 255, 0.164526) 26.04%, rgba(255, 255, 255, 0) 70.83%, rgba(0, 0, 0, 0.44) 100%);
  }

  .ic-hilGalInfo {
    position: relative;
    width: 100%;
    z-index: 3;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    height: 100%;
  }
  .ic-hilGalInfo > article {
    position: relative;
    padding: 0 20px;
    z-index: 4;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 80px;
  }
  .ic-hilGalInfo h2,
  .ic-hilGalInfo h3 {
    display: block;
    font-size: 2.2em;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    margin-bottom: 10px;
  }
  .ic-hilGalInfo h2 {
    text-transform: none;
    margin-bottom: 0;
  }
  .ic-hilGalInfo .ic-lineBTN {
    border-width: 2px;
    font-weight: 400;
    padding: 14px 60px;
  }

  #ic-homeGallery.ic-propGallery {
    position: relative;
    height: calc(100vh - 220px);
    min-height: 500px;
    max-height: 720px;
  }
  #ic-homeGallery.ic-propGallery::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(26.61deg, rgba(0, 0, 0, 0.45) 20.04%, rgba(0, 0, 0, 0) 42.89%);
    z-index: 2
  }
  #ic-homeGallery.ic-propGallery > article {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 50px;
    z-index: 3;
  }
  #ic-homeGallery.ic-propGallery h2 {
    display: block;
    position: relative;
    text-align: left;
    max-width: 1400px;
    margin: 0 auto;
    font-size: 2.2em;
    font-weight: 300;
    color: #fff;
    padding: 0 30px 0 3px;
    margin-bottom: 0;
    text-transform: none;
  }
  
/* Intro block */
  .ic-welcome {
    width: 100%;
    max-width: 1000px;
    margin: 100px auto;
    padding: 0 20px;
  }
  .ic-welcome {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
  }
  .ic-welcome > article {
    flex: 1 45%;
    max-width: 45%;
    background: #F5F1ED;
    padding: 80px 50px
  }
  .ic-welcome > div {
    flex: 1 55%;
    max-width: 55%;
    padding-top: 53%;
  }
  .ic-welcome h2 {
    font-size: 2.2em;
    line-height: 1.1;
  }
  .ic-welcome p {
    font-size: .9em;
    line-height: 1.3;
  }

/* Intro property type page */
  #ic-propWelcome {
    background: #fff;
    position: relative;
    padding: 50px 20px 30px;
  }
  #ic-propWelcome.ic-selectionPage {
    padding: 80px 20px 20px
  }
  #ic-propWelcome.ic-selectionPage + #ic-hilites {
    padding-botom: 30px;
  }
  #ic-propWelcome + #ic-hilites {
    padding: 70px 0 100px
  }
  #ic-propWelcome > article {
    max-width: 960px;
    margin: 0 auto;
  }
  #ic-propWelcome h1,
  #ic-propWelcome h2 {
    font-size: 2.2em;
    line-height: 1.1;
    text-transform: uppercase;
  }
  #ic-propWelcome p {
    font-size: .9em;
    line-height: 1.3;
  }

/* Hilites */
  #ic-hilites {
    position: relative;
    padding: 120px 0;
    background: #F5F1ED
  }

  #ic-hilites > article > h2 {
    text-align: center;
    padding: 0 20px;
  }
  #ic-hilites > article > div {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
  }

  #ic-hilites > article > div::after,
  #ic-resultsList > div::after,
  .ic-hilite {
    position: relative;
    content: '';
    display: block;
    flex: 1 32%;
    max-width: 32%;
    margin-bottom: 30px;
  }
  .ic-tag {
    display: none;
    position: absolute;
    padding: 9px 15px;
    top: 10px;
    right: -5px;
    text-align: center;
    font-size: .9em;
    line-height: 1;
    color: #000;
    background: #fff;
    z-index: 2;
    text-transform: uppercase;
  }
  .ic-tag.ic-newActive,
  .ic-tag.ic-status-14,
  .ic-tag.ic-status-4 {
    display: block;
  }
  .ic-tag.ic-status-14,
  .ic-tag.ic-status-4 {
    color: #fff;
    background: #A52A35
  }

  .ic-tag + .ic-tag {top: 56px}

  .ic-hilite .ic-backIMG {
    display: block;
    width: 100%;
    padding-top: 66%
  }
  .ic-hilite .ic-backIMG::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.47) 0%, rgba(255, 255, 255, 0) 32.64%);
  }
  .ic-hilite .ic-shortlist {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    font-size: 1.6em;
    z-index: 2
  }
  .ic-hilite .ic-shortlist:hover {
    color: #000
  }
  .ic-hilite .ic-button {
    position: absolute;
    top: -20px;
    right: 20px;
    border: 0; 
  }
  .ic-hilite .ic-button:hover,
  .ic-hilite .ic-button:focus,
  .ic-hilite .ic-button:active {
    background: #E2DAD1
  }
  .ic-hilInfo { 
    position: relative;
    z-index: 4;
    display: block;
    text-align: left;
    padding: 30px 20px;
    background: #fff;
  }

  .ic-listupd {
    display: block;
    color: #999;
    font-size: .8em;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
  }
  .ic-hilite h3 {
    display: flex;
    width: 100%;
    line-height: 1.2;
    height: 2.4em;
    margin: 15px auto;
    padding: 0;
    text-transform: none;
  }
  .ic-hilite h3 a {
    color: #000;
    margin: auto;
    text-align: left;
    padding-bottom: 2px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ic-hilFlex {
    max-width: 93%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    text-transform: uppercase;
    margin: 16px auto 18px 0;
    padding: 0;
  }
  .ic-hilFlex li {
    list-style: none;
    padding: 0;
  }
  .ic-hilFlex li::before {
    display: none
  }
  .ic-hilFlex li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    font-weight: 400;
    line-height: 1;
    color: #1d252c;
    padding: 0;
    text-transform: capitalize;
  }
  
  .ic-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    width: 37px;
    height: 41px;
    background-size: 34px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .ic-icon.ic-iBed {
    background-image: url('../images/icons/bed.svg');
  }
  .ic-icon.ic-iBath {
    background-image: url('../images/icons/bath.svg');
  }
  .ic-icon.ic-iBS {
    background-image: url('../images/icons/home.svg');
  }
  .ic-icon.ic-iPS {
    background-image: url('../images/icons/plot.svg');
    background-position: center 7px
  }
  .ic-icon.ic-iTS {
    background-image: url('../images/icons/terrace.svg');
    background-size: 40px;
  }
  .ic-icon.ic-iPO {
    background-image: url('../images/icons/pool.svg');
    background-size: 36px;
  }
  .ic-icon.ic-iPA {
    background-image: url('../images/icons/garage.svg');
    background-size: 38px;
  }
  .ic-icon.ic-iGA {
    background-image: url('../images/icons/garden.svg');
    background-size: 45px;
  }

  .ic-hilFlex li span {
    vertical-align: middle;
  }
  .ic-hilFlex li strong {
    display: inline-block;
    vertical-align: middle;
    font-size: .9em;
    font-weight: 400;
    color: #000;
    text-transform: lowercase;
  }
  .ic-hilite h4 {
    display: block;
    font-size: 1.4em;
    font-weight: 700;
    font-family: 'Montserrat'
  }
  .ic-hilite h5 {
    display: block;
    margin-top: 5px;
    color: #999;
    font-size: .9em;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Montserrat'
  }

  #ic-hilites .ic-centerBTN .ic-button:hover {
    background: #fff
  }

/* Popular areas */
  #ic-popularAreas {
    max-width: 1400px;
    margin: 100px auto;
    padding: 0 20px;
  }
  #ic-popularAreas h2 {
    text-align: center;
  }
  #ic-popularAreas > div {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  #ic-popularAreas > div > a {
    position: relative;
    display: block;
    flex: 1 32%;
    max-width: 32%;
    padding-top: 23%;
    margin-bottom: 40px;
  }
  #ic-popularAreas > div > a::before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    transition: all .3s linear;
  }
  #ic-popularAreas > div > a:hover::before {
    opacity: .6;
  }
  #ic-popularAreas > div p {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    line-height: 1.2;
    opacity: 0;
    transition: all .3s linear;
  }
  #ic-popularAreas > div > a:hover p {
    opacity: 1;
  }
  #ic-popularAreas > div p span {
    color: #fff;
    margin: auto;
  }
  #ic-popularAreas > div h3.ic-button {
    position: absolute;
    bottom: -22px;
    right: 20px;
    z-index: 3;
    border: 0;
  }
  #ic-popularAreas > div h3.ic-button:hover,
  #ic-popularAreas > div h3.ic-button:active,
  #ic-popularAreas > div h3.ic-button:focus {
    background: #E2DAD1
  }

/* Banner home */
  #ic-banner > article {
    background: rgba(0, 0, 0, 0.2);
    padding: 150px 20px;
    text-align: center;
  }
  #ic-banner h3 {
    padding: 0;
    margin: 4px 0 -4px 0;
    color: #fff;
    font-size: 2.3em;
    line-height: 1;
    letter-spacing: 0.03em;
    font-family: 'Montserrat';
    text-transform: uppercase;
  }

/* Categories */
  #ic-categories {
    background: #E2DAD1
  }
  #ic-categories ul {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
  }
  #ic-categories li::before {display:none}
  #ic-categories li {
    flex: 1 24%;
    max-width: 24%;
    text-align: center;
    line-height: 1.2;
    padding: 8px 0
  }

/* Swiper */
  .swiper-container {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    z-index: 1;           
  }
  .swiper-slide { 
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
   }   
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
  }
  /* Arrows */
    .swiper-BTN-prev:focus,
    .swiper-BTN-next:focus,
    .swiper-BTN-prev:active,
    .swiper-BTN-next:active {outline: none}

    .swiper-BTN-prev,
    .swiper-BTN-next {
      position: absolute;
      width: 48px;
      height: 48px;
      top: 0;
      bottom: 0;
      margin: auto;
      z-index: 10;
      cursor: pointer;
      background: #fff;
      border-radius: 50%;
      box-shadow: 0 2px 36px 0 rgba(0,0,0,0.1);
      border: 1px solid rgba(0,0,0,0.1);
    }
    .swiper-BTN-prev::before,
    .swiper-BTN-next::before {
      content: '';
      display: block;
      width: 17px;
      height: 1px;
      background: #000;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
    }
    .swiper-BTN-prev::after,
    .swiper-BTN-next::after {
      content: '';
      display: block;
      margin: 0 auto;
      height: 9px;
      width: 9px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 15px;
      border-style: solid;
      border-color: #000;
      border-width: 0px 1px 1px 0px;
      transform: rotate(-45deg);
    }
    .swiper-BTN-prev::after {
      right: auto;
      left: 15px;
      transform: rotate(135deg);
    }

    .swiper-BTN-prev.swiper-button-disabled,
    .swiper-BTN-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled,
    .swiper-button-next.swiper-button-disabled {
      display: none;
    }
    .swiper-button-prev {
      left: 0;
      right: auto;
    }
    .swiper-button-next {
      right: 0;
      left: auto;
    }
    .swiper-BTN-prev {
      left: 20px;
      right: auto;
    }
    .swiper-BTN-next {
      right: 20px;
      left: auto;
    }
    @keyframes arrows-animation {
      0% { opacity: 1; }
      50% { opacity: 1; }
      100% { opacity: 0; }
    }
    @-webkit-keyframes arrows-animation {
      0% { opacity: 1; }
      50% { opacity: 1; }
      100% { opacity: 0; }
    }
    @-moz-keyframes arrows-animation {
      0% { opacity: 1; }
      50% { opacity: 1; }
      100% { opacity: 0; }
    }
    @o-keyframes arrows-animation {
      0% { opacity: 1; }
      50% { opacity: 1; }
      100% { opacity: 0; }
    } 

/* Locations */
  #ic-locationsSwiper .swiper-slide {
    padding-top: 30%
  }
  #ic-locationsSwiper .swiper-slide::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 43.23%, rgba(0, 0, 0, 0.4) 100%);
  }
  #ic-locationsSwiper .swiper-slide h3 {
    position: absolute;
    z-index: 3;
    width: 100%;
    left: 0;
    bottom: 10px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 400;
    font-family: 'Montserrat';
    letter-spacing: -0.04em;
    transition: all .3s linear;
  }
  #ic-locationsSwiper .swiper-slide:hover h3 {
    bottom: 40px
  }

/* Footer */
  footer {
    position: relative;
    padding: 40px 0 20px;
    color: #fff;
    background: #000
  }
  footer a,
  footer a:visited {
    color: #fff
  }
  footer a:focus,
  footer a:hover,
  footer a:active {
    color: #E2DAD1
  } 
  footer > div {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px 20px;   
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between; 
  }
  footer h4 {
    color: #fff;
    font-size: 1.3em;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  footer ul {
    margin: 0;
    padding: 0;
  }
  footer li {
    padding: 0
  }
  footer li:before {display: none} 
  
  #ic-footerWeather {
    max-width: 22%
  }
  #ic-footerWeather .weatherwidget-io {
    min-width: 225px
  }
  #ic-footerWeather p {
    margin: 8px 0 0;
  }
  #ic-footerWeather .fas + a {
    display: inline-block;
    vertical-align: top;
    padding-left: 3px;
    font-weight: 300;
  }
  
  #ic-footerNewsletter {
    max-width: 27%;
  }
  #ic-footerPopular ul {
    margin-top: -7px;
  }
  #ic-footerPopular li {display: none}
  #ic-footerPopular li:nth-child(1),
  #ic-footerPopular li:nth-child(2),
  #ic-footerPopular li:nth-child(3),
  #ic-footerPopular li:nth-child(4),
  #ic-footerPopular li:nth-child(5) {display: block}
  #ic-footerPopular a {
    display: block;
    padding: 7px 0;
    line-height: 1.2;
  }

  #ic-footerMedia {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-end;
  } 
  #ic-footerMedia a {
    font-size: 1.5em;
    font-weight: 400;
    padding: 0 0 0 25px
  }
  #ic-footerPhone {
    text-align: right;
    margin: 20px 0 0
  }
  #ic-footerEmail {
    text-align: right;
    margin: 5px 0 15px
  }
  #ic-footerPhone a {
    font-size: 1.6em;
    font-weight: 600
  }
  #ic-footerEmail a {
    font-size: 1em;
    font-weight: 400;
  }
  #ic-footerCallBTN {
    font-size: 1.3em;
    font-weight: 400;
    padding: 18px 50px
  }
  #ic-footerCallBTN:hover,
  #ic-footerCallBTN:focus,
  #ic-footerCallBTN:active {
    color: #000;
    background: #fff
  }

  #ic-footerCopy {
    display: block;
    text-align: center;
  }
  #ic-footerCopy p {
    font-size: .8em;
    margin: 0
  }
  #ic-footerCopy p a {
    font-weight: 300
  }
  
/* Contact */

/* About */
  #ic-page.ic-aboutPage {    
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;    
    max-width: 1400px;
  }
  #ic-page.ic-aboutPage > article {
    flex: 1 32%;
    max-width: 32%;
  }
  #ic-page.ic-aboutPage > div {
    flex: 1 65%;
    max-width: 65%;    
  }
  #ic-team {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #ic-team > h3 {
    margin-bottom: 12px;
  }
  #ic-team > div {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .ic-team {
    flex: 1 32%;
    max-width: 32%;
  }
  .ic-team .ic-backIMG {
    display: block;
    width: 100%;
    padding-top: 90%;
  }
  .ic-team > article {
    padding: 25px 10px;
  }
  .ic-team h3 {
    font-size: 1.5em;
    line-height: 1.1;
    margin-bottom: 2px;
  }
  .ic-team h4 {
    margin: 0 auto 10px;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.4;
    color: #808080;
  }
  .ic-team i {
    font-size: 1.1em;
    width: 30px;
    text-align: center;
  }
  .ic-team a {
    display: block;
    margin-bottom: 3px;
  }
  .ic-team p {
    color: #141414;
    font-weight: 400;
  }


/* Blog */
  #ic-blogHome {
    padding: 100px 0;
    background: #F5F1ED
  }

  #ic-blogHome > h2 {
    text-align: center;
    padding: 0 20px;
  }
  #ic-blogList {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  #ic-blogList::after,
  .ic-blogPost {
    content: '';
    display: block;
    flex: 1 32%;
    max-width: 32%;
    margin-bottom: 30px
  }
  .ic-blogPost .ic-backIMG {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 66%
  }
  .ic-blogPost .ic-button {
    position: absolute;
    top: -20px;
    right: 20px;
    border: 0; 
  }
  .ic-blogPost .ic-button:hover,
  .ic-blogPost .ic-button:focus,
  .ic-blogPost .ic-button:active {
    background: #E2DAD1
  }
  .ic-blogPost > article {
    position: relative;
    z-index: 4;
    display: block;
    text-align: left;
    padding: 30px 20px;
    background: #fff;    
  }
  .ic-datePost,
  #ic-sharePost > span,
  #ic-sharePost > strong {
    display: block;
    color: #999;
    font-size: .8em;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
  }
  #ic-sharePost > span,
  #ic-sharePost > strong {
    display: inline-block;
    vertical-align: middle;
  }
  .ic-blogPost h4 {
    text-align: left;
    display: flex;
    width: 100%;
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.2;
    height: 2.4em;
    margin: 15px auto;
    padding: 0;
    text-transform: none;
  }
  .ic-blogPost h4 a {
    color: #000;
    margin: auto 0;
    font-size: 1em;
    padding-bottom: 2px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ic-blogPost p {
    margin: 0;
    font-size: .9em;
    line-height: 1.25;
    color: #999
  }

  #ic-blogPage {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px 100px
  }
  #ic-blogPage h2:first-child {
    font-size: 2.2em;
    font-weight: 300;
    margin-bottom: 30px;
    text-align: center;
  }
  #ic-blogPage > #ic-blogList {
    padding: 0
  }
  #ic-metaBlog {
    display: flex;
    flex-flow: row wrap;
    line-height: 1;
    padding: 17px 2px 14px;
    border: 1px solid #ddd;
    border-width: 1px 0;
    margin-top: 35px;
    margin-bottom: 50px
  }
  #ic-metaBlog .ic-datePost {
    margin: auto auto auto 0 
  }
  #ic-metaBlog #ic-sharePost {
    margin: auto 0 auto auto
  }
  #ic-sharePost > a {
    color: #999;
    padding: 0 6px
  }
  #ic-sharePost > a:hover {
    color: #000
  }

/* Services */
  #ic-page.ic-servicesPage {
    text-align: center;
    padding-bottom: 20px;
  }
  #ic-servicesList {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px 100px;
  }
  .ic-service {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px
  }
  .ic-service .ic-backIMG {
    flex: 1 37%;
    max-width: 37%;
    padding-top: 24%;
  }
  .ic-service > article {
    flex: 2 60%;
    max-width: 60%;
  }
  .ic-service h3 {
    font-size: 1.5em
  }
  .ic-service p {
    color: #999;
    font-size: .95em;
    line-height: 1.7;
  }

/* ERROR 404 */

/* Shortlist */
  .shortlistToggle {
    position: relative;
  }
  .slToggleState {
    display: none;
    cursor: pointer;
    position: relative;
  }
  .shortlistToggle .loading-icon, 
  .shortlistToggle .propertyId,
  .shortlistToggle .propertyRef {
    display: none;
  }
  .shortlistToggle.loading .slToggleState, 
  .shortlistToggle.loading .slToggleState.active {
    display: none;
  }
  .shortlistToggle .active {
    display: inline;
  }

/* Pagination */
  .ic-pagination ul, 
  .ic-paging.ic-pagination {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
  }
  .ic-pagination li {
    padding: 0;
    margin: 0 0 30px
  }
  .ic-pagination li:before {display: none;}
  .ic-pagination li a,
  .ic-pagination li span {
    display: block;
    line-height: 1;
    color: #000;
    padding: 12px 18px;
    background: #fff;
  }
  .ic-pagination li.active a,
  .ic-pagination li a:hover,
  .ic-pagination li a.active,
  #ic-blogPage .ic-pagination li a:hover, 
  #ic-blogPage .ic-pagination li a.active,
  .ic-pagination li span {
    color: #fff;
    background: #000
  }
  #ic-blogPage .ic-pagination li a {
    background: #e2dad1
  }

/* Empty pages */
  #ic-emptyPage {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px 10px;
    text-align: center;
  }
  #ic-emptyPage h1 {}
  #ic-emptyPage h1 span {
    display: block;
    font-size: .6em;
    font-weight: 300;
    margin-top: 3px;
    color: #808080;
    line-height: 1.6;
    letter-spacing: -0.03em;
  }

/* FAV share */  
  .ic-resultsMeta .tooltip {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 10px 10px 9px;
    font-size: 1.1em;
    line-height: 1.3;
  }
  #ic-iconCOPY {
    cursor: pointer;
    color: #000;
    transition: all .3s ease-in;
  }
  #ic-iconCOPY:hover, 
  #ic-iconCOPY:focus, 
  #ic-iconCOPY:active {
    color: #999;
  }
  .ic-resultsMeta #myInput {
    cursor: pointer;
    font-size: .8125rem;
    text-transform: none;
    font-weight: 400;
    font-style: italic;
    text-align: left;
    color: rgba(0,0,0,.8);
    background: #fff;
    border: 0;
    border-bottom: 0;
    display: block;
    width: calc(100% - 50px);
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 7px;
  }

  .ic-resultsMeta .w3-button {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 42px;
    cursor: pointer;
  }
  .ic-resultsMeta .tooltip .tooltiptext {
    visibility: hidden;
    width: 181px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    left: auto;
    right: -72px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: .7em;
  }

  .ic-resultsMeta .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }

  .ic-resultsMeta .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }

  @media (max-width: 700px) {
    .ic-resultsMeta .tooltip:hover .tooltiptext,
    .ic-resultsMeta .tooltip .tooltiptext {display: none;}
  }

/* Page */
  #ic-page {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 20px 100px;
  }
  #ic-page h2:first-child {
    font-size: 2.2em;
    font-weight: 300;
    margin-bottom: 30px;
    text-align: center;
  }
  #ic-page h3 {
    margin-bottom: 10px
  }

/* Contact */
  #ic-page.ic-contactPage {
    background: #F5F1ED;
    max-width: none;
    padding: 0
  }
  #ic-page.ic-contactPage > article {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 20px 20px;
  }
  #ic-page.ic-contactPage #ic-reqContact h3 {display: none;}
 




/* ------ RESPONSIVE ------ */
  @media only screen and (max-width: 1360px) {
    #ic-footerCallBTN {padding: 18px 30px}
  }
  @media only screen and (max-width: 1300px) {
    #ic-locationsSwiper .swiper-slide {padding-top: 40%;}    
  }
  @media only screen and (max-width: 1250px) {
    .ic-hilite,
    #ic-resultsList > div::after,
    #ic-blogList::after, 
    .ic-blogPost {flex: 1 49%;max-width: 49%}
    #ic-blogHome .ic-blogPost:last-of-type {display:none}
    
    footer > div {max-width: 700px}
    #ic-footerCopy {max-width: 1400px}
    #ic-footerWeather {max-width: 50%}
    #ic-footerNewsletter {flex: 1 100%;max-width: 100%;margin: 50px auto}
    footer > div > div {margin: 0 auto}
    #ic-footerEmail,
    #ic-footerPhone {text-align: center}
    #ic-footerMedia {justify-content: center;}
  }
  @media only screen and (max-width: 1160px) {
    #ic-logo {position: relative;left: 0}
    #ic-headerTop {display:none;top:auto;right:0;left:0;bottom:0;text-align: center;z-index: 10;position: fixed;width: 100%;background: #000;padding:10px 20px}
    #ic-headerTop li {padding: 0 15px 0 0}
    #ic-languages ul {position: fixed;top:auto;bottom:40px;z-index: 11;right:10px;width: auto;background:#E2DAD1}
    #ic-languages ul a {color: #000}
    #ic-languages span::after {top: 12px;transform: rotate(-139deg)}
    #ic-languages.open span::after {top:8px;transform: rotate(45deg)}
    body.menuOpen #ic-headerTop {display: block}
    body.menuOpen header > div::before {content: '';display: block;height:92px;background:#000;position: absolute;width: 100%;left: 0;top:0;z-index:2}
    body.menuOpen {position: fixed;z-index: -100;width: 100%;height: 100%;overflow: hidden;}
    
    #ic-logoXS {max-width: 250px;margin: 0 auto}
    #ic-navigation::before {content:'';background: #000;position: absolute;z-index:1;top:0;left:0;width: 100%;height:62px}
    #ic-headerGal #ic-navigation::before {display: none}
    #ic-navBTN {top:20px;right:30px;padding: 30px 0}
    #ic-navBTN,
    #ic-logoXS,
    #ic-menuXS,
    #ic-navigation .nav > li.first > .ic-dropdown > ul > li:last-child ul {display: block;}
    #ic-navbar {overflow-y:auto;display: block;transform: translateX(100%);transition: transform 0.5s;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: #000;padding-top:100px;text-align: left;}
    #ic-navbar.menuOpen {visibility: visible;transform: translateX(0%);transition: transform 0.5s;}
    #ic-navigation .nav {display: block;padding: 0 20px}
    #ic-navigation .nav > li > .ic-dropdown {display: none;position: relative;opacity:1;top:auto;padding:0 0 10px;transition:none}
    #ic-navigation .nav > li > .ic-dropdown > ul {padding: 0}
    #ic-navigation .nav > li > a, 
    #ic-navigation .nav > li > a:visited {padding:18px 0 16px;text-align: left;border-bottom: 1px solid rgba(255,255,255,0.3)}
    #ic-navigation .nav > li > a:hover, 
    #ic-navigation .nav > li > a:focus,
    #ic-headerGal #ic-navigation .nav li:hover > a, 
    #ic-headerGal #ic-navigation .nav li:focus > a {color:#fff}
    #ic-navigation .nav > li > .ic-dropdown > ul > li > a {display: block;width: 100%;color: #fff;font-size: 1em;font-weight:400;line-height: 1;text-transform: none;padding: 15px 0;border-bottom:1px solid rgba(255,255,255,0.2)}
    #ic-navigation .ic-caret.expanded{transform: rotate(-136deg);top:23px;}
    #ic-navigation .nav > li > .ic-dropdown > ul > li > .ic-dropdown {display: none;padding:0;margin-top:-1px;margin-left: -20px;width: calc(100% + 40px);background: #636363;}
    #ic-navigation .ic-dropdown > ul > li:last-child {margin-top: 0}
    #ic-navigation .ic-dropdown > ul > li:last-child > a {color: #fff;font-weight: 400;text-transform: none}
    #ic-navigation .nav > li > .ic-dropdown > ul {display: block}
    #ic-navigation .nav > li.first > .ic-dropdown > ul > li:last-child,
    #ic-navigation .nav > li.first > .ic-dropdown > ul > li:last-child ul > li {max-width: none}
    #ic-navigation .nav > li > .ic-dropdown > ul > li > .ic-dropdown a {font-size: 1em;padding:10px 0 10px 20px;display: block;border-bottom:1px solid rgba(0, 0, 0, 0.3)}
    #ic-navigation .ic-dropdown > ul > li > ul > li > a {font-size:1em;padding:3px 0 3px 15px}
    #ic-navigation .nav li#ic-phoneMenuXS {display: block !important;color: #fff;text-align: left;padding: 10px 0;border-top: 1px solid rgba(255,255,255,0.3)}
    #ic-phoneMenuXS span {font-size:.8em;text-transform:uppercase;letter-spacing: 0.02em}
    #ic-navigation .nav li#ic-phoneMenuXS a {padding:0; font-size:2em;font-weight:700;color:#fff;border:none;}
    
    #ic-categories li {flex: 1 33%;max-width: 33%}
    .ic-pagination li a, 
    .ic-pagination li span {padding: 16px 22px}
  }
  @media only screen and (max-width: 1030px) {
    #ic-locationList > div {flex:1 45%;max-width: 45%}
    #ic-locationList > article {flex:1 52%;max-width: 52%}
  }
  @media only screen and (max-width: 1020px) {
    #ic-locationList {display: block;padding-top: 10px}
    #ic-locationList > div {max-width:none;padding-top: 55%;margin-bottom: 30px;}
    #ic-locationList > article {max-width: none}
    .ic-promo {flex: 1 49%;max-width: 49%}
    .ic-centerBTN .ic-button, 
    .ic-centerBTN .ic-button:visited, 
    .ic-centerBTN .ic-lightBTN, 
    .ic-centerBTN .ic-lightBTN:visited {max-width: 460px}
    .ic-service .ic-backIMG {flex: 1 44%;max-width: 44%;padding-top: 33%}
    .ic-service > article {flex: 2 53%;max-width: 53%}
  }
  @media only screen and (max-width: 880px) {
    .ic-welcome {display: block;margin:80px auto;max-width: 600px}
    .ic-welcome > article {max-width: none;text-align: center;padding:0;background:transparent}
    .ic-welcome h2 {font-size: 2em;margin-bottom: 11px}
    .ic-welcome br,
    .ic-welcome > div {display: none}
    #ic-popularAreas > div > a {flex: 1 48.5%;max-width: 48.5%;padding-top: 33%}
  }
  @media only screen and (max-width: 860px) {
    #ic-categories li {flex: 1 50%;max-width: 50%}
  }
  @media only screen and (max-width: 770px) {
    #ic-hilites > article > div {display: block}
    .ic-hilite, 
    #ic-resultsList > div::after {max-width: 460px;margin: 0 auto 40px}
  }
  @media only screen and (max-width: 766px) {
    #ic-locationsSwiper .swiper-slide {padding-top: 66%;}
    #ic-blogList {display: block}
    #ic-blogList::after, 
    .ic-blogPost {max-width: 460px;margin: 0 auto 40px}
    .ic-service {display: block;max-width: 460px;margin:0 auto 50px}
    .ic-service .ic-backIMG {display: block;padding-top: 66%;margin-bottom: 15px}
    .ic-service .ic-backIMG,
    .ic-service > article {max-width: 100%}
  }
  @media only screen and (max-width: 660px) {
    #ic-popularAreas > div {display:block}
    #ic-popularAreas > div > a {max-width:340px;margin: 0 auto 40px;padding-top: 36%}
    #ic-locList,
    #ic-teamList,
    #ic-promotions > article > div {display: block}
    #ic-locList > div,
    #ic-teamList > article,
    .ic-promo {max-width: none}
    #ic-logoXS {font-size:.7em;max-width: 150px}
    #ic-logoXS a {font-size: 3em}
    #ic-logoXS h1 {margin-top: 1px}
    #ic-categories ul {display: block}
    #ic-categories li {max-width: none;}
    #ic-footerWeather {max-width: 290px;margin:0 auto 50px}
    #ic-footerNewsletter {max-width: 410px}
    #ic-banner > article {padding: 110px 30px}
    #ic-banner h3 {font-size: 1.6em}
    #ic-homeGallery h2 {font-size: 2em}
    #ic-headerTop {padding: 0 20px}
    #ic-headerTop a .fa-envelope,
    #ic-headerTop a .fa-phone {display: block}
    #ic-headerTop a span {display: none}
    #ic-headerTop li {padding: 0}
    #ic-headerTop a {display: block;font-size: 1.2em;padding: 14px 26px 14px 0}
    #ic-headerTop .fa-envelope {font-size: 1.2em}
  }
  @media only screen and (max-width: 550px) {
    .ic-hilFlex {flex-flow: row wrap;text-align: left}
    .ic-hilFlex li {flex: 1 50%;max-width: 50%}
    footer > div {display: block}
    #ic-footerWeather,
    #ic-footerNewsletter {margin-left: 0}
    #ic-footerMedia {justify-content: flex-start;}
    #ic-footerEmail, #ic-footerPhone {text-align: left;}
    #ic-footerMedia a {display: block;padding: 10px 33px 10px 0}
  }
  @media only screen and (max-width: 440px) {
    #ic-popularAreas > div > a {padding-top: 66%}
    #ic-locationsSwiper .swiper-slide h3 {font-size: 1.5em}
  }
  @media only screen and (max-width: 390px) {
    #ic-logo,
    #ic-logoQS {top:28px}
    #ic-logo img, 
    #ic-logoQS img {width: 70px}
  }