/*! 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:#141414}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 */
  /*     
  */

/* RESET */  
  ::-moz-selection {
    color: #fff;
    background: #141414;
    text-shadow: none;
  }
  ::selection {
    color: #fff;
    background: #141414;
    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%;
    height: auto
  }

/* BASIC */ 
  body {
    background-color:#ffffff;
    color:#666666;
    font-size:13px;
    font-weight:400;
    font-family: 'Open Sans', sans-serif;
    line-height:20px;
    background-attachment:fixed;
  }
  body.boxed .body{
    position:relative;
    margin:25px auto;
    max-width:1080px;
    width:100%;
    height:auto;
    background-color:#ffffff;
    -webkit-box-shadow:0 0 2px rgba(0,0,0,.2);
    -moz-box-shadow:0 0 2px rgba(0,0,0,.2);
    box-shadow:0 0 2px rgba(0,0,0,.2);
  }

  button, input, optgroup, select, textarea {
    font-family: 'Open Sans', Arial, sans-serif;
    outline: 0;
    border: 0;
  }
  button {
    background: transparent;
  }
  button,
  input {
    transition: all .3s linear;
  }
  a,
  a:visited {
    color:#5e5e5e;
    text-decoration: underline;
    cursor: pointer;
    
    -webkit-transition: color 0.1s linear 0s; 
       -moz-transition: color 0.1s linear 0s;
       -o-transition: color 0.1s linear 0s;
          transition: color 0.1s linear 0s;
  }
  a:hover,
  a:focus,
  a:active {
    text-decoration:none;            
  }
  a:hover,
  a:active,
  a:focus{
    outline: 0;
    color:#666666;
  }
  a img {
    border: none;
  }
  a > img {
    vertical-align: middle; 
  }
  .gray-bg{
    background:#bababa;
  }
  .gray-text{
    color:#bababa;
  }
  .lgray-bg{
    background:#f8f8f8;
  }
  .dgray-bg{
    background:#333333;
  }
  img {
    max-width: 100%;  
  }
  img, object, embed, audio, video {
    max-width: 100%;
  }
  img {
    height: auto;
  }

  strong {
    font-weight: 700;
  }
  p {
    margin: 0 0 20px;
  }
  i, em, .italic{
    font-style:italic;
  }
  .uppercase{
    text-transform:uppercase;
  }
  .align-left{
    float:left;
    margin:0 25px 0 0px!important;
  }
  .align-right{
    float:right;
    margin:0 0 0 25px!important;
  }
  .text-align-left {
    text-align: left;
  }
  .text-align-center {
    text-align: center;
  }
  .text-align-right {
    text-align: right;  
  }
  .color-text {
      color: #ffffff;
  }
  .through{
    text-decoration:line-through;
  }
  .border-radius{
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
  }
  .huge{
    font-size:10em;
  }
  blockquote{
    margin:30px 0;
    padding:0 0 0 30px;
    border-left:3px solid;
  }
  blockquote p{
    margin-bottom:0;
    white-space:normal;
    font-style:italic;
    font-size:20px;
    font-family: Georgia, serif;
  }
  blockquote cite{
    color:#ffffff;
  }
  blockquote cite:before{
    content:"- ";
  }
  p{
    font-size:13px;
    line-height:20px;
    margin:0 0 15px 0;
  }
  p.md{
    font-size:16px;
    line-height:22px;
  }
  p.lg{
    font-size:30px;
    line-height:1.2em;
  }
  .big{
    font-size:200%;
    line-height:1.5em;
  }
  .thin{
    font-weight:300;
  }
  p.drop-caps:first-child:first-letter {
      float: left;
      margin-top: 5px;
      margin-right: 5px;
      padding: 4px;
      font-size: 75px;
    font-family:Georgia, serif;
      line-height: 60px;
  }
  p.drop-caps.secondary:first-child:first-letter {
      margin-right: 10px;
      padding: 6px 12px;
      border-radius: 4px;
      color: rgb(255, 255, 255);
  }
  hr{
    display:block;
    clear:both;
    margin-top:20px;
    margin-bottom:20px;
    width:100%;
    height:1px;
    border:0;
    background:#eee;
  }
  hr.fw{
    display:block;
    clear:both;
    margin-top:0;
    margin-bottom:50px;
    width:100%;
    height:1px;
    border:0;
    background:#eee;
  }
  hr.sm{
    display:inline-block;
    margin:15px 0;
    width:40px;
    height:2px;
    border:0;
    background:#eee;
  }
  ul.checks, ul.angles, ul.carets, ul.chevrons{
    margin-bottom:15px;
  }
  ul.checks > li, ul.angles > li, ul.carets > li, ul.chevrons > li{
    margin:10px 0;
  }
  ul.checks > li > i, ul.angles > li > i, ul.carets > li > i, ul.chevrons > li > i{
    margin-right:2px;
  }
  ul.inline{
    margin:10px 0;
  }
  ul.inline > li{
    display:inline-block;
    margin-right:10px;
  }
  ul.inline > li i.fa{
    margin-right:2px;
  }
  ul.nav-list-primary > li a{
    display:block;
    padding:8px;
    border-bottom:1px solid #efefef;
    color:#666666;
    text-decoration:none;
  }
  ul.nav-list-primary > li a:hover{
    text-decoration:none;
  }
  ul.unordered{
    margin:10px 0 10px 20px;
    list-style-type:disc;
  }
  ol{
    margin:10px 0 10px 30px;
    list-style-type: decimal;
  }
  ul.unordered ul, ol ul{
    margin:10px 0 10px 20px;
  }
  ul.unordered ul{
    list-style-type:circle;
  }
  dl{
    margin:10px 0;
  }
  dl dt{
    font-weight:700;
  }
  address.ico i{
    display:inline-block;
    float: left;
    clear:both;
    padding-top: 3px;
  }
  address.ico p{
    margin:0;
    padding-bottom:10px;
  }
  address.ico span{
    display:inline-block;
    padding-left:20px;
  }
  .cursive{
    font-family: Georgia, serif;
    font-style:italic;
    text-transform:none;
    font-weight:400;
    letter-spacing:0;
  }
  label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .form-control{
    margin-bottom:1em;
  }
  .bootstrap-select.form-control{
    margin-bottom:1em!important;
  }

  /* Margins bottom set */
    .margin-0{
      margin-bottom:0 !important;
    }

    .margin-10{
      margin-bottom:10px !important;
    }

    .margin-15{
      margin-bottom:15px !important;
    }

    .margin-20{
      margin-bottom:20px !important;
    }

    .margin-30{
      margin-bottom:30px !important;
    }

    .margin-40{
      margin-bottom:40px !important;
    }

    .margin-50{
      margin-bottom:50px !important;
    }

    .margin-60{
      margin-bottom:60px !important;
    }

    .margin-70{
      margin-bottom:70px !important;
    }

    .margin-80{
      margin-bottom:80px !important;
    }
    .push-top{
      margin-top:35px;
    }
    .push-top-25{
      margin-top:25px;
    }

    /* ==================================================
       Padding Sets
    ================================================== */
    .padding-b0{
      padding-bottom:0!important;
    }
    .padding-tb20{
      padding-top:20px;
      padding-bottom:20px;
    }
    .padding-tb30{
      padding-top:30px;
      padding-bottom:30px;
    }
    .padding-tb45{
      padding-top:45px;
      padding-bottom:45px;
    }
    .padding-tb75{
      padding-top:75px;
      padding-bottom:75px;
    }
    .padding-tb100{
      padding-top:100px;
      padding-bottom:100px;
    }
    .padding-tb125{
      padding-top:125px;
      padding-bottom:125px;
    }
    .padding-as25{
      padding:25px;
    }
    /* ==================================================
       Spacers
    ================================================== */
    .spacer-20{
      height:30px;
      clear:both;
      width:100%;
    }
    .spacer-30{
      height:30px;
      clear:both;
      width:100%;
    }
    .spacer-40{
      height:40px;
      clear:both;
      width:100%;
    }
    .spacer-50{
      height:50px;
      clear:both;
      width:100%;
    }
    .spacer-75{
      height:75px;
      clear:both;
      width:100%;
    }
    .spacer-100{
      height:100px;
      clear:both;
      width:100%;
    }

    /* ----------------------------------------------------------------------------------------- */
    /* Multi purpose classes */
    /* ----------------------------------------------------------------------------------------- */
    .overlay-transparent{
      background:rgba(0,0,0,.6);
    }
    .btn{
      border-width: 0;
      text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18);
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
        text-decoration:none;
      -webkit-transition:all 0.3s ease 0.2s;
      -moz-transition:all 0.3s ease 0.2s;
      -ms-transition:all 0.3s ease 0.2s;
      -o-transition:all 0.3s ease 0.2s;
      transition:all 0.3s ease 0.1s;
      -webkit-border-radius:3px;
      -moz-border-radius:3px;
      border-radius:3px;
    }
    .btn-default{
      border-width:1px;
      box-shadow:none;
      text-shadow:none;
    }
    .btn-pocolor{
      border-width:1px;
      box-shadow:none;
      text-shadow:none;
      background-color: #cf2727;
      color: #fff;
    }
    .btn:hover, .btn:active, .btn:focus{
      opacity:.8;
    }
    .btn-pocolor:hover{
      background-color: #cf2727;
      color: #fff;
    }
    .checkers-overlay{
      background:url(../images/checkers.png) repeat;
    }
    .pattern-overlay{
      background:url(../images/pattern.png) repeat;
    }
    .social-icons a{
      margin:0 8px;
      text-decoration:none;
    }
    .next-prev-nav{
      display:inline-block;
    }
    .next-prev-nav a{
      display:inline-block;
      width:20px;
      height:20px;
      color:#fff;
      text-align:center;
      line-height:20px;
      text-decoration:none;
    }
    .next-prev-nav a:hover{
      color:#fff;
    }
    .meta-data{
      display:block;
      margin-bottom:10px;
      font-size:12px;
      font-style:italic;
      color:#999999;
      padding:0!important;
      border-bottom-width:3px!important;
      -webkit-border-radius:3px;
      border-radius:3px;
    }
    .meta-data a{
      color:#666666;
    }
    .meta-data a i{
      color:#999999;
    }
    .meta-data a:hover{
      text-decoration:none;
    }
    .meta-data > span{
      display:inline-block;
      padding:10px 20px;
      border-right:1px solid #efefef;
    }
    .meta-data i{
      margin-right:4px;
    }
    .meta-data > span:last-child{
      border-right:0;
    }
    .isotope, .isotope .isotope-item {
      -webkit-transition-duration: 0.8s;
      -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
      -o-transition-duration: 0.8s;
      transition-duration: 0.8s;
    }
    .isotope {
      -webkit-transition-property: height, width;
      -moz-transition-property: height, width;
      -ms-transition-property: height, width;
      -o-transition-property: height, width;
      transition-property: height, width;
    }
    .isotope .isotope-item {
      -webkit-transition-property: -webkit-transform, opacity;
      -moz-transition-property: -moz-transform, opacity;
      -ms-transition-property: -ms-transform, opacity;
      -o-transition-property: -o-transform, opacity;
      transition-property: transform, opacity;
    }
    .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
      -webkit-transition-duration: 0s;
      -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
      -o-transition-duration: 0s;
      transition-duration: 0s;
    }
    .media-box{
      position:relative;
      display:block;
      max-width:100%;
    }
    .media-box .zoom, .media-box .expand{
      position:absolute;
      width:100%;
      height:100%;
      text-align:center;
      color:#ffffff!important;
      font-size:1.5em;
      z-index:999;
      left:0;
      top:0;
      margin:0;
      background-color:rgba(0,0,0,.5);
      opacity:0;
      -webkit-transition:all 0.3s ease 0.2s;
      -moz-transition:all 0.3s ease 0.2s;
      -ms-transition:all 0.3s ease 0.2s;
      -o-transition:all 0.3s ease 0.2s;
      transition:all 0.3s ease 0.1s;
    }
    .img-thumbnail img:hover, .img-thumbnail:hover{
      opacity:.9
    }
    .media-box:hover .zoom, .media-box:hover .expand{
      opacity:1;
      -webkit-transition: opacity .3s .2s;
      -moz-transition: opacity .3s .2s;
      -ms-transition: opacity .3s .2s;
      -o-transition: opacity .3s .2s;
      transition: opacity .3s .2s;
    }

  /* Titles */
    h1, h2, h3, h4, h5, h6 {
      margin:0 0 15px 0;
      color:#333333;
      font-weight:400;
      line-height:1.5em;
      font-family: 'Open Sans', sans-serif; 
    }
    h1{
      font-size:36px;
    }
    h2{
      font-size:30px;
    }
    h3{
      font-size:24px;
    }
    h4{
      font-size:16px;
    }
    h5{
      font-size:16px;
      font-weight:700;
    }
    h6{
      font-size:12px;
    }
    h1.short, h2.short, h3.short, h4.short, h5.short, h6.short, p.short{
      margin-bottom:5px;
    }
    h1.spaced, h2.spaced, h3.spaced, h4.spaced, h5.spaced, h6.spaced {
        margin-top: 22px;
    }
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
      color:#333333;
      text-decoration:none;
    }

  



