@media screen and (max-width:1100px) {
  header .header-logo {
      width: 250px;
  }
}
@media screen and (max-width:1024px) {

  footer.cell {
    padding-left: 25px;
    padding-right: 25px;
  }
  
  footer .address {
    width: 55%;
  }
  footer .footer-logo {
    width: 38%;
  }
  
  #nav-btn, 
  #nav-close-btn{
      font-size: 20px;
      transition: all 0.5s ease 0s;
  }
  #nav-btn {
      display: block;
      margin: 0 30px;
      -webkit-transform: translateY(calc(50% - 15px)); 
      position: absolute;
      align-self: center;
      right: 25px;
      color: rgb(27, 27, 27);
      top: 45px;
  }
  #nav-close-btn {
      position: absolute;
      top: 35px;
      right: 45px;
      display: block !important;
      z-index: 5;
      color: rgb(27, 27, 27);
  }
  #nav-close-btn:hover,
  #nav-btn:hover {
    color: rgb(178, 96, 0) !important;
  }
  .main-nav{
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      width: 0;
      margin: 0;
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      color: #fff;
      background-color: #FFF;
      overflow: hidden;
      overflow-y: auto;
      z-index: 300;
      padding: 0;
  }
  .open .main-nav{
      width: 100%;
  }
  .main-nav nav{
      position: relative;
      min-width: 550px;
      padding: 100px 60px 40px 40px;
      text-align: left;
  }
  .nav-menu{
      display: block;
      margin: 100px 50px !important;
      padding: 0;
      text-align: inherit;
  }
  .nav-menu > li {
      display: block;
      margin: 0;
      padding: 0;
  }
  .nav-menu > li:not(:last-child) {
      margin-right: 0;
  } 
  .main-nav, 
  .main-nav nav, 
  .nav-menu,
  .nav-menu > li {
      height: auto;
  }
  .nav-menu > li > a{
      display: block;
      padding: 17px 40px 12px 15px;
      border-left: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      text-transform: none;
      font-size: 24px;
      color: rgb(27, 27, 27);
      text-align: left;
      white-space: pre-wrap;
  }
  .nav-menu li.has-child:after {
    content: '\f107';
    color: rgb(27, 27, 27);
  }
  .sub-menu li {
    text-align: left;
  }
  .main-nav .btn {
      display: block;
      padding: 17px 40px 12px 15px;
      border-left: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      text-transform: uppercase;
      font-size: 18px;
      color: inherit;
      text-align: left;
      white-space: pre-wrap;
      background-color: transparent!important;
      border-radius: 0px;
      top: 0px;
  }
  .nav-menu > li:last-child {
      margin-left: 0;
  }
  .sub-menu:before {
      content: none;
  }
  .sub-ctrl{
      position: absolute;
      top: 2px;
      right: 0;
      width: 30px;
      height: 60px;
      text-align: center;
      cursor: pointer;
      z-index: 1;
      display: flex;
      align-items: center;
  }
  .sub-ctrl:after{
      content: '';
      width: 9px;
      height: 9px;
      border-top: 3px solid #fff;
      border-right: 3px solid #fff;
      transform-origin: center;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  .sub-ctrl.show:after{
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
  }
  .sub-menu {
      position: static;
      display: none;
      min-width: 100%;
      width: 100%;
      margin: 0;
      border: 0;
      padding: 18px 25px 10px;
      text-align: inherit;
      -webkit-transform: none;
      transform: none;
      transition: none;
      box-shadow: none;
      background-color: transparent;
      font-weight: normal;
      opacity: 1;
      visibility: visible;
  }
  .sub-menu li:not(:last-child) a {
      border-bottom: none;
  }
  .sub-menu li a:before {
      content: none;
  }
  .sub-menu li a {
    font-size: 16px !important; 
    text-transform: none !important;
  }
  .sub-menu li:not(:last-child) {
      margin-bottom: 10px;
  }
  .sub-menu li a {
      text-transform: none;
      font-size: 20px;
      padding: 7px 0;
      font-weight: normal;
      text-transform: uppercase;
      margin: 0;
  }
  .sub-menu li:hover {
      background-color: transparent;
  }
  
}
/*******************************************
********************************************
RESPONSIVE STYLES */

