/* FONT FAMILY */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1MmgVxIIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmYUtfBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/cairo/v10/SLXLc1nY6Hkvalrub46L59M.ttf) format('truetype');
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/cairo/v10/SLXLc1nY6HkvalqKbI6L59M.ttf) format('truetype');
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/cairo/v10/SLXGc1nY6HkvalIhTp4.ttf) format('truetype');
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/cairo/v10/SLXLc1nY6Hkvalr-ao6L59M.ttf) format('truetype');
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/cairo/v10/SLXLc1nY6Hkvalqaa46L59M.ttf) format('truetype');
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/cairo/v10/SLXLc1nY6HkvalqiaY6L59M.ttf) format('truetype');
}
/*--PREDEFINED COLOURS--*/
/*--RESPONSIVE BREAKPOINTS--*/
/* PHONE MEDIA QUERY */
/* TABLET MEDIA QUERY */
/* DESKTOP MEDIA QUERY */
/*----------------------- MIXINS -----------------------*/
/*
.animation(@animation, @duration, @timing-function, @count) {
  -o-animation: @animation;
  -moz-animation: @animation;
  -webkit-animation: @animation;
  animation: @animation;
  animation-duration: @duration;
  animation-timing-function: @timing-function;
  animation-iteration-count: @count;
}*/
.middle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*----------------------- ANIMATION -----------------------*/
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    tranform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    tranform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    tranform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    tranform: rotate(360deg);
  }
}
@keyframes bouncing {
  0%,
  100% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(0, 0, 1);
  }
}
@-webkit-keyframes bouncing {
  0%,
  100% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(0, 0, 1);
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes up-and-down {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
#section-top-bar {
  border-bottom: 1px solid #ECEEF0;
  width: 100%;
}
#section-top-bar.light {
  background-color: #F2F4F6;
}
#section-top-bar.color {
  background-color: #009fda;
  color: #FFF;
}
#section-top-bar.color a {
  color: #FFF !important;
}
#section-top-bar.color .fa {
  color: #FFF !important;
}
.region-top-left .call-us .fa {
  color: #009fda;
}
.region-top-left .call-us a {
  color: black;
}
.region-top-left ul:not(.contextual-links) {
  padding: 0;
}
.region-top-left ul:not(.contextual-links) li {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .region-top-left ul:not(.contextual-links) li {
    border-left: 1px solid #ECEEF0;
    padding-left: 10px;
  }
}
.region-top-left ul:not(.contextual-links) li a {
  line-height: 40px;
}
.region-top-left ul:not(.contextual-links) li.first {
  border-left: none;
  padding-left: 0;
}
.region-top-right .block {
  width: 100%;
  height: 40px;
}
.region-top-right ul:not(.contextual-links) li {
  border-left: 1px solid #ECEEF0;
  font-size: 12px;
  height: 40px;
  margin: 0;
  padding-bottom: 0;
  display: inline;
  float: left;
}
.region-top-right ul:not(.contextual-links) li a {
  color: #A0A5AA;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: block;
  font-size: 16px;
}
.region-call-us .call-us .fa {
  color: #009fda;
}
.region-call-us .call-us a {
  color: black;
}
.region-call-us ul:not(.contextual-links) {
  padding: 0;
}
.region-call-us ul:not(.contextual-links) li {
  border-left: 1px solid #ECEEF0;
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  padding-left: 10px;
}
.region-call-us ul:not(.contextual-links) li a {
  line-height: 40px;
}
.region-call-us ul:not(.contextual-links) li.first {
  border-left: none;
  padding-left: 0;
}
.region-header .block {
  width: 100%;
  height: 40px;
}
.region-header ul:not(.contextual-links) li {
  border-left: 1px solid #ECEEF0;
  font-size: 12px;
  height: 40px;
  margin: 0;
  padding-bottom: 0;
  display: inline;
  float: left;
}
.region-header ul:not(.contextual-links) li a {
  color: #A0A5AA;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: block;
  font-size: 16px;
}
