/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Cabin", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #6a6a6a;
  background: #fff;
  height: 100%;
  position: relative;
}
body.agilia-overflow-x {
  overflow-x: hidden;
}

a {
  color: #08d9d6;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #08d9d6;
  outline: none;
}

p {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Raleway", arial, sans-serif;
  font-weight: 700;
}

::-webkit-selection {
  color: #818892;
  background: #f9f6f0;
}

::-moz-selection {
  color: #818892;
  background: #f9f6f0;
}

::selection {
  color: #818892;
  background: #f9f6f0;
}

#agilia-menu {
  background: transparent;
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  padding-bottom: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-top: 20px;
}
#agilia-menu.sleep {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
#agilia-menu.agilia-sleep {
  -webkit-transform: translateX(-290px) !important;
  -moz-transform: translateX(-290px) !important;
  -ms-transform: translateX(-290px) !important;
  -o-transform: translateX(-290px) !important;
  transform: translateX(-290px) !important;
}
.scrolled #agilia-menu {
  background: #fff;
  position: fixed;
  margin-top: 0px;
  top: 0;
  border-bottom: 1px solid #ccc;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

#agilia-page {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  float: left;
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 89;
}
#agilia-page.agilia-sleep {
  border-right: 1px solid #ccc;
  -webkit-transform: translateX(-290px);
  -moz-transform: translateX(-290px);
  -ms-transform: translateX(-290px);
  -o-transform: translateX(-290px);
  transform: translateX(-290px);
}

#agilia-wrap {
  z-index: 89;
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
}

#agilia-offcanvass {
  position: fixed;
  z-index: 90;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(290px);
  -moz-transform: translateX(290px);
  -ms-transform: translateX(290px);
  -o-transform: translateX(290px);
  transform: translateX(290px);
  bottom: 0;
  width: 290px;
  padding: 40px 30px;
  background: #fff;
  color: #878c93;
}
#agilia-offcanvass .agilia-lead {
  font-size: 12px;
  letter-spacing: 2px;
  color: #ccc;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#agilia-offcanvass ul {
  padding: 0;
  margin: 30px 0 30px 0;
}
#agilia-offcanvass ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#agilia-offcanvass ul li a {
  display: block;
  padding: 10px 4px;
  border-bottom: 1px solid #eaeaea;
  font-size: 18px;
  color: #444;
}
#agilia-offcanvass ul li a:hover, #agilia-offcanvass ul li a:focus, #agilia-offcanvass ul li a:active {
  outline: none;
  text-decoration: none;
  color: #ff2860;
}
#agilia-offcanvass ul li.active a {
  color: #ff2860 !important;
}
#agilia-offcanvass.agilia-awake {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#agilia-offcanvass .agilia-offcanvass-close {
  position: absolute;
  right: 20px;
  top: 40px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  font-family: "Raleway", arial, sans-serif;
  z-index: 99;
  float: left;
  color: #444;
}
#agilia-offcanvass .agilia-offcanvass-close i {
  font-size: 20px;
  margin-top: 3px;
  float: right;
  margin-left: 10px;
  color: red;
}
#agilia-offcanvass .agilia-offcanvass-close:hover, #agilia-offcanvass .agilia-offcanvass-close:focus, #agilia-offcanvass .agilia-offcanvass-close:active {
  outline: none;
  text-decoration: none;
}
#agilia-offcanvass .agilia-logo {
  display: block;
  float: left;
  width: 100%;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 0;
  margin: 40px 0 0 0;
}
#agilia-offcanvass .agilia-logo a {
  color: #000;
  padding: 0;
  margin: 0;
}

.agilia-menu-btn {
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  float: right;
  margin-top: 16px;
  position: relative;
  z-index: 10;
  font-family: "Raleway", arial, sans-serif;
  color: #fff;
}
.agilia-menu-btn i {
  font-size: 20px;
  margin-top: 3px;
  float: right;
  margin-left: 10px;
}
.agilia-menu-btn:hover, .agilia-menu-btn:focus, .agilia-menu-btn:active {
  outline: none;
  text-decoration: none;
  color: #fff;
}

