/*
Theme Name: GPS Impact
Theme URI: http://gpsimpact.com/
Description:
Author: Greg Hauenstein, Creative Director
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/

/* ------- Global ------ */

@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Arvo:400,700);

@font-face {
  font-family: 'nexa_lightregular';
  src: url('assets/fonts/nexa_light-webfont.eot');
  src: url('assets/fonts/nexa_light-webfont.eot?#iefix') format('embedded-opentype'),
       url('assets/fonts/nexa_light-webfont.woff2') format('woff2'),
       url('assets/fonts/nexa_light-webfont.woff') format('woff'),
       url('assets/fonts/nexa_light-webfont.ttf') format('truetype'),
       url('assets/fonts/nexa_light-webfont.svg#nexa_lightregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'nexa_boldregular';
  src: url('assets/fonts/nexa_bold-webfont.eot');
  src: url('assets/fonts/nexa_bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('assets/fonts/nexa_bold-webfont.woff2') format('woff2'),
       url('assets/fonts/nexa_bold-webfont.woff') format('woff'),
       url('assets/fonts/nexa_bold-webfont.ttf') format('truetype'),
       url('assets/fonts/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
	-webkit-font-smoothing: antialiased;
}

body {
	font: normal 16px/25px 'Lato', Arial, Helvetica, Geneva, sans-serif;
	padding-top: 80px;
}
@media (min-width: 992px){
	body {
		padding-top: 120px;
	}
}

body.home {
	padding-top: 0;
}

#main img {
	max-width: 100%;
}

body.single-post {
	padding-top: 125px;
}

/* ------- Typography ------- */

h1,
h2,
h3,
h4,
h5,
h6,
legend,
label,
.serif,
.nexa {
	font-family: 'nexa_boldregular', Georgia, Times, serif;
}

p,
li,
input,
textarea,
select,
.sans {
	font-family: 'Lato', Arial, Helvetica, Geneva, sans-serif;
}

.tiny {
	font-size: 12px;
}

.light {
	font-weight: 400;
}

.title {
	margin-top: 0;
}

a {
	color: #1f2758;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

a:hover,
.ltblue {
	color: #6d9dca;
}

/* ------- Header ------- */

header#site-header {
	height: 95px;
	width: 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
}

.home header {
	background: transparent;
}

.header-inner {
	height: 120px;
	width: 100%;
	background: #fff;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 35;
	border-top: 5px solid #c0282f;
	opacity: 0;
	/*-mox-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);*/
	-moz-transition: opacity .35s ease-in-out;
	-webkit-transition: opacity .35s ease-in-out;
	transition: opacity .35s ease-in-out;
}

.home.page header.white .header-inner,
.page .header-inner,
.single .header-inner,
.error404 .header-inner {
	opacity: .95;
}

.home .header-inner {
	opacity: 0;
}

.navbar {
	padding-top: 20px;
	transition: padding 0.15s ease-in-out;
}

#main-navigation {
	padding: 20px 20px 0 40px;
}

.navbar-brand {
	padding: 0;
	height: 80px;
	width: 235px;
	background-image: url('assets/img/GPSImpact_Logo_Color.png');
	background-size: 221px 80px;
	background-repeat: no-repeat;
	background-position: 15px 0;
	text-indent: -9999px;
}

.home header .navbar-brand {
	background-image: url('assets/img/GPSImpact_Logo_white.png');
}

.home header.white .navbar-brand {
	background-image: url('assets/img/GPSImpact_Logo_Color.png');
}

header .nav>li>a {
	font-size: 13px;
	font-weight: 700;
	padding: 15px 35px;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.home.page header .nav>li>a {
	color: #fff;
}

.page header .nav>li>a,
.single header .nav>li>a {
	color: #1f2758;
}

header .nav>li>a:hover,
header .nav>li>a:focus {
	background: none;
	color: #6d9dca;
}

header .nav>li>a.btn-default {
	background-color: rgba(255, 255, 255, 0.35);
}

header .nav>li>a.btn-default {
	color: #fff;
	font-size: 11px;
	padding: 12px 20px;
}

header.white .nav>li>a,
.home.page header.white .nav>li>a,
.page .nav>li>a.btn-default,
.single .nav>li>a.btn-default,
header.white .nav>li>a.btn-default {
	color: #1f2758;
}

header.white .nav>li>a:hover,
header.white .nav>li>a:focus {
	color: #6d9dca;
}

header .nav>li>a.btn-default:hover,
header .nav>li>a.btn-default:focus {
	background: #6d9dca;
	color: #fff!important;
}

#site-logo {
	max-width: 80px;
}

.single-portfolio header.white .header-inner {
	height: 75px;
}

.single-portfolio header.white .navbar {
	padding-top: 0;
}

.single-portfolio header.white #main-navigation {
	padding-top: 15px;
}

