/* -----------------------------------------------------------------------------
/* ----------------------------- LANDSCAPE -------------------------------------
   -------------------------------------------------------------------------- */

/* XXSMALL */
@media screen and (min-width:480px) and (orientation: landscape) {
  #footer {
    min-height: 80px;
    padding-top: 80px;
    padding-bottom: 0;
    background: white;
    border-top: 6px solid rgb(23, 188, 146);
  }
  .followus {
    position: relative;
    float: left;
    width: 45%;
    height: auto;
    top: 0;
    left: 0;
    text-align: center;
    padding-bottom: 20px;
    border-right: 1px solid rgb(23, 188, 146);
  }
  .followus .footerlogo {
    position: relative;
    float: left;
    width: 100%;
    height: 140px;
    top: 0;
    left: 0;
    background-image: url('../../img/logo/lifterlifelogo.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
  }
  .followus h5 {
    font-size: 16px;
    color: rgb(60,60,60);
  }
  .followus p, .followus a {
    font-size: 0.6em;
    color: rgb(60,60,60);
  }
  .followus a {
    font-size: 1em;
  }
  .followus a:hover {
    color: rgb(23, 188, 146);
  }
  .chatfooter {
    position: relative;
    float: left;
    width: calc(100% - 40px);
    height: auto;
    top: 0;
    left: 0;
    margin: 20px;
    margin-top: 8px;
    margin-bottom: 0;
    cursor: pointer;
  }
  .chatfooter.whatsapp {
    background: rgb(37, 211, 102);
  }
  .chatfooter.whatsapp:hover {
    background: rgb(57, 231, 122);
  }
  .chatfooter.messenger {
    background: rgb(0,132,255);
  }
  .chatfooter.messenger:hover {
    background: rgb(20,152,275);
  }
  .chatfooter p {
    text-transform: uppercase;
    line-height: 30px;
    font-size: 14px;
    color: white;
  }
  .footerlinks {
    position: relative;
    float: left;
    width: calc(55% - 21px);
    height: auto;
    top: 0;
    left: 0;
    margin-left: 20px;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .footerlinks .footerslogan {
    position: absolute;
    width: calc(100% - 40px);
    height: 60px;
    top: 40px;
    left: 40px;
    display: none;
  }
  .footerslogan h4 {
    font-size: 3em;
    line-height: 60px;
    color: rgb(120,120,120);
  }
  .footercolumn {
    position: relative;
    float: left;
    width: calc(100% - 16px);
    height: auto;
    top: 0;
    left: 0;
    margin-right: 0px;
    margin-bottom: 20px;
    border-left: 6px solid rgb(60,60,60);
    padding-left: 10px;
    display: none;
  }
  .footercolumn.mobile {
    display: block;
  }
  .footercolumn:hover {
    border-color: rgb(23, 188, 146);
  }
  .footercolumn a, .footercolumn p {
    font-size: 12px;
    line-height: 13px;
    color: rgb(60,60,60);
  }
  .footercolumn p {
    margin-top: 4px;
  }
  .footercolumn a:hover {
    color: rgb(23, 188, 146);
  }
  .copyright {
    position: relative;
    float: left;
    width: 100%;
    height: 24px;
    top: 0;
    left: 0;
    margin-top: 60px;
    border-top: 1px solid rgb(23, 188, 146);
    text-align: right;
  }
  .copyright p, .copyright a {
    color: rgb(60,60,60);
    font-size: 10px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
  }
  .visamastercard {
    position: absolute;
    width: auto;
    height: auto;
    bottom: calc(100% + 4px);
    right: 0;
  }
  .visamastercard img {
    position: relative;
    float: right;
    width: auto;
    height: 34px;
    top: 0;
    left: 0;
  }
}
/* XSMALL */
@media screen and (min-width:680px) and (orientation: landscape) {

}
/* SMALL */
@media screen and (min-width:920px) and (orientation: landscape) {
  #footer {
    min-height: 80px;
    padding-top: 80px;
    padding-bottom: 0;
    background: white;
  }
  .followus {
    position: relative;
    float: left;
    width: 45%;
    height: auto;
    top: 0;
    left: 0;
    text-align: center;
    padding-bottom: 20px;
    border-right: 1px solid rgb(23, 188, 146);
  }
  .followus .footerlogo {
    position: relative;
    float: left;
    width: 100%;
    height: 140px;
    top: 0;
    left: 0;
    background-image: url('../../img/logo/lifterlifelogo.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
  }
  .followus h5 {
    font-size: 16px;
    color: rgb(60,60,60);
  }
  .followus p, .followus a {
    font-size: 0.6em;
    color: rgb(60,60,60);
  }
  .followus a {
    font-size: 1em;
  }
  .followus a:hover {
    color: rgb(23, 188, 146);
  }
  .chatfooter {
    position: relative;
    float: left;
    width: calc(100% - 40px);
    height: auto;
    top: 0;
    left: 0;
    margin: 20px;
    margin-top: 8px;
    margin-bottom: 0;
    cursor: pointer;
  }
  .chatfooter.whatsapp {
    background: rgb(37, 211, 102);
  }
  .chatfooter.whatsapp:hover {
    background: rgb(57, 231, 122);
  }
  .chatfooter.messenger {
    background: rgb(0,132,255);
  }
  .chatfooter.messenger:hover {
    background: rgb(20,152,275);
  }
  .chatfooter p {
    text-transform: uppercase;
    line-height: 30px;
    font-size: 14px;
    color: white;
  }
  .footerlinks {
    position: relative;
    float: left;
    width: calc(55% - 21px);
    height: auto;
    top: 0;
    left: 0;
    margin-left: 20px;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .footerlinks .footerslogan {
    position: absolute;
    width: calc(100% - 40px);
    height: 60px;
    top: 40px;
    left: 40px;
    display: none;
  }
  .footerslogan h4 {
    font-size: 3em;
    line-height: 60px;
    color: rgb(120,120,120);
  }
  .footercolumn {
    position: relative;
    float: left;
    width: calc(100% - 16px);
    height: auto;
    top: 0;
    left: 0;
    margin-right: 0px;
    margin-bottom: 20px;
    border-left: 6px solid rgb(60,60,60);
    padding-left: 10px;
    display: none;
  }
  .footercolumn.mobile {
    display: block;
  }
  .footercolumn:hover {
    border-color: rgb(23, 188, 146);
  }
  .footercolumn a, .footercolumn p {
    font-size: 12px;
    line-height: 13px;
    color: rgb(60,60,60);
  }
  .footercolumn p {
    margin-top: 4px;
  }
  .footercolumn a:hover {
    color: rgb(23, 188, 146);
  }
  .copyright {
    position: relative;
    float: left;
    width: 100%;
    height: 24px;
    top: 0;
    left: 0;
    margin-top: 60px;
    border-top: 1px solid rgb(23, 188, 146);
    text-align: right;
  }
  .copyright p, .copyright a {
    color: rgb(60,60,60);
    font-size: 10px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
  }
  .copyright br {
    display: none;
  }
}
/* MEDIUM */
@media screen and (min-width:1200px) and (orientation: landscape) {
  .followus {
    width: 259px;
  }
  .footerlinks {
    width: calc(100% - 280px);
  }
  .footercolumn {
    width: calc(20% - 40px);
    margin-right: 20px;
    border-left: none;
    border-top: 6px solid rgb(60,60,60);
    padding-top: 10px;
    display: block;
  }
  .footercolumn.mobile {
    display: none;
  }
  .footerlinks .footerslogan {
    position: absolute;
    width: calc(100% - 40px);
    height: 60px;
    top: -10px;
    left: 0px;
    display: block;
  }
  .footerslogan h4 {
    font-size: 3em;
    line-height: 60px;
    color: rgb(120,120,120);
  }
}
/* LARGE */
@media screen and (min-width:1320px) and (orientation: landscape) {

}
















/* -----------------------------------------------------------------------------
/* ----------------------------- PORTRAIT --------------------------------------
   -------------------------------------------------------------------------- */

/* XXSMALL */
@media screen and (min-width:320px) and (max-device-aspect-ratio: 1/1), (min-width:320px) and (max-aspect-ratio: 1/1) {
  #footer {
    min-height: 80px;
    padding-top: 80px;
    padding-bottom: 0;
    background: white;
    border-top: 6px solid rgb(23, 188, 146);
    -webkit-box-shadow: 0px 5px 10px 3px rgb(60,60,60);
    box-shadow: 0px 5px 10px 3px rgb(60,60,60);
  }
  .followus {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(23, 188, 146);
  }
  .followus .footerlogo {
    position: relative;
    float: left;
    width: 100%;
    height: 140px;
    top: 0;
    left: 0;
    background-image: url('../../img/logo/lifterlifelogo.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
  }
  .followus h5 {
    font-size: 16px;
    color: rgb(60,60,60);
  }
  .followus p, .followus a {
    font-size: 0.6em;
    color: rgb(60,60,60);
  }
  .followus a {
    font-size: 1em;
  }
  .followus a:hover {
    color: rgb(23, 188, 146);
  }
  .chatfooter {
    position: relative;
    float: left;
    width: calc(100% - 40px);
    height: auto;
    top: 0;
    left: 0;
    margin: 20px;
    margin-top: 8px;
    margin-bottom: 0;
    cursor: pointer;
  }
  .chatfooter.whatsapp {
    background: rgb(37, 211, 102);
  }
  .chatfooter.whatsapp:hover {
    background: rgb(57, 231, 122);
  }
  .chatfooter.messenger {
    background: rgb(0,132,255);
  }
  .chatfooter.messenger:hover {
    background: rgb(20,152,275);
  }
  .chatfooter p {
    text-transform: uppercase;
    line-height: 30px;
    font-size: 14px;
    color: white;
  }
  .footerlinks {
    position: relative;
    float: left;
    width: calc(55% - 21px);
    height: auto;
    top: 0;
    left: 0;
    margin-left: 20px;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .footerlinks .footerslogan {
    position: absolute;
    width: calc(100% - 40px);
    height: 60px;
    top: 40px;
    left: 40px;
    display: none;
  }
  .footerslogan h4 {
    font-size: 3em;
    line-height: 60px;
    color: rgb(120,120,120);
  }
  .footercolumn {
    position: relative;
    float: left;
    width: calc(100% - 16px);
    height: auto;
    top: 0;
    left: 0;
    margin-right: 0px;
    margin-bottom: 20px;
    border-left: 6px solid rgb(60,60,60);
    padding-left: 10px;
    display: none;
  }
  .footercolumn.mobile {
    display: block;
  }
  .footercolumn:hover {
    border-color: rgb(23, 188, 146);
  }
  .footercolumn a, .footercolumn p {
    font-size: 12px;
    line-height: 13px;
    color: rgb(60,60,60);
  }
  .footercolumn p {
    margin-top: 4px;
  }
  .footercolumn a:hover {
    color: rgb(23, 188, 146);
  }
  .copyright {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    margin-top: 60px;
    border-top: 1px solid rgb(23, 188, 146);
    text-align: right;
  }
  .copyright p, .copyright a {
    color: rgb(60,60,60);
    font-size: 10px;
    font-weight: 600;
    line-height: 13px;
    text-transform: uppercase;
  }
  .visamastercard {
    position: absolute;
    width: auto;
    height: auto;
    bottom: calc(100% + 4px);
    right: 0;
  }
  .visamastercard img {
    position: relative;
    float: right;
    width: auto;
    height: 34px;
    top: 0;
    left: 0;
  }
}
/* XSMALL */
@media screen and (min-width:440px) and (max-device-aspect-ratio: 1/1), (min-width:440px) and (max-aspect-ratio: 1/1) {

}
/* SMALL */
@media screen and (min-width:520px) and (max-device-aspect-ratio: 1/1), (min-width:520px) and (max-aspect-ratio: 1/1) {

}
/* MEDIUM */
@media screen and (min-width:620px) and (max-device-aspect-ratio: 1/1), (min-width:620px) and (max-aspect-ratio: 1/1) {

}
