/* ----------------------- MOBILE FIRST ----------------------- */

@media (min-width: 576px) {
  
  .slideshow .slide .caption {
    transform: scale(.7);
  }
  
  .images-layout-3 .caption {
    transform: scale(.7);
  }
  
  .bg-attachment-fixed {
    background-attachment: fixed !important;
  }
  
  .timeline.timeline-layout-1:before {
    display: block;
  }
  
  .timeline-layout-1 .timeline-content::before {
    display: block;
  }
  
  .timeline-layout-1 .timeline-entry {
    padding-left: 180px;
  }
  
  .timeline-layout-1 .timeline-title {
    position: absolute;
    margin: 0;
    width: 150px;
  }
  
}

@media (min-width: 768px) {
  
  .slideshow .slide .caption {
    transform: scale(.8);
  }
  
  .images-layout-3 .caption {
    transform: scale(.8);
  }
  
  #sitetitle ul {
    padding: 8px 0;
    float: right;
  }
  
  .timeline-layout-2:before {
    display: block;
  }
  
  .pagelayout-full .columns-wide.block-outer .col-count-1 .block-content {
    padding: 60px 45px 30px 0;
    max-width: 330px;
    margin-left: auto;
  }

  .pagelayout-full .columns-wide.block-outer .col-count-2 .block-content {
    padding: 60px 0 30px 45px;
    max-width: 330px;
  }
  
}

@media (min-width: 992px) {
  
  .slick-prev,
  .slick-next {
    display: block !important;
  }
  
  .slideshow .slide .caption {
    transform: scale(.9);
  }
  
  .images-layout-3 .caption {
    transform: scale(.9);
  }
  
  #sitetitle {
    padding: 30px 0 15px 0;
  }
  
  #bottom {
    padding: 60px 0 30px 0;
  }
  
  #footer {
    padding: 30px 0 30px 0;
  }
  
  .pagelayout-full .columns-wide.block-outer .col-count-1 .block-content {
    max-width: 450px;
  }

  .pagelayout-full .columns-wide.block-outer .col-count-2 .block-content {
    max-width: 450px;
  }

}


@media (min-width: 1200px) {

  .slideshow .slide .caption {
    transform: scale(1);
  }
  
  .images-layout-3 .caption {
    transform: scale(1);
  }
  
  .pagelayout-container-sidebar .col-main {
    padding-left: 45px;
  }
  
  .pagelayout-container-sidebar #content {
    padding: 60px 0 30px 0;
  }
  
  .pagelayout-full .columns-wide.block-outer .col-count-1 .block-content {
    max-width: 540px;
  }

  .pagelayout-full .columns-wide.block-outer .col-count-2 .block-content {
    max-width: 540px;
  }
   
}

@media (min-width: 1400px) {

  .container {
    max-width: 1340px;
  }
  
  .pagelayout-full .columns-wide.block-outer .col-count-1 .block-content {
    max-width: 640px;
  }

  .pagelayout-full .columns-wide.block-outer .col-count-2 .block-content {
    max-width: 640px;
  }
   
}

/* ----------------------- NON MOBILE FIRST ----------------------- */

@media only screen and (max-width : 1199.98px) {
  
}

@media only screen and (max-width : 991.98px) {
  
}

@media only screen and (max-width : 767.98px) {
  
  .table-full-responsive thead {
    display: none !important;
  }
  
  .table-full-responsive td {
    width: 100% !important;
    float: left;
  }
  
  .table-full-responsive .table-header-true td::before {
    content: attr(data-label);
    word-break: break-word;
    display: inline-block;
    width: 40%;
    opacity: .6;
  }
  
  .table-full-responsive .table-header-true td span {
    float: right;
    display: block;
    width: 60%;
  }
  
  .bg-attachment-parallax {
    background-attachment: scroll !important;
    background-position: center center !important;
  }
  
  .active-fixed {
    padding-bottom: 55px;
  }
  
  #fixed {
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #e3e3e3;
  }
  
  #fixed a {
    height: 55px;
    border: 0 none;
    padding: 0;
    float: left;
    text-align: center;
    border-right: 1px solid #e3e3e3;
  }
  
  #fixed a:last-child {
    border-right: 0 none;
  }
  
  #fixed a i {
    position: relative;
    width: 100%;
    font-size: 20px;
  }
  
  #fixed a span {
    display: none;
  }
  
  #fixed.fixed-1 a {
    width: 100%;
  }
  
  #fixed.fixed-2 a {
    width: 50%;
  }
  
  #fixed.fixed-3 a {
    width: 33.332%;
  }
  
  #fixed.fixed-4 a {
    width: 25%;
  }
  
  #fixed.fixed-5 a {
    width: 20%;
  }
  
  #fixed.fixed-6 a {
    width: 16.665%;
  }
  
  #fixed.fixed-7 a {
    width: 14.280%;
  }
  
  #fixed.fixed-8 a {
    width: 12.5%;
  }
  
  #fixed.fixed-9 a {
    width: 11.110%;
  }
  
  #fixed.fixed-10 a {
    width: 10%;
  }
  
  #menu .col-left a.logo-image {
    padding: 25px 10px 25px 0;
  }

  #menu .col-left a.logo-image img {
    height: 50px;
  }

}

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

}

@media only screen and (max-width : 320px) {
  
}

