body {
	font-family: "Oxygen", sans-serif;
}

nav {
	font-family: "Montserrat", sans-serif;
}
.navbar-inverse {
	height: 60px;
}
.navbar-brand {
	padding: 2px 1px 12.5px 15px;
}
.navbar-inverse .navbar-nav > li > a {
	text-transform: uppercase;
}
.navbar-inverse.affix {
	box-shadow: 0 0 10px rgba(28, 213, 242, 0.3);
}


#carousel {
	/*height: 500px;*/
}
#carousel .item {
	background: #337ab7;
	/*height: 500px;*/
}
#carousel h1 {
	font-family: "Montserrat", sans-serif;
}
#carousel .img-responsive {
	width: 100%;
}

section {
	padding: 50px 0;
}
body.page section h1 {
	font-family: "Montserrat", sans-serif;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}
section h2, section h4 {
	font-family: "Montserrat", sans-serif;
}
section h2 {
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
section h4 {
	text-transform: capitalize;
}

.content-spacer {
	margin-bottom: 50px;
}
.content-spacer:last-child {
	margin-bottom: 0;
}

.bg-light-gray {
    background-color: #f7f7f7;
}
.bg-dark-gray {
    background-color: #222;
}

.btn {
	background: #1cd5f2;
	color: #FFF;
	border-radius: 3px;
}
.btn:hover {
	background-color: #1bb7f0;
	color: #FFF;
}
.btn:active:focus, .btn:focus {
	outline: 0;
	color: #FFF;
}

#why-us .fa-circle {
	color: #1bb7f0;
}

#work .img-responsive {
	width: 100%;
}

.filters {
	margin-bottom: 20px;
}

.portfolio {
	
}
.portfolio .item {
	width: 25%;
	cursor: pointer;
}
.portfolio .item .info {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background: rgba(51, 122, 183, 0.9);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.portfolio .item:hover .info {
	opacity: 1;
}
.portfolio .item .caption {
	position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.portfolio .item .category {
	font-size: 16px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.9);
}
.portfolio .item .name {
	font-size: 22px;
	color: #FFF;
}

.work-modal {
	padding-right: 0 !important;
}
.work-modal h2 {
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-align: center;
}
.work-modal .img-responsive {
	width: 100%;
}
.work-modal img {
	margin-bottom: 20px;
}
.work-modal .modal-content {
	border: 0;
	border-radius: 0;
	min-height: 100%;
}

.team-spacer {
	margin-bottom: 15px;
}

.client-spacer {
	margin-bottom: 30px;
}

#services {
	background: #FFF;
}
#services .carousel-control {
	background: none;
	color: #333;
}
#services .item {
	text-align: center;
	padding: 0 15% 20px 15%;
}
#services .item p {
	text-align: justify;
}
#services .item p.lead {
	text-align: center;
}

#contact h2 {
	color: #FFF;
}
#contact input,
#contact textarea {
	padding: 20px;
	height: auto;
	border: none;
}
#contact textarea {
	height: 210px;
}
#contact input:placeholder-shown,
#contact textarea:placeholder-shown {
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}
#contact input:focus,
#contact textarea:focus {
	border: none;
	box-shadow: none;
}
#contact button {
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}

#contact .contact-error {
	font-size: 18px;
	color: #777;
	display: none;
}
#contact .contact-success {
	font-size: 18px;
	color: #A8BA3A;
	display: none;
}

#map {
	width: 100%;
	height: 500px;
	background: #222;
}

footer {
	padding: 25px 0;
}
footer .social-buttons {
	/*text-align: center;*/
}
footer .quicklinks {
	/*text-align: right;*/
}

.error {
	padding-top: 25%;
}

@media (min-width: 768px) {
	.navbar-inverse {
	    background-color: transparent;
	    /*background-color: #FFF;*/
	    border: 0;
	    padding: 25px 0;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		margin-bottom: 0;
	}
	.navbar-inverse.affix {
		/*background-color: #222;*/
		background-color: #FFF;
	    padding: 0;
	}
	.navbar-inverse .navbar-nav > li > a {
		color: #FFF;
	}
	.navbar-inverse .navbar-nav > li > a:hover {
		color: #1cd5f2;
	}
	.navbar-inverse.affix .navbar-nav > li > a {
		color: #1cd5f2;
	}
	.navbar-inverse.affix .navbar-nav > li > a:hover {
		color: #000;
	}
	.navbar-inverse.affix .navbar-nav > li.active > a {
		background-color: #1cd5f2;
		color: #FFF;
	}
	.navbar-inverse.affix .navbar-nav > li.active > a:hover {
		
	}
	
	body.noHeroUnit,
	body.page {
		margin-top: 100px;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	body.noHeroUnit.nav-fixed,
	body.page.nav-fixed {
		margin-top: 50px;
	}
	
	footer p, footer ul {
		margin-bottom: 0;
	}
}

@media (max-width: 1119px) {
	.portfolio .item {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.navbar {
		margin-bottom: 0;
	}
	.navbar-inverse {
		background-color: #000;
	}
	.navbar-fixed-top {
        position: relative;
        top: auto;
    }
    .navbar-fixed-top .navbar-collapse {
        max-height: none;
    }
    .navbar {
    	border: 0;
    }
    .navbar-collapse {
    	border-top: 0;
    }
    .navbar-inverse .navbar-toggle {
    	border: 0;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
    	background-color: #1cd5f2;
    }
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:active {
    	background-color: #1cd5f2;
    }
    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar,
    .navbar-inverse .navbar-toggle:active .icon-bar {
    	background-color: #FFF;
    }
    .navbar-inverse .navbar-nav > li > a {
      background-color: #000;
      color: #fff;
    }
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
    	color: #000;
    }
	.portfolio .item {
		width: 100%;
	}
	footer .copyright {
		text-align: center;
	}
	footer .quicklinks {
		text-align: center;
	}
}