@media screen and (max-width: 1100px) {
  
  #choose.table > .cell, #faq.table  > .cell, #form.table > .cell {
    padding-left: 20px;
    padding-right: 20px;
  }
  #faq .cell.faq-box {
    margin-left: 0;
  }
  .container {
    padding: 0px;
  }
}

@media screen and (max-width:900px) {
  .scrolling .arrow-top {
    background-color: #433a38;
    height: 35px;
    background-position: top center;
    width: 50px;
    right: 0;
  }
  .nav-bg {
    background: #433a38;
    right: 50px;
    position: absolute;
  }
  .main-nav ul {
    padding-right: 20px;
  }
  .main-wrapper{
    padding-left: 0;
  }
  #faq.table{
    height: 100%;
    min-height: 500px;
    max-height: 500px;
  }
  #faq .cell.faq-box{
    position: relative;
    max-width: 100%;
    top: 0;
    bottom: 0;
  }
  #choose .table:last-child .cell:first-child{
    display: none;
  }
  #choose .table:last-child .cell{
    padding-left: 0;
    padding-right: 20px;
  }
  .arrow-down{
    display: none;
  }
  .unslider-nav{
    bottom: 10px;
  }
  #contact .inner-wraper,
  .inner-wraper{
    max-width: 100%;	
  }
  
  #connect .table.page,
  #connect .table.page > .cell {
    display: block;
  }
  
  #connect.table .page:first-child > .cell:after {
    content: none;
  }
  
  #connect.table .page:first-child > .cell {
    padding: 15px 15px 10px;
  }
  #connect.table .page:first-child > .cell:last-child {
    width: 100%;
    text-align: center;
  }
  #soc-facebook-btm {
    margin-top: 10px;	
  }
  
  .soc-cont-box > a {
    width: 50%;
    height: 250px;
  }
  
  #estates .property-item,
  #estates .property-item:nth-child(3n-1) {
    width: 47%;
    max-width: 480px;
    margin-left: 0;
    margin-right: 0;
    
  }
  #estates .property-item:nth-child(2n) {
    margin-left: 4.5%;
  }
  
/*
  .details-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
*/
  #property-listings .pagination {
    display: block;
  }
  #property-listings .pagination > .cell {
    display: inline-block;
    width: 48%;
  }
  #property-listings .pagination > .cell:nth-child(2n-1) {
    text-align: right !important;
  }
  #property-listings .pagination > .cell:nth-child(2n) {
    margin-left: 2.5%;
    text-align: left !important;
  }
  #property-listings .pagination > .cell:first-child {
    width: 140px;
  }
  #property-listings .pagination > .cell:last-child {
    width: 110px;
  }
  
  .details-feature > .table:not(.details-descr),
  .details-feature > .table:not(.details-descr) > .cell {
    display: block;
    width: 100%;
  }
  
  .details-feature .table:not(.details-descr) > .cell:first-child {
    padding-right: 0;
  }
  .details-feature .table:not(.details-descr) > .cell:last-child {
    padding-left: 0;
  }
  
  .details-feature .table:not(.details-descr) .table .row .cell.ttl {
    white-space: normal;
  }
}

@media screen and (max-width:850px) {
  
  #details .col.one,
  #details .col.two {
    display: block;
    width: 100%;
    margin-left: auto !important;
  }
  
  .non-nic .details-thumb > .table {
    display: block;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .non-nic .details-thumb > .table > .cell {
    display: inline-block;
    width: 30%;
    margin: 6px !important;
  }
  
  .non-nic .pagination {
    position: relative !important;
    display: block !important;
    padding-bottom: 100px !important;
    text-align: right;
  }
  .non-nic .pagination > .cell {
    display: inline-block !important;
  }
  
  .non-nic .pagination > .cell:first-child {
    float: left !important;
  }
  
  .non-nic .details-links {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .non-nic .details-links .table {
    display: block;
  }
  .non-nic .details-links .cell {
    display: inline-block;
    height: auto;
  }
  
  #estates .property-item {
    padding: 15px 0;
  }
  
  .staff-list > li,
  .staff-list > li:nth-child(3n-1) {
    width: 40.5%;
    display: inline-block;
    margin: 10px 0;
  }
  
  .staff-list > li:nth-child(2n) {
    margin-left: 15%;
  }
}