/* 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;
  }
    
/* Header */
  h1.logo{
    font-size: 20px;
  }
  @media (min-width: 1200px) {
  body.boxed .body .site-header, body.boxed .body .main-menu-wrapper{
    max-width:100%;
    width:1080px;
  }
  }
  ul.pull-left,
  ul.pull-right {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .site-header{
    width:100%;
  }
  .top-header{
    /*height:30px;*/
  }
  .middle-header{
    /*height:80px;*/
    position:relative;
    /*z-index:8;*/
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
    box-shadow:0 1px 2px rgba(0,0,0,.1);
  }
  .site-header h1.logo{
    width: 100%;
    margin:0;
    padding: 5px 0;
  }
  .site-header div.logo{
    width: 100%;
    margin:0;
    padding: 5px 0;
  }
  .logo a{
    text-decoration:none;
  }
  .logo img{
    max-height: 70px;
    width: auto;
  }
  .horiz-nav > li{
    float:left;
  }
  .horiz-nav > li > a{
    display:inline-block;
    padding:0 20px;
    line-height:30px;
    text-decoration:none;
    border-right:1px solid rgba(0,0,0,.1);
    color: #fff;
  }
  .horiz-nav > li > a:hover{
    background:rgba(0,0,0,.05)
  }
  .horiz-nav > li:first-child > a{
    border-left:1px solid rgba(0,0,0,.1);
  }
  .horiz-nav a{
    text-decoration:none;
  }
  .boxed .horiz-nav.pull-left li:first-child a{
    border-left:0;
  }
  .boxed .horiz-nav.pull-right li:last-child a{
    border-right:0;
  }
  .contact-info-blocks{
    text-align:right;
    margin-top:30px;
  }
  .contact-info-blocks > div{
    display:inline-block;
    padding:0 10px;
    border-right:1px solid #efefef;
    color:#999;
    text-align:left;
    vertical-align: middle;
    margin-top: -20px;
    position: relative;
  }
  .contact-info-blocks > div:last-child{
    border-right:0;
    padding-right:0;
    margin-top: 0;
  }
  .contact-info-blocks > div:last-child > span > span{
    display: block;
    font-size: 12px;
  }
  .contact-info-blocks > div > span{
    display:block;
    font-family: 'Open Sans', sans-serif;
    font-size:15px;
    color:#666;
  }
  .site-header .menu-toggle{
    font-size:18px;
    text-decoration: none;
    text-align: center;
  }
  .site-header .menu-toggle:focus{
    outline:0;
  }

  .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    padding: 10px 5px 10px 10px
  }
  .popover.bottom {
    margin-top: 0;
    display: block;
    top: 30px;
    right: 0;
    left: auto;
  }
  .fade.in {
      opacity: 1;
  }
  .popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
  }
  .popover>.arrow {
      border-width: 11px;
  }
  .popover>.arrow, 
  .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
  }
  .popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
  }
  .popover-content {
    padding: 9px 14px;
  }
  #ic-langMenu a {
    padding: 3px 8px
  }
  #ic-langMenu >li > ul.dropdown-menu {
    min-width: 120%;
    left: auto;
    right: -3px;
  }
  #ic-langMenu >li > ul.dropdown-menu li {
    text-transform: capitalize;
  }
  #ic-langMenu >li > ul.dropdown-menu li.selected {display: none;}

/* Navigation */
  .mobilemenu{
    margin:20px 0;
    text-align: center;
  }
  .main-menu-wrapper{
    display:block;
    position:relative;
    background:#fff;
    /*z-index:6;*/
    width:100%;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
    box-shadow:0 1px 2px rgba(0,0,0,.1);
    background:#f8f8f8;
  }
  .navigation{
    height:50px;
    text-align:center;
  }
  .navigation > ul > li{
    float:left;
    font-size:15px;
    position:relative;
  }
  .navigation > ul > li i{
    font-size:16px;
    margin-left:5px;
  }
  .navigation > ul > li > a{
    /*padding:15px 22px;*/
    padding:15px;
    display:block;
    text-decoration:none;
    border-right:1px solid rgba(0,0,0,.05);
  }

  .navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .navigation > ul > li:first-child > a{
    border-left:1px solid rgba(0,0,0,.05);
  }
  .navigation ul > li:hover > a, .navigation ul > li.current_menu_item > a{
    border-top-width:3px;
    border-top-style:solid;
    padding:12px 15px 15px;
    background:#fff;
  }
  .navigation > ul > li ul{
    position:absolute;
    top:100%;
    left:0;
    z-index:999;
    display:none;
    min-width:100%;
    height:auto;
    background:#fff;
    text-align:left;
    box-shadow:0 2px 2px rgba(0,0,0,.3);
  }
  .navigation > ul > li:hover ul{
    display:block !important;
  }
  .navigation > ul > li > ul li{
    line-height: normal;
    font-size:14px;
    position:relative;
  }
  .navigation > ul > li > ul li > a{
    display:block;
    padding:10px 25px;
    border-bottom:1px solid #f8f7f3;
    white-space:nowrap;
    text-decoration:none;
  }
  .navigation > ul > li > ul > li:hover > a, .navigation > ul > li > ul > li > ul > li:hover > a{
    text-decoration:none;
    padding:10px 25px;
    color:#ffffff;
    border-top:0;
  }
  .navigation > ul > li > ul li:last-child a{
    border-bottom:0;
  }
  .navigation > ul > li > ul li ul{
    left:100%!important;
    top:0;
    min-width: inherit;
    position:absolute;
    box-shadow:0 2px 2px rgba(0,0,0,.3);
  }
  .boxed .navigation > ul > li:first-child a{
    border-left:0;
  }
  .boxed .navigation > ul > li:last-child a{
    border-right:0;
  }
  .navigation > ul > li::before,
  .navigation > ul > li::after,
  .navigation > ul > li::marker {display: none !important}
  .navigation > ul {
    margin:0;
    padding: 0;
    list-style: none}
    
/* sticky main home content */
  .sticky-wrapper{
    /*max-height:50px;*/
  }
  .is-sticky .main-menu-wrapper{
    z-index:1000;
    min-height:50px;
    background-color:#ffffff;
    -webkit-box-shadow:0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow:0 1px 0 rgba(0,0,0,.1);
    box-shadow:0 1px 0 rgba(0,0,0,.1);
  }
  .is-sticky .navigation{
    background:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
  }
  /* Site Showcase */
  .site-showcase{
    position:relative;
    z-index:6;
    background: #efefef;
  }
  .site-showcase.full-search-form {
    background: #ddd;
  }
  #gmap{
    height:550px;
    overflow:hidden;
      position: relative;
  }
  #gmap.map-single-page{
    height:200px;
  }
  #gmap img {
      max-width: none;
  }
  #gmap .map-property {
      padding-bottom: 10px;
      width: 310px;
  }
  #gmap .property-featured-image {
    margin-bottom:10px;
    margin-right:20px;
    float:left;
  }
  .site-search-module{
    position:absolute;
    z-index:8;
    height:190px;
    bottom:-90px;
    left:0;
    width: 100%;
  }
  .site-search-module-inside{
    padding:15px 15px 0;
    height:175px;
    background:#f8f8f8;
    border-top:3px solid rgba(0,0,0,.8);
    border-radius:15px 15px 0 0
  }
  .site-search-module-inside .btn:not(.selectpicker){
    padding-top:14px;
    padding-bottom:12px;
  }
  #ads-trigger{
    display:inline-block;
    padding-top:11px;
    padding-bottom:11px;
  }
  .main{
    position:relative;
    background:#ffffff;
    -webkit-box-shadow:0 -2px 2px rgba(0,0,0,.05);
    -moz-box-shadow:0 -2px 2px rgba(0,0,0,.05);
    box-shadow:0 -2px 2px rgba(0,0,0,.05);
  }
  .home .main{
    z-index:5;
  }
  .content{
    padding:50px 0;
  }

