﻿/*primary-color: #1667a0*/
/*primary-color: #009970*/
/*primary-color: #1667a0*/
/*primary-color: #009970*/
/*@import url('../../font/font-roboto.css');
ul,li{ list-style:none}
body{
    color:#333;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size:13px;
}*/
p {
  margin: 0 auto; }

a:hover {
  text-decoration: none; }

.col-1 {
  width: 8.33%; }

.col-2 {
  width: 16.66%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33%; }

.col-5 {
  width: 41.66%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33%; }

.col-8 {
  width: 66.66%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33%; }

.col-11 {
  width: 91.66%; }

.col-12 {
  width: 100%; }

[class*="col-"] {
  float: left;
  padding-left: 0;
  padding-right: 0; }

@media only screen and (max-width: 768px) {
  [class*="col-"] {
    width: 90%;
    margin-left: 5%; } }

#footer {
  color: #fff;
  font-family: "Roboto", sans-serif;
  background-color: #2e7da9;
  width: 100%;
  padding: 15px 0; }
  #footer .footer-left > h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 5px 0 10px;
    color: #fff; }
  #footer .footer-left > p {
    font-size: 15px;
    line-height: 22px; }
    #footer .footer-left > p:hover {
      opacity: 0.8; }
  #footer .footer-right > h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 5px 0;
    color: #fff; }
  #footer .footer-right > ul {
    padding: 0;
    margin-bottom: 0; }
    #footer .footer-right > ul > li {
      list-style: none;
      padding: 0 0 4px 0; }
      #footer .footer-right > ul > li > a {
        color: #fff;
        position: relative;
        font-size: 15px; }
        #footer .footer-right > ul > li > a:before {
          content: "";
          position: absolute;
          width: 0;
          height: 2px;
          display: block;
          bottom: -6px;
          left: 0;
          background: #d0d223;
          -webkit-transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }
        #footer .footer-right > ul > li > a:hover {
          color: #d0d223; }
          #footer .footer-right > ul > li > a:hover:before {
            width: 100%; }
  #footer .footer-bottom {
    background-color: #3d6889;
    display: flex;
    align-items: center;
    margin-top: 10px; }
    #footer .footer-bottom-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #footer .footer-bottom-wrapper > ul {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        padding-left: 15px; }
        #footer .footer-bottom-wrapper > ul > li {
          list-style: none;
          margin-right: 8px; }
          #footer .footer-bottom-wrapper > ul > li > a {
            color: rgba(255, 255, 255, 0.5);
            font-size: 16px; }
          #footer .footer-bottom-wrapper > ul > li:hover > a {
            color: #fff; }
      #footer .footer-bottom-wrapper > a {
        color: rgba(255, 255, 255, 0.5);
        font-size: 13px; }
        #footer .footer-bottom-wrapper > a > span {
          opacity: 0.8;
          margin-left: 5px; }
          #footer .footer-bottom-wrapper > a > span:hover {
            color: #fff; }
    #footer .footer-bottom-scroll {
      margin-right: 10px; }
      #footer .footer-bottom-scroll > a {
        font-size: 22px;
        color: #ccc; }
        #footer .footer-bottom-scroll > a:hover {
          color: #fff; }

@media (max-width: 767px) {
  #footer {
    position: relative !important;
    font-size: 0.6875rem; } }

/*@include ipad {
    #footer {
        position: relative !important;
        font-size: 0.75rem;
    }
}*/