#agilia-hero {
  float: left;
  width: 100%;
  position: relative;
  padding-top: 4em;
  padding-bottom: 4em;
  height: 900px;
  z-index: 10;
  background: #08d9d6;
  overflow: hidden;
}
#agilia-hero .agilia-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: #252a34;
  opacity: .5;
}
@media screen and (max-width: 768px) {
  #agilia-hero {
    padding-top: 2em;
    padding-bottom: 2em;
    height: 450px;
  }
}
#agilia-hero .agilia-intro {
  width: 100%;
  color: #fff;
  z-index: 12;
  position: relative;
}
#agilia-hero .agilia-intro .agilia-intro-img {
  text-align: right;
  bottom: -5em;
}
@media screen and (max-width: 768px) {
  #agilia-hero .agilia-intro .agilia-intro-img {
    bottom: -10em;
  }
  #agilia-hero .agilia-intro .agilia-intro-img img {
    max-width: 100%;
  }
}
#agilia-hero .agilia-intro .agilia-text {
  bottom: -15em;
}
/*
@media screen and (max-width: 992px) {
  #agilia-hero .agilia-intro .agilia-text {
    bottom: 0;
    bottom: -4em;
  }
}
*/
@media screen and (max-width: 768px) {
  #agilia-hero .agilia-intro .agilia-text {
    bottom: 0;
    bottom: -4em;
  }
}

#agilia-hero .agilia-intro h2 {
  color: #08d9d6;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #agilia-hero .agilia-intro h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
#agilia-hero .agilia-intro h3 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #agilia-hero .agilia-intro h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
#agilia-hero .agilia-intro p {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: .05em;
}
#agilia-hero .agilia-intro .btn {
  background: #30beac;
}
#agilia-hero .agilia-intro .btn i {
  font-size: 20px;
  vertical-align: middle;
  margin-top: -5px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.navbar-brand {
  text-align: left;
  font-weight: bold;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  float: left !important;
  font-family: "Raleway", arial, sans-serif;
  color: #fff;
  z-index: 10;
  position: relative;
}
.navbar-brand > span {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  float: left;
  border: 2px solid #fff;
  padding: 7px 10px 7px 12px;
}
.navbar-brand:hover {
  color: #fff;
  opacity: .8;
}
@media screen and (max-width: 480px) {
  .navbar-brand {
    margin: inherit;
    text-align: left;
    padding-left: 0;
    margin-left: 0;
  }
}

.scrolled .navbar-brand {
  color: #444;
}
.scrolled .navbar-brand:hover {
  color: #000;
}
.scrolled .navbar-brand > span {
  border-color: #444;
}

#agilia-techs {
  padding: 2em 0;
  background: #ff2860;
  position: relative;
}
#agilia-techs .agilia-tech {
  margin-bottom: 0px;
}
@media screen and (max-width: 992px) {
  #agilia-techs .agilia-tech {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #agilia-techs .agilia-tech {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  #agilia-techs .agilia-tech img {
    max-width: 100%;
  }
}

#agilia-contact {
  padding: 4em 0 3em 0;
  position: relative;
  background: #ff2860;
}
#agilia-contact h2 {
  color: #fff;
}
#agilia-contact .form-control {
  color: #fff;
  border: 2px solid #fff;
}
#agilia-contact .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#agilia-contact .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}
#agilia-contact .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}
#agilia-contact .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#agilia-contact .btn {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #e01b4e;
}
#agilia-contact .btn:hover {
  background: #e01b4e !important;
}
#agilia-contact .btn i {
  font-size: 20px;
  vertical-align: middle;
  margin-top: -5px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#agilia-contact .form-group {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  #agilia-contact .form-group {
    margin-bottom: 20px;
  }
}

#agilia-portfolio,
#agilia-features {
  border-bottom: 1px solid #f2f2f2;
}

#agilia-features,
#agilia-features-2,
#agilia-portfolio {
  position: relative;
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #agilia-features,
  #agilia-features-2,
  #agilia-portfolio {
    padding: 4em 0;
  }
}

#agilia-features {
  background: #fafafa;
}

#agilia-features-2 {
  background: #fff;
}

#agilia-features-2 .agilia-text-wrap {
  margin-top: 0;
}

#agilia-features-2 .agilia-text-wrap .agilia-text {
  padding-left: 3em;
  padding-right: 3em;
}
@media screen and (max-width: 768px) {
  #agilia-features-2 .agilia-text-wrap .agilia-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#agilia-features-2 .agilia-icon {
  font-size: 40px;
  display: block;
  margin-bottom: 20px;
}
#agilia-features-2 .agilia-icon i {
  color: #08d9d6;
}
@media screen and (max-width: 992px) {
  #agilia-features-2 .agilia-image {
    margin-top: 30px;
  }
}
#agilia-features-2 .agilia-image img {
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  #agilia-features-2 .agilia-image img {
    max-width: 100%;
  }
}