/* Hilites - features */
  .ic-hilite::marker,
  .ic-hilite::before {display: none;}
  .featured-blocks{
    margin-bottom:10px;
  }
  .featured-block{
    position:relative;
    text-align:center;
  }
  .featured-content{
    text-align: left;
  }
  .featured-block img{
    width:100%;
    max-height: 130px;
    display:inline-block;
    margin-bottom:10px;
  }
  .featured-block h3 {
    font-size: 14px;
    background: #efefef;
    border-radius: 3px 3px 0px 0px;
    margin: 0 0 -1px 0;
    padding: 15px 0;
    text-transform: uppercase;
  }
  .featured-block:hover h3{
    background: #cf2727;
  }
  .featured-block > a{
    text-decoration: none;
  }
  .featured-block:hover h3{
    color: #fff;
  }

  .featured-block .img-thumbnail{border-radius:0px; padding: 0;}
  .property-block {
    -webkit-transition:all 0.3s ease 0.2s;
    -moz-transition:all 0.3s ease 0.2s;
    -ms-transition:all 0.3s ease 0.2s;
    -o-transition:all 0.3s ease 0.2s;
    transition:all 0.3s ease 0.1s;
    background:#ffffff;
  }
  .property-block > div {
    border:1px solid #eee;
  }
  .property-block:hover{
    /*-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);*/
  }
  .property-featured-image, .agent-featured-image{
    display:block;
    position:relative;
  }
  .property-featured-image img, .agent-featured-image img{
    min-width:100%;
  }
  .overlay{
    width:100%;
    height:100%;
    line-height:100%;
    position:absolute;
    left:0;
    top:0;
    color:#fff;
    font-size:24px;
    text-align:center;
    display:block;
    -webkit-transition:all 0.3s ease 0.2s;
    -moz-transition:all 0.3s ease 0.2s;
    -ms-transition:all 0.3s ease 0.2s;
    -o-transition:all 0.3s ease 0.2s;
    transition:all 0.3s ease 0.1s;
    opacity:0;
    background:rgba(0,0,0,.4);
  }
  .property-featured-image:hover .overlay, .agent-featured-image:hover .overlay{
    -webkit-transition: opacity .3s .2s;
    -moz-transition: opacity .3s .2s;
    -ms-transition: opacity .3s .2s;
    -o-transition: opacity .3s .2s;
    transition: opacity .3s .2s;
    opacity:1;
  }
  #featured-properties .overlay{
    line-height:240px!important;
  }
  .property-featured-image .images-count{
    position:absolute;
    bottom:0;
    right:0;
    z-index:9;
    color:#ffffff;
    background:rgba(0,0,0,.5);
    padding:5px 10px;
  }
  .property-featured-image .badges{
    position:absolute;
    z-index:0;
    left:10px;
    top:10px;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    width:50px;
    height:50px;
    line-height:15px;
    text-align:center;
    color:#c09853;
    background-color: #fcf8e3;
    font-weight:700;
    font-size: 10px;
    padding-top: 7px;
  }
  .property-info, .agent-info, .property-description{
    padding:15px;
    display:block;
    border-bottom:1px solid #efefef;
    overflow: hidden;
  }
  .property-info{
    border: 0;
    padding-bottom:0px;
  }

  #featured-properties .property-info{
    padding-bottom:15px;
  }

  .property-description{
    position: relative;
    padding-top: 0;
  }
  .property-description>p{  
    padding-top: 0;
    height: 80px;
    text-align: justify;
  }
  .property-description>p>br {display: none;}
  .property-amenities{
    background:#f8f8f8;
  }
  .property-amenities > span{
    display:block;
    width:33.333%;
    float:left;
    padding:4px 0 4px 0;
    text-align:center;
    font-size:11px;
    text-transform:uppercase;
    border-right:1px solid #efefef;
  }
  .single-property  .property-amenities > span{
    display:inline-block;
    width:auto;
    float:none;
    padding:5px 10px;
  }
  .property-amenities > span:last-child{
    border-right:none;
  }
  .property-amenities > span > strong{
    display:block;
    font-size:14px;
  }
  .property-info h4, .agent-info h4, .property-amenities > span{
    margin-bottom:0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .property-info h4, .agent-info h4{
    color: #CF2727;
    min-height: 28px;
  }
  .property-info .location{
    display:block;
    padding:0 0 10px 0;
  }
  .price, .counts{
    display:inline-block;
    background:#666;
    color:#fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    height:30px;
  }
  .price strong, .counts strong{
    background:rgba(0,0,0,.1);
    padding:0 7px;
    -webkit-border-radius:3px 0 0 3px;
    -moz-border-radius:3px 0 0 3px;
    border-radius:3px 0 0 3px;
    line-height:30px;
    height:30px;
    display: inline-block;
    font-weight:400;
  }
  .price span, .counts span{
    padding:0 7px;
    line-height:30px;
    height:30px;
    font-weight:700;
  }
  #latest-properties .property-block{
    margin-bottom:30px;
  }
  .block-heading-fw{
    background:#fff;
    padding:10px 0;
    -webkit-box-shadow:0 2px 0 rgba(0,0,0,.07);
    box-shadow:0 2px 0 rgba(0,0,0,.07);
  }
  .block-heading-fw h3{
    margin-bottom:0;
  }
  .block-heading-fw .btn-sm{
    margin-top:5px;
  }
  .sort-source a{
    text-decoration:none;
  }
  .block-heading{
    background:#efefef;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    height:50px;
    margin-bottom:30px;
    text-align: left;
  }
  .block-heading h4{
    line-height:50px;
    color:#ffffff;
    display:inline-block;
    padding-right:20px;
    -webkit-border-radius:3px 0 0 3px;
    -moz-border-radius:3px 0 0 3px;
    border-radius:3px 0 0 3px;
  }
  .block-heading .heading-icon{
    background:rgba(0,0,0,.1);
    width:50px;
    text-align:center;
    margin-right:20px;
    display:inline-block;
    -webkit-border-radius:3px 0 0 3px;
    -moz-border-radius:3px 0 0 3px;
    border-radius:3px 0 0 3px;
    position:relative;
  }
  .block-heading .heading-icon .icon-design{
    color:rgba(0,0,0,.1);
    font-size:20px;
    position:absolute;
    right:-7px;
    top:16px;
  }
  .block-heading .btn-sm{
    margin:12px 17px 0 0 ;
  }
  .bottom-blocks h3{
    margin-bottom:30px;
  }
  .features-list li .icon{
    font-size:30px;
    line-height:40px;
    float:left;
    width:15%;
  }
  .features-list li .text{
    float:left;
    width:85%;
  }
  .features-list li .text h4{
    margin-bottom:5px;
  }

/* Contact testimonials */
  .popular-agent .img-thumbnail{
    margin-bottom:15px;
  }
  .contact-info li{
    margin:5px 0;
    border-bottom:0!important;
    white-space:nowrap;
  }
  .contact-info li i{
    margin-right:7px;
  }
  .testimonials > li{
    border-bottom:0!important;
  }
  .testimonials > li > p{
    border:1px solid #efefef;
    background:#fff;
    padding:25px;
    position:relative;
  }
  .testimonials > li > p:before, .testimonials > li > p:after {
    content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent;
      border-bottom: 0;
  }
  .testimonials > li > p:before {
      bottom: -9px;
      right: 31px;
    border-top-color: #efefef;
      border-width: 10px;
  }
  .testimonials > li > p:after {
      bottom: -8px;
      right: 32px;
      border-top-color: #fff;
      border-width: 9px;
  }
  .testimonials > li .testimonial-sender{
    float:right;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    width:80px;
    height:80px;
    border:3px solid #fff;
    -webkit-box-shadow:0 0 2px #efefef;
    box-shadow:0 0 2px #efefef;
  }
  .testimonials > li cite{
    display:block;
    margin-top:40px;
  }
  .testimonials > li cite a{
    text-decoration:none;
    color:#999;
  }

/* Property Listing */
  .property-listing > ul > li, .agents-listing > ul > li{
    /*border:1px solid #eee;
    
    -webkit-transition:all 0.3s ease 0.2s;
    -moz-transition:all 0.3s ease 0.2s;
    -ms-transition:all 0.3s ease 0.2s;
    -o-transition:all 0.3s ease 0.2s;
    transition:all 0.3s ease 0.1s;
    
    padding-top:20px;
    padding-bottom:20px;
    padding-left:5px;
    padding-right:5px;*/  
    margin-bottom:30px;
    background:#ffffff;
  }
  .property-listing > ul > li:hover, .agents-listing > ul > li:hover{
    /*-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);*/
  }
  .property-listing > ul > li:last-child, .agents-listing > ul > li:last-child{
    margin-bottom:0;
  }
  .property-listing .property-info, .agents-listing .agent-info{
    padding:0 0 10px 0;
    margin-top:-8px;
    border-bottom:0;
  }
  .property-listing .property-amenities{
    border-bottom:3px solid #efefef;
  }
  .property-listing .property-amenities strong{
    display:inline-block;
    margin-right:5px;
  }
  .agent-contacts li{
    display:inline-block;
    margin:5px 20px 0 0;
  }
  .property-listing .property-info .price, .agents-listing .agent-info .counts{
    float:right;
    margin-top:5px;
  }
  .property-listing h3{
    margin-bottom:0;
  }
  .property-grid > ul > li{
    margin-bottom:25px;
  }
  .property-listing.listview{
    margin-bottom: 30px;
  }
  .toggle-view{
    padding:15px 20px 0 0;
  }
  .toggle-view > span{
      margin: -1px 5px 0 0;
      float: left;
  }
  .toggle-view a{
    margin-left:10px;
    color:#777;
    font-size:21px;
  }
  .pagination{
    margin-top:40px;
    margin-bottom:0;
  }
  .heading-pager{
    position:  absolute;
      top: 0px;
      left: 50%;
      transform: translateX(-50%);
  }
  .full-search-form{
    padding:20px 15px;
    background:#efefef;
  }
  .home-iframe .full-search-form{
    padding:0;
  }
  .full-search-form label{
    margin-top:0;
    padding-top:0;
    line-height:normal;
    margin-bottom: 0
  }
  .page-header{
    margin:0;
    position:relative;
    padding:20px 0;
    border:0;
    background-color:#666;
  }
  .page-header h1{
    /*text-transform:uppercase;*/
    color:#ffffff;
    margin-bottom:0;
    line-height:1.2em;
    font-size: 24px;
  }
  .page-header p{
    color:#d8d6d1;
    margin:0;
  }

/* Details */
  .single-property .property-amenities{
    border-bottom:3px solid #efefef;
  }
  .single-property .property-amenities strong{
    display:inline-block;
    margin-right:5px;
  }
  .single-property h2.page-title{
    margin-bottom:10px;
    font-size: 20px;
    border-bottom: 1px solid #cf2727; 
  }
  .location{
    font-size:100%;
    color:#999;
    font-family: 'Open Sans', sans-serif!important;
    font-style:italic;
  }
  .location > i{
    opacity:.7;
  }
  .single-property .price{
    color:#fff;
  }
  .single-property .tabs{
    margin-bottom:0;
  }
  .single-property .agent{
    padding:25px;
    margin-bottom:30px;
    background:#f8f8f8;
  }
  .property-slider{
    margin:25px 0;
  }
  .property-slider #property-images{
    position:relative;
    text-align:center;
  }
  .property-slider #property-images img{
    width:100%;
    height:auto;
  }
  .property-slider #property-thumbs{
    position:relative;
    background:#efefef;
    padding:10px;
  }
  .property-slider #property-thumbs .flex-prev{
    left:20px;
    margin-top:-10px;
  }
  .property-slider #property-thumbs .flex-next{
    right:20px;
    margin-top:-10px;
  }
  .property-slider #property-thumbs .slides li{
    margin:0 8px;
  }
  .property-slider #property-thumbs img{
    cursor:pointer;
    opacity:.7;
  }
  .property-slider #property-thumbs .flex-active-slide img{
    opacity:1;
  }
  .single-agent .contact-details{
    margin:20px 0;
  }
  .single-agent .counts{
    margin-top:10px;
  }
  .single-agent h2{
    margin-bottom:30px;
  }
  .grid-holder{
    width: 105%;
    margin-left: -3%;
    float: left;
  }
  .grid-holder .grid-item{
    float: left;
  }
  .grid-item, .gallery-item{
    margin-bottom: 3%;
    border-bottom: medium none;
  }
  .grid-item-inner{
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    background:#ffffff;
  }
  .grid-holder .grid-item{
    margin-left: 3%;
  }
  .grid-holder.col-2 .grid-item{
    width:49%;
  }
  .grid-holder.col-3 .grid-item{
    width:29.63%;
  }
  .grid-holder.col-4 .grid-item{
    width:21%;
  }
  .grid-media{
    position:relative;
  }
  .grid-content{
    padding:15px 20px 1px 20px;
  }
  .grid-content .fa-external-link{
    margin-left:10px;
  }
  .events-grid .grid-item{
  }
  .grid-item h3{
    line-height:1em;
  }
  .post-title{
    margin-bottom:0;
    padding-bottom:6px;
  }
  .post-content{
    padding-top:20px;
  }
  .post-content .featured-image{
    margin-bottom:20px;
  }
  .single-post-header{
    margin-bottom:0;
  }
  .posts-archive .post{
    margin-bottom:40px;
    padding-bottom:25px;
    border-bottom:1px solid #efefef;
  }
  .posts-archive .post:last-child{
    margin-bottom:0;
  }
  .format-quote .grid-content p{
    font-size:24px;
    line-height:30px;
    font-style:italic;
  }
  .single-post-header .btn-toolbar{
    margin-top:8px;
  }
  .post-comments-count{
    margin-top:15px;
  }
  .timeline {
      list-style: none;
      padding: 20px 0 20px;
      position: relative;
  }
  .timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eee;
    left: 50%;
    margin-left: -1.5px;
  }
  .timeline > li {
    margin-bottom: 20px;
    position: relative;
  }
  .timeline > li:before,
  .timeline > li:after {
    content: " ";
    display: table;
  }
  .timeline > li:after {
    clear: both;
  }
  .timeline > li:before,
  .timeline > li:after {
    content: " ";
    display: table;
  }
  .timeline > li:after {
    clear: both;
  }
  .timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 20px;
    padding-top:10px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  }
  .timeline > li > .timeline-panel:before {
    position: absolute;
    top: 29px;
    right: -10px;
    display: inline-block;
    border-top: 10px solid transparent;
    border-left: 10px solid #eceae4;
    border-right: 0 solid #eceae4;
    border-bottom: 10px solid transparent;
    content: " ";
  }
  .timeline > li > .timeline-panel:after {
    position: absolute;
    top: 30px;
    right: -9px;
    display: inline-block;
    border-top: 9px solid transparent;
    border-left: 9px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 9px solid transparent;
    content: " ";
  }
  .timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    padding-top:11px;
    font-size: 12px;
    line-height:12px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #eee;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .timeline > li > .timeline-badge span{
    font-size:14px;
    display:block;
    line-height:16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
  }
  .timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 10px;
    left: -10px;
    right: auto;
  }
  .timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 9px;
    left: -9px;
    right: auto;
  }
  .timeline-title {
      margin-top: 0;
      color: inherit;
  }
  .timeline-title a{
    text-decoration:none;
  }
  .timeline-body > p:last-child,
  .timeline-body > ul:last-child {
    margin-bottom:0;
  }
  .timeline-body > p + p {
    margin-top: 5px;
  }