.single-portfolio header.white .navbar-brand {
	background-size: 179px 65px;
	background-position: 15px 7px;
}

/* ------- Posts & Pages ------- */

#main {
	padding-top: 120px;
	padding-bottom: 0;
}

.page #main,
.single #main {
	padding-top: 125px;
	position: relative;
}

.single #main {
	padding-bottom: 50px;
}

.hero {
	position: relative;
  z-index: 10;
  background-color: #052657;
  background-position: 50% 80%;
  background-repeat: no-repeat;
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
  background-size: cover;
  color: #fff;
}

.single .hero.image {
	margin-bottom: 25px;
}
@media (min-width: 768px){
	.single .hero.image {
		margin-bottom: 50px;
	}
}

.single .hero>div,
.page:not(.home) .hero>div {
	padding-top: 100px;
	padding-bottom: 50px;
}
@media(min-width: 768px) {
	.single .hero>div,
	.page:not(.home) .hero>div {
		padding-top: 250px;
		padding-bottom: 125px;
	}
}

/* ------- Homepage ------- */

.jumbotron {
	min-height: 300px;
	background: #f5f5f5 url('assets/img/header_bg.jpg') no-repeat center bottom;
	background-size: cover;
	font-family: 'Arvo', Georgia, Times, serif;
	color: #fff;
	position: relative;
	z-index: 15;
	margin-bottom: 0;
}

.jumbotron .container {
	position: relative;
	z-index: 25;
}

.jumbotron h1 {
	margin: 200px 0;
	font-size: 56px;
	line-height: 1.35;
	font-weight: 400;
	font-family: 'Arvo', serif;
}

.jumbotron #godown {
	position: absolute;
	bottom: 25px;
	left: 0;
	z-index: 30;
	width: 100%;
	text-align: center;
	font-size: 38px;
}

.jumbotron #godown i {
	opacity: .15;
}

#mission {
	color: #103a62;
	padding: 85px 0 95px 0;
	background: #fff url('assets/img/gpsimpact_arrowpattern.png') no-repeat center bottom;
	background-size: cover;
	text-align: center;
}

#mission h2 {
	color: #6d9dca;
	font-weight: 400;
	margin: 0 0 15px 0;
	line-height: 1.2;
	font-size: 28px;
	font-family: 'Arvo', serif;
}

#mission p {
	font-weight: 400;
	font-size: 24px;
	line-height: 1.5;
}

/* ------- Services ------- */

#services {
	background: #f0f0f0;
	padding: 30px 0 0 0;
}

.page.home .service {
	background-color: #f0ff0f0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(240, 240, 240)), to(rgb(255, 255, 255)));
	background-image: -webkit-linear-gradient(top, rgb(240, 240, 240), rgb(255, 255, 255));
	background-image: -moz-linear-gradient(top, rgb(240, 240, 240), rgb(255, 255, 255));
	background-image: -o-linear-gradient(top, rgb(240, 240, 240), rgb(255, 255, 255));
	background-image: -ms-linear-gradient(top, rgb(240, 240, 240), rgb(255, 255, 255));
	background-image: linear-gradient(top, rgb(240, 240, 240), rgb(255, 255, 255));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#dddddd', EndColorStr='#ffffff');
	padding: 80px 0 0 0;
	overflow: hidden;
}