.agilia-feature, .agilia-figure {
  display: block;
  color: #444;
  float: left;
  width: 100%;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 40px 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 1.5em;
}
.agilia-feature:hover, .agilia-feature:focus, .agilia-feature:active, .agilia-figure:hover, .agilia-figure:focus, .agilia-figure:active {
  text-decoration: none;
  outline: none;
}
.agilia-feature .agilia-feature-icon, .agilia-figure .agilia-feature-icon {
  width: 80px;
  height: 80px;
  display: block;
  display: table;
  text-align: center;
  margin: 0 auto;
  position: relative;
  /*
  border: 2px solid #08d9d6;
  */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.agilia-feature .agilia-feature-icon i, .agilia-figure .agilia-feature-icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 50px;
  color: #ff2e63;
}
.agilia-feature .agilia-feature-lead, .agilia-feature .agilia-figure-lead, .agilia-figure .agilia-feature-lead, .agilia-figure .agilia-figure-lead {
  font-size: 12px;
  letter-spacing: 2px;
  font-family: "Raleway", arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.agilia-feature .agilia-feature-text, .agilia-feature .agilia-figure-text, .agilia-figure .agilia-feature-text, .agilia-figure .agilia-figure-text {
  color: #919191;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 24px;
}
.agilia-feature:hover, .agilia-feature.active, .agilia-figure:hover, .agilia-figure.active {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .agilia-feature:hover, .agilia-feature.active, .agilia-figure:hover, .agilia-figure.active {
    margin-top: 0px;
  }
}
.agilia-feature:hover .agilia-feature-icon, .agilia-feature.active .agilia-feature-icon, .agilia-figure:hover .agilia-feature-icon, .agilia-figure.active .agilia-feature-icon {
  background: #ff2e63; /* #08d9d6 */
  width: 100px;
  height: 100px;
}
.agilia-feature:hover .agilia-feature-icon i, .agilia-feature.active .agilia-feature-icon i, .agilia-figure:hover .agilia-feature-icon i, .agilia-figure.active .agilia-feature-icon i {
  color: #fff;
}
.agilia-figure ul {
  color: #000;
  text-align: left;
  font-size: 12px;
}
.agilia-figure:hover ul {
  color: #000;
}
.agilia-figure:hover .agilia-figure-lead {
  color: #08d9d6;
}

.agilia-figure {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  overflow: hidden;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.agilia-figure figure {
  margin-bottom: 50px;
  float: left;
  width: 100%;
}
.agilia-figure img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.agilia-figure:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#agilia-portfolio {
  background: #fafafa;
}

.agilia-uppercase-sm {
  font-size: 12px;
  letter-spacing: 2px;
  font-family: "Raleway", arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.agilia-section-heading {
  margin-bottom: 4em;
}
.agilia-section-heading .agilia-lead {
  font-size: 45px;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  .agilia-section-heading .agilia-lead {
    font-size: 35px;
    line-height: 50px;
  }
}
.agilia-section-heading .emp {
  font-family: "Playfair Display", times, serif;
  font-style: italic;
  font-weight: 400;
}
.agilia-section-heading .agilia-sub {
  font-size: 18px;
  line-height: 30px;
}

#agilia-clients {
  background: #08d9d6;
  color: #fff;
  padding: 4em 0 8em;
}
#agilia-clients h2 {
  color: #fff;
}

#agilia-clients .agilia-text {
  background-color: #eaeaea;
  color: #08d9d6;
  border-radius: 50%;
  width: 170px;
  height: 170px;
  font-size: 35px;
  padding-top: 25%;
  margin-left: auto;
  margin-right: auto;
}
#agilia-clients .agilia-txt-icon {
  font-family: "Raleway", arial, sans-serif;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (max-width: 992px) {
  #agilia-clients .agilia-text {
    font-size: 24px;
    width: 120px;
    height: 120px;
  }
  #agilia-clients .agilia-txt-icon {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  #agilia-clients .agilia-text {
    font-size: 24px;
    padding-top: 4%;
    width: 120px;
    height: 120px;
  }
  #agilia-clients .agilia-txt-icon {
    font-size: 9px;
  }
}
@media screen and (max-width: 480px) {
  #agilia-clients .agilia-text {
    font-size: 24px;
    padding-top: 6%;
    width: 120px;
    height: 120px;
  }
  #agilia-clients .agilia-txt-icon {
    font-size: 10px;
    line-height: 1.1;
  }
}

