/* @group fonts */
@font-face {
  font-family: 'ProximaNovaSoft'; /* regular */
  src: url('../fonts/270408_3_0.eot');
  src: url('../fonts/270408_3_0.eot?#iefix') format('embedded-opentype'),
    url('../fonts/270408_3_0.woff') format('woff'),
    url('../fonts/270408_3_0.ttf') format('truetype');
}
/* @end */

/* @group body */
body {
  font-family: 'ProximaNovaSoft', sans-serif;
  background-color: #f9f9f9;
  color: #414042;
  padding-top: 1px;
}
/* @end */

/* @group headings */
h1, h2, h3, h4 {
  margin-top: 0;
}
h1, h2, h3, h4 {
  font-size: 28px;
  line-height: 36px;
}
/* @end */

/* @group links */
a {
  color: #414042;
}
a:hover,
a:focus {
  color: #414042;
}
/* @end */

/* @group bootstrap grid */
div[class^=col-].divider {
  border-bottom: 1px solid #d4d4d4;
}
@media (min-width: 768px) {
  .container.no-gutters div[class^=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
/* @end */

/* @group Equal height bootstrap columns */
.container-xs-height {
  display:table;
  padding-left:0px;
  padding-right:0px;
  min-height: 100%;
}
.row-xs-height {
  display:table-row;
}
.col-xs-height {
  display:table-cell;
  float:none;
}
@media (min-width: 768px) {
  .container-sm-height {
    display:table;
    padding-left:0px;
    padding-right:0px;
  }
  .row-sm-height {
    display:table-row;
  }
  .col-sm-height {
    display:table-cell;
    float:none;
  }
}
@media (min-width: 992px) {
  .container-md-height {
    display:table;
    padding-left:0px;
    padding-right:0px;
  }
  .row-md-height {
    display:table-row;
  }
  .col-md-height {
    display:table-cell;
    float:none;
  }
}
@media (min-width: 1200px) {
  .container-lg-height {
    display:table;
    padding-left:0px;
    padding-right:0px;
  }
  .row-lg-height {
    display:table-row;
  }
  .col-lg-height {
    display:table-cell;
    float:none;
  }
}
.col-top {
  vertical-align:top;
}
.col-middle {
  vertical-align:middle;
}
.col-bottom {
  vertical-align:bottom;
}
/* @end */

/* @group navbar */
.navbar {
  margin-bottom: 0;
}
.navbar-header {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar>.container .navbar-brand {
  background: url('../images/loop-logo.png') no-repeat left center;
  padding: 0;
  width: 137px;
  min-height: 71px;
  background-size:  98px 51px;
  font-size: 15px;
  color: #414042;
  text-align: right;
  text-transform: uppercase;
  line-height: 71px;
  margin-left: 15px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .navbar>.container .navbar-brand {
    background-image: url('/images/loop-logo@2x.png');
    background-size: 98px 51px;
  }
}
.navbar-nav {
  margin: 0 -15px;
}
.navbar-nav>li>a {
  text-transform: uppercase;
  color: #414042;
  padding: 0 15px;
  line-height: 40px;
  font-size: 15px;
  border-top: 1px solid #d4d4d4;
}
.nav>li>a.active,
.nav>li>a:hover, 
.nav>li>a:focus {
  text-decoration: none;
  background-color: inherit;
  color: #12aae1;
}

.navbar-toggle {
  border: none;
  border-radius: 0;
  margin-right: 0;
  padding: 18px 15px 0;
}
.navbar-toggle .icon-bar {
  width: 30px;
  height: 3px;
  background-color: #41BBE7;
}

@media (min-width: 768px) {
  .navbar {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .navbar-header {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar>.container .navbar-brand {
    width: 317px;
    margin-left: 0;
    background-size: 137px 71px;
  }
  @media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .navbar>.container .navbar-brand {
      background-size: 137px 71px;
    }
  }
  .navbar-nav>li>a {
    line-height: 71px;
    border-top: none;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -30px;
  }
}
/* @end */

/* @group buttons */
.btn {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 40px;
  border: none;
  border-radius: 20px;
  text-transform: uppercase;
  background-color: #fff;
  color: #414042;
  min-width: 200px;
  -webkit-transition: all 0.3s; /* Safari 3.1 to 6.0 */
  transition: all 0.3s;
}
.btn:hover,
.btn-focus {
  color: #12aae1;
}
.btn-blue {
  background-color: #12aae1;
  color: #fff;
}
.btn-blue:hover,
.btn-blue:focus {
  background-color: #41BBE7;
  color: #fff;
}
.btn-purple {
  background-color: #5a3795;
  color: #fff;
}
.btn-purple:hover,
.btn-purple:focus {
  background-color: #7B5FAA;
  color: #fff;
}
.btn-red {
  background-color: #d61e3e;
  color: #fff;
}
.btn-red:hover,
.btn-red:focus {
  background-color: #DE4B65;
  color: #fff;
}
.btn-spaced {
  margin: 0 12px 15px;
}
.btn-spaced:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  
}
@media (min-width: 992px) {
  .btn-spaced {
    margin: 0 12px;
  }
}
/* @end */

/* @group lists */
.list-pipes {
  margin-left: 0;
  margin-right: 0;
}
.list-pipes>li {
  padding-right: 0;
  padding-left: 4px;
}
.list-pipes li:after {
  content: "|";
}
.list-pipes li:last-of-type:after {
  content: "";
}
.list-pipes>li>a {
  padding-right: 4px;
}
@media (min-width: 768px) {
  .list-pipes {
    margin-left: -10px;
    margin-right: -10px;
  }
  .list-pipes>li {
    padding-left: 8px;
  }
  .list-pipes>li>a {
    padding-right: 8px;
  }
}
/* @end */

/* @group banners */
.banner {
  background-color: #12aae1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 80px;
}
.banner h1 {
  margin-top: 0;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 30px;
}
.banner.container-xs-height h1 {
  margin-top: 0;
}
.banner p {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 30px;
}
.banner p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .banner h1 {
    margin-top: 0;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 30px;
  }
  .banner p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .banner h1 {
    margin-top: 0;
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 30px;
  }
  .banner p {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .banner h1 {
    margin-top: 0;
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 30px;
  }
  .banner p {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}
/* @end */

/* @group backgrounds */
.bg-white {
  background-color: #fff;
}
.bg-grey {
  background-color: #f1f2f2;
}
.bg-red {
  background-color: #d61e3e;
  color: #fff;
}
/* @end */

/* @group features */
.features div[class^=col-] {
  padding-top: 40px;
  padding-bottom: 50px;
  padding-left: 12% !important;
  padding-right: 12% !important;
}
.features div[class^=col-].divider {
  padding-top: 0;
  padding-bottom: 0;
}
.features h2 {
  font-size: 28px;
  margin: 0 0 40px;
}
.features img {
  margin-bottom: 30px;
}
.features p {
  font-size: 16px;
  line-height: 21px;
  min-height: 84px;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .features div[class^=col-] {
    padding-left: 5.5% !important;
    padding-right: 5.5% !important;
  }
  .features p {
    min-height: 105px;
  }
}
@media (min-width: 1200px) {
  .features div[class^=col-] {
    padding-left: 4% !important;
    padding-right: 4% !important;
  }
}
/* @end */

/* @group services */
.banner.service p {
  min-height: 105px;
}

.container.services img {
  margin: 50px 0;
}
.container.services h2 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 25px;
}
.container.services p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px;
}
.container.services p:last-of-type {
  margin-bottom: 75px;
}
.container.services .btn.top {
  margin-top: 15px;
  margin-bottom: 80px;
}

.container.services-blue h2 {
  color: #12aae1;
}
.container.services-red h2 {
  color: #d61e3e;
}
.container.services-purple h2 {
  color: #5a3795;
}
/* @end */

/* @group case studies */
.index.case-studies .study img {
  margin-bottom: 20px;
}
.index.case-studies .study h2 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 17px;
}
.index.case-studies .study p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 40px;
}
/* @end */