.service h3 {
	font-weight: 700;
	color: #6d9dca;
	margin: 70px 0 10px 0;
	font-size: 30px;
}

.page.home .service img {
	width: 100%;
	max-width: 1000px;
	opacity: 0;
	position: relative;
	transition: all 0.5s ease-in-out;
}

.service p {
	font-size: 16px;
	line-height: 25px;
}

.service .btn-lg {
	padding: 15px 25px;
	letter-spacing: 1px;
}

.service img.left {
	left: -50px;
}

.service img.top {
	top: 50px;
}

.page.home .service img.narf {
	opacity: 1;
	left: 0!important;
	top: 0!important;
}

/* ------- Single Service Page ------- */

.page .service {
	padding: 40px 0 0 0;
}

#services-list {
	margin-top: 40px;
	margin-bottom: 0;
	padding: 60px 0 40px 0;
	background: #1f2758;
	color: #fff;
}

.page.page-template-page-template-service #services-list {
	position: fixed;
	top: 80px;
	left: 0;
	z-index: 50;
	width: 100%;
	display: block;
}

.page.page-template-page-template-service .panel,
.page.page-template-page-template-service .panel-default>.panel-heading {
	background: none;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.page.page-template-page-template-service #accordion {
	background: #1f2758;
	color: #fff;
}

.page.page-template-page-template-service #accordion .panel-default>.panel-heading a {
	color: #fff;
}

.page.page-template-page-template-service .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top: none;
	background: #fff;
}

#services-list .item {
	height: 500px;
}

#services-list li {
	padding: 0!important;
	margin: 0!important;
	width: 16%;
	margin-bottom: 0;
	vertical-align: top;
	line-height: 1.2;
	font-size: 12px;
	text-transform: uppercase;
	transition: all 0.15s ease-in-out;
}

#services-list li:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#services-list li a {
	color: #fff;

}

#services-list li a:hover {
	text-decoration: none;
}

#services-list li i,
#services-list li a i {
	color: #98b9d9;
	margin-bottom: 8px;
}

#services-list h1 {
	font-size: 40px;
	margin-top: 45px;
	margin-bottom: 20px;
}

#services-list p {
	font-size: 18px;
	line-height: 1.75;
}

#services-list .btn {
	margin: 10px 0 0 0;
	font-size: 14px;
}

.page-template-page-template-service #services-list {
	padding: 15px 0 5px 0;
	margin-bottom: 0;
}

.page-template-page-template-service #services-list li i,
.page-template-page-template-service #services-list li a i {
	margin-bottom: 0;
}

.page-template-page-template-service ul#socials-list.list-inline i,
.page-template-page-template-service #services-list .list-inline i {
	font-size: 14px;
}

.page-template-page-template-service #services-list li {
	width: auto;
	padding: 0 2.25%!important;
}

nav.next-service {
	background: #98b9d9;
	text-align: center;
	padding: 25px 0;
	color: #6d9dca;
	text-transform: uppercase;
}

nav.next-service a {
	color: #1f2758;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px;
}

nav.next-service a:hover,
nav.next-service a:focus {
	color: #fff;
}

/* ------- Portfolio ------- */

#piece-912 {
	display: none !important;
}

.page.page-template-page-contact #main {
	padding-top: 0px;
}

.page-template-page-template-service #services-list ul {
	margin-bottom: 0;
}

.uber {
	font-weight: 400;
	font-size: 24px;
	line-height: 1.5;
	margin: 50px 0;
}

#filter {
	background-color: #1f2758;
	padding: 10px 0;
	color: #fff;
}

ul.filter {
	margin: 0;
}

ul.filter li a {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 5px;
}

ul.filter li a:hover {
	text-decoration: none;
}

ul.filter li.active a {
	font-weight: bold;
	text-decoration: none;
}

ul.filter li a{
	color: #fff;
}

ul.filter li a:hover,
ul.filter li a:focus  {
	color: #6d9dca;
}



ul#portfolio-list {
	list-style: none;
	width: auto;
	margin: 0 auto;
	background: #fff url('http://subtlepatterns.com/patterns/ps_neutral.png') repeat left top;
}

