@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Raleway|Open+Sans|Lato:100,300,400);

body {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #707070;
    line-height: 1.8em;
}

.cpnav {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 300;
}

.cpnav .navbar-toggle {
    background-color: #fff;
    border-color: #f58634;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
}

.cpnav .navbar-toggle > .icon-bar {
    background-color: #f58634;
}

.cpnav #navbar.in {
    background-color: #111111;
}

.cpnav #navbar.in li > a{
    color: #e5e5e5;
    font-weight: 300;
}

.cpnav .nav li {
    text-transform: uppercase;
}

.cpnav .nav li > a.active {
    background-color: #f58634 !important;
}

.cpnav .nav li > a {
    padding: 15px 15px;
    margin: 20px 2px;
    letter-spacing: 1px;
    border-radius: 2px;
    color: #111111;
    font-weight: 700;
}

.cpnav.stiky .nav li > a {
    color: #ffffff;
    font-weight: 300;
}

.cpnav.stiky .nav li > a:hover,
.cpnav.stiky .nav li > a:focus {
    background-color: rgba(255, 255, 255, 0.05);
}

.cpnav.stiky {
    background-color: #111111;
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.4);
    transition: all 0.5s ease;
}

.cpnav.stiky nav li a {
    font-size: 14px;
}

.cpnav {
    transition: all 0.5s ease;
}

.cpnav #logo {
    position: fixed;
    z-index: 1030;
    left: 40px;
    padding: 15px;
    background-color: #111;
    border-radius: 0 0 4px 4px;
}

.cpnav.stiky #logo-small {
    display: block;
    margin-top: 5px;
}

.cpnav #logo-small,
.cpnav.stiky #logo {
    display: none;
}

.animated {
    opacity: 0;
}

section, header, .footer {
    padding: 90px 0;
    font-size: 14px;
}

.inverse {
    background-color: #111111;
    color: #e5e5e5;
}

h1 {
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #111;
}

.spp h3 {
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.inverse h1,
.inverse h3 {
    color: #e5e5e5;
}

section ul {
    padding-left: 20px;
}


.np {
    padding: 0 !important;
}

.color-primary {
    color: #f58634;
}

.v-center {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.ab-icon {
    border-radius: 50%;
    padding: 20px;
    background-color: #111111;
    text-align: center;
    color: #f58634;
    height: 100px;
    width: 100px;
    font-size: 50px;
}

.spacer-single {
    width: 100%;
    height: 30px;
    display: block;
    clear: both;
}

.spacer-single-half {
    width: 100%;
    height: 1px;
    display: block;
    clear: both;
}

.footer {
    background-color: #111111;
    color: #e5e5e5;
}

.footer h3 {
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #f58634;
    text-align: center;
}

.footer .map {
    margin-top: 55px;
}

.error {
    color: #d13e27;
}

.social-button {
    padding: 10px;
    color: #f58634;
}

.vmv > div {
    margin-bottom: 25px;
}

#hero-carousel, .hero-carousel {
    background-color: #111111;
}

#hero-carousel .owl-controls,
.hero-carousel .owl-controls {
    margin-top: -30px;
}

#hero-carousel .item {
    height: -webkit-calc(100vh - 90px);
    height: -moz-calc(100vh - 90px);
    height: calc(100vh - 90px);
    height: 100vh;
    background-size: cover !important;
}

.hero-carousel .item {
    height: -webkit-calc(50vh - 90px);
    height: -moz-calc(50vh - 90px);
    height: calc(50vh - 90px);
    height: 50vh;
    background-size: cover !important;
}

#hero-carousel .item > img,
.hero-carousel .item > img {
    background-size: contain;
}

.hero-carousel .item {
    background-size: cover !important;
    background-position: center !important;
}

#client-carousel, #partner-carousel {
    list-style: none;
    margin: 0;
    padding: 0;
}

#client-carousel img {
    width: auto !important;
    height: 60px;
}

#client-carousel li {
    text-align: center;
}

#partner-carousel img {
    width: auto !important;
    height: 80px;
}

#partner-carousel li {
    text-align: center;
}

#about-carousel .owl-prev,
#about-carousel .owl-next {
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin-bottom: -25px;
    background-color: rgba(0, 0, 0, 0.7) !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 50px;
}

#about-carousel .owl-prev::before,
#about-carousel .owl-next::before {
    vertical-align: middle;
}

#about-carousel .owl-prev {
    left: 0;
    margin-left: -50px;
}

#about-carousel .owl-prev::before {
    content: "\f104";
    margin-left: -5px;
}

#about-carousel .owl-next {
    right: 0;
    margin-right: -50px;
}

#about-carousel .owl-next::before {
    content: "\f105";
    margin-right: -5px;
}

@media only screen and (max-width: 800px) {
    #about-carousel .owl-prev,
    #about-carousel .owl-next {
        display: none;
    }
}

#what-we-do {
    background-color: #f8f8f8;
}

#what-we-do .thumbnail {
    padding: 0;
}

#what-we-do .thumbnail > .caption {
    padding: 9px 14px;
}

#what-we-do .thumbnail > .btn-holder {
    margin-left: 10px;
    margin-top: 10px;
    padding-right: 10px;
}

#what-we-do .thumbnail > .btn-holder > div {
    padding: 0;
}

#what-we-do .thumbnail > .btn-holder > div:first-child {
    padding-right: 5px !important;
}

#what-we-do .thumbnail > .btn-holder > div:last-child {
    padding-left: 5px !important;
}

#what-we-do .thumbnail > .tm-img {
    height: 220px;
    background-size: cover !important;
}

#what-we-do .thumbnail > .list-group {
    margin-bottom: 0;
}

#what-we-do .thumbnail > .list-group > .list-group-item {
    border-right: 0;
    border-left: 0;
    text-align: center;
}

#what-we-do .thumbnail > .list-group > .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#what-we-do .thumbnail > .list-group > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#testimonial-carousel blockquote {
    border: 0;
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #f58634 url(../img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    border-radius:50%;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: 0.5;
}

.no-touch .cd-top:hover {
    background-color: #f58634;
    opacity: 1;
}

.flip-container {
    width: 100%;
    height: 420px;
    position: relative;
    perspective: 500px;
    margin-bottom: 20px;
}

.card {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 1s;
}

.card .thumbnail {
    margin: 0;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.card .front .caption {
    min-height: 146px;
    max-height: 146px;
}

.card .back {
    transform: rotateY( 180deg );
}

.card .back .caption {
    min-height: 100px;
    max-height: 100px;
    /*border-bottom: 1px solid #dddddd*/
}

.card .back .caption h3 {
    text-align: center;
}

.card .back > ul {
    min-height: 266px;
    max-height: 266px;
}

.card.flipped {
    transform: rotateY( 180deg );
}

.cct p > a {
    color: #e5e5e5;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 30px;
        bottom: 30px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}