.agilia-bg-section {
  color: #fff;
  background-color: #e9e9e9;
  background-size: cover;
  background-position: top center;
  margin-top: 0px;
  z-index: 10;
  position: relative;
}
.agilia-bg-section .agilia-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3b3d40;
  z-index: 11;
}

.agilia-hero-wrap, .agilia-bg-section {
  padding: 4em 0;
}
@media screen and (max-width: 768px) {
  .agilia-hero-wrap, .agilia-bg-section {
    height: inherit;
    padding: 3em 0;
  }
}

.agilia-bg-section .agilia-hero-wrap {
  display: table;
  width: 100%;
  z-index: 12;
  position: relative;
}
.agilia-bg-section .agilia-hero-wrap .agilia-hero-intro {
  display: table-cell;
  vertical-align: middle;
}
.agilia-bg-section .agilia-hero-wrap .agilia-hero-intro .agilia-lead, .agilia-bg-section .agilia-hero-wrap .agilia-hero-intro .agilia-sub-lead {
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
.agilia-bg-section .agilia-hero-wrap .agilia-hero-intro .agilia-lead {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .agilia-bg-section, .agilia-hero-wrap {
    height: inherit;
  }
}

.agilia-bg-section .agilia-overlay {
  background: #3b3d40;
  opacity: .5;
}
.agilia-bg-section .author {
  font-size: 20px;
  margin-bottom: 0;
}

#agilia-main,
#agilia-footer {
  float: left;
  width: 100%;
}

pre {
  background: #e9e9e9;
  border: 1px solid #ccc;
}

/* Buttons */
.btn {
  font-family: "Raleway", arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 10px;
  font-size: 11px;
  font-weight: 400;
}
.btn:hover, .btn:focus, .btn:active {
  outline: none !important;
  background: #ff2860 !important;
  border-color: transparent !important;
}
.btn:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
}
.btn.agilia-btn-icon {
  text-transform: none !important;
  letter-spacing: normal !important;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-outline {
  border: 2px solid #ccc !important;
  background: transparent;
  color: #2a2e37;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  border: 2px solid #08d9d6 !important;
  background: #08d9d6 !important;
  color: #fff;
}

.btn-primary {
  background: #ff2860;
}

.btn-success {
  background: #5cb85c;
}

.btn-danger {
  background: #d9534f;
}

.btn-info {
  background: #5bc0de;
}

.btn-warning {
  background: #f0ad4e;
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  border-color: transparent;
}

.form-control {
  box-shadow: none !important;
  border: 2px solid #444;
  background: transparent;
  font-family: "Raleway", arial, sans-serif;
}
.form-control:hover, .form-control:focus, .form-control:active {
  outline: none;
  box-shadow: none !important;
  border: 2px solid #08d9d6;
}

.btn-sm, .btn-group-sm > .btn {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-xs, .btn-group-xs > .btn {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.agilia-social {
  padding: 0;
  margin: 0;
}
.agilia-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.agilia-social li a {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
.agilia-social li a:hover, .agilia-social li a:active, .agilia-social li a:focus {
  outline: none;
  text-decoration: none;
}
.agilia-social li a i {
  font-size: 15px;
}

#agilia-footer {
  padding: 0;
  background: #323a45;
  color: #878c93;
  position: fixed;
  bottom: 0;
  font-family: 'Cabin', Arial, sans-serif;
  font-weight: 300;
}
#agilia-footer .agilia-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background: #3b3d40;
  opacity: .5;
}
#agilia-footer .agilia-footer-content {
  position: relative;
  z-index: 9;
}
#agilia-footer .container .row > div {
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  #agilia-footer {
    position: relative;
    padding: 0 0 5em 0;
  }
}
@media screen and (max-width: 768px) {
  #agilia-footer {
    padding: 0 0 5em 0;
  }
}
#agilia-footer p {
  display: block;
}
#agilia-footer .agilia-copyright small {
  font-size: 12px;
}
#agilia-footer .agilia-lead {
  font-size: 13px;
  font-family: "Raleway", arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #fff;
  margin-bottom: 20px;
}
#agilia-footer a {
  color: #9a9fa5;
}
#agilia-footer a:hover, #agilia-footer a:active, #agilia-footer a:focus {
  color: #08d9d6;
}
#agilia-footer .agilia-footer-logo {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
/*
#agilia-footer .agilia-footer-logo a {
  font-family: "Raleway", arial, sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  color: #ccc;
  border: 2px solid #9a9fa5;
  float: left;
  padding: 7px 10px 7px 12px;
  text-transform: uppercase;
}
#agilia-footer .agilia-footer-logo a:hover, #agilia-footer .agilia-footer-logo a:active, #agilia-footer .agilia-footer-logo a:focus {
  color: #fff;
  border-color: #fff;
  text-decoration: none;
}
*/
#agilia-footer ul {
  padding: 0;
  margin: 0;
}
#agilia-footer ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 14px 0;
  line-height: 16px;
}