/* Footer */
  .site-footer{
    background-color:#f8f8f8;
    /*padding:30px 0 0 0;*/
    box-shadow:inset 0 2px 2px rgba(0,0,0,.07);
  }
  .site-footer-bottom, .site-footer-boxes, .site-footer-tags{
    background-color:#eee;
    border-top:1px solid #e1e1e1;
    padding:20px 0;
    font-size:12px;
  }
  .site-footer-boxes, .site-footer-tags{
    background-color: #fff;
  }
  .site-footer-bottom p{
    margin-bottom:0;
    font-size:12px;
  }
  .site-header .social-icons{
    margin-top:30px;
  }
  .site-footer-bottom .social-icons{
    /*text-align:right;*/
  }
  .site-footer-bottom .social-icons a{
    background:#666;
    color:#fff;
    border-radius:50%;
    width:20px;
    height:20px;
    text-align:center;
    display:inline-block;
    margin:0 0 0 8px;
    text-decoration:none;
  }
  
/* Contact */

/* ERROR 404 */
  .error-404{
    text-align:center;
  }
  .error-404 h2{
    font-size:80px;
  }
  .image-placeholder{
    background:#eee;
    height:100px;
    line-height:100px;
    text-align:center;
    font-weight:700;
    margin-bottom:20px;
  }

/* Widgets */
  .widget{
    margin-bottom:40px;
  }
  .home-iframe .widget{
    margin-bottom:0;
  }
  .widget .widgettitle{
    border-bottom:1px solid #efefef;
    margin-bottom:25px;
    padding-bottom:5px;
    text-transform:uppercase;
    font-size:16px;
  }
  .widget ul {
    list-style: none;
    padding: 0;
    margin: 0
  }
  .widget ul:not(.selectpicker) > li{
    padding:6px 0;
    border-bottom:1px solid #efefef;
  }
  .widget a{
    text-decoration:none;
  }
  .widget .meta-data{
    margin-bottom:0;
  }
  .tag-cloud a{
    display:inline-block;
    margin-right:7px;
    margin-bottom:7px;
    padding:2px 8px;
    border:1px solid #eeeeee;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    background:#f8f8f8;
    font-size:12px;
    text-decoration:none;
  }
  .tag-cloud a:hover{
    text-decoration:none;
  }
  .widget-recent-posts .post-image{
    width:30%;
    float:left;
    margin-right:5%;
  }
  .widget-recent-posts .widget-blog-content{
    float:left;
    width:65%;
  }
  .widget-recent-posts .widget-blog-content > a{
    font-weight:bold;
    display:block;
    margin-top:0;
  }
  .widget-recent-posts .fa-angle-right{
    display:none;
  }
  .widget-recent-posts .fa-plus{
    margin-right:0;
  }
  .widget-recent-posts ul li a{
    padding:12px 0;
    text-decoration:none;
  }
  .widget-recent-posts ul li:first-child a{
    padding-top:8px;
  }
  .widget-gallery ul{
    margin-left:-3%;
  }
  .widget-gallery ul li{
    float:left;
    width:30%;
    margin-left:3%;
    margin-bottom:20px;
    border-bottom:0;
    padding:0;
  }
  .widget-gallery ul li i{
    display:none;
  }
  .twitter-widget li:first-child{
    display:none;
  }

  .featured-properties-widget .property-block{
    padding-bottom:0;
    margin-bottom:20px;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    border:0;
  }
  .featured-properties-widget .property-block:last-child{
    margin-bottom:0;
  }
  .featured-properties-widget .property-featured-image{
    width:100%;
  }
  .featured-properties-widget .property-info{
    width:100%;
    padding:10px 0px;
    border-bottom:0;
  }
  .widget-agents .badge{
    margin-top:8px;
  }
  .widget-properties .price{
    margin-top:8px;
  }

  .additional-amenities > span{
    padding:10px;
    display:inline-block;
    margin:0 5px 10px 0;
    background:#f8f8f8;
    -webkit-border-radius:3px;
    border-radius:3px;
  }
  .additional-amenities > span.navailable i{
    color:#999;
  }
  .properties-table th{
    font-weight:700;
  }
  .table tbody tr td{
    vertical-align:middle;
  }
  .properties-table .action-button{
    margin-left:20px;
    font-weight:bold;
    text-decoration:none;
  }
  .properties-table .action-button i{
    font-size:16px;
  }

/* Post */
  .post-meta{
    background-color:#f8f8f8;
    border-bottom:1px solid #efefef;
    padding:10px 20px;
    font-size:12px;
  }
  .post-meta i{
    margin-right:5px;
    font-size:14px;
  }
  .post-comments{
    margin:30px 0 0 0;
  }
  .comments{
    margin:0;
    list-style-type:none;
  }
  .comments li{
    margin-bottom:25px;
  }
  .comments li .post-comment-block{
    padding:25px;
    padding-bottom:5px;
    border:1px solid #efefef;
    border-bottom-width:2px;
    background:#ffffff;
  }
  .comments li.admin > .post-comment-block{
    background-color:#f8f7f3;
  }
  .comments li .img-thumbnail{
    float:left;
    margin-right:20px;
  }
  .comments li h5{
    margin-bottom:5px;
  }
  .comments li ul{
    padding-top:25px;
    padding-left:50px;
  }
  .post-comment-form{
    margin:30px 0 0 0;
    border-bottom:0;
  }
  .post-comment-form .form-control{
    margin-bottom:20px;
  }
  .gallery-filter ul{
    float:right;
  }
  #message{
    margin-top:10px;
  }
  #clients-slider li{
    text-align:center;
  }
  #contact-map{
    padding:0;
  }

/* Back to top */
  #back-to-top{
    position:fixed;
    z-index:999;
    right:17px;
    bottom:17px;
    display:none;
    padding:5px 12px;
    -webkit-border-radius:3px;
    border-radius:3px;
    background:rgba(0,0,0,.7);
    color:#ffffff;
  }

