html, body {
    height: 100%;
}

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

.body-inverse {
    background: #999;
}

h1, h2 {
    font-family: 'Quicksand', Arial, Helvetica, sans-serif;
}

/* ===== Sticky Footer ===== */

.wrapper {
    min-height: 100%;
    height: auto !important; /* for older versions of IE */
    height: 100%;
    margin-bottom: -91px; /* showing the footer */
    padding-top: 96px; /* going below the navbar 66px + 30px */
    padding-bottom: 91px; /* avoiding content go behind the footer */
}

.footer-wrapper {
    background: #FFF; /* for body-inverse */
}

.footer-wrapper hr {
    border-color: #ddd;
}

/* ===== Logo ===== */

.navbar-brand i {
    font-size: 20px;
    margin-right: 1px;
}

/* ===== Navbar ===== */

.nav {
    float: right;
}

.navbar-inverse {
    background-color: #FFFFFF;
    border-color: #FEFEFE;
    -webkit-box-shadow: 0 0 16px 0 rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0 0 16px 0 rgba(50, 50, 50, 0.3);
    box-shadow: 0 0 16px 0 rgba(50, 50, 50, 0.3);
    text-transform: uppercase;
}

.navbar-inverse .navbar-brand {
    color: #333;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #000;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #333;
}

.navbar-inverse .navbar-nav > li > a {
    color: #070707;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #111234;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #111234;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #F5F5F5;
    background: #F5F5F5;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #333;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #DDD;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #f7f7f7;
    background-color: #090c12;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #000;
    border-bottom-color: #000;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
    border-top-color: #000;
    border-bottom-color: #000;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #000;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #000;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #333;
}

.navbar-inverse .navbar-link:hover {
    color: #000;
}

/* Navbar gets a bit higher */

.navbar {
    min-height: 65px;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-bottom: 38px;
        padding-top: 38px;
    }
}

.navbar-form {
    margin-top: 15.5px;
    margin-bottom: 15.5px;
}

.navbar-brand {
    padding: 22.5px 15px;
}

.navbar-btn {
    margin-top: 15.5px;
    margin-bottom: 15.5px;
}

.navbar-text {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
}

.navbar-toggle {
    margin-top: 15.5px;
    margin-bottom: 15.5px;
}

/* Navbar menu dropdown */

.dropdown-menu > li > a {
    padding: 10px 20px;
    border-bottom: 0px dashed #E5E5E5;
    background-color: #111724;
    color: #f7f7f7;
}

.dropdown-menu > li > a:hover {
    background-color: #090c12;
    border-bottom: 0 dashed #E5E5E5;
    color: #eeeb9e;
    padding: 10px 20px;
}

.dropdown-menu > li:last-child > a {
    border-bottom: 0;
}

.dropdown-menu {
    background: #11151f;
}

/* ===== Jumbotron ===== */

.jumbotron {
    /*	background: #ecf0f1;*/

    background-image: url("../images/home-bg.jpg");
    background-position: center center;
    background-size: cover;
    height: 650px;
    width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 80;

    padding: 100px 0 100px;
    font-size: 16px;
    margin: 0px;
    color: #000;
}

.jumbotron h1 {
    margin-top: 120px;
    font-size: 36px;
}

.jumbotron p {
    margin: 20px 0;
}

.jumbotron ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px;
    width: 80%;
    margin: 0 auto;
}

.jumbotron ul > li {
    padding: 5px;
    border-bottom: 3px dotted #ccc;
    position: relative;
    font-size: 16px;
}

.jumbotron ul > li > a {
    display: block;
    color: #333;
}

.jumbotron ul > li > a:hover {
    text-decoration: none;
}

.jumbotron ul > li i.fa-chevron-right {
    color: #ccc;
}

.jumbotron ul > li > a:hover i.fa-chevron-right {
    color: #222;
}

.about-us .jumbotron {
    height: 150px;
}

/* ===== Project Headers ===== */