#map-container {
  position: relative;
  padding-top: 35%;
}
#map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
@media screen and (max-width: 768px) {
  #map-container {
    padding-top: 60%;
  }
}

.agilia-list-check {
  position: relative;
  padding: 0;
  margin: 0;
  clear: both;
}
.agilia-list-check li {
  padding-left: 25px !important;
  position: relative;
  display: block;
  margin-bottom: 10px !important;
  line-height: 20px;
}
.agilia-list-check li:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e116";
  content: "\e042";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #ccc;
}

/* PORTFOLIO MODALS */
button.close {
  padding: 5px 10px;
  font-size: 26px;
}
.modal-content {
  border: none;
}
.modal-body {
  overflow: hidden;
}
.modal-backdrop {
  background-color: #fff;
}
.modal-backdrop.in {
  opacity: 0;
}
.modal-color {
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  opacity: .95 !important;
}
.modal-color-mobily {
  background: #0e71b6;
  background: -moz-linear-gradient(left, #0e71b6 0%, #0ea7e3 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0e71b6), color-stop(100%, #0ea7e3));
  background: -webkit-linear-gradient(left, #0e71b6 0%, #0ea7e3 100%);
  background: -o-linear-gradient(left, #0e71b6 0%, #0ea7e3 100%);
  background: -ms-linear-gradient(left, #0e71b6 0%, #0ea7e3 100%);
  background: linear-gradient(to right, #0e71b6 0%, #0ea7e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e71b6', endColorstr='#0ea7e3', GradientType=1 );
}
.modal-color-aspenta {
  background: #8ee3cc;
  background: -moz-linear-gradient(left, #8ee3cc 0%, #5c9bda 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #8ee3cc), color-stop(100%, #5c9bda));
  background: -webkit-linear-gradient(left, #8ee3cc 0%, #5c9bda 100%);
  background: -o-linear-gradient(left, #8ee3cc 0%, #5c9bda 100%);
  background: -ms-linear-gradient(left, #8ee3cc 0%, #5c9bda 100%);
  background: linear-gradient(to right, #8ee3cc 0%, #5c9bda 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ee3cc', endColorstr='#5c9bda', GradientType=1 );
}
/*
.modal-color-aspenta {
  background: #8b83d3;
  background: -moz-linear-gradient(left, #8b83d3 0%, #67aee5 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #8b83d3), color-stop(100%, #67aee5));
  background: -webkit-linear-gradient(left, #8b83d3 0%, #67aee5 100%);
  background: -o-linear-gradient(left, #8b83d3 0%, #67aee5 100%);
  background: -ms-linear-gradient(left, #8b83d3 0%, #67aee5 100%);
  background: linear-gradient(to right, #8b83d3 0%, #67aee5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b83d3', endColorstr='#67aee5', GradientType=1 );
}
*/
.modal-color-star {
  background: #f6629a;
  background: -moz-linear-gradient(left, #f6629a 0%, #d27549 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #f6629a), color-stop(100%, #d27549));
  background: -webkit-linear-gradient(left, #f6629a 0%, #d27549 100%);
  background: -o-linear-gradient(left, #f6629a 0%, #d27549 100%);
  background: -ms-linear-gradient(left, #f6629a 0%, #d27549 100%);
  background: linear-gradient(to right, #f6629a 0%, #d27549 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6629a', endColorstr='#d27549', GradientType=1 );
}
/*
.modal-color-star {
  background: rgba(61,40,49,1);
  background: -moz-linear-gradient(left, rgba(61,40,49,1) 0%, rgba(15,19,64,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(61,40,49,1)), color-stop(100%, rgba(15,19,64,1)));
  background: -webkit-linear-gradient(left, rgba(61,40,49,1) 0%, rgba(15,19,64,1) 100%);
  background: -o-linear-gradient(left, rgba(61,40,49,1) 0%, rgba(15,19,64,1) 100%);
  background: -ms-linear-gradient(left, rgba(61,40,49,1) 0%, rgba(15,19,64,1) 100%);
  background: linear-gradient(to right, rgba(61,40,49,1) 0%, rgba(15,19,64,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d2831', endColorstr='#0f1340', GradientType=1 );
}
*/
.modal-color-arabs {
  background: #51c8d3;
  background: -moz-linear-gradient(left, #51c8d3 0%, #58e4ad 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #51c8d3), color-stop(100%, #58e4ad));
  background: -webkit-linear-gradient(left, #51c8d3 0%, #58e4ad 100%);
  background: -o-linear-gradient(left, #51c8d3 0%, #58e4ad 100%);
  background: -ms-linear-gradient(left, #51c8d3 0%, #58e4ad 100%);
  background: linear-gradient(to right, #51c8d3 0%, #58e4ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51c8d3', endColorstr='#58e4ad', GradientType=1 );
}
/*
.modal-color-arabs {
  background: rgba(3,4,6,1);
  background: -moz-linear-gradient(left, rgba(3,4,6,1) 0%, rgba(42,68,81,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(3,4,6,1)), color-stop(100%, rgba(42,68,81,1)));
  background: -webkit-linear-gradient(left, rgba(3,4,6,1) 0%, rgba(42,68,81,1) 100%);
  background: -o-linear-gradient(left, rgba(3,4,6,1) 0%, rgba(42,68,81,1) 100%);
  background: -ms-linear-gradient(left, rgba(3,4,6,1) 0%, rgba(42,68,81,1) 100%);
  background: linear-gradient(to right, rgba(3,4,6,1) 0%, rgba(42,68,81,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030406', endColorstr='#2a4451', GradientType=1 );
}
*/
.modal-color-mooves {
  background: #1a9ab7;
  background: -moz-linear-gradient(left, #1a9ab7 0%, #145493 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #1a9ab7), color-stop(100%, #145493));
  background: -webkit-linear-gradient(left, #1a9ab7 0%, #145493 100%);
  background: -o-linear-gradient(left, #1a9ab7 0%, #145493 100%);
  background: -ms-linear-gradient(left, #1a9ab7 0%, #145493 100%);
  background: linear-gradient(to right, #1a9ab7 0%, #145493 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a9ab7', endColorstr='#145493', GradientType=1 );
}

.modal-color-whereleb {
  background: #ffd02c;
  background: -moz-linear-gradient(left, #ffd02c 0%, #d9694e 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ffd02c), color-stop(100%, #d9694e));
  background: -webkit-linear-gradient(left, #ffd02c 0%, #d9694e 100%);
  background: -o-linear-gradient(left, #ffd02c 0%, #d9694e 100%);
  background: -ms-linear-gradient(left, #ffd02c 0%, #d9694e 100%);
  background: linear-gradient(to right, #ffd02c 0%, #d9694e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd02c', endColorstr='#d9694e', GradientType=1 );
}
.modal-color-sdg {
  background: #bb2502;
  background: -moz-linear-gradient(left, #bb2502 0%, #d5654b 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #bb2502), color-stop(100%, #d5654b));
  background: -webkit-linear-gradient(left, #bb2502 0%, #d5654b 100%);
  background: -o-linear-gradient(left, #bb2502 0%, #d5654b 100%);
  background: -ms-linear-gradient(left, #bb2502 0%, #d5654b 100%);
  background: linear-gradient(to right, #bb2502 0%, #d5654b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb2502', endColorstr='#d5654b', GradientType=1 );
}
.modal-color-alfa {
  background: #d1251f;
  background: -moz-linear-gradient(left, #d1251f 0%, #db5550 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #d1251f), color-stop(100%, #db5550));
  background: -webkit-linear-gradient(left, #d1251f 0%, #db5550 100%);
  background: -o-linear-gradient(left, #d1251f 0%, #db5550 100%);
  background: -ms-linear-gradient(left, #d1251f 0%, #db5550 100%);
  background: linear-gradient(to right, #d1251f 0%, #db5550 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1251f', endColorstr='#db5550', GradientType=1 );
}
.modal-color-mediacase {
  background: #9c1419;
  background: -moz-linear-gradient(left,  #9c1419 0%, #47090b 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #9c1419), color-stop(100%, #47090b));
  background: -webkit-linear-gradient(left,  #9c1419 0%,#47090b 100%);
  background: -o-linear-gradient(left, #9c1419 0%, #47090b 100%);
  background: -ms-linear-gradient(left, #9c1419 0%, #47090b 100%);
  background: linear-gradient(to right,  #9c1419 0%,#47090b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c1419', endColorstr='#47090b',GradientType=1 );
}


.modal-container {
  margin: 0 auto;
  width: 100%;
  height: auto;
  background: #fafafa;
  border-radius: 6px;
  position: relative;
}

.hero {
  height: auto;
  margin: 0;
  position: relative;
  /*overflow: visible;*/
  z-index: 1;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.hero:before {
  content: '';
  width: 100%;
  height: 200px;
  position: absolute;
  /*overflow: hidden;*/
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px 5px 0 0;
}


#M-Mobily .hero:before {
  background-color: #0e71b6;
  background: url("../images/hero-mobily.jpg") no-repeat;
  background-size: cover;
}
#M-Aspenta .hero:before {
  background-color: #8ee3cc;
  background: url("../images/hero-aspenta.jpg") no-repeat;
  background-size: cover;
}
#M-Star .hero:before {
  background-color: #f6629a;
  background: url("../images/hero-star.jpg") no-repeat;
  background-size: cover;
}
#M-Arabs .hero:before {
  background-color: #51c8d3;
  background: url("../images/hero-arabs.jpg") no-repeat;
  background-size: cover;
}
#M-Mooves .hero:before {
  background-color: #1a9ab7;
  background: url("../images/hero-mooves.jpg") no-repeat;
  background-size: cover;
}
#M-Whereleb .hero:before {
  background-color: #ffd02c;
  background: url("../images/hero-whereleb.jpg") no-repeat;
  background-size: cover;
}
#M-SDG .hero:before {
  background-color: #bb2502;
  background: url("../images/hero-sdg.jpg") no-repeat;
  background-size: cover;
}
#M-Alfa .hero:before {
  background-color: #d1251f;
  background: url("../images/hero-alfa.jpg") no-repeat;
  background-size: cover;
}
#M-Mediacase .hero:before {
  background-color: #9c1419;
  background: url("../images/hero-mediacase.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  #M-Mobily .hero:before,
  #M-Aspenta .hero:before,
  #M-Star .hero:before,
  #M-Arabs .hero:before,
  #M-Mooves .hero:before,
  #M-Whereleb .hero:before,
  #M-SDG .hero:before,
  #M-Alfa .hero:before,
  #M-Mediacase .hero:before {
    background-size: contain;
  }
}

.hero .row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}

.cover {
  position: absolute;
  top: 50px;
  left: 40px;
  z-index: 2;
}

.title1 {
  color: #fff;
  margin-bottom: 5px;
  margin-top: 0;
}

.title2 {
  color: #fff;
  font-size: 23px;
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .title1, .title2 {
    color: #3e3e3e;
  }
}

.tag {
  background: #ff2860;
  color: #fff;
  border-radius: 10px;
  padding: 3px 8px;
  font-size: 14px;
  margin-right: 4px;
  line-height: 35px;
  cursor: pointer;
}

.tag:hover {
  background: #da2453;
}









/* Helper Classes */
.full-width {
  width: 100%;
}
.center {
  text-align: center;
}
/* Spacer */
.agilia-spacer {
  clear: both;
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
  display: block;
}

.agilia-spacer-xlg {
  height: 150px;
}
@media screen and (max-width: 768px) {
  .agilia-spacer-xlg {
    height: 70px;
  }
}

.agilia-spacer-lg {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .agilia-spacer-lg {
    height: 50px;
  }
}

.agilia-spacer-md {
  height: 80px;
}
@media screen and (max-width: 768px) {
  .agilia-spacer-md {
    height: 30px;
  }
}

.agilia-spacer-sm {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .agilia-spacer-sm {
    height: 20px;
  }
}

.agilia-spacer-xs {
  height: 30px;
}
@media screen and (max-width: 768px) {
  .agilia-spacer-xs {
    height: 20px;
  }
}

.agilia-spacer-xxs {
  height: 20px;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.agilia-mb30 {
  margin-bottom: 30px;
}

.agilia-row-padded {
  padding: 50px 0;
}

.agilia-colored {
  color: #ff2860;
}

.image-popup {
  opacity: 1;
}
.image-popup:hover {
  opacity: .7;
}

.agilia-social-icons > a {
  margin-right: 10px;
  color: #ff2860;
}
.agilia-social-icons > a:hover, .agilia-social-icons > a:focus, .agilia-social-icons > a:active {
  text-decoration: none;
}

.agilia-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.agilia-nav-toggle.active i::before, .agilia-nav-toggle.active i::after {
  background: #fff;
}
.agilia-nav-toggle:hover, .agilia-nav-toggle:focus, .agilia-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.agilia-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.agilia-nav-toggle i::before, .agilia-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.scrolled .agilia-nav-toggle.active i::before, .scrolled .agilia-nav-toggle.active i::after {
  background: #000;
}
.scrolled .agilia-nav-toggle i {
  background: #000;
}
.scrolled .agilia-nav-toggle i::before, .scrolled .agilia-nav-toggle i::after {
  background: #000;
}

.agilia-nav-toggle i::before {
  top: -7px;
}

.agilia-nav-toggle i::after {
  bottom: -7px;
}

.agilia-nav-toggle:hover i::before {
  top: -10px;
}

.agilia-nav-toggle:hover i::after {
  bottom: -10px;
}

.agilia-nav-toggle.active i {
  background: transparent;
}

.agilia-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.agilia-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.agilia-nav-toggle {
  float: right;
  position: relative;
  top: 12px;
  right: 0px;
  margin-right: -20px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  height: 44px;
  width: 44px;
  border-bottom: none !important;
}
.agilia-nav-toggle > span {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100px;
  margin-top: 12px;
  color: #fff;
  margin-left: -70px;
  font-family: "Raleway", arial, sans-serif;
  letter-spacing: 2px;
  font-size: 15px;
  text-transform: uppercase;
}
.scrolled .agilia-nav-toggle > span {
  color: #000;
}
#visible-scrolled {
  display: none;
}
.scrolled #visible-scrolled {
  display: block;
}
.scrolled #visible-top {
  display: none;
}

.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .owl-carousel .owl-controls .owl-nav {
    display: none;
  }
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  margin-top: -19px;
  top: 50%;
  z-index: 9999;
  position: absolute;
  opacity: .5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  opacity: 1;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0;
  margin-right: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
  margin-right: -50px;
}
@media screen and (max-width: 992px) {
  .owl-carousel .owl-controls .owl-nav .owl-next {
    margin-right: 0px;
  }
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0;
  margin-left: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -50px;
}
@media screen and (max-width: 992px) {
  .owl-carousel .owl-controls .owl-nav .owl-prev {
    margin-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: -5em;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: 2.5em;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  background: white;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: white;
  border: 2px solid transparent;
}

.js .to-animate,
.js .animate-object,
.js .animate-box,
.js .animate-single {
  opacity: 0;
}

.agilia-counter {
  font-size: 50px;
  display: block;
  color: #fff;
  width: 100%;
  font-family: "Raleway", arial, sans-serif;
  margin-bottom: .5em;
}

.agilia-counter-label {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Raleway", arial, sans-serif;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Image Alignment */
img.agilia-align-right {
  float: right;
  margin: 0 0 .5em 1em;
}
@media screen and (max-width: 480px) {
  img.agilia-align-right {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
img.agilia-align-left {
  float: left;
  margin: 0 1em .5em 0;
}
@media screen and (max-width: 480px) {
  img.agilia-align-left {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
img.agilia-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a > img.agilia-align-right {
  float: right;
  margin: 0 0 .5em 1em;
}
@media screen and (max-width: 480px) {
  a > img.agilia-align-right {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
a > img.agilia-align-left {
  float: left;
  margin: 0 1em .5em 0;
}
@media screen and (max-width: 480px) {
  a > img.agilia-align-left {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
a > img.agilia-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pt20 {
  padding-top: 20px;
}
.pr0 {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .pr0 {
    padding-right: 20px;
  }
}
.pl0 {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .pl0 {
    padding-left: 20px;
  }
}
.pb20 {
  padding-bottom: 20px;
}

.tm20 {
  margin-top: 20px;
}
.rma {
  margin-right: auto;
}
.bm0 {
  margin-bottom: 0;
}



/*# sourceMappingURL=style.css.map */