ul.filter li {
	margin: 5px 0;
}

.piece {
	display: block;
	position: relative;
	z-index: 10;
	float: left;
	width: 25%;
	height: 300px;
	border: none!important;
	overflow: hidden;
	background-color: #000;
	background-position: center center;
	background-size: cover;
	text-align: center;
	-webkit-transform-style: preserve-3d!important;
  -moz-transform-style: preserve-3d!important;
  transform-style: preserve-3d!important;
}

.piece.featured {
	width: 50%;
}

#main .piece img.client-logo {
	position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 18;
	max-width: 200px!important;
	height: auto;
	display: block;
	margin: 0 auto;
	opacity: 1;
	transition: opacity 0.15s ease-in-out;
}

.piece .overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	transition: opacity 0.15s ease-in-out;
}

.piece:hover .overlay {
	opacity: .85;
}

#main .piece:hover img.client-logo {
	opacity: 0;
}

.piece .piece-info {
	position: absolute;
	top: 25%;
	z-index: 30;
	opacity: 0;
	width: 100%;
	display: block;
	transition: opacity 0.15s ease-in-out;
}

.piece .piece-info h3 {
	font-weight: 400;
	margin: 0 10px 10px 10px;
}

.piece .piece-info a {
	color: #fff;
}

.piece .piece-info a:hover {
	color: #f1f1f1;
	text-decoration: none;
}

.piece:hover .piece-info {
	opacity: 1;
}

ul.types {
	list-style: none;
	margin: 0;
	padding: 0;
	max-width: 100%;
}

ul.types li {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}

article.single-portfolio .btn-sm {
	margin: 20px 0;
}

article header.portfolio-header {
	height: 600px;
	padding-top: 250px;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	margin-bottom: 25px;
}

article header.portfolio-header .header-inner {
	position: absolute;
	top: 30%;
	display: block;
	width: 100%;
	text-align: center;
	border: none;
	background: transparent;
	color: #fff;
}

article header.portfolio-header .header-inner .list-inline {
	margin-top: 10px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}

article header.portfolio-header .header-inner .list-inline li:before {
	content: '\2044';
	margin: 0 10px 0 0;
}

article header.portfolio-header .header-inner .list-inline li:first-child:before {
	content: '';
	margin: 0;
}

.portfolio-body .excerpt p {
	font-style: italic;
	font-size: 24px;
	line-height: 1.3;
}

.portfolio-body img {
	margin: 30px auto;
}

.portfolio-body p {
	font-size: 20px;
	line-height: 1.5;
}

.portfolio-body .btn {
	margin: 25px 0;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.portfolio-body .pad {
	padding-top: 50px;
	padding-bottom: 50px;
}

.portfolio-body .carousel {
	width: 100%;
	max-width: 728px;
	height: auto;
	margin: 0 auto;
	overflow: visible;
}

.portfolio-body .carousel-control {
	width: 5%;
	opacity: 1;
	color: #dedede;
	text-shadow: none!important;
}

.portfolio-body .carousel-control.left {
	left: -50px;
}

.portfolio-body .carousel-control.right {
	right: -50px;
}

.portfolio-body .carousel-control.left,
.portfolio-body .carousel-control.right {
	background: none!important;
}

.portfolio-body .carousel-indicators {
  bottom: -35px;
}

.portfolio-body .carousel-indicators li {
	border-color: #999;
}

.portfolio-body .carousel-indicators .active {
	background-color: #999;
}

.portfolio-body .nav-pills>li>a:hover,
.portfolio-body .nav-pills>li>a:focus {
	background-color: #fff;
}

hr.short {
	width: 300px;
	margin: 60px auto 40px auto;
	border-color: #cacaca;
}

/* ------- Specific Piece Styles ------- */

.postid-139 .row .col-md-6:last-of-type {
	margin-top: 150px;
}


/* ------- Team Pages ------- */

.team-member {
	width: 25%;
	max-width: 300px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;

	margin-bottom: 20px;
}

.team-member img {
	width: 100%;
}

#main.team-member-page {
	margin: 0;
	padding-top: 0;
}

