/*--PREDEFINED COLOURS--*/
/*--RESPONSIVE BREAKPOINTS--*/
/* FONT FAMILY */
/* PHONE MEDIA QUERY */
/* TABLET MEDIA QUERY */
/* DESKTOP MEDIA QUERY */
/*----------------------- MIXINS -----------------------*/
.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);
  }
}
.region-header-bottom .block {
  width: 100%;
  height: 20px;
}
.region-header-bottom ul:not(.contextual-links) li {
  font-size: 12px;
  height: 20px;
  margin: 0;
  padding-bottom: 0;
  display: inline;
  float: left;
  margin-right: 4px;
}
.region-header-bottom ul:not(.contextual-links) li a {
  color: #232D37;
  width: 20px;
  height: 20px;
  text-align: center;
  display: block;
  font-size: 16px;
}
@media all and (min-width: 769px) {
  #section-bottom .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media all and (min-width: 993px) {
  #section-bottom .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
#section-bottom .tags ul {
  display: block;
  margin-bottom: -6px;
  margin-left: -6px;
  overflow: hidden;
}
#section-bottom .tags ul li {
  float: left;
  margin-bottom: 6px;
  margin-left: 6px;
}
#section-bottom .tags ul li a {
  background-color: #1B232B;
  border: 1px solid #141A20;
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03);
  color: #BCC1C5;
  display: block;
  font-size: 12px;
  height: 26px;
  line-height: 23px;
  padding: 0 9px;
  position: relative;
}
#section-bottom .tags ul li a:hover {
  background: linear-gradient(#32414F, #232D37 1px, #232D37) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #1A1A1A;
  color: #FFFFFF;
  text-decoration: none;
}
#section-bottom .refresh-blog .views-row {
  min-height: 94px;
}
#section-bottom .refresh-blog li {
  margin: 0 !important;
  padding: 10px 0 14px 0 !important;
}
#section-bottom .refresh-blog li a {
  color: #B9BEC3;
}
#section-bottom .refresh-blog li a:hover {
  color: #009fda;
}
#section-bottom .refresh-blog .views-field-title span {
  max-height: 44px;
  display: block;
  overflow: hidden;
}
#section-bottom .refresh-blog .views-field-created span {
  color: #A0A5AA;
  display: block;
  font-weight: 300;
  margin: 4px 0 0;
}
#section-bottom .refresh-blog img {
  border: 5px solid #BCC1C5;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  transition: all 200ms ease-in-out 0s;
  width: 75px;
  height: 75px;
}
#section-bottom .refresh-blog img:hover {
  border: 5px solid #009fda;
}
#section-bottom .bottom-links ul {
  padding: 0;
}
#section-bottom .bottom-links ul li h6 {
  line-height: 20px;
}
#section-bottom .bottom-links ul li a,
#section-bottom .bottom-links ul li i {
  color: #BCC1C5;
  margin-right: 5px;
  font-size: 13px;
}
#section-bottom .bottom-links ul li a:hover {
  color: #009fda;
}
#section-bottom .get-in-touch {
  padding: 0;
}
#section-bottom .get-in-touch li {
  margin: 0 0 15px;
}
#section-bottom .get-in-touch p {
  line-height: 20px;
  margin: 0 0 0 25px;
}
#section-bottom .get-in-touch p strong {
  color: #BCC1C5;
  font-weight: 600;
  margin: 0 5px 5px 0;
}
#section-bottom .get-in-touch a {
  color: #BCC1C5;
}
#section-bottom .row {
  margin-left: -15px;
  margin-right: -15px;
}
#section-footer {
  color: #bcc1c5;
  font-size: 13px;
}
#section-footer .tags .view-content ul {
  display: block;
  margin-bottom: -6px;
  margin-left: -6px;
  overflow: hidden;
}
#section-footer .tags .view-content ul li {
  float: left;
  margin-bottom: 6px;
  margin-left: 6px;
}
#section-footer .tags .view-content ul li a {
  background-color: #1B232B;
  border: 1px solid #141A20;
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03);
  color: #BCC1C5;
  display: block;
  font-size: 12px;
  height: 26px;
  line-height: 23px;
  padding: 0 9px;
  position: relative;
}
#section-footer .tags .view-content ul li a:hover {
  background: linear-gradient(#32414F, #232D37 1px, #232D37) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #1A1A1A;
  color: #FFFFFF;
  text-decoration: none;
}
#section-footer .bottom-links ul {
  padding: 0;
}
#section-footer .bottom-links ul li h6 {
  line-height: 20px;
}
#section-footer .bottom-links ul li a,
#section-footer .bottom-links ul li i {
  color: #BCC1C5;
  margin-right: 5px;
  font-size: 13px;
}
#section-footer .bottom-links ul li a:hover {
  color: #009fda;
}
#section-footer ul.get-in-touch {
  padding: 0;
}
#section-footer ul.get-in-touch li {
  margin: 0 0 10px;
}
#section-footer ul.get-in-touch p {
  line-height: 20px;
  margin: 0 0 0 25px;
}
#section-footer ul.get-in-touch p strong {
  color: #BCC1C5;
  font-weight: 600;
  margin: 0 5px 5px 0;
}
#section-footer ul.get-in-touch a {
  color: #BCC1C5;
}
#section-footer .block-title {
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: inline-block;
}
.dexp-flickr a {
  float: left;
  height: 60px;
  margin-bottom: 2px;
  margin-right: 2px;
  transition: all 200ms ease-in-out 0s;
  width: 60px;
}
.dexp-flickr a img {
  width: 100%;
  height: 100% !important;
  border-radius: 3px;
  display: block;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+, IE10 */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all 0.6s ease;
  /* Fade to color for Chrome and Safari */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
}
.dexp-flickr a img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
#block-dexp-widget-widget-flickr {
  margin-top: 30px;
}
#mailchimp-signup-subscribe-block-mailchimp-signup-form input[type="email"] {
  width: 75%;
  float: left;
  height: 35px;
  -webkit-border-radius: 2px 0 2px 0;
  -moz-border-radius: 2px 0 2px 0;
  border-radius: 2px 0 2px 0;
}
#newsletter-subscribe-form input[type="text"] {
  width: 75%;
  float: left;
  height: 35px;
}
.haft-left {
  float: left;
  width: 50%;
}
@media (max-width: 991px) {
  .haft-left {
    float: none !important;
    width: 100% !important;
  }
}
@media (max-width: 320px) {
  #mailchimp-signup-subscribe-block-mailchimp-signup-form input[type="email"] {
    width: 60%;
  }
  #newsletter-subscribe-form input[type="text"] {
    width: 63%;
  }
}
@media (min-width: 322px) and (max-width: 400px) {
  #mailchimp-signup-subscribe-block-mailchimp-signup-form input[type="email"] {
    width: 63%;
  }
  #newsletter-subscribe-form input[type="text"] {
    width: 63%;
  }
}
@media (min-width: 401px) and (max-width: 768px) {
  #mailchimp-signup-subscribe-block-mailchimp-signup-form input[type="email"] {
    width: 70%;
  }
  #newsletter-subscribe-form input[type="text"] {
    width: 70%;
  }
}
.block-newsletter {
  clear: both;
}
#mailchimp-signup-subscribe-block-mailchimp-signup-form input[type="submit"] {
  margin-left: -1px;
  background-color: #009fda;
  background-image: none;
  border-color: #009fda;
  color: #fff;
  height: 35px;
  -webkit-border-radius: 0 2px 0 2px;
  -moz-border-radius: 0 2px 0 2px;
  border-radius: 0 2px 0 2px;
}
#mailchimp-signup-subscribe-block-mailchimp-signup-form input[type="submit"]:hover {
  color: #000;
}
.refresh-blog .views-row {
  min-height: 94px;
}
.refresh-blog li {
  margin: 0 0 10px 0 !important;
  padding: 10px 0 14px 0 !important;
}
.refresh-blog li a {
  color: #B9BEC3;
}
.refresh-blog li a:hover {
  color: #009fda;
}
.refresh-blog .views-field-title span {
  max-height: 44px;
  display: block;
  overflow: hidden;
}
.refresh-blog .views-field-created span {
  color: #A0A5AA;
  display: block;
  font-weight: 300;
  margin: 4px 0 0;
}
.refresh-blog img {
  border: 5px solid #BCC1C5;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  transition: all 200ms ease-in-out 0s;
  width: 75px;
  height: 75px;
}
.refresh-blog img:hover {
  border: 5px solid #009fda;
}
#subscribe input[type="submit"] {
  margin-left: -1px;
  height: 35px;
}
/* FOOTER STYLES */
#section-bottom {
  padding: 20px 10px 20px;
  background: #32353d !important;
  position: relative;
  z-index: 1;
}
#section-bottom #block-block-313 .content > .row {
  display: flex;
  flex-wrap: wrap;
}
#section-bottom .footer-block {
  position: relative;
  margin-bottom: 10px;
}
#section-bottom .footer-block .footer-block-header {
  position: relative;
  z-index: 99;
}
#section-bottom .footer-block .footer-block-header .footer-heading {
  color: #FFFFFF;
  font-size: 1.4em;
  font-weight: 100;
  text-transform: uppercase;
  font-family: Roboto;
  margin: 0;
  padding: 15px 0;
}
#section-bottom .footer-block .footer-block-header .chevron-circle {
  display: none;
  position: absolute;
  top: 23%;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/sites/default/files/general-icon/chevron-circle-W.png');
  width: 25px;
  height: 25px;
  transform: rotate(0deg);
  transition: all 0.3s linear;
  opacity: 0.7;
}
#section-bottom .footer-block .footer-block-header.active .chevron-circle {
  transform: rotate(90deg);
}
#section-bottom .footer-block p {
  margin: 0;
}
#section-bottom .footer-block ul li h6 {
  margin-top: 0;
  font-size: 12px;
}
@media all and (max-width: 570px) {
  #section-bottom .footer-block div[id^="content-footer-block"] {
    display: none;
  }
}
@media all and (max-width: 570px) {
  #section-bottom #block-block-311 .content > .row div:nth-child(1) {
    order: 1;
  }
  #section-bottom #block-block-311 .content > .row div:nth-child(3) {
    order: 2;
  }
  #section-bottom #block-block-311 .content > .row div:nth-child(4) {
    order: 3;
  }
  #section-bottom #block-block-311 .content > .row div:nth-child(2) {
    order: 4;
  }
  #section-bottom #block-block-311 .content > .row div:nth-child(5) {
    order: 5;
  }
  #section-bottom #block-block-267 .footer-block {
    border-bottom: 0;
  }
  #section-bottom .footer-block {
    margin: 0;
    padding: 10px 0 20px;
    border-bottom: 1px solid #6f7175;
  }
  #section-bottom .footer-block .footer-block-header {
    cursor: pointer;
  }
  #section-bottom .footer-block .footer-block-header .chevron-circle {
    display: block;
  }
  #section-bottom .footer-block .footer-block-header .footer-heading {
    padding: 15px 0 5px;
  }
  #section-bottom .footer-block div[id*='content-footer-block'] {
    padding-right: 50px;
  }
}
#content-footer-block4 .fa-angle-right {
  content: "\f105";
}
#section-clients {
  height: 215px;
}
.region-footer {
  padding: 0 !important;
  margin: 0;
}