/* Fluid with video */
  .fluid-width-video-wrapper > * { margin: 0 auto; }
  .fluid-width-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
  }
  .fluid-width-video-wrapper > iframe,
  .fluid-width-video-wrapper > object,
  .fluid-width-video-wrapper > embed {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

/* Shortcodes definations */
  .tabs{
    margin-bottom:25px;
  }
  .nav-tabs{
  }
  .nav-tabs li{
    position:relative;
    display:block;
    float:left;
    margin-right:1px;
  }
  .nav-tabs li a{
    display:block;
    padding:10px 20px;
    background:#efefef;
    text-decoration:none;
  }
  .nav-tabs li > i{
    color:#efefef;
  }
  .nav-tabs li > i{
    position: absolute;
    bottom: -10px;
    font-size: 16px;
    width: 20px;
    left: 50%;
    margin-left: -10px;
  }
  .nav-tabs li a:hover{
    color:#fff;
    background:#666;
    text-decoration:none;
  }
  .nav-tabs li a:active, .nav-tabs li.active a{
    color:#fff;
    background:#666;
  }
  .tab-content{
    padding:20px 0;
    background:#ffffff;
  }
  .tab-content > .tab-pane{
    display:none;
  }
  .tab-content > .active{
    display:block;
  }
  /* ==================================================
     Accordion & Toggle
  ================================================== */
  .accordion {
      margin-bottom: 35px;
  }

  .accordion-group {
      margin-bottom: 8px;
      border: none;
      -webkit-border-radius: 0;
         -moz-border-radius: 0;
              border-radius: 0;
  }

  .accordion-heading {
      border-bottom: 0 none;
  }

  .accordion-heading .accordion-toggle {
    position: relative;
      display: block;
      padding: 15px;
    background:#f8f8f8;
    text-decoration:none;
    font-size: 13px;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
  }

  .accordion-toggle {
      cursor: pointer;
  }
  .accordion-toggle:hover{
    text-decoration:none;
  }
  .accordion-heading:hover .accordion-toggle,
  .accordion-heading:hover .accordion-toggle.inactive {
    background:#666;
    color:#fff;
  }
  .accordion-heading .accordion-toggle.active {
    color:#fff;
    background:#666;
  }
  .accordion-heading .accordion-toggle.inactive {
    background:#f8f8f8;
  }
  .accordion-heading.accordionize .accordion-toggle i,
  .accordion-heading.togglize .accordion-toggle i {
      position: absolute;
      top: 50%;
      right: 20px;
      margin: -8px 0 0 0;
      color: #666;
      font-size: 18px;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
  }
  .accordion-heading:hover .accordion-toggle i {
    color: #fff;
  }
  .accordion-heading .accordion-toggle.active i,
  .accordion-heading:hover .accordion-toggle.inactive i {
    color: #666;  
  }
  .accordion-heading.accordionize .accordion-toggle.active i,
  .accordion-heading.togglize .accordion-toggle.active i {
    color: #fff;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);  
  }

  .accordion-heading.togglize .accordion-toggle i {
    margin: -8px 0 0 0;
    font-size: 18px;
  }
  .accordion-heading.togglize .accordion-toggle .fa-plus-circle{
    display:block;
  }
  .accordion-heading.togglize .accordion-toggle.active .fa-plus-circle{
    display:none;
  }
  .accordion-heading.togglize .accordion-toggle .fa-minus-circle{
    display:none;
  }
  .accordion-heading.togglize .accordion-toggle.active .fa-minus-circle{
    display:block;
  }
  .accordion-inner {
      padding: 16px;
    border: 1px solid #efefef;
    background: #fff;
  }

  /* ==================================================
     Alerts
  ================================================== */

  .alert {
      margin-bottom: 20px;
      /*padding: 15px 35px 15px 15px;*/
    padding: 15px;
    border: 1px solid #efefef;
      -webkit-border-radius: 0px;
         -moz-border-radius: 0px;
              border-radius: 0px;
      background-color: #f8f8f8;
    text-shadow: none;
  }

  .alert .close {
    position: relative;
      top: 0px;
      right: -22px;
    color: #FFFFFF; 
    text-shadow: none;
      line-height: 20px;
    text-decoration:none;
    -webkit-transition: opacity 0.1s linear 0s;
    -moz-transition: opacity 0.1s linear 0s;
    -ms-transition: opacity 0.1s linear 0s;
    -o-transition: opacity 0.1s linear 0s;
    transition: opacity 0.1s linear 0s;
  }

  .alert .close:hover {
    text-decoration:none;
    opacity: 1;
  }
  .alert-standard {
    border-color:#efefef;
      background-color: #f8f8f8;
  }
  .alert-standard, .alert-standard .close {
    color:#666;
  }
  .alert-success {
    border-color:#d6e9c6;
      background-color: #dff0d8;
  }
  .alert-success, .alert-success .close {
    color:#468847;
  }
  .alert-danger,
  .alert-error {
    border-color:#ebccd1;
      background-color: #f2dede;
  }
  .alert-danger, .alert-danger .close,
  .alert-error, .alert-error .close {
    color:#b94a48;
  }
  .alert-info {
    border-color:#bce8f1;
      background-color: #d9edf7;
  }
  .alert-info, .alert-info .close {
    color:#3a87ad;
  }
  .alert-warning {
    border-color:#faebcc;
      background-color: #fcf8e3;
  }
  .alert-warning, .alert-warning .close {
    color:#c09853;
  }

  /* ==================================================
     Progress bars
  ================================================== */
  @-webkit-keyframes progress-bar-stripes {
    from {
      background-position: 40px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  @-moz-keyframes progress-bar-stripes {
    from {
      background-position: 40px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  @-o-keyframes progress-bar-stripes {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 40px 0;
    }
  }
  @keyframes progress-bar-stripes {
    from {
      background-position: 40px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  .progress {
      margin-bottom: 15px;
      height: 20px;
      border-radius: 3px;
      background-color: #eaeaea;
      -webkit-box-shadow: none;
      box-shadow: none;
    overflow: visible;
  }
  .progress-bar {
      float: left;
      width: 0%;
      height: 100%;
      background-color: #eaeaea;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #ffffff;
      text-align: center;
      font-size: 12px;
      line-height: 20px;
      -webkit-transition: width 0.6s ease;
      transition: width 0.6s ease;
    position: relative;
      border-radius: 3px;
  }
  .progress-striped .progress-bar {
      background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
      background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
  }
  .progress.active .progress-bar {
      -webkit-animation: progress-bar-stripes 2s linear infinite;
      animation: progress-bar-stripes 2s linear infinite;
  }
  .progress-bar-success {
      background-color: #5cb85c;
  }
  .progress-striped .progress-bar-success {
      background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
      background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  }
  .progress-bar-info {
      background-color: #5bc0de;
  }
  .progress-striped .progress-bar-info {
      background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
      background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  }
  .progress-bar-warning {
      background-color: #f0ad4e;
  }
  .progress-striped .progress-bar-warning {
      background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
      background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  }
  .progress-bar-danger {
      background-color: #d9534f;
  }
  .progress-striped .progress-bar-danger {
      background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
      background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  }

  span.progress-bar-tooltip {
    position: absolute;
    position: absolute;
    top: -28px;
    right: 5px;
    display: block;
    padding: 4px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #333;
    color: #FFF;
    font-size: 11px;
    line-height: 15px;
    opacity: 0;
    filter: alpha(opacity=0);
    -o-border-radius: 3px;
  }
  span.progress-bar-tooltip:after {
    position: absolute;
    bottom: -5px;
    left: 13px;
    display: block;
    width: 0;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #333 transparent;
    content: "";
  }
  .progress-label{
    text-transform:uppercase;
  }
  /* ==================================================
     Facts Counters
  ================================================== */ 
  .fact-ico{
    display:inline-block;
    width:100px;
    height:100px;
    color:#999999;
    line-height:100px;
    margin:10px 0;
  }
  .fact{
    display:inline-block;
    color:#999999;
    font-size:15px;
    margin-top:10px;
    font-style:italic;
  }
  .counters .timer{
    display:inline-block;
    color:#333333;
    font-weight:700;
    font-size:38px;
  }
  .parallax .counters .timer{
    color:#ffffff;
  }
  /* ==================================================
     Modal Box
  ================================================== */ 
  .modal-header{
    background: #cf2727;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px; 
  }

  .modal-header * {color: #fff!important;}
  .modal-header .close {opacity: 1;}
  /*-------------------------------------------------------------------------------------------*/
  /* Parallax
  /*-------------------------------------------------------------------------------------------*/
  .parallax{
    background-attachment: fixed!important;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    background-repeat:no-repeat;
    background-color:#eee;
  }
  .touch .parallax, .page-header.parallax{
    background-attachment:scroll!important;
  }
  /*-------------------------------------------------------------------------------------------*/
  /* Pricing Tables
  /*-------------------------------------------------------------------------------------------*/
  .pricing-table {
    margin-top: 50px; 
    margin-bottom: 50px;
  }
  .pricing-table:after { 
    display: block; 
    visibility: hidden; 
    clear: both; 
    height: 0;
    content: "";
  }
  .pricing-table > div:first-child .pricing-column-content, .pricing-table > div:first-child h3 {
    border-left: 1px solid #eeeeee!important;
  }
  .pricing-column {
    float: left;
    overflow: hidden;
    padding: 0px;
    background-color: #fff;
    text-align: center;
    -webkit-transition: box-shadow 0.2s linear;
    -moz-transition: box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
  }
  .pricing-column .features{
    padding:0;
    margin-bottom:0;
    background:none;
  }
  .pricing-column .pricing-column-content {
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
  }
  .pricing-column.highlight {
    position: relative;
    z-index: 1;
    margin: -20px -1px 0px -1px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 13px rgba(0,0,0,.09);
    -moz-box-shadow: 0px 0px 13px rgba(0,0,0,.09);
    box-shadow: 0px 0px 13px rgba(0,0,0,.09);
    -o-box-shadow: 0px 0px 13px rgba(0,0,0,.09);
  }
  .pricing-column.highlight .pricing-column-content, .pricing-column.highlight h3  {
    border: none;
  }
  .pricing-column.highlight h3 .highlight-reason {
    display: block;
      color: rgba(0,0,0,0.4);
      text-transform: uppercase;
      letter-spacing: 1.5px;
      font-size: 12px;
  }
  .pricing-column.highlight .pricing-column-content {
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
  }
  .pricing-column:hover {
    -webkit-box-shadow: 0px 0px 13px rgba(0,0,0,.15);
    -moz-box-shadow: 0px 0px 13px rgba(0,0,0,.15);
    box-shadow: 0px 0px 13px rgba(0,0,0,.15);
    -o-box-shadow: 0px 0px 13px rgba(0,0,0,.15);
  }

  .pricing-column ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
    color: #666666!important;
    list-style: none;
    line-height: 18px;
  }
  .pricing-column ul li:first-child {
    border-top: 1px solid #eeeeee;
  }
  .pricing-column ul li:nth-child(2n+1) {
    background-color: #f8f8f8;
  }
  .pricing-column.highlight h3 {
    margin-bottom: 0px!important;
    padding: 15px 0px;
    color: #ffffff!important;
  }
  .toggle .pricing-column h3 {
    font-size: 26px!important;
  }
  .pricing-column h3 {
    margin-bottom: 0px;
    padding: 5px 0;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    background-color: #ffffff;
    font-size: 15px;
    line-height: 20px;
  }
  .pricing-column h4 {
    margin-bottom: 0px;
    padding: 14px 20px 0px 20px;  
    color: #333333;
    font-size: 26px;
    line-height: 30px;
  }
  .pricing-column h4 .dollar-sign {
    position: relative;
    top: 0px;
    right: -6px;
    font-size: 15px;
    line-height: 15px;
  }
  .pricing-column .interval {
    display: block;
    padding-bottom: 17px;
    min-height: 38px;
    color: #999999;
  }
  .pricing-column ul {
    margin-left: 0px;
  }
  .pricing-column .btn{
    margin-top:25px;
  }
  .pricing-column.highlight .btn{
    margin-bottom:20px;
  }
  .pricing-table.six-cols > div {
    width: 16.5%;
  }
  .pricing-table.five-cols > div {
    width: 20%;
  }
  .pricing-table.four-cols > div {
    width: 25%;
  }
  .pricing-table.three-cols > div {
    width: 33.2%;
  }
  .pricing-table.two-cols > div {
    width: 50%;
  }


/* ------ RESPONSIVE ------ */
  @media (min-width: 992px) and (max-width: 1199px) {
    .navigation > ul > li > a{
      padding:15px 16px;
    }
    .navigation ul > li:hover > a, .navigation ul > li.current_menu_item > a{
      padding:12px 16px 15px 16px;
    }
    .flex-caption{
      margin-right:-460px;
    }
    #featured-properties .overlay{
      line-height:150px!important;
    }
    .grid-content .meta-data > span{
      padding:10px 10px;
    }
  }
  @media only screen and (max-width: 992px) {
    .sticky-wrapper{
      height:auto!important
    }
    .middle-header{
      -webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
      -moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
      box-shadow:0 1px 2px rgba(0,0,0,.1);
    }
    .main-menu-wrapper{
      height:auto;
      position:absolute;
      width:100%;
      background:#eee;
      display:none;
      z-index:9999;
    }
    .navigation > ul > li{
      display:block;
      width:100%;
      line-height: normal;
      text-align:left;
    }
    .navigation > ul > li > a{
      padding:20px 25px;
      border-bottom:1px solid #ccc;
      border-right:0;
    }
    .navigation > ul > li:hover > a{
      padding:17px 25px 20px 25px;
    }
    .navigation > ul > li:first-child a{
      border-left:0;
    }
    .navigation > ul > li:last-child a{
      border-bottom:0;
    }
    .navigation > ul > li > ul, .navigation > ul > li > ul li ul{
      position:static;
      height:auto!important;
      border-bottom:1px solid #efefef;
      top:0;
      left:0;
      -webkit-box-shadow:none;
      -moz-box-shadow:none;
      box-shadow:none;
      -webkit-border-radius:0;
      -moz-border-radius:0;
      border-radius:0;
      margin-left:0;
    }
    .navigation > ul > li > ul:before, .navigation > ul > li > ul li ul:before{
      display:none;
    }
    .flex-caption{
      margin-right:-180px;
      top:-30px;
    }/*
    .hero-slider{
      height:300px;
    }
    .hero-slider.flexslider ul.slides li{
      height:300px;
    }*/
    .site-search-module{
      position:relative;
      height:auto;
      bottom:auto;
      left:auto;
      margin-top:30px;
    }
    .site-search-module-inside{
      height:auto;
      padding-bottom:30px;
    }
    .site-search-module-inside #ads-trigger{
      display:none;
    }
    .featured-blocks .featured-block{
      margin-bottom:30px;
    }
    .bottom-blocks .column{
      margin-bottom:30px;
    }
    .block-heading h4{
      display:block;
      -webkit-border-radius:3px;
      border-radius:3px;
    }
    .block-heading .btn, .block-heading .toggle-view{
      display:none;
    }
    .agent > div > div >img{
      margin-bottom:30px;
    }
    .gallery-item .media-box img, .grid-item .media-box img{
      min-width:100%;
    }
    #featured-properties .overlay{
      line-height:auto!important;
    }
    .property-listing .property-featured-image, .agents-listing .agent-featured-image{
      margin-bottom:30px;
    }
    .register-form{
      margin-top:30px;
    }
    .right-sidebar{
      margin-top:40px;
    }
    .single-agent .img-thumbnail{
      margin-bottom:30px;
    }
    .widget-agents strong, .widget-properties .price{
      display:block;
    }
    .action-button > span{
      display:none;
    }
    .submit-description{
      margin-top:20px;
    }
    .submit-property-type, .submit-contract-type, .submit-image{
      margin-bottom:20px;
    }
    .pricing-column .features{
      margin-bottom:0;
    }
    .pricing-column.highlight {
      margin: 0;
      }
    .pricing-table > div:third-child .pricing-column-content, .pricing-table > div:nth-child(2n+1) h3 {
      border-left: 1px solid #eeeeee!important;
    }
      .pricing-column ul li:first-child {
        border-top: 1px solid #eeeeee;
      }
      .pricing-column ul li:nth-child(2n+1) {
        background-color: #f8f8f8;
      }
      .toggle .pricing-column h3 {
        font-size: 26px!important;
      }
      .pricing-column.highlight .btn{
        margin-bottom:0;
      }
    .grid-content .meta-data > span{
      padding:5px 0;
      border-right:0;
    }
      ul.timeline:before {
          left: 40px;
      }
      ul.timeline > li > .timeline-panel {
          width: calc(100% - 90px);
          width: -moz-calc(100% - 90px);
          width: -webkit-calc(100% - 90px);
      }
      ul.timeline > li > .timeline-badge {
          left: 15px;
          margin-left: 0;
          top: 16px;
      }
      ul.timeline > li > .timeline-panel {
          float: right;
      }
    ul.timeline > li > .timeline-panel:before {
      border-left-width: 0;
      border-right-width: 15px;
      left: -15px;
      right: auto;
    }
    ul.timeline > li > .timeline-panel:after {
      border-left-width: 0;
      border-right-width: 14px;
      left: -14px;
      right: auto;
    }
    
    .block-heading .toggle-view {
      float: right;
      margin-top: -48px!important;
    }
    .top .heading-pager{
      top: -50px;
    }
    .contact-info-blocks{
      text-align: center;
      margin-top:10px;
      background: #f8f8f8;
      padding: 10px 0;
      border: 1px solid #EFEFEF;
    }
    .contact-info-blocks > div > span {/*font-size: 100%;*/ line-height: 2em;}
    .contact-info-blocks > div:last-child > span > span {display: inline-block;}
    .toggle-view {
      position: relative;
      top: -65px;
    }
    /*
    .toggle-view a {color:#671313;}
    .toggle-view a.active, .toggle-view a:hover {color: #fff!important;}*/
    .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {background-color: #fff!important;}
    .site-header h1.logo{
      text-align: center;   
    }
    
  }

  @media only screen and (max-width: 479px) {
    .owl-pagination {display: none;}
  }

  @media only screen and (max-width: 767px) {
    /* Isotope */
    .isotope {
      overflow: visible !important;
      height: auto !important;
    }
    .isotope-item {
      position: static !important;
      margin-right: auto;
      margin-left: auto;
      width: auto;
      -webkit-transform: none !important;
      -moz-transform: none !important;
      -ms-transform: none !important;
      -o-transform: none !important;
      transform: none !important;
    }
    .isotope-hidden {
      display: none !important;
    }
    .grid-item{
      margin-bottom: 6%;
    }
    .grid-holder.col-2 .grid-item{
      width:95%;
    }
    .grid-holder.col-3 .grid-item{
      width:95%;
    }
    .grid-holder.col-4 .grid-item{
      width:95%;
    }
    .grid-content .meta-data > span{
      padding:10px 20px;
      border-right:1px solid #efefef;
    }
    .page-header h1{
      font-size:16px;
    }
    .hero-agent{
      display:none;
    }
    .flex-caption{
      margin-right:-110px;
    }
    .flex-caption .fa-caret-down{
      display:none;
    }
    .property-listing > ul > li, .agents-listing > ul > li{
      padding:0;
    }
    .property-listing > ul > li > div, .agents-listing > ul > li > div{
      padding-left:0;
      padding-right:0;
    }
    .property-listing > ul > li .property-info, .agents-listing > ul > li .agent-info, .agents-listing > ul > li .agent-contacts{
      padding-left:15px;
      padding-right:15px;
    }
    .agents-listing > ul > li .agent-contacts{
      padding-bottom:15px;
    }
    #gmap{
      height:200px;
    }
    .site-footer-bottom{
      text-align:center;
    }
    .site-footer-bottom .social-icons{
      margin-top:30px;
      text-align:center;
    }
    .site-footer-bottom .social-icons a{
      margin:0 4px;
    }
    .block-heading .toggle-view a:first-child+a{
      display: none;
    }
    .margin-sm-15 {margin-bottom: 15px;}
    #featured-properties .owl-theme .owl-controls .owl-pagination{
      display:none!important;
    }
    .block-heading.top{margin-bottom: 50px;}
    .heading-pager{
      width: 100%;
      text-align: center;
    }
    .top .heading-pager{
      left: 0;
      top: 50px;
      transform: none;
    }
  }

/* Color */
  .text-primary, .btn-primary .badge, .btn-link,a.list-group-item.active > .badge,.nav-pills > .active > a > .badge, p.drop-caps:first-child:first-letter, .accent-color, .post-more, ul.nav-list-primary > li a:hover, .widget_recent_comments a, .navigation > ul > li:hover > a, .flex-caption .hero-agent-contact, .property-info h4 a, .agent-info h4 a, .features-list li .icon, .property-listing h3 a, .agents-listing h3 a, .nav-tabs li.active > i, .nav-tabs li:hover > i, .location > i, .contact-info-blocks > div > i, .additional-amenities > span.available i, .error-404 h2 > i, .properties-table .action-button i, .pricing-column h3, .pagination > li > a, .pagination > li > span,.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus,
  .news ul li:before, .pocolor,
  a:hover, .testimonials > li cite a:hover, .property-listing h3 a:hover, .agents-listing h3 a:hover, .property-info h4 a:hover, .agent-info h4 a:hover,
  .toggle-view a.active, .pando-color{
    color:#cf2727!important;
    border-color: #cf2727!important;
  }
  .featured-gallery p, .post-more:hover, .widget_recent_comments a:hover, .property-info h4 a:hover{
    opacity:.9
  }
  p.drop-caps.secondary:first-child:first-letter, .accent-bg, .fa.accent-color, .btn-primary,
  .btn-primary.disabled,
  .btn-primary[disabled],
  fieldset[disabled] .btn-primary,
  .btn-primary.disabled:hover,
  .btn-primary[disabled]:hover,
  fieldset[disabled] .btn-primary:hover,
  .btn-primary.disabled:focus,
  .btn-primary[disabled]:focus,
  fieldset[disabled] .btn-primary:focus,
  .btn-primary.disabled:active,
  .btn-primary[disabled]:active,
  fieldset[disabled] .btn-primary:active,
  .btn-primary.disabled.active,
  .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary.active,
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus,
  .nav-pills > li.active > a,
  .nav-pills > li.active > a:hover,
  .nav-pills > li.active > a:focus,
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus,
  .label-primary,
  .progress-bar,
  a.list-group-item.active,
  a.list-group-item.active:hover,
  a.list-group-item.active:focus,
  .panel-primary > .panel-heading, .carousel-indicators .active, .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span, hr.sm, .flex-control-nav a:hover, .flex-control-nav a.flex-active, .accordion-heading .accordion-toggle.active, .accordion-heading:hover .accordion-toggle, .accordion-heading:hover .accordion-toggle.inactive, .nav-tabs li a:hover, .nav-tabs li a:active, .nav-tabs li.active a, .fc-event, .site-header .social-icons a, .navigation > ul > li > ul > li:hover > a, .navigation > ul > li > ul > li > ul > li:hover a, .top-header, .block-heading h4, .timeline > li > .timeline-badge, .pricing-column.highlight h3, .site-footer-bottom .social-icons a:hover,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus,
  .pobgcolor,
  #featured-properties .owl-alt-controls.owl-theme .owl-controls .owl-page.active span{
    background-color: #cf2727;
    border-color: #cf2727;
  }
  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active,
  .btn-primary.active,
  .open .dropdown-toggle.btn-primary, .next-prev-nav a:hover, .staff-item .social-icons a:hover, .site-header .social-icons a:hover,
  .page-header, .pando-bg-color{
    background: #cf2727;
    border-color: #cf2727;
  }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus,
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus,
  a.thumbnail:hover,
  a.thumbnail:focus,
  a.thumbnail.active,
  a.list-group-item.active,
  a.list-group-item.active:hover,
  a.list-group-item.active:focus,
  .panel-primary,
  .panel-primary > .panel-heading, .fc-event{
    border-color:#cf2727;
  }
  .panel-primary > .panel-heading + .panel-collapse .panel-body, .navigation ul > li:hover > a, .navigation ul > li.current_menu_item > a{
    border-top-color:#cf2727;
  }
  .panel-primary > .panel-footer + .panel-collapse .panel-body, .widget .widgettitle, .nav-tabs > li > a:hover {
    border-bottom-color:#cf2727;
  }
  blockquote{
    border-left-color:#cf2727;
  }

/* custom styles */
  .block-heading .pagination {margin: 11px 0 0 0;}
  .ui-datepicker {font-size: 12px!important;}
  #availcal #calendar{display: inline-block!important;margin: 0 -15px;}

  .calcolors > p{
    line-height: 22px;
    font-size: 12px;
  }
  .calcolors > p > span{
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 5px 10px;
    color: #AC0300;
  }
  .cal-booked {background-color: #e9a599;}
  .cal-pre {background-color: #9cca9c;}
  .cal-current {background-color: #fdefa9;}
  .cal-free {border: 1px solid #ddd!important;}

  .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {font-weight: normal!important;}

  .old_price{text-decoration: line-through; color: #cf2727; /*font-weight: bold;*/}
  .old_price.empty{text-decoration: none;}

  .sidebar .ui-datepicker-trigger, .site-showcase .ui-datepicker-trigger, #rez_form .ui-datepicker-trigger { background: none; border: 0; position: absolute; top:32px; right: 20px;}
  #rez_form .ui-datepicker-trigger { top:7px;}
  .sidebar .column {position: relative;}
  .sidebar .column .ui-datepicker-trigger{right: 10px;}

  @media (max-width: 767px) { 
      .nav-tabs > li {
          float:none;
      }
    .nav-tabs li > i{
      display: none;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .property-featured-image {height: 231px; overflow: hidden;}
    .property-featured-image img {height: 231px;}
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .property-featured-image {height: 195px; overflow: hidden;}
    .property-featured-image img {height: 195px;}
  }
  @media (min-width: 1200px) {
    .property-featured-image {height: 240px; overflow: hidden;}
    .property-featured-image img {height: 240px;}
  }

  @media (min-width: 768px) and (max-width: 991px) {
    .featured-properties-widget .property-featured-image, .infocasa .property-featured-image {height: 229px; overflow: hidden;}
    .featured-properties-widget .property-featured-image img, .infocasa .property-featured-image img {height: 229px;}
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .featured-properties-widget .property-featured-image, .infocasa .property-featured-image {height: 142px; overflow: hidden;}
    .featured-properties-widget .property-featured-image img, .infocasa .property-featured-image img {height: 142px;}
  }
  @media (min-width: 1200px) {
    .featured-properties-widget .property-featured-image, .infocasa .property-featured-image {height: 175px; overflow: hidden;}
    .featured-properties-widget .property-featured-image img, .infocasa .property-featured-image img {height: 175px;}
  }

/* Responsive Table Styles and combo */
  @media (max-width: 479px) { 
    table.responsive {
        border: none;
        display: block;
        font-size: .75em;
        width: 100%;
    }

      table.responsive thead, table.responsive tbody, table.responsive th, table.responsive td, table.responsive tr {
          display: block;
      }

      /* Hide table headers (but not display: none;, for accessibility) */
      table.responsive thead tr {
          position: absolute;
          top: -9999px;
          left: -9999px;
      }

      table.responsive tr:nth-child(odd) {
          background: #cecece;
      }

      table.responsive td {
          /* Behave  like a "row" */
          border: none!important;
          position: relative!important;
          padding: .5em 0!important;
          padding-left: 70%!important;
      }

      table.responsive td:before {
        content: attr(data-label);
          /* Now like a table header */
          position: absolute;
          top: .5em;
          left: .5em;
          width: 45%;
          white-space: nowrap;
      }
    
    .pricing-table.six-cols > div {
      margin:0 auto 30px;
      width: 100%;
    }
    .pricing-table.five-cols > div {
      margin:0 auto 30px;
      width: 100%;
    }
    .pricing-table.four-cols > div {
      margin:0 auto 30px;
      width: 100%;
    }
    .pricing-table.three-cols > div {
      margin:0 auto 30px;
      width: 100%;
    }
    .pricing-table.two-cols > div {
      margin:0 auto 30px;
      width: 100%;
    }
    .pricing-table {
      font-size: 100%;
    } 
  }

  @media (max-width: 767px) { 
    table.responsive {
        font-size: .75em;
    }
    .pricing-column h4 .dollar-sign {
      top: 0px;
      right: -6px;
      font-size: 12px;
      line-height: 12px;
    }
    .pricing-column h3{
      font-size: 18px;
      line-height: 18px;
    } 
    .pricing-column h4{
      font-size: 24px;
      line-height: 24px;
    } 
  }

  /* bootstrap tunning */

  @media (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-x: scroll;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd;
    }
    .table-responsive > .table {
      margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
      white-space: nowrap;
    }
    .table-responsive > .table-bordered {
      border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
      border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
      border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
      border-bottom: 0;
    }
  }

  .dropdown-menu {
    min-width: 100%;
  }

  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    color: #fff;
  }

  .news {
    /*
    overflow: hidden;
    padding: 15px;*/
    height: 100%;
    width: 100%;
    position: relative;
    color: #333;
    min-height: 459px;  
  }
  body.pandoapartmentses .news {
    min-height: 486px;  
  }

  .news-bg{
    /*background-size: cover;*/
    background-size: 100% 100%;
    background: no-repeat center center\0/; /* IE8 HACK */
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute; top: 0; left: 0; z-index: -2;
  }
  /*
  .news-cover{
    background: rgba(255, 255, 255, .5);
    height: 100%;
    width: 100%;
    position: absolute; top: 0; left: 0; z-index: -1;
  }
  */
  .news-inner{
    background: rgba(255, 255, 255, .8);
    
    background:none\0/;
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff,endColorstr=#80ffffff)\0/;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff,endColorstr=#80ffffff)\0/;
    zoom: 1\0/;
    
    height: 100%;
    min-height: 459px;
    width: 50%;
    /*position: absolute; top: 0; left: 0; z-index: -1;*/
    padding: 15px;
    overflow: hidden;
  }

  body.pandoapartmentses .news-inner{
    min-height: 486px;
  }

  .news ul {
  list-style: none;
  margin-top: 15px;
  margin-left: 0;
  padding-left: 0;
  }

  .news ul ul {
  list-style: none;
  }
    
  .news ul { margin-top: 10px; }

  .news ul li:before {
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
    
  }

  .news ul > li:before {
    content: "â˘";
  }

  .news ul > li:before li:before{
    content: "Âˇ";
  }

  .news h2 {font-weight: 600; color: #cf2727;font-size: 20px; line-height: 1.3em;}
  .site-showcase .full-search-form{background: #ddd;}

  @media only screen and (min-width: 320px) and (max-width: 480px) {
  }
  @media all and (-webkit-min-device-pixel-ratio: 1.5) {
    
  }
  @media (max-width: 479px) { 
    .property-info h4, .agent-info h4, .property-amenities > span{
      white-space: normal;
      overflow: auto;
      text-overflow: clip;
    }
    .property-description>p{  
      overflow: auto;
      text-overflow: clip;
      height: auto;
    } 
  }

  .block-heading .toggle-view {
    display: inline-block;
    margin-top: 0;
  }

  .map_canvas {width: 100%; height: 450px;}
  .mapview h2 {margin: 0;}
  h2+.map_canvas {margin-bottom: 30px;}
  /*.gm-style-iw+div>img{}*/
  .property-listing.mapview img {max-width: inherit;}

  .ap_map_info { width: 320px; text-align: center; min-height: 200px; margin-right: 20px;}
  .ap_map_info a {text-decoration: none;}

  .gm-style-iw, .gm-style-iw div {
    max-height: 350px;
  }

  .footer-widget h3, .full-search-form h3 {
      display: block;
      /*height: 2em;*/
    border-bottom:1px solid #cf2727;
    margin-bottom:10px;
    text-transform:uppercase;
    font-size:16px;
    color:#333;
    font-weight:400;
    line-height:1.5em;
    padding:30px 0 0 0;
  }
  .full-search-form h3 {
    padding:0;
  }
  .site-footer-boxes h3 {clear: both;}
  /*
  .footer-menu > li{
      padding-bottom: 1em;
      float: left; 
      width: 24%;
      margin-right: 1%;
  }

  .footer-menu > li > ul{
  }
  */

  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus,
  .nav-tabs > li:hover > a, .nav-tabs > li:hover > a:hover, .nav-tabs > li:hover > a:focus {border-color: transparent;}

  .contact-info-blocks a {text-decoration: none; color: #cf2727;}
  .contact-info-blocks a:hover, .contact-info-blocks a:focus, .contact-info-blocks a:ctive {text-decoration: underline;}
  hr.m10{
    margin:10px 0 5px;
  }

  .nopaddingrt {
     padding-right: 0 !important;
  }
  .nopaddinglt {
     padding-left: 0 !important;
  }
  .nopadding {
     padding: 0 !important;
  }
  .paddingrt5 {
     padding-right: 5px !important;
  }

  #rez_form .additionals a {
      display: inline-block;
      color: #cf2727;
      text-decoration: none;
      line-height: 20px;
  }

  #rez_form .additionals tr:first-child td{
      border-top: 0;
  }

  #rez_form .additionals a::before {
      font-family: FontAwesome;
      font-size: 20px;
      padding-right: 3px;
      color: #cf2727;
      content: "\f05a";
  }

  .input-inline.form-control{
    margin: 0;
    display: inline;
    width: 3em;
  }

  .is-sticky .main-menu-wrapper {box-shadow: 0 0 5px rgba(0, 0, 0, .5);}
  table.wycena tr > td:last-child {text-align: right;}
  .owl-controls{padding: 0!important;}

  #featured-properties ul.owl-carousel li.item {padding: 0 15px;}
  #featured-properties .owl-alt-controls.owl-theme .owl-controls .owl-buttons div {color: #333; background: none; font-size: 25px; padding: 0; top: 40%;}
  #featured-properties .owl-alt-controls.owl-theme .owl-controls .owl-buttons div.owl-prev { left: -20px; right: auto;}
  #featured-properties .owl-alt-controls.owl-theme .owl-controls .owl-buttons div.owl-next { right: -20px; left: auto;}

  .sidebar-widget .owl-alt-controls1.owl-theme .owl-controls .owl-buttons div {font-size: 20px; color: #fff; background: #ccc; padding: 3px 7px;}
  .sidebar-widget .owl-alt-controls1.owl-theme .owl-controls .owl-buttons div:hover {color: #777;}
  .sidebar-widget .owl-alt-controls1.owl-theme .owl-controls .owl-buttons div.owl-prev {bottom: 7px; top: auto; right: 35px; left: auto;}
  .sidebar-widget .owl-alt-controls1.owl-theme .owl-controls .owl-buttons div.owl-next {bottom: 7px; top: auto; right: 0; left: auto;}

  .btn-sm.viewmore {margin: 10px 0 0 15px; }

/* Infocasa search */
  .form-control-full {
    width: 100% !important;
    margin-top: -15px;
  }

  .form-control-half {
    float: left;
    width: 47% !important;
  }

  .form-control-half:last-child {
    float: right;
  }

  .full-search-form #searchForm {
    margin-top: -15px;
  }

   .full-search-form #searchForm div {
    overflow: hidden;
  }

   .full-search-form #searchForm > div:first-child {
    padding: 10px;
    margin: -30px -10px 10px -10px;
        background-color: #f8f8f8;
    padding-bottom: 7px;
  }
    
     .full-search-form #searchForm > div:first-child br {
      display: none;
    }

     .full-search-form #searchForm > div:first-child .label {
      margin-top: 0;
      font-size: 10px;
    }

   .full-search-form #searchForm .form-control {
    font-size: 12px;
    margin-bottom: 0;
  }

   .full-search-form #searchForm .label {
    display: block;
    clear: both;
    margin-left: -12px;
    margin-top: 10px;
    margin-bottom: 2px;
    color: #666;
    font-size: 12px;
    text-align: left;
    clear: both;
  }

   .full-search-form #searchForm #myresults {
    padding-top: 8px;
  }

   .full-search-form #searchForm .r {
    width: auto;
    overflow: visible;
  }

     .full-search-form #searchForm .r .btn {
      float: right;
      margin-top: -8px;
      padding-left: 20px;
      padding-right: 20px;
    }

   .full-search-form #rnForm {
    position: relative;
    padding: 10px;
    margin: 0 -10px;
  }

   .full-search-form #rnForm .form-control {
    margin-bottom: 0;
    padding-right: 70px;
  }

   .full-search-form #rnForm .label {
    margin-left: -10px;
    font-size: 10px !important;
  }
  .qsDouble .col-sm-6:first-child {
    padding-right: 5px;
    font-size: .9em;
  }
  .qsDouble .col-sm-6:last-child {
    padding-left: 5px;
    font-size: .9em;
  }

   .full-search-form input[type=submit] {
    border-width: 1px;
    box-shadow: none;
    text-shadow: none;
    border-radius: 3px;
    background-color: #cf2727;
    color: #fff;
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 10px 0;
    width: 100%
  }

  @-moz-document url-prefix() { 
     .full-search-form #searchForm #myresults {
      padding-top: 15px;
    }

       .full-search-form #searchForm .r .btn {
        margin-top: -20px;
      }
  }