.team-member-header {
	background-color: #fff;
	color: #1f2758;
	padding-top: 140px;
}

.team-member-header h1 {
	font-weight: 400;
	margin-bottom: 0;
}

h2.team-member-title {
	font-size: 24px;
	letter-spacing: 2px;
	margin: 10px 0 30px 0;
}

.team-member-photo {
	background-position: left -150px;
	background-color: #fff;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 10px 0 0 0;
	min-height: 450px;
}

.team-member-blurb {
	padding: 30px 30px 15px 30px;
	background: #1f2758;
	color: #fff;
	max-width: 300px;
	margin: 45px auto 0 auto;
	text-align: center;
}

.team-member-blurb h3 {
	margin-top: 0;
	margin-bottom: 20px;
}

.team-member-blurb p {
	line-height: 110%;
	margin-bottom: 15px;
}

.team-member-blurb ul {
	margin-top: 40px;
}

.team-member-blurb a {
	font-size: 32px;
	color: #fff;
}

.team-member-blurb a:hover,
.team-member-blurb a:focus {
	color: #56728c;
}

.team-member-body {
	padding: 30px 0;
	background: #fff url('assets/img/dots_light.png') repeat-y center bottom;
}

.team-member-body p {
	font-size: 17px;
	line-height: 27px;
}

/* ------- Jobs ------- */

.loop .job {
	padding-bottom: 12px;
	border-bottom: 3px solid #cfafb1;
	margin-bottom: 35px;
}

/* ------- Contact Us ------- */

#cityscapes {
	height: 500px;
	position: relative;
	background-color: #fff;
	color: #fff;
	-webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: center;
  font-size: 24px;
  lime-height: 1.75;
	}

#cityscapes .caption {
	position: absolute;
	bottom: 15px;
	z-index: 25;
	width: 100%;
	display: block;
	text-align: center;
	opacity: .85;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
}

#cityscapes .container {
	position: relative;
	z-index: 25;
	padding-top: 75px;
}

#cityscapes h1 {
	font-size: 40px;
}

#cityscapes li {
	margin-bottom: 15px;
}

#cityscapes li a {
	color: #fff;
	border-bottom: 1px dashed #fff;
}

#cityscapes li a:hover {
	color: #fff;
	background-color: #c0282f;
	border-bottom: 1px solid #c0282f;
	text-decoration: none;
}

#cityscapes .btn-lg {
	font-size: 24px;
	margin-top: 15px;
	margin-bottom: 25px;
}

#big-email {
	margin-top: 75px;
	margin-bottom: 50px;
}

#big-email a {
	padding: 30px 60px;
	background: #c0282f;
	font-size: 28px;
	border: 1px solid #c0282f;
	text-transform: uppercase;
	color: #fff;
}

#big-email a:hover {
	background: #fff;
	border-color: #dadada;
	color: #c0282f;
	text-decoration: none;
}

ul#socials-list.list-inline i,
#services-list .list-inline i {
	font-size: 45px;
}

.contact-page #socials-list.list-inline>li {
	padding: 0 20px;
}

#contact-form input#name,
#contact-form input#email {
	width: 48.5%;
	float: left;
}

.service-nav {
	position: relative;
}

.service-nav a {
	position: absolute;
	top: 200px;
	width: 100%;
	height: 100%;
	text-align: center;
}

#contact-form input#name {
	margin-right: 1.5%;
}

#contact-form textarea {
	width: 99%;
	margin-top: 15px;
	min-height: 165px;
}

#contact-form button {
	margin-right: 1%;
}

#map {
	text-align: center;
	padding: 50px 0 50px 0;
	background: none;
	margin: 0;
	width: auto;
	height: auto;
	position: relative;
	color: #fff;
}

#map { padding: 0 !important }

#map .col-sm-4 {
	margin: 0;
	padding: 0;
}

.map-overlay {
	height: 100%;
	width: 100%;
	position:absolute;
	top: 0;
	left: 0;
	-webkit-filter: blur(.5px) grayscale(1);
	opacity: 1;
	-moz-transition: opacity 0.15s ease-in-out;
	-o-transition: opacity 0.15s ease-in-out;
	-webkit-transition: opacity 0.15s ease-in-out;
	transition: opacity 0.15s ease-in-out;
}

.map-overlay.byebye {
	opacity: 0;
}

#dsm-map-overlay {
  z-index: 10;
}

#jfc-map-overlay {
  z-index: 12;
}

#ksc-map-overlay {
  z-index: 14;
}

#map .container {
	position: relative;
	z-index: 30;
}

/* ------- Start ------- */

.page.page-id-110 .list-inline li {
	width: 45%;
	margin: 0;
}

.page.page-id-110 input[type="checkbox"] {
	margin-right: 5px;
}

#start label {
	font-size: 14px;
	font-weight: 400;
}

/* ------- Remarketing Pages ------- */

.page-template-page-remarketing .entry p {
	font-size: 18px;
	line-height: 1.75;
	margin-bottom: 15px;
}

.page-template-page-remarketing .title {
	margin-bottom: 35px;
}

/* ------- Footer ------- */

footer#site-footer {
	padding: 30px 0;
	background-color: #121633;
	color: #fff;
}

#footer-logo {
	max-width: 75px;
	display: block;
	margin: 0 auto;
}

footer#site-footer a {
	color: #fff;
	padding: 30px 0;
	font-size: 12px;
	text-align: center;
	font-weight: 700;
	display: block;
	width: 100%;
}

#site-footer .nav-pills>li {
	vertical-align: top;
}

#site-footer .nav>li>a:hover,
#site-footer .nav>li>a:focus {
	background: none!important;
	color: #6d9dca;
	text-decoration: none;
}

#cta {
	background: #6d9dca url('assets/img/desk.jpg') no-repeat;
	background-size: cover;
	padding: 150px 0;
	position: relative;
	color: #fff;
}

.single-portfolio #cta,
.page.page-template-page-template-service #cta:last-of-type {
	background-image: none;
	padding: 20px 0 40px 0;
}

.single-portfolio #cta .overlay {
	display: none;
}

#cta .container {
	position: relative;
	z-index: 25;
}

#cta .btn-lg {
	padding: 20px 16px;
}

#cta .btn-default {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.5);
	border-color: #fff;
	color: #fff;
	transition: all 0.15s ease-in-out;
}

.single-portfolio #cta .btn-default,
.page.page-template-page-template-service #cta:last-of-type .btn-default {
	color: #121633;
}

#cta .btn-default:hover {
	background-color: background-color: #fff;
	background-color: rgba(255, 255, 255, 1);
	color: #56728c;
}

/* ------- Posts & Pages ------- */

.article-header {
	margin: 20px 0;
}

/* ------- Forms ------- */

input,
textarea,
select,
.form-control,
button,
.btn {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

textarea.form-control {
	min-height: 100px;
}

legend {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	margin: 10px 0;
}

.help-block {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	margin-top: 0;
}

form#start {
	margin-bottom: 25px;
}


/* ------- Buttons ------- */

.btn {
	text-transform: uppercase;
	font-weight: 700;
}

.btn-lg {
	font-size: 14px;
}

.btn-primary {
	background-color: #1f2758;
	border-color: #1f2758;
}

.btn-info {
	background-color: #98b9d9;
	border-color: #98b9d9;
}

.btn-info:hover {
	background-color: #7399bf;
}

.btn-facebook {
	background: #3b5998;
	border-color: #324a80;
	color: #fff!important;
	text-shadow: none;
}

.btn-facebook:hover {
	background: #5774b3;
	border-color: #3b5998;
	color: #fff!important;
	text-shadow: none;
}

.btn-twitter {
	background: #4099FF;
	border-color: #398ae5;
	color: #fff!important;
	text-shadow: none;
}

.btn-twitter:hover {
	background: #66adff;
	border-color: #4099FF;
	color: #fff!important;
	text-shadow: none;
}

/* ------- Misc ------- */

.searchform,
.protected-post-form {
	width: 100%;
	max-width: 400px;
	margin-bottom: 25px;
}

.input-group br {
	display: none !important;
}