/* @group case study */
.banner.case-study h2  {
  min-height: 100px;
  margin-bottom: 20px;
}
.banner.case-study p  {
  margin-bottom: 0;
}

#carousel-case-study .carousel-indicators {
  position: static;
  bottom: inherit;
  left: inherit;
  z-index: 1;
  width: 100%;
  padding-left: 0;
  margin-left: inherit;
  text-align: center;
  list-style: none;
  border-bottom: 2px solid #414042;
}
#carousel-case-study .carousel-indicators li {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  margin: 60px 0 0;
  text-indent: 0;
  cursor: pointer;
  border: none;
  border-radius: 0;
  padding-top: 120px;
  background-color: transparent;
  padding-bottom: 50px;
}
#carousel-case-study .carousel-indicators li.problem {
  background: transparent url('..//images/icons/blue-flag.png') no-repeat top center;
}
#carousel-case-study .carousel-indicators li.solution {
  background: transparent url('..//images/icons/purple-bespoke.png') no-repeat top center;
}
#carousel-case-study .carousel-indicators li.benefits {
  background: transparent url('..//images/icons/red-benefits.png') no-repeat top center;
}
#carousel-case-study .carousel-indicators li.active::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #000 transparent;
}
#carousel-case-study .item {
  padding: 60px 180px 80px;
}
#carousel-case-study .item h4 {
  font-size: 28px;
  margin-bottom: 35px;
}
#carousel-case-study .item p {
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 768px)  {
  #carousel-case-study .carousel-indicators li .btn {
    min-width: 165px;
  }
  #carousel-case-study .item {
    padding: 60px 80px 80px;
  }
}
@media (min-width: 992px)  {
  #carousel-case-study .carousel-indicators li .btn {
    min-width: 200px;
  }
  #carousel-case-study .item {
    padding: 60px 140px 80px;
  }
}
@media (min-width: 1200px)  {
  #carousel-case-study .carousel-indicators li .btn {
    min-width: 200px;
  }
  #carousel-case-study .item {
    padding: 60px 180px 80px;
  }
}
/* @end */

