body {
    font-family: 'Roboto', sans-serif;
}

.margin-top-10 {
    margin-top: 10px !important;
}
.margin-top-20 {
    margin-top: 20px !important;
}
.margin-top-30 {
    margin-top: 30px !important;
}
.margin-top-40 {
    margin-top: 40px !important;
}
.margin-top-50 {
    margin-top: 50px !important;
}

.navbar-top {
    background: #e30921;
    height: 44px;
    position: absolute;
    z-index: 999;
    width: 100%;
    color: #EEE;
}

.navbar-top i{
    color: #33bde6;
    margin-right: 5px;
}

.navbar-top a {
    padding: 10px;
    color: #EEE;
}


.navbar {
    position: absolute;
    z-index: 1000;
    width: 100%;
    padding: 15px 0;
    top: 44px;
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px rgba(0, 0, 0, 0);
    color: #FFF;
}

.navbar-brand {
    padding: 0 0 0 10px;
}

.navbar-default .navbar-brand {
    color: #FFF;
}

.navbar-default .navbar-nav>li>a {
    color: #37a2da;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-nav>li>a:hover {
    color: #e30921;
}

.slideshow {
    position: relative;
    overflow: hidden;
    max-height: 830px;
}

.slideshow-static {
    min-height: 300px;
}

.slideshow-text {
    position: absolute;
    top: 30%;
    z-index: 999;
    color: #FFF;
    font-family: 'Raleway', sans-serif;
}

.slideshow-text h3{
    font-size: 24px;
}

.slideshow-text h1 {
    letter-spacing: 6px;
    font-size: 94px;
}

.contact-floating-block-wrapper {
    margin-top: -55px;
    padding: 10px;
    position: relative;
    z-index: 999;
    background: #8C8C8C;
}

.contact-floating-block-inner {
    border: 1px solid #FFF;
    color: #FFF;
    padding: 25px 10px;
    font-size: 18px;
}

.contact-floating-block-inner .btn {
    margin-left: 50px;
    padding: 12px 30px;
    color: #FFF;
    border-color: #FFF;
    background-color: #E30921;
}

p {
    font-weight: 300;
}

.headingwithsubtext-wrap h6{
    font-size: 20px;
}

.headingwithsubtext-wrap {
    margin-top: 100px;
    margin-bottom: 100px;
}

.headingwithsubtext-wrap p {
    font-size: 18px;
    line-height: 32px;
}

.whatwedo-wrapper {

}

.whatwedo-wrapper a.whatwedo-link{
    transition: all .2s ease-in-out;
    display: block;
    color: inherit;
}

.whatwedo-wrapper a.whatwedo-link:hover{
    transform: scale(1.003);
}

.whatwedo-wrapper h3{
    margin-top: 20px;
    margin-bottom: 10px;
}

.whatwedo-wrapper p{
    width: 100%;
    display: block;
    line-height: 24px;
}

.whatwedo-bottom {
    padding: 30px;
}

.whatwedo-bottom a{
    color: #222;
    font-size: 18px;
}

.whatwedo-bottom a i{
    color: #E30921;
    margin-left: 10px;
    transition: margin-left .2s ease-in-out;
}

.whatwedo-bottom a:hover {
    text-decoration: none;
}

.whatwedo-bottom a:hover i{
    margin-left: 20px;
}

.headingwithsubtext-wrap.partners {
    margin-bottom: 20px;
}

.partners-wrap {

}

.partners-inner img{
    width: 100%;
    max-width: 200px;
    display: inline-block;
}

.seperator-line{
    width: 100%;
    text-align: center;
    padding: 50px;
}

.seperator-line-inner {
    width: 50px;
    border-bottom: 1px solid #e7bd74;
    display: inline-block;
}


.page-top-padderimage {
    background: url('../images/slideshow/1.jpg') repeat;
    height: 250px;
}

p.content {
    font-size: 18px;
    line-height: 24px;
}

p.content.small {
    font-size: 14px;
}

ul.content {
    margin-top: 30px;
}

ul.content li{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 300;
}

iframe { display:block; }


.contactus-container {
    background: #8C8C8C;
    color: #FFF;
}

.contactus-container .map-container {
    padding: 0;
}

.contactus-block {
    margin: 35px 0;
}

.contactus-block .fa {
    font-size: 30px;
    color: #EEE;
}

.contactus-block-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

.contactus-block-text a {
    color: #FFF;
}


footer {
    margin-top: 50px;
    background: url('../images/bg-pattern.jpg') repeat;
    padding: 30px 0;
    color: #CCC;
}

footer h6{
    color: #FFF;
    border-bottom: 1px solid #e4202e;
    display: inline-block;
    font-size: 14px;
}

footer ul{
    list-style: none;
    padding: 0;
}

footer ul li{
    margin: 10px 0;
}

footer a{
    color: #CCC;
}

footer a:hover{
    color: #CCC;
    text-decoration: none;
    font-weight: bold;
}

footer img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}



@media (max-width: 768px) {
    .slideshow-text h1 {
        font-size: 60px;
    }

    .contact-floating-block-inner .btn {
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }

    .slideshow {
       /* height: 520px;*/
    }

    .navbar {
        background: #fff;
    }

    .whatwedo-wrapper img {
        margin: 0 auto;
    }

    .whatwedo-wrapper h3 {
        text-align: center;
    }

    .whatwedo-wrapper p {
        text-align: center;
    }

    .partners-inner a{
        display: block;
        padding: 30px 10px;
    }
}


.multi-item-carousel{
  .carousel-inner{
    > .item{
      transition: 500ms ease-in-out left;
    }
    .active{
      &.left{
        left:-33%;
      }
      &.right{
        left:33%;
      }
    }
    .next{
      left: 33%;
    }
    .prev{
      left: -33%;
    }
    @media all and (transform-3d), (-webkit-transform-3d) {
      > .item{
        // use your favourite prefixer here
        transition: 500ms ease-in-out left;
        transition: 500ms ease-in-out all;
        backface-visibility: visible;
        transform: none!important;
      }
    }
  }
  .carouse-control{
    &.left, &.right{
      background-image: none;
    }
  }
}


.invoice-block {
  /*background: #8C8C8C;
  color: #FFF;*/
}