.nav-pills>li>a {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.aligncenter {
	float: none;
	clear: both;
	display: block;
	width: auto;
	margin: 10px auto;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 10px 10px 0;
}

a.facebook-link {
	color: #3b5998;
}

a.facebook-link:hover {
	color: #324a80;
}

a.twitter-link {
	color: #4099FF;
}

a.twitter-link:hover {
	color: #398ae5;
}

a.gplus-link {
	color: #d34836;
}

a.gplus-link:hover {
	color: #c74534;
}

a.linkedin-link {
	color: #007bb6;
}

a.linkedin-link:hover {
	color: #0071a6;
}

img {
	max-width: 100%;
}

#fb-root {
		display: none;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
		width: 100% !important;
}

.video-container,
.embed-responsive {
	margin-bottom: 15px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.overlay {
	height: 100%;
	width: 100%;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 20;
	padding: 50px 0;
}

.overlay.blue {
	background-color: rgba(86,114,140,0.75);
}

#map .overlay.blue {
	background-color: rgba(86,114,140,1);
}

.overlay.black {
	background-color: rgba(0,0,0,0.5);
}

.jumbotron .overlay.black {
	background-color: rgba(0,0,0,0.25);
}

.top {
  position: relative;
  z-index: 25;
}

@media (max-width: 1199px) {

	.service h3 {
		margin-top: 20px;
	}

	#main-navigation {
		padding-right: 0;
	}

	header .nav>li>a {
		padding-left: 14px;
		padding-right: 14px;
	}

	.postid-139 .row .col-md-6:last-of-type {
		margin-top: 100px;
	}

	.page-template-page-template-service #services-list li {
		width: auto;
		padding: 0 0.8%!important;
	}

}