/* Advanced search */
  #adSearchForm {
  }
    
    #adSearchForm .ds,
    #adSearchForm .dhs {
      width: 100%;
      height: auto;
    }

    #adSearchForm .dhs {
      width: 50%;
    }

    #adSearchForm .form-control {
      height: auto;
      margin: 10px 0 0 0;
      padding: 8px 12px;
      font-size: 11px;
      font-weight: 400;
    }

    #adSearchForm .hl {
      width: 33%;
      padding: 0;
      margin: 0 10px 0 0;
    }

    #adSearchForm div.label {
      display: block;
      padding: 12px 0 0 0 !important;
      color: #666 !important;
      font-size: 12px !important;
      text-align: left;
    }

    #adSearchForm .btn {
      margin-top: 10px;
      padding-left: 20px;
      padding-right: 20px;
    }

  #rnForm #rn {
    width: 100%;
  }

  #rnForm div {
    position: relative;
  }

  #rnForm .btn {
    position: absolute;
    right: 0;
    top: 0;
  }

  #rnForm .form-control {
    height: 34px;
  }

  #rnForm div.label {
    display: block;
    padding: 0 !important;
    margin-bottom: 8px;
    color: #666 !important;
    font-size: 12px !important;
    text-align: left;
  }

  .cookie-accept {position: absolute; top:0; right: 15px;}
  .cookie-policy h4 {margin-bottom: 10px;}

  .est-price{background: #5cb85c; color: #fff; padding: 15px;margin: -15px; font-weight: bold; text-align: center;}

  .pricing-table h3 span{
    display: block;
    color: #999;
    font-size: 85%;
  }

  .loader {
    background: rgba(255,255,255,.9) url('../images/ajax-circle.gif') no-repeat center 10px;
  }





/* MAIN CSS */
  /* -- GENERAL REDECLARATIONS ---------------------------------------- */
  *           {margin:0; padding:0;}
  /*
  body        {text-align:center;}
  body, tr, 
  td, input, 
  select, textarea  {font-size: 10px; font-family: verdana, arial;color:#555;}
  a:link,a:visited  {text-decoration:underline;}
  a:hover       {text-decoration:none;}
  ul, ol        {margin:0 0 10px 25px;}
  dl          {margin:0 0 10px;}
  dt          {font-weight:bold;}
  dd          {margin:0 0 3px 10px;}
  p           {margin:0px;color: #555; font-family: verdana, arial, "san serif";}
  h1          {font-size:large; margin:0 0 12px;}
  h2          {font-size:medium; margin:8px 0;}
  h3          {font-size:small; margin:6px 0 5px;}
  h4          {font-size:x-small; margin:4px 0;}
  h5          {font-size:xx-small; margin:3px 0;}
  h6          {font-size:xx-small; margin:0;}
  hr          {display:none;}
  img         {border:none;}
  acronym       {border-bottom: 1px dotted;}
  blockquote      {margin:0 25px 20px 25px; font-style:italic;}
  */
  #wrapper {width:760px; margin:0 auto; text-align:left; border-color:Gray; border-width:1px; border-style:solid;}


  /* --header -- */
  #logo       {float:left; display:inline;}
  #contact      {text-align: right; position:relative;width:750px !important; width /**/:750px; padding-bottom:5px;}
  #contact{font-family:verdana,arial,"san serif";font-size:9px;color:#555;}
  #contact a{text-decoration:underline;font-size:9px;color:#555;}

    
  /* --the main content area-- */
  #content_main     {float:right; margin:0 0 0 0; width:600px !important; width /**/:600px; display:inline; border-left:1px solid #999;}

  /* -- main menu -- */
  #menu         {float:left; margin:0 0 0 0; width:155px !important; width /**/:155px; display:inline; border-right: solid 1px #999;}

  /* --the footer-- */
  #footer       {clear:both; width: 750px !important; width /**/:750px; text-align:right; padding-top:5px; padding-bottom:5px;}
  #footer {color:#333;font-family:verdana,arial,"san serif";font-size:10px;}
  #footer a{color:#333;font-family:verdana,arial,"san serif";font-size:10px;}

  /* -- Links on top of pages */
  .pageLinks      {width: 580px !important; width /**/:580px; height:23px; text-align:right;  margin:10px 0 0 10px;color:#555;font-family:verdana,arial,"san serif";font-size:9px;color:#555;}

  .pageLinks  a{font-family:verdana,arial,"san serif";font-size:9px;color:#555;}
  .pageLinks  div{font-family:verdana,arial,"san serif";font-size:9px;color:#555;}

  #contentPane    {margin:10px;}
  #contentPane{color:#333;font-family:verdana,arial,"san serif";font-size:10px;}
  #searchForm  #adSearchForm #QSearchForm{font-size:9px;color:#555;}
  /* #adSearchForm #QSearchForm  */
  #searchForm div.label{color:#333;font-family:verdana,arial,"san serif";font-size:10px;}
  #adSearchForm div.label{color:#333;font-family:verdana,arial,"san serif";font-size:10px;}
  #QSearchForm div.label{
    color:#333;
    font-size:12px;
    font-weight: 400;
    text-align: left;
    padding: 4px 4px 4px 10px;
  }
  .multiselect .caption .text {text-transform: capitalize;}
  #resultsDiv {font-family:verdana,arial,"san serif";font-size:10px;}
  #btSearch{color:#555;font-family:verdana,arial,"san serif";}
  #btRnSearch{color:#555;font-family:verdana,arial,"san serif";}
  #rnForm div.label{color:#333;font-family:verdana,arial,"san serif";font-size:10px;}
  /*
  a:link    { font-family: verdana, arial, "san serif"; font-size:9px; color:#555;}
  a:visited { font-family: verdana, arial, "san serif"; font-size:9px; color:#555;}
  a:hover   { font-family: verdana, arial, "san serif"; font-size:9px; color: Black;}
  a:active  { font-family: verdana, arial, "san serif"; font-size:9px; color:#555;}
  */

  /* *** tool bar **** */

  .leftContent
  {
      width:180px;
  }

  div#toolbar
  {
    font-family:verdana,arial,"san serif";font-size:9px;color:#555;
    padding-top: 0;
    text-align: right;
    float:left; 
    margin:3px 0 0 0; 
    width:155px !important; 
    display:inline;
  }

  div#toolbar p
  {
    width: 155px;
    height: 22px;
    margin: 0;
    display: block;
    text-transform: capitalize;
    border-bottom: 1px solid #999;
    overflow:hidden;
  }

  * html div#toolbar p
  {
    width: 155px;
    height: 22px;
    margin: 0;
    display: block;
    text-transform: capitalize;
    border-bottom: 1px solid #999;
    overflow:visible;
  }



  #toolbar a:link
  {
    font-family: verdana;
    font-size: 11px;
    color: #333;
    text-align: left;
    vertical-align: bottom;
    font-weight: normal;
    display: block;
    line-height: 22px;
    text-decoration: none;
    width: 155px;
    height: 22px;
    background-color: transparent;
    text-indent: 13px;
  }

  #toolbar a:visited
  {
    font-family: verdana;
    font-size: 11px;
    color: #333;
    text-align: left;
    vertical-align: bottom;
    font-weight: normal;
    display: block;
    line-height: 22px;
    text-decoration: none;
    width: 155px;
    height: 22px;
    background-color: transparent;
    text-indent: 13px;
  }

  #toolbar a:hover
  {
    font-family: verdana;
    font-size: 11px;
    color: #FFF;
    text-align: left;
    vertical-align: bottom;
    font-weight: normal;
    display: block;
    line-height: 22px;
    text-decoration: none;
    width: 155px;
    height: 22px;
    background-image: url(../Images/arrow.gif);
    background-position: 195px 9px;
    background-repeat: no-repeat;
    background-color: #999;
    text-indent: 13px;
  }

  #toolbar a:active
  {
    font-family: verdana;
    font-size: 11px;
    color: #333;
    text-align: left;
    vertical-align: bottom;
    font-weight: normal;
    display: block;
    line-height: 22px;
    text-decoration: none;
    width: 155px;
    height: 22px;
    background-color: transparent;
    text-indent: 13px;
  }
  .inlineobject{display:inline;text-decoration:underline;}
  .im{ vertical-align:middle; border-width: 0;}

  .ap_box_video {
    text-align: center;
  }
  /* 2015 06 29 . Case 2835 . status */

  .sta_14_en span, .sta_14_es span, .sta_14_de span, .sta_14_fr span, .sta_14_pl span, .sta_14_ru span, .sta_14_it span, 
  .sta_15_en span , .sta_15_es span, .sta_15_de span, .sta_15_fr span, .sta_15_pl span, .sta_15_ru span, .sta_15_it span,
  .sta_13_en span , .sta_13_es span , .sta_13_de span , .sta_13_fr span , .sta_13_pl span , .sta_13_ru span , .sta_13_it span , 
  .sta_4_en span, .sta_4_es span, .sta_4_de span, .sta_4_fr span, .sta_4_pl span, .sta_4_ru span, .sta_4_it span, 
  .sta_3_en span, .sta_3_es span,.sta_3_de span,.sta_3_fr span,.sta_3_pl span,.sta_3_ru span,.sta_3_it span {
      display: inline;
      height: 120px;
      position: absolute;
      width: 158px;
      top: -95px;
      right: -4px;
  }

  .sta_14_en span{
  background: url('../Images/status/results/sold_en.png') no-repeat scroll center 16px;
  }
  .sta_14_es span{
  background: url('../Images/status/results/sold_es.png') no-repeat scroll center 16px;
  }

  .sta_14_de span{
  background: url('../Images/status/results/sold_de.png') no-repeat scroll center 16px;
  }

  .sta_14_fr span{
  background: url('../Images/status/results/sold_fr.png') no-repeat scroll center 16px;
  }

  .sta_14_pl span{
  background: url('../Images/status/results/sold_pl.png') no-repeat scroll center 16px;
  }

  .sta_14_ru span{
  background: url('../Images/status/results/sold_ru.png') no-repeat scroll center 16px;
  }
  .sta_14_it span{
  background: url('../Images/status/results/sold_en.png') no-repeat scroll center 16px;}

  .sta_15_en span{
  background: url('../Images/status/results/sold_stc_en.png') no-repeat scroll center 16px;
  }
  .sta_15_es span{
  background: url('../Images/status/results/sold_stc_es.png') no-repeat scroll center 16px;
  }
  .sta_15_de span{
  background: url('../Images/status/results/sold_stc_de.png') no-repeat scroll center 16px;
  }
  .sta_15_fr span{
  background: url('../Images/status/results/sold_stc_fr.png') no-repeat scroll center 16px;
  }
  .sta_15_pl span{
  background: url('../Images/status/results/sold_stc_pl.png') no-repeat scroll center 16px;
  }

  .sta_15_ru span{
  background: url('../Images/status/results/sold_stc_ru.png') no-repeat scroll center 16px;
  }

  .sta_15_it span{
  background: url('../Images/status/results/sold_stc_en.png') no-repeat scroll center 16px;
  }

  .sta_13_en span{
  background: url('../Images/status/results/rented_en.png') no-repeat scroll center 16px;
  }
  .sta_13_es span{
  background: url('../Images/status/results/rented_es.png') no-repeat scroll center 16px;
  }
  .sta_13_de span{
  background: url('../Images/status/results/rented_de.png') no-repeat scroll center 16px;
  }
  .sta_13_fr span{
  background: url('../Images/status/results/rented_fr.png') no-repeat scroll center 16px;
  }
  .sta_13_pl span{
  background: url('../Images/status/results/rented_pl.png') no-repeat scroll center 16px;
  }
  .sta_13_ru span{
  background: url('../Images/status/results/rented_ru.png') no-repeat scroll center 16px;
  }

  .sta_13_it span{
  background: url('../Images/status/results/rented_en.png') no-repeat scroll center 16px;
  }
  .sta_4_en span{
  background: url('../Images/status/results/reserved_en.png') no-repeat scroll center 16px;
  }
  .sta_4_es span{
  background: url('../Images/status/results/reserved_es.png') no-repeat scroll center 16px;
  }
  .sta_4_de span{
  background: url('../Images/status/results/reserved_de.png') no-repeat scroll center 16px;
  }
  .sta_4_fr span{
  background: url('../Images/status/results/reserved_fr.png') no-repeat scroll center 16px;
  }
  .sta_4_pl span{
  background: url('../Images/status/results/reserved_pl.png') no-repeat scroll center 16px;
  }
  .sta_4_ru span{
  background: url('../Images/status/results/reserved_ru.png') no-repeat scroll center 16px;
  }
  .sta_4_it span{
  background: url('../Images/status/results/reserved_en.png') no-repeat scroll center 16px;
  }
  .sta_3_en span{
  background: url('../Images/status/results/offer_made_en.png') no-repeat scroll center 16px;
  }
  .sta_3_es span{
  background: url('../Images/status/results/offer_made_es.png') no-repeat scroll center 16px;
  }
  .sta_3_de span{
  background: url('../Images/status/results/offer_made_de.png') no-repeat scroll center 16px;
  }
  .sta_3_fr span{
  background: url('../Images/status/results/offer_made_fr.png') no-repeat scroll center 16px;
  }
  .sta_3_pl span{
  background: url('../Images/status/results/offer_made_pl.png') no-repeat scroll center 16px;
  }
  .sta_3_ru span{
  background: url('../Images/status/results/offer_made_ru.png') no-repeat scroll center 16px;
  }
  .sta_3_it span{
  background: url('../Images/status/results/offer_made_en.png') no-repeat scroll center 16px;
  }

  .imagestatusdetails{
    display: block; 
    opacity: 1; 
    min-width: 0px; 
    min-height: 0px; 
    max-width: none; 
    max-height: none; 
    width: 566px; 
    height: 378px; 
    position: absolute; 
    top: 0px; 
    left: 132px; 
    cursor: pointer; 
    transform: translate3d(0px, 0px, 0px); 
    z-index: 2;
  }

  .galleria-container.fullscreen .imagestatusdetails{
    right: 0; 
    left: auto;
  }

  .spanstatusdetails{
  background: url('../Images/status/details/details_rented_en.png') no-repeat scroll center center;
  }
  /*
  .sta_det_13_en{
  background: url('../Images/status/details/details_rented_en.png') no-repeat scroll center center;
  }
  */
  /*
  .sta_det_13_en div div.galleria-stage{
  background: url('../Images/status/details/details_rented_en.png') no-repeat scroll center center;
  }
  */
  /*
  .sta_det_13_en img{
  background: url('../Images/status/details/details_rented_en.png') no-repeat scroll center center;
  }
  */

  .sta_det_13_en .galleria-image{
  background: url('../Images/status/details/details_rented_en.png') no-repeat scroll center center;
  }

  .sta_det_13_en  .galleria-image.image:after {
              content: url("../Images/status/details/details_rented_en.png");
              position: absolute;
              left: 33px;
              top: 20px;
              z-index: 100;
  }
  #reference h1.header{
  font-size: 14px;
  }

  .infocasa .property-info h4 {padding-bottom: 10px;}

  #ic-areaFree {
    background-color: #f8f8f8;
    padding: 0 10px
  }
  .full-search-form label {
    display: block;
    padding-top: 3px
  }


  @media (max-width: 768px) {
    .qsDouble .col-sm-6:first-child,
    .qsDouble .col-sm-6:last-child {padding-right: 15px;padding-left: 15px}
  }