.project-title-fix {
    border: 20px;
    margin: 20px;
    background-color: rgba(222,222,222, 0.8);
}

.ninehundredft {
    background-image: url("../images/project900ft.png");
}

.meality {
    background-image: url("../images/projectmeality.png");
}

.mediabadger {
    background-image: url("../images/projectmediabadger.png");
}

.smsearch {
    background-image: url("../images/smsbanner.jpg");
}

.wilsons {
    background-image: url("../images/projects/project-wilsons.jpg");
}

.tides {
    background-image: url("../images/projects/project-tides.jpg");
}

.grainery {
    background-image: url("../images/projects/project-grainery.jpg");
}

.project-hero {
    /*	background: #ecf0f1;*/

    background-position: center center;
    background-size: cover;
    height: 500px;
    width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    padding: 100px 0 100px;
    font-size: 16px;
    margin: 0px;
    color: #000;

    box-shadow: 0 -70px 290px 50px #fff inset;
}

.project-hero h1 {
    margin: 150px 0px;
}

@media (max-width: 767px) {
    /* for xs devices */
    .jumbotron {
        padding: 100px 0 50px;
    }

    .jumbotron .apps > .buttons {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* for sm devices */
    .iphone-container {
        width: 303px;
        height: 550px;
    }

    .iphone-container > .iphone-screen {
        left: 55px;
        right: 55px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* for md devices */
    .iphone-container {
        width: 293px;
        height: 532px;
    }

    .iphone-container > .iphone-screen {
        left: 53px;
        right: 53px;
    }
}

@media (min-width: 1200px) and (min-height: 801px) {
    /* for lg and high screens */
    .iphone-container {
        width: 360px;
        height: 653px;
    }

    .iphone-container > .iphone-screen {
        left: 65px;
        right: 65px;
    }

    .iphone-container > img {
        max-height: 100%;
    }

    .jumbotron h1 {
        margin-top: 100px;
    }

    .jumbotron .apps {
        margin-top: 100px;
    }
}

/* ===== Testimonial ===== */

#testimonial {
    /*	background: #ecf0f1;*/

    /*background-image: url("../images/textured-bg.jpg");*/
    /*background-image: url("../images/testimonial-bg.jpg");*/
    background-image: url("../images/testimonial-bg2.jpg");
    background-position: center center;
    background-size: cover;
    height: 700px;
    width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    padding: 100px 0;
    font-size: 16px;

    color: #FFF;
}

.testimonial-copy {
    background-color: rgba(0, 0, 0, 0.55);
    line-height: 32px;
    margin: 10px 0 25px;
    padding: 20px 35px;
}

#testimonial p.quote:before {
    content: open-quote;
    font-size: 48px;
    line-height: 48px;
}

#testimonial p.quote:after {
    content: close-quote;
    display: block;
    font-size: 48px;
    line-height: 48px;
    text-align: right;
}

/* ===== Main features ===== */

.features {
    width: 960px;
    margin: -100px auto 20px;
}

.feature {
    float: left;
    width: 25%;
    height: 200px;
    padding: 5px;
    text-align: center;
}

.feature > .feature-body {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding: 20px 10px;
    border: 2px solid transparent;
    border-radius: 3px;
    background: #000;
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.3);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.3);
}

.feature:hover > .feature-body {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.feature > .feature-hover {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding: 20px 10px;
    margin-top: -190px;
    border-width: 2px;
    border-style: solid;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.94);
    opacity: 0;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
}

.feature:hover > .feature-hover {
    opacity: 1;
}

@media (max-width: 767px) {
    /* for xs devices */
    .features {
        width: 100%;
        margin: 0 0 20px;
    }

    .feature {
        float: none;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* for sm devices */
    .features {
        width: 748px;
    }
}

/* ===== Example Blocks ===== */

.example-blocks .fa-stack {
    display: inline-block;
    margin: 20px;
}

.example-blocks .block {
    overflow: hidden;
}

/* ===== Recent Projects ====== */

#projects h2 {
    border-bottom: 1px solid #95A5A6;
    color: #000000;
    margin: 0 0 40px;
    padding: 0 0 20px;
}