@media (max-width: 991px) {

	.header-inner {
		height: 80px;
	}

	.page #main,
	.single #main {
		padding-top: 80px;
	}

	.service h3 {
		margin-top: 0;
		font-size: 26px;
		font-weight: 400;
		color: #1f2758;
	}

	.page.home .service p {
		font-size: 16px;
		line-height: 1.25;
	}

	#main-navigation {
		padding: 0 10px 0 0;
	}

	.navbar-brand {
		height: 60px;
		width: 150px;
		background-size: 120px 44px;
		background-position: 0 3px;
	}

	.single-portfolio header.white .navbar-brand {
		background-size: 120px 44px;
		background-position: 0 16px;
	}

	article header.portfolio-header .header-inner {
		top: 20%;
	}

	.piece {
		width: 50%;
	}

	.piece.featured {
		width: 100%;
	}

	.postid-139 .row .col-md-6 img {
		display: block;
		width: auto;
		margin: 0 auto;
	}

	.postid-139 .row .col-md-6:last-of-type {
		margin: 0!important;
	}

	.page.page-template-page-template-service #services-list {
		top: 40px;
	}

	#services-list li {
		margin-top: 5px!important;
		margin-bottom: 10px!important;
		width: 25%!important;
	}

	.page-template-page-template-service #services-list li {
		width: auto;
		padding: 0 0.8%!important;
	}

	.page.page-template-page-template-service .service {
		padding-top: 0px;
	}

	.page.page-template-page-template-service article {
		padding: 5px 0 0 0;
	}

	.page.page-template-page-template-service article h1 {
		margin-bottom: 25px;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

	.alignleft,
	.alignright {
		float: none;
		clear: both;
		display: block;
		width: auto;
		margin: 10px auto;
	}

	.navbar {
		padding-top: 10px;
	}

	.navbar-toggle {
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		text-transform: uppercase;
		font-size: 10px;
		font-weight: 700;
	}

	.page.home .navbar-toggle {
		border-color: #fff;
		color: #fff;

	}

	.page.home .white .navbar-toggle,
	.page .navbar-toggle,
	.single .navbar-toggle {
		border-color: #1f2758;
		color: #1f2758;
	}

	.single-portfolio header.white .header-inner {
		height: 65px;
	}

	.navbar-brand,
	.single-portfolio header.white .navbar-brand {
		background-position: 25px 10px;
	}

	header .nav {
		background: rgba(255, 255, 255, 0.95);
		padding: 0 20px 20px 20px;
	}

	.home.page header .nav>li>a {
		color: #1f2758;
	}

	.jumbotron {
		height: auto;
		padding: 20px 0;
	}

	.jumbotron h1 {
		margin: 75px 0 0 0;
		font-size: 20px;
		line-height: 1.35;
		font-weight: 400;
	}

	#mission {
		padding: 20px 0;
	}

	#mission h2 {
		font-size: 24px;
	}

	#mission p {
		font-size: 18px;
	}

	.service {
		text-align: center;
		padding: 15px 0 0 0;
	}

	.service p {
		font-size: 14px;
		line-height: 1.25;
	}

	.service h3 {
		margin: 15px 0;
	}

	.service img {
		margin-top: 15px;
	}

	#godown {
		display: none;
	}

	#cta .btn-default {
		background: rgba(255, 255, 255, 0.85);
		color: #1f2758;
	}

	.team-member {
		width: 50%;
		max-width: none;
	}

	.piece {
		width: 100%;
	}

	.piece .overlay {
		opacity: .8!important;
	}

	.piece .piece-info {
		opacity: 1!important;
	}

	#main .piece img.client-logo {
		display: none;
	}

	#cta {
		color: #fff;
	}

	#map .overlay.blue {
		background-color: rgba(86,114,140,1);
	}

	.page #main {
		padding-top: 100px;
	}

	.single #main {
		padding-top: 80px;
	}

	.uber {
		font-size: 18px;
		margin: 25px 0;
	}

	#filter {
		background-color: #fff;
		padding: 0;
		color: #000;
		text-align: center;
	}

	ul.filter li a {
		color: #1f2758;
	}

	#services-list {
		padding-bottom: 15px;
	}

	#services-list li {
		width: 33%;
		margin-bottom: 25px!important;
	}

	ul#socials-list.list-inline i,
	#services-list .list-inline i {
		margin-bottom: 10px;
	}

	#big-email {
		margin-top: 45px;
		margin-bottom: 15px;
	}

	#big-email a {
		padding: 20px;
		font-size: 20px;
	}

	article header.portfolio-header {
		height: auto!important;
		padding: 0;
	}

	article header.portfolio-header .header-inner {
		position: relative;
		top: 0;
		height: auto;
		padding: 20px 0;
	}

	article header.portfolio-header .header-inner ul.list-inline li {
		display: block!important;
		width: 100%;
	}

	article header.portfolio-header .header-inner .list-inline li:before {
		content: none;
	}

	article header.portfolio-header h1 {
		margin-top: 5px;
	}

	.portfolio-body .carousel-control.left {
		left: 0;
	}

	.portfolio-body .carousel-control.right {
		right: 0;
	}

	.team-member-header {
		padding: 0;
	}

	.team-member-photo.mobile {
		min-height: 0px;
		height: auto;
		width: 50%;
		display: block;
		margin: 0 auto 35px auto;
	}

	.team-member-body {
		padding: 0;
	}

	#cityscapes .container {
		position: relative;
		z-index: 25;
		padding-top: 50px;
	}

	#cityscapes h1 {
		font-size: 30px;
	}

	#cityscapes .btn-lg {
		font-size: 18px;
	}

	.page.page-id-110 .list-inline li {
		width: 95%;
		margin: 0;
		float: none;
		clear: both;
		display: block;
	}

	footer#site-footer a {
		padding: 10px 0;
	}

}

/* Landscape phones and down */
@media (max-width: 480px) {

}

#video-slider .item {
  min-height: 420px;
}

.adsection {
  padding-top: 50px;
  padding-bottom: 50px;
}
.adsection img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.adsection iframe {
  max-width: 100%;
  display: block;
  margin: 0 auto;

}
.refresh_btn {
  color: #1f2758;
  cursor: pointer;
}

@media (min-width: 992px) {
.vertical-align {
    display: flex;
    align-items: center;
}
}

.col-4 {
  width: 100%;
}

@media (min-width: 992px) {
.col-4{
  width: 33% !important;
}
}