@media screen and (max-width:770px) { /* Tablet View */

  /* iOS Clicking Fix */
  body {
    cursor: pointer;
  }
  
  .pagination {
    margin-top: 30px;
  }

  .slider .slick-dots {
    bottom: 25px;
  }
  
  .about-page.table .cell:not(:first-child) .img-box {
    margin-top: 25px;
  }

  .sub-banner.top-banner {
    height: 170px;
  }
  
  .sub-banner + .page-info {
    margin-top: 25px;
  }
  
  .page-content {
    padding-bottom: 35px;
  }
  
  .table.page {
    padding: 0 20px;
  }
  
  .alert-box {
    padding: 12px 20px;
  }
  
  #main .table.page,
  #main .table.page > .cell,
  .col-right,
  .col-left,
  #nic_estate_info,
  .staff-details .col-left,
  .staff-details .col-left {
    display: block;
    width: 100%;
  }
  
  .about-page.table > .cell + .cell {
    margin-top: 30px;
  }
  
  .col-right {
    padding-left: 0;
    margin-left: auto !important;
  }
  /*#footer .table.page > .cell {
    display: table-cell;
  }*/
  
  .jb-logo {
    width: 100px;
  }
  a#powered {
    float:right;
  }
  
  .about-page.table h1,
  .about-page.table h2,
  .callout.table h2 {
    padding: 35px 0 20px;
  }
  
  .about-page.table .info-box,
  .banners-right .info-box,
  .callout .info-box {
    display: block;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    
    height: 80%;
    width: 80%;
    right: 10%;
    left: 10%;
    top: 10%;
    bottom: 10%;
  }
  .about-page.table .info-box > *,
  .banners-right .info-box > *,
  .callout .info-box > * {
    max-width: 100%;
  }
  
  .callout-msg {
    text-align: center;
    padding-left: 0 !important;
  }
  
  .callout-btn {
    margin: 10px auto 0;
  }
  
  .staff-details .col-right {
    margin-top: 20px;
  }
/*
  .main-wrapper > section:not(#callout):not(#signup),
  #callout.table > .cell,
  #signup.table > .cell,
  .footer-top, .footer-bottom {
    padding-left:2%;
    padding-right:2%;
  }
*/
  #nic_estate_info.table .page .cell {
    display: block !important;
  }
  #nic_estate_info.table .page .cell:first-child {
    width: 100%;
    padding-right: 0;
  }
  #nic_estate_info.table .page .cell:nth-child(2) {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  
  #nic_estate_info.table > .cell {
    padding-bottom: 50px;
  }
  
  .details-thumb {
    height: auto;
  }
  .details-thumb .table {
    display: block;
    text-align: center;
  }
  .details-thumb .cell {
    display: inline-block;
    width: 32%;
  }
  .details-thumb .cell > .relative {
    display: block;
  }
  .details-thumb .cell:nth-child(n+4) {
    margin-top: 15px;
  }
  
  .details-desc,
  .details-descr > .cell {
    display: block;
    width: 100%;
  }
  .details-descr > .cell:first-child {
    padding-right: 0;
    margin-bottom: 15px;
  }
  
  #nic_estate_info .staff-photo {
    width: 175px;
    padding-bottom: 175px;
    display: inline-block;
    vertical-align: top;
  }
  #nic_estate_info .staff-photo + p {
    display: inline-block;
    vertical-align: top;
    padding-top: 15px;
    padding-left: 20px;
    width: calc(100% - 190px);
  }
  #nic_estate_info.table .page .cell {
    padding-top: 25px;
  }
  #nic_estate_info.table .page .cell:last-child {
    padding-left: 0;
    border-top: 2px solid #282828;
    margin-top: 15px;
  }
  .non-nic #nic_estate_info.table .page .cell:last-child {
    border-top: none;
  }
  
  #properties.table > .cell {
    padding-bottom: 40px;
  }
  
  .events-box li .ev-date {
    padding-left: 38px;
    width: 95px;
  }
  .events-box li .ev-name {
    padding: 0 12px;
  }
  .events-box .ev-photos-small {
    width: 130px;
  }
  
  .events-box .ev-share {
    width: 38px;
  }
  .events-box .ev-head .ev-ctrl {
    width: 52px;
  }
  
  .tab-labels .tab {
    font-size: 13px;
    padding: 10px 6px;
  }
  .tab-labels .tab + .tab {
    margin-left: 5px;
  }
}