#projects .caption {
    text-align: left;
    padding: 10px 20px 20px;
}

#projects .caption h4 {
    text-align: left;
    color: #000;
    font-family: 'Quicksand';
}

#projects .caption .btn-primary {
    color: #444;
}

#projects .caption i {
    margin-left: 10px;
}

#projects .caption > a {
    text-decoration: none;
}

#projects .caption > a:hover {
    text-decoration: none;
    color: #e4c547;
    border-bottom: 1px solid #e4c547;
    padding: 0 0 4px;
}

.recent-projects {
    margin: 0px;
    padding: 70px 0;
}

.recent-projects p {
    color: #7f8c8d;
    line-height: 22px;
    padding-bottom: 20px;
}

.recent-projects hr {
    border-top: 1px dotted #999;
}

.recent-projects .thumbnail {
    text-align: center;
    border: 0px solid #7f8c8d;
    background-color: #efefef;
    padding: 0px;
}

.recent-projects .thumbnail > .image {
    overflow: hidden;
    height: 158px;
}

.recent-projects .thumbnail > .image > img {
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    margin-left: auto;
    margin-right: auto;
}

.recent-projects .thumbnail:hover > .image > img {
    margin-top: -50%;
}

/* Team */

#team {
    padding: 70px 0;
}

#team h2 {
    border-bottom: 1px solid #95A5A6;
    margin: 0 0 40px;
    padding: 0 0 20px;
    color: #000;
}

.team h3 {
    border-bottom: 1px solid #95A5A6;
    color: #FFFFFF;
    font-family: 'quicksand';
    margin: 25px 0 10px;
    padding: 0 0 10px;
}

.bio {
    margin-bottom: 40px;
    color: #95A5A6;
}

.bio h3 {
    color: #DEB200;
}

.about h3 {
    color: black;
}

.bio > img {
    float: left;
    overflow: hidden;
    height: 100px;
    width: 100px;
    border-radius: 50px;
    margin-right: 20px;
}

.bio-text {
    overflow: hidden;
}

.bio p.quote:before {
    content: open-quote;
    font-size: 48px;
    line-height: 48px;
}

.bio p.quote:after {
    content: close-quote;
    font-size: 48px;
    line-height: 48px;
    display: block;
    text-align: right;
}

/* ===== Footer =====*/

footer {
    margin-bottom: 20px;
}

footer a {
    color: #95a5a6 !important;
}

footer a:hover {
    color: #DEB200 !important;
    text-decoration: none;
}

/* ===== About Us ===== */

.about blockquote p {
    line-height: 30px;
}

.about .about-img {
    float: left;
    margin: 0 30px 30px 0;
}

.about .about-img > img {
    border-radius: 120px;
    height: 120px;
    margin-bottom: 10px;
    width: 120px;
}

.about .about-text > blockquote {
    overflow: hidden;
}

.about .about-text > p {
    overflow: hidden;
}

@media (max-width: 767px) {
    .about .about-text > p {
        overflow: visible;
    }
}

.about-small {
    margin-bottom: 10px;
}

.about-small > .about-img {
    text-align: center;
}

.about-small > .about-img > img {
    border-radius: 100px;
    height: 100px;
    margin-bottom: 10px;
    width: 100px;
}

.team h2 {
    border-bottom: 1px solid #95A5A6;
    color: #000000;
    margin: 0 0 40px;
    padding: 0 0 20px;
}

.team li {
    border-bottom: 1px solid #333333;
    color: #999999;
    list-style: none outside none;
    padding: 12px 0;
}

.team ul {
    margin: 0px;
    padding: 0;
}

.about > .about-text > blockquote {
    overflow: hidden;
}

.about > .about-text > p {
    overflow: hidden;
}