/* @group about */
.container.about div[class^=col-] {
  padding-top: 40px;
  padding-bottom: 50px;
}
.container.about img {
  margin-bottom: 30px;
}
.container.about div[class^=col-].divider {
  padding-top: 0;
  padding-bottom: 0;
}
.container.about h3 {
  font-size: 28px;
  margin-bottom: 40px;
}
.container.about p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .container.about div[class^=col-] {
    padding-left: 4% !important;
    padding-right: 4% !important;
  }
}
/* @end */

/* @group get in touch */
.container.get-in-touch div[class^=col-] {
  padding-top: 40px;
  padding-bottom: 50px;
}
.container.get-in-touch img {
  margin-bottom: 30px;
}
.container.get-in-touch div[class^=col-].divider {
  padding-top: 0;
  padding-bottom: 0;
}
.container.get-in-touch h3 {
  font-size: 28px;
  margin-bottom: 40px;
}
.container.get-in-touch p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px;
}
.container.get-in-touch .bg-blue {
  background-color: #12aae1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
}
.container.get-in-touch .bg-blue h1 {
  font-size: 28px;
  margin-bottom: 20px;
}
.container.get-in-touch p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .container.get-in-touch .col-md-4 {
    min-height: 395px;
  }
  .container.get-in-touch .bg-blue {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
}
@media (min-width: 992px) {
  .container.get-in-touch .bg-blue {
    padding-top: 120px !important;
    padding-left: 6% !important;
    padding-right: 6% !important;
  }
}
/* @end */

/* @group call to action */
.call-to-action {
  padding-top: 40px;
  padding-bottom: 50px;
}
.call-to-action p {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0;
}
.call-to-action .btn {
  display: block;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}
@media (min-width: 768px) {
  .call-to-action p {
    line-height: 40px;
    margin-bottom: 0;
  }
  .features .call-to-action p {
    min-height: 0;
  }
}
@media (min-width: 1200px) {
  .call-to-action {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .call-to-action p {
    line-height: 40px;
    margin-bottom: 15px;
  }
  .call-to-action .btn {
    display: inline-block;
    margin-top: 0;
    margin-left: 40px;
  }
  .features .call-to-action {
    padding-top: 135px !important;
    padding-right: 4% !important;
    padding-left: 4% !important;
    min-height: 443px;
  }
  .features .call-to-action p {
    line-height: 30px;
    margin-bottom: 20px;
  }
  .features .call-to-action .btn {
    margin-left: 0;
  }
}
/* @end */

/* @group footer */
footer .container {
  margin-top: 28px;
  border-top: 1px solid #d4d4d4;
  padding-top: 23px;
  font-size: 14px;
  padding-bottom: 20px;
  text-align: center;
}
footer .container .addthis_toolbox {
  width: 70px;
  margin: 0 auto 20px;
}
footer .container a {
  color: #414042;
}
footer .addthis_toolbox a {
  color: #a6a8ab;
  font-size: 18px;
}
@media (min-width: 768px) {
  footer .container {
    text-align: inherit;
  }
  footer .container p.tel {
    text-align: right;
  }
  footer .container .addthis_toolbox {
    width: 70px;
    margin: 0 -8px 0 auto;
  }
  footer .list-pipes {
    text-align: left;
  }
}
/* @end */