@media screen and (max-width:670px) { /* Phone View */

/*
  .inner #header,
  .fixed-header .home #header {
    height: ;
  }
*/

  .nav-btm{
    display: none !important;
  }
  .nav{
     width: 100%;
  }
  
  h1,
  .top-banner .large-heading {
    font-size: 36px;
  }
  h2 {
    font-size: 38px;
    line-height: 1.5 !important;
  }
  #faq .table h2 {
    line-height: 24px;
    padding-top: 30px;
  }
  #faq  ul {
    padding-top: 0;
  }
  #about.table h2, 
  #choose.table h2,
  #gallery.table h2,
  #contact.table h2 {
    padding-bottom: 20px;
  }
  #choose.table h2,
  #faq.table h2,
  #gallery.table h2 {
    text-align: center;
  }
  #about.table > .cell,
  #choose.table > .cell,
  #gallery.table > .cell > .table:first-child .cell,
  #contact.table > .cell,#form.table
  {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #choose .table:last-child .cell{
    display: block;
  }
  #choose .page p {
    line-height: 20px;
    margin-bottom: 10px;
  }
  .gallery-box .row > .cell{
    display: block;
    padding: 20px;
  }
  #faq .cell.faq-box{
    padding: 0 15px 30px;
    overflow: hidden;
    height: 100%;
  }
    
  #faq ul li {
    padding: 10px 0;
  }
  #faq ul li:after {
    content: none;
  }
  #contact .table.info,
  #contact .table.info .cell{
    display: block;
    white-space: normal;
  }
  #contact i{
    width: 100%;
    display: block;
    margin: 5px 0;
  }
  
  .soc-cont-box > a {
    display: block;
    width: 100%;
    height: 220px;
  }
  .soc-cont-post {
    height: 92%;
    width: 90%;
    top: 4%;
    left: 5%;
  }
  .prop-sort-select {
    width: 180px;
  }
  .ttl-line {
    margin-top: 10px;
  }
  
  .search-box-large .table:nth-child(2),
  .search-box-large .table:nth-child(2) .cell {
    display: block;
    width: 100%;
  }
  
  .search-box-large .table:nth-child(3) {
    display: block;
  }
  .search-box-large .table:nth-child(3) .cell {
    display: inline-block;
    width: 48%;
  }
  .search-box-large .table:nth-child(3) .cell:nth-child(2n) {
    margin-left: 2.5%;
  }
  
  #estates .property-item,
  #estates .property-item:nth-child(3n-1),
  #estates .property-item:nth-child(2n) {
    width: 100%;
    max-width: 600px;
    margin: 10px auto;
  }
  
  .search-box-large .table:last-child .cell:first-child {
    margin: 0 auto;
    width: auto;
  }
  
  .search-box-large .table:last-child,
  .search-box-large .table:last-child .cell {
    display: block;
    width: 100%;
    text-align: center !important;
  }
  .search-box-large .table:last-child .cell {
    padding-top: 15px;
  }
  
  .search-adv-link {
    display: inline-block;
  }
  
  .details-info,
  .details-links {
    display: block;
    width: 100%;
  }
  
  .details-top .cell {
    padding-bottom: 15px;
  }
  
  #property-listings .pagination > .cell:first-child {
    width: 120px;
  }
  
  .tab-labels .tab {
    font-size: 12px;
    padding: 10px 4px;
  }
    .footer-loc {
    margin-left: 0px;
  }
  .footer-top .logo-bottom {
    margin-left: 0px;
  }
  
}

@media screen and (max-width: 540px) {
  .logo-bottom {
    margin-left: 0px;
  }
  .events-box .ev-head {
    display: block;
    height: auto;
  }
  .events-box li > .ev-head {
    font-size: 0;
  }
  .events-box li > .ev-head > * {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
  }
  .events-box li > .ev-head > *:nth-child(n+3) {
    vertical-align: middle;
  }
  .events-box li .ev-name {
    width: calc(100% - 95px);
    margin-bottom: 35px;
  }
  .events-box .ev-head .ev-photos-small {
    width: 130px;
  }
  .events-box .ev-photos {
    display: inline-block;
    text-align: left;
  }
  .events-box .ev-head .ev-ctrl {
    width: calc(100% - 38px);
  }
  .events-box .ev-photos-small + .ev-ctrl {
    width: calc(100% - 168px);
    padding: 10px;
  }
  
  .events-box .ev-content .cell {
    display: block;
    padding-left: 9px;
    padding-right: 9px;
  }
  
  .events-box .ev-content {
    text-align: center;
  }
  
  .events-box .img-box {
    display: block;
    overflow: hidden;
    max-width: 230px;
    max-height: 220px;
    margin: 0 auto;
  }
  
  .events-box .ev-content .view-btn {
    display: block;
    margin: 25px auto 0;
  }
  
  .prop-status {
    min-width: 0;
  }
  
  .details-img .prop-status {
    width: auto;
  }
  
  .details-wrapper .highslide:not(.no-hov):after {
    margin-top: 10px;
  }
  
  .details-img,
  .details-img .cell,
  #map-canvas {
    display: block;
    width: 100% !important;
  }
  
  .details-img .cell,
  #map-canvas {
    height: 250px !important;
  }
}

@media screen and (max-width:480px) {
  
  .property-item .count-bedrooms {
    padding-left: 31px;
  }
  .property-item .count-bath-rooms {
    padding-left: 50px;
  }
  .property-item .count-photos {
    padding-left: 42px;
  }
  .property-item .attribute-list {
    padding: 15px 6px;
  }
  
  .inner #header,
  .fixed-header .home #header {
    height: 116px;
  }
  .inner {
    padding-top: 116px;
  }
  
  
  .staff-list > li,
  .staff-list > li:nth-child(3n-1),
  .staff-list > li:nth-child(2n) {
    width: 100%;
    margin: 15px auto !important;
  }
  
  .nav {
    min-width: 287px;
  }
  
  #callout {
    text-align: center;
  }
  
  #callout .table.page,
  #callout .cell {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
  
  #callout .contact-btn {
    margin-top: 15px;
  }
  #callout .callout-btn {
    margin-left: auto;
    margin-right: auto;
  }
  
  .tab-section {
    margin: 10px auto;
    border-bottom: none;
  }
  .tab-labels {
    display: block;
    text-align: center;
    margin-left: 0;
  }
  
  .tab-labels .tab,
  .tab-labels .tab + .tab {
    font-size: 14px;
    width: 48%;
    margin-left: 0;
    text-align: center;
    border-bottom: 1px solid #282828;
  }
  .tab-labels .tab:nth-child(2n) {
    margin-left: 2.5%;
  }
  .tab-labels .tab:nth-child(n+3) {
    margin-top: 10px;
  }
  
  .checkbox.align-right {
    text-align: center !important;
  }

  #connect.table h2 {
    font-size: 28px
  }
  
  .non-nic .details-thumb > .table > .cell,
  .non-nic .details-thumb > .table > .cell:nth-child(n+4) {
    width: 45%;
  }
  
  .details-thumb .view-overlay a:after,
  .details-wrapper .details-thumb .view-overlay a:after {
    max-width: 90%;
  }
  
  #footer .table.page {
    display: block;
    padding: 15px;
  }
  
  #footer .table.page > .cell {
    display: inline-block;
    width: 45%;
    height: auto;
    padding-right: 12px;
  }
  .footer-top .table.page > .cell:nth-child(2) {
    margin-left: 2.5%;
  }
  #footer .table.page > .cell:last-child {
    width: 100%;
    text-align: center !important;
    margin-top: 15px !important;
  }
  
  #footer .footer-bottom .table.page .cell {
    display: block;
    width: 100%;
  }
  a#powered {
    float: none;
    text-align: center;
    margin: 5px auto 0;
  }
}