@media (max-width: 767px) {
    /* for xs devices */
    .about > .about-text > p {
        overflow: visible;
    }
}

/* ===== Contact Us ===== */

.contact-us .jumbotron {
    height: 150px;
}

.form-contact {
    margin-top: 42px;
    color: #000;
}

.contact {

}

.contact h2 {
    border-bottom: 1px solid #95A5A6;
    color: #000;
    margin: 0 0 40px;
    padding: 0 0 20px;
}

.contact li {

    color: #999999;
    list-style: none outside none;

}

.contact ul {
    margin: 0px 0 10px;
    padding: 0;
    border-bottom: 1px solid #333333;
    padding: 0 0 12px;
}

#contact h2 {
    border-bottom: 1px solid #95A5A6;
    margin: 0 0 40px;
    padding: 0 0 20px;
    color: #000;
}

/* ===== FAQs ===== */

/*.faq-cats ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.faq-cats ul li:first-child {
	margin: 0 0 10px 0;
}
.faq-cats ul li {
	margin: 10px 0;
}
.faq-cats ul li i{
	vertical-align: middle;
	margin-right: 15px;
}
.faq-cats ul li a {
	color: #95a5a6;
}*/

/* ===== Not Found ===== */

/*.not-found-header {
	margin: 100px 0 50px 0;
	text-align: center;
}
.not-found-header > span {
	display: inline-block;
	height: 100px;
	width: 100px;
	border-radius: 100px;
	text-align: center;
	margin: 10px;
}
.not-found-header > span > i {
	line-height: 100px;
}
.not-found-header i.random {
	display: none;
}
.not-found-header i.random2 {
	display: none;
}
.not-found-header i.random3 {
	display: none;
}
.not-found > p {
	font-size: 16px;
	line-height: 24px;
}

@media (max-width: 767px) {
	.not-found-header {
		margin-top: 0;
		text-align: center;
	}
	.not-found-header > span {
		height: 70px;
		width: 70px;
		font-size: 8px;
	}
	.not-found-header > span > i {
		line-height: 70px;
	}
}
*/

#cta-bar {
    background: #efefef;
    color: black;
    padding: 25px 0;
    border-bottom: 1px solid #283040;
    border-top: 1px solid #283040;
    margin: 40px 0 35px;

    -webkit-transition: color 0.3s ease-in, background 0.3s ease-in;
    -moz-transition: color 0.3s ease-in, background 0.3s ease-in;
    -ms-transition: color 0.3s ease-in, background 0.3s ease-in;
    -o-transition: color 0.3s ease-in, background 0.3s ease-in;
    transition: color 0.3s ease-in, background 0.3s ease-in;
}

#cta-bar a {
    font-family: 'Quicksand', Arial, Helvetica, sans-serif;
    font-size: 20px;
}

#cta-bar:before,
#cta-bar:after {
    -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
    -moz-transition: color 0.2s ease-in, background 0.2s ease-in;
    -ms-transition: color 0.2s ease-in, background 0.2s ease-in;
    -o-transition: color 0.2s ease-in, background 0.2s ease-in;
    transition: color 0.2s ease-in, background 0.2s ease-in;

    cursor: pointer;
}

#cta-bar:hover {
    background: #283040;
}

/* ===== Carousel ===== */

.carousel {
    margin: 20px;
}

/* Fade transition for carousel items */
.carousel .item {
    left: 0 !important;
    -webkit-transition: opacity .4s; /*adjust timing here */
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}

.carousel-control {
    background-image: none !important; /* remove background gradients on controls */
}

/* Fade controls with items */
.next.left,
.prev.right {
    opacity: 1;
    z-index: 1;
}

.active.left,
.active.right {
    opacity: 0;
    z-index: 2;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    border-radius: 4px;
}

.carousel-inner {
    margin-bottom: 35px;

}

.carousel-indicators li, .carousel-indicators .active {
    padding: 0px;
}