@media screen and (max-width: 420px) {

  #nic_estate_info .staff-photo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  #nic_estate_info.table .page .cell:last-child {
    text-align: center;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  #nic_estate_info .staff-photo + p {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
  
  .non-nic .details-descr > .table,
  .non-nic .details-descr > .table .row,
  .non-nic .details-descr > .table .cell  {
    display: block !important;
    width: 100% !important;
  }
  .non-nic .details-descr > .table .cell {
    padding: 6px 0;
  }
  .non-nic .details-descr .table .row:nth-child(2) .cell:first-child:after {
    content: "";
    display: block;
    position: absolute;
    width: 80%;
    height: 1px;
    background: #5c7087;
    bottom: -1px;
    left: 50%;
    margin-left: -40%;
  }
  
  .non-nic .pagination {
    text-align: center;
  }
  
  .non-nic .pagination > .cell:first-child {
    display: block !important;
    float: none !important;
    margin-bottom: 20px;
  }
  
  .footer-bottom {
    height: auto;
    text-align: center;
  }
  .footer-bottom .table,
  .footer-bottom .table .cell {
    display: block;
    width: 100%;
  }
  #connect.table .hashtag {
    font-size: 17px;
    padding-top: 10px;
  }
  .soc-cont-post p {
    font-size: 15px;
  }
  
  #footer .table.page > .cell:nth-child(2) {
    width: 47%;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 380px) {
  
  .logo-gray {
    width: 100%;
    height: 73px;
    background-size: contain;
  }
  
  .search-box-large .cell {
    padding: 4px;
  }
  .search-box-large .table:nth-child(3) .cell {
    display: block;
    width: 100%;
    margin-left: auto !important;
  }
  
  .main-nav ul li a {
    font-size: 16px;
  }
  #contact.table > .cell {
    font-size: 14px;
  }
  
  .details-img,
  .details-img .cell,
  #map-canvas {
    height: auto !important;
    min-height: 200px;
  }
  
  .details-thumb .cell > .relative {
    height: 85px;
  }
  
  .details-thumb > .table > .cell,
  .details-thumb > .table > .cell:nth-child(n+4) {
    width: 48%;
    height: 85px;
    margin: 5px auto;
  }
  
  .non-nic .details-thumb > .table > .cell {
    height: 115px;
  }
  
  .details-wrapper h2 {
    font-size: 28px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 360px) {
  
  #property-listings .pagination > .cell:nth-child(-n+2) {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    margin-left: 0 !important;
  }
  #property-listings .pagination > .cell:nth-last-child(2) {
    width: calc(100% - 120px) !important;
    display: inline-block !important;
  }
  #property-listings .pagination > .cell:last-child {
    margin-left: 0 !important;
    text-align: left !important;
  }
  
  
  .pagination .next-list,
  .pagination .prev-list {
    margin-top: 2px;
  }
  
  .details-img .prop-status,
  .prop-status {
    top: 0;
    bottom: auto;
  }
  
  .details-descr > .cell:nth-child(2) > .table,
  .details-descr > .cell:nth-child(2) > .table > .row,
  .details-descr > .cell:nth-child(2) > .table > .row > .cell {
    display: block;
    width: 100%;
  }
  
  .details-descr .table {
    height: auto;
  }
  
  .details-descr .table .cell {
    padding: 6px 16px;
  }
  
  .details-descr .table .row .cell:first-child:after,
  .details-descr .table .row .cell:last-child:after {
      content: "";
      display: block;
      position: absolute;
      width: 80%;
      height: 1px;
      background: #5c7087;
      bottom: -1px;
      left: 50%;
      margin-left: -40%;
    }
    .details-descr .table .row:last-child .cell:last-child:after {
    content: none;    
    }
  
}
