/*   
Theme Name: Xavinci
Theme URI: https://xavinci.com
Description: A custom WordPress theme, built from the ground-up
Author: Xavinci
Version: 1.00
*/


body {
	font-size:12pt;
	font-family:'Fira Sans', sans-serif;
}

body.home {
	background:#000;
}

#sb-site {
	background:#FFF;
	padding-top: 15vh;
	z-index:9;
}

body.home #sb-site {
	background:none;
	padding-top:0px;
}

h1, h2, h3, h4, h5, h6 {
	color:#FF6600;
	/* text-transform: uppercase; */
	font-weight: 200;
}

.vision-statement {
    padding-top: 30px;
}

.vision-statement p {
    font-size: 3em;
    line-height: 1.5em;
    text-align: center;
}

.vision-statement p em {
    font-weight: 400;
}

.call_to_action_row {
    padding-top: 50px;
}

a.calltoaction {
    color: #FFF !important;
    font-size: 1.5em;
    font-weight: 200;
    display: block;
    border: 1px solid #FFF;
    padding: 15px;
    text-align: center;
    width: 100%;
    outline:none;
}

a.white-btn:hover {
	color:#FFF !important;
	background-color:#FF6600;
	border-color:#FF6600;
	transition:0.5s background-color, 0.5s border-color;
}

a.orange-btn {
    border-color: #ff6600;
    background: #ff6600;
}

a.orange-btn:hover {
	color:#FFF !important;
}

#habla_oplink_a {
	color:#FFF !important;
}

.home h1 {
	font-size:2em;
	margin-bottom: 20px;
}

.home h2 {
	font-size:1.9em;
}

.home h3 {
	font-size:1.8em;
}

.home h4 {
	font-size:1.7em;
}

.home h5 {
	font-size:1.6em;
}

.home h6 {
	font-size:1.5em;
}

h1 {
	font-size:2.7em;
}

h2 {
	font-size:2.6em;
}

h3 {
	font-size:2.5em;
}

h4 {
	font-size:2.4em;
}

h5 {
	font-size:2.3em;
}

h6 {
	font-size:2.2em;
}

a, a:focus, a:hover {
	color:#FF6600;
}

a:hover {
    text-decoration: none;
    color: #FF6600 !important;
    transition: color 0.5s;
}

b, strong {
    font-weight: 500;
}

p {
	color:#636363;
	line-height:2em;
	font-size:1em;
	font-weight: 300;
}

.home p {
	color:#bfbfbf;
}

.container-fluid {
    padding-left: 7.5%;
    padding-right: 7.5%;
}

.socialMediaLinks {
	padding:0px;
	text-align:center;
}

.socialMediaLinks li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.socialMediaLinks li a {
    display: block;
    border-radius: 500px;
    width: 25px;
    height: 25px;
    padding-top: 3px;
    padding-left: 1px;
    text-align: center;
}

.socialMediaLinks li a:hover {
	opacity:0.5;
	transition:opacity 0.5s;
}

.socialMediaLinks li a i {
    color: #FFF;
    font-size: 1.1em;
}

.socialMediaLinks li.facebook a {
	background:#4D679E;
}

.socialMediaLinks li.twitter a {
	background:#26A1D9;
}

.socialMediaLinks li.linkedin a {
	background:#0178AF;
}

header {
    padding-top: 2%;
    padding-bottom:2%;
    /* height:15vh; */
    height:auto;
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    z-index:9999;
    background:#FFF;
    -webkit-transform: translateZ(0);
    -webkit-transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

body.home header {
	background:none;
	position:fixed;
	padding-top:4%;
}

body.home footer {
	display:none;
}

footer {
	background:#FFF;
}


.footerNav {
	padding:0px;
	text-align:center;
}

.footerNav li {
	display:inline;
	text-transform: uppercase;
}

.footerNav li a {
	font-size:.8em;
	color:#808080;
}

.footerNav li:after {
    content: "/";
    margin-left: 10px;
    margin-right: 5px;
    font-size:.8em;
	color:#808080;
}

.footerNav li:last-child:after {
	display:none;	
}

footer ul {
    margin: 25px;
}


.small-logo-holder img {
    opacity: 1;
    transition: opacity 0.5s;
    width:85%;
    margin-top: -10px;
	height:auto;
	max-width: 245px;
}

.topHide {
	opacity:0;
	transition:opacity 0.5s;
}

.topHide.visible {
	opacity:1;
	transition:opacity 0.5s;
}

/* body.home .small-logo-holder .full_logo {
	display:none;
} */

.small-logo-holder .full_swatch {
	display:none;	
}

/* body.home .small-logo-holder .full_swatch {
	display:block;
} */

body.home section {
	min-height:100vh;
	position:relative;
	z-index:100;
	padding-top:25vh;
}

#sb-site .home .container-fluid:first-child {
    /* padding-top: 0px; */
}

section.content-row {
    padding-top: 50px;
    padding-bottom: 50px;
}

.home section.parallax-window {
	min-height:100vh;
}

section:first-child {
	padding-top:0px;
}

body.home section#introduction, body.home #sb-site .container-fluid:first-child {
    padding-top: 25vh;
}

.home section {
    background: fixed no-repeat;
}

.home section .section-title {
	position:absolute;
	bottom:0px;
	left:7%;
	height: 20vh;
	max-width:80%;
}

#introduction {
    background-image: url(images/cropped_orange_swatch.svg);
    background-position: 30px -3150px;
    background-repeat: no-repeat;
    background-size: 3000px;
}

#introduction .logo-holder {
	padding-top: 0%;
	text-align:center;
}

#introduction .logo-holder img {
	width:75%;
}

#section-bullets ul {
    position: fixed;
    left: 1%;
    bottom: 1%;
    z-index: 99999;
    padding: 0px;
    margin: 0px;
}

#section-bullets ul.nav .tooltip {
	background-color:none !important;
}

#section-bullets .tooltip img {
	height:12px;
	width:auto;
}

#section-bullets li {
	list-style-type:none;
	margin-bottom: 10px;
	padding:0px;
}

#section-bullets li a {
    display: block;
    background-image: url(images/inactive_bullet.svg);
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
    padding:0px !important;
    background-color: transparent !important;
}

/* #section-bullets li a:hover {
	opacity:0.5;
	transition:opacity 0.5s;	
} */

#section-bullets a.active {
	opacity:1 !important;
}

#section-bullets a {
	cursor:pointer;
}

#section-bullets li a img {
	opacity:0;
	width: 8px;
	height:8px;
	position:absolute;
}

#section-bullets a.active img {
	opacity:1;
}

.scroll-down {
	position: absolute;
    bottom: 50px;
    left: 0px;
    right: 0px;
}

.scroll-down .scrollLink {
	outline:none;
}

.scroll-down .scrollLinkText * {
	cursor:pointer;
}

.scroll-down .scrollLinkText {
    text-align:center;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    color: #FF6600;
    font-size: .9em;
    cursor: pointer;
}

.scroll-down img {
    width: 30px;
    margin-top: 15px;
}

#call_to_action form {
    margin-top: 50px;
    text-align:center;
}

#call_to_action form input, #call_to_action form textarea {
    background: url(images/input_background.png) #000;
    background-size: cover;
    font-size: 1.5em;
    height: auto;
    color: #000;
    border: none !important;
    border-radius: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    outline: none;
    text-indent: 10px;
    font-weight: 200;
}

#call_to_action form textarea {
	background-size: contain;
}

#call_to_action form input:focus {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transition: transform 0.5s;    
}

#call_to_action form input::-webkit-input-placeholder, #call_to_action form textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #FFF !important;
    text-transform: uppercase;
}
#call_to_action form input:-moz-placeholder, #call_to_action form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #FFF !important;
   opacity:  1;
   text-transform: uppercase;
}
#call_to_action form input::-moz-placeholder, #call_to_action form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #FFF !important;
   opacity:  1;
   text-transform: uppercase;
}
#call_to_action form input:-ms-input-placeholder, #call_to_action form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #FFF !important;
   text-transform: uppercase;
}
#call_to_action form input:placeholder-shown, #call_to_action form textarea:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #FFF !important;
  text-transform: uppercase;
}

#call_to_action form input[type="submit"] {
    background: none !important;
    color: #FF6600;
    border: 1px solid #FF6600 !important;
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 1.8em;
    outline: none !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-indent:0px;
}

#call_to_action form input[type="submit"]:hover {
	background:#FF6600 !important;
	color:#000;
	transition:background 0.5s, color 0.5s;
}

#call_to_action ul.socialMediaLinks {
    margin-top: 50px;
}

.gform_wrapper div.validation_error {
	color:#FF6600 !important;
	border-top:1px solid #FF6600 !important;
	border-bottom:1px solid #FF6600 !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: #FF6600 !important;
	border-top:1px solid #FF6600 !important;
	border-bottom:1px solid #FF6600 !important;
	margin-left:1% !important;
    width: 98% !important;
}

.gform_wrapper .validation_message {
	color:#FFF !important;
}


/* .parallax-mirror {
    width: 65% !important;
    right: 0px;
    left: 35% !important;
} */

img.parallax-slider {
    width: 65% !important;
    right: 0px;
    left: 35% !important;
    height: auto !important;
}
/* 
.parallax-mirror img {
    margin-left: 35%;
    width: 65% !important;
    top: 0px !important;
    bottom: 0px !important;
    height: auto !important;
} */

.portfolioNavContainer {
    padding-top: 30px;
    background: #FFF;
    padding-bottom:20px;
}

.portfolioNav {
	padding:0px;
	text-align:center;
}

.portfolioNav li {
	display:inline;
	text-transform: uppercase;
}

.portfolioNav li a {
	font-size:.9em;
	color:#808080;
}

.portfolioNav li:first-child {
	color:#FF6600;
	text-transform: uppercase;
	font-size:.9em;
	margin-right:5px;
}

.portfolioNav li:first-child:after {
	display:none;
}

.portfolioNav li:after {
    content: "/";
    margin-left: 10px;
    margin-right: 5px;
    font-size:.9em;
	color:#808080;
}

.portfolioNav li:last-child:after {
	display:none;	
}

#project-carousel .item {
	background-size:cover;
	padding-top:50%;
	min-height: 500px;
	background-position: center center;
}

section#featuredProjectImages {
	padding:0px;
	background:#000;
}

.project-header h1 {
    display: inline;
    font-size: 1em;
    text-transform: uppercase;
    color: #FFF;
}

.project-header a.projectsLink {
    text-transform: uppercase;
    font-size: 1em;
}

.project-header {
    font-size: .8em;
    color: #FFF;
    height: 0px;
    z-index: 99;
    position: relative;
    margin-top: 100px;
    margin-bottom: -100px;
}

#project-carousel .item h2 {
    position: absolute;
    top: 110px;
}

.single-projects h2 {
	text-transform: initial;
    font-weight: 200;
    font-size: 2.3em;
}

.challenge-solution-row {
    padding-top: 50px;
    padding-bottom: 70px;
    position: relative;
    background: #000;
    height: auto;
}

.challenge-solution-row .orange-back {
	background: #F60;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
	padding-left: 50px;
    padding-top: 25px;
}

.challenge-solution-row h2 {
	color:#FFF;
	font-weight: 200;
}

.challenge-solution-row p {
    font-size: .9em;
    color: #C6C6C6;
    font-weight: 300;
}

.serviceIcons {
	padding:0px;
	display:inline-block;
	width:70%;
}

.serviceIcons li {
    display: block;
    float: left;
    width: 50%;
    height: auto;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 15px;
}

.serviceIcons li a img {
    width: 65%;
    height: auto;
}

section.background-image {
	background-size:cover;
}

section.deliverable {
	height:auto;
	padding-top:50%;
}

section.deliverable > .row {
	margin-top:-50%;
}

.projectBreadcrumb {
    text-transform: uppercase;
    font-size: .8em;
}

.projectBreadcrumb a.projectsLink {
    font-size: 1em;
}

.projectBreadcrumb .projectName {
    font-size: 1em;
}

section.deliverable h2 {
    margin-top: 10px;
}

section.deliverable p {
    font-size: .9em;
}

.btn-primary.orange {
    background: none;
    color: #FF6600;
    border: 2px solid #FF6600;
    border-radius: 0px;
    text-transform: uppercase;
    text-shadow: none;
    font-size: 1.3em;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    margin-top: 15px;
}

.btn-primary.orange:hover {
    background: #FF6600;
    color: #FFF !important;
    transition: background .3s, color.3s;
}

#portfolio {
	padding:0px !important;
	background:#000;
}

#portfolio .grid-item {
    width: 33.33333333%;
    height: 0;
    padding-top: 18.55%;
    background-size: cover;
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
}

#portfolio .grid {
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px;
}

#portfolio .grid-item div {
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	top:0px;
	opacity:0;
	text-align: center;
    padding-top: 20%;
    background:rgba(0,0,0,0.8);
    text-transform: uppercase;
}

#portfolio .grid-item div.projectsPageLink {
	opacity:1;
}

a.viewMoreProjects {
    position: absolute;
    bottom: 0px;
    left: 45%;
    right: 45%;
    display: none;
    background: #000;
    padding: 10px;
    color: #FFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
}

a.viewMoreProjects.active {
	display:block;
}

#portfolio .grid-item:hover div {
	transition:opacity 0.5s;	
	opacity: 1;
}

#portfolio .grid-item span.projectName {
	font-size:1em;	
}

#portfolio .grid-item span.projectSubName {
	color:#FFF;
}

.portfolioNav li a {
	outline:none !important;
}

.portfolioNav li a.active {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.portfolioNav li a.active:hover {
    color: #000 !important;
}

.single-projects #portfolio {
	background:#000;
	text-align:center;
}

.single-projects #portfolio h2 a {
    font-size: 1em;
    color: #FFF;
}

.single-projects #portfolio h2 {
    margin-top: 10px;
    color: #FFF;
}

.single-projects #portfolio .projectsPageLink {
    padding-top: 20%;
    padding-left: 0px;
    padding-right: 0px;
}


/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

section.testimonial-row {
    background: #333333;
}

section.testimonial-row * {
	color:#E0E0E0;
}

section.content-row ul, section.content-row ol {
    padding-left: 20px;
}

section.content-row li {
    color: #636363;
    line-height: 2em;
    font-size: 1em;
    font-weight: 300;
}

section.testimonial-row {
    background: #333333;
    padding-top: 20px;
    padding-bottom: 40px;
}

section.content-row hr {
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 1px solid #636363;
}

section.testimonial-row blockquote {
    font-size: 1em;
    font-weight: 300;
    line-height: 2em;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-row p {
    line-height: 1.5em;
}

blockquote {
    padding: 0px;
    margin: 0px;
    color: #E0E0E0;
    border: none;
}

blockquote img {
    width: 30px;
    height: 30px;
    display: inline;
}

blockquote img.open_quote {
    margin-top: -30px;
    margin-left: -30px;
}

blockquote img.close_quote {
    margin-top: -10px;
}

li.widget {
    list-style-type: none;
}

.widget .menu li a {
    color: #636363;
}


/* Navigation Button */

.menu-bars {
	padding:0px;
	margin:0px;
	float:right;
}

.menu-bars li {
    display: inline-block;
}

.menu-bars li.bar {
    width: 7px;
    margin: 4px;
}


.menu-bars li.link {
	max-width:100px;
	visibility: visible;
	transition:max-width 0.5s, visibility 0.5s;
}


.menu-bars li.link a {
	text-transform: uppercase;
	color:#000;
	display: block;
    padding: 5px;
}

header.nav-closed .menu-bars {
	cursor:pointer;
}

.menu-bars li.bar img {
	width:100%;
	height:auto;
	margin-left:0px;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    transition:transform 0.5s, margin-left 0.5s;
    -webkit-transition:transform 0.5s, margin-left 0.5s;
}

header.nav-closed .menu-bars li.bar img {
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    transition:transform 0.5s;
    -webkit-transition:transform 0.5s;
}

header.nav-closed .menu-bars li.link {
	max-width:0px;
	transition:max-width 0.5s, visibility 0.05s;
	visibility: hidden;
}

.home .menu-bars li.link a {
	color:#bfbfbf;	
}

/* End Navigation Button */


/* Team Section */

#teamSection {
    background: #000;
    padding-top: 30px;
    padding-bottom: 100px;
}

#teamSection .team-member {
	float: left;
	cursor:pointer;
	display: block;
    width: 27%;
    margin-right: 3.3333333%;
}

#teamSection .team-member.active {
	width:100%;
	max-width:100%;
	margin-right:0px;
}

.team-member .left img {
    width: 100%;
    height: auto;
}

#teamSection .team-member.active {
	padding-top:30px;
	padding-bottom:30px;
}

#teamSection .team-member .left {
	cursor:pointer;	
}


#teamSection h2 {
	color:#FF6600;
}

#teamSection .team-member .left p.title-row {
	text-align:right;
	line-height:1.5em;
	margin-top:10px;
}

#teamSection .team-member .left {
	display:block;
	width:100%;
}

#teamSection .team-member .left img {
	width:90%;
	height:auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);	
	-webkit-transition : -webkit-filter .5s linear;
}

#teamSection .team-member .left img:hover, #teamSection .team-member.active .left img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);	
	-webkit-transition : -webkit-filter .5s linear;
}

#teamSection .team-member .right {
	display:none;
	opacity:0;
}

#teamSection .team-member hr {
	border-top:1px solid #ACACAC;
	margin-bottom:30px;
	margin-top:30px;
}

#teamSection .team-member hr:first-child {
    margin-top: 10px;
}

#teamSection .team-member.active .left {
    display: block;
    width: 100%;
    float: left;
    max-width:27%;
}

#teamSection .team-member.active .left p.title-row {
	display:none;
}

#teamSection .team-member.active .right {
	display:block;
	width:70%;
	float:right;
	opacity:1;
}

#teamSection .team-member.active .right a.btn-primary orange {
	font-size: .8em;
    padding: 5px;
    margin-top: 2px;
}

#teamSection .team-member.active .right p {
    color: #ACACAC;
    font-size: .9em;
    line-height: 2em;
}

#teamSection .team-member.active .right p.title-row {
    line-height: 1.6em;
}

#teamSection .team-member p.title-row {
	color:#808080 !important;
	font-size:.8em !important;
	text-transform: uppercase;
}

#teamSection .team-member p.title-row strong {
    color: #FF6600 !important;
    font-size: 1.8em !important;
    text-transform: none;
    font-weight: 300;
}

#teamSection .team-member p.title-row strong {
	/* text-transform: uppercase; */
}

#teamSection .team-member ul {
	padding:0px;
	margin:0px;
}

#teamSection .team-member ul li {
	list-style-type:none;
	display:inline-block;
	margin-right:8px;
}

#teamSection .team-member ul li img {
	width:20px;
	height:20px;
}

.team-member .btn-primary.orange {
    font-size: .9em;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;
}

#call_to_action label {
    display: none;
}

.page-id-330 section:first-child {
    padding-bottom: 10px;
}

#map {
    height: 585px;
    width: 100%;
    margin-top: 50px;
}


.styled-select {
    width: 100%;
    height: 40px;
    overflow: hidden;
    background: url(images/plus_sign.svg) no-repeat right #FFF;
    border: 1px solid #FF6600;
    background-size: 20px;
    background-position-x: 97%;
}

.styled-select:hover, .styled-select:focus {
	background-color:#FF6600;
	transition:background-color 0.5s;
}

.styled-select:hover select, .styled-select:focus select {
	color:#FFF;
}
   
.styled-select select {
    background: transparent;
    width: 90%;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 38px;
    -webkit-appearance: none;
    padding-left: 3%;
    outline:none;
}
.styled-select select:focus {
		
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;

}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}


/**
 * Note: I have omitted any vendor-prefixes for clarity.
 * Adding them is left as an exercise for the reader.
 */
.headroom {
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


@media (min-width:768px) and (max-width:1199px) {
	section.deliverable {
		padding-bottom:5%;
	}
}


@media (max-width:1499px) {
	section#introduction {
 	   background-position: 30px -2150px;
	    background-size: 2000px;
	}
}

@media (max-width:1199px) {
	.home section.parallax-window {
		background-size: 80% !important;
		background-position: 270% 50% !important;
		width: 100%;
		background-attachment: initial;
	}
	.vision-statement p {
		font-size:2em;
	}
	a.calltoaction {
	    margin-bottom: 20px;
	    padding: 10px;
	    font-size: 1.2em;
	    width: 80%;
	    margin-left: 10%;
	}
}

@media (max-width:1024px) {
	body.home section {
		padding-top:15vh;
	}
	
	body.home #call_to_action {
		padding-top:25vh;
	}
	
	.home #sb-site {
		background:#000 !important;
	}
	.sb-active body.home header.container-fluid.scrolled {
		background:none;
	}
	.sb-active header.container-fluid {
		background:none;
	}
	.sb-slidebar ul {
		padding:0px;
		margin-top: 200px;
	}
	.sb-slidebar li {
	    list-style-type: none;
	    display: block;
	    width: 100%;
	    height: 50px;
	    border-bottom: solid 1px #333;
	    padding-top: 15px;
	    padding-bottom: 15px;
	    text-align: center;
	}
	.sb-slidebar ul li:last-child {
		border-bottom:none;
	}
	.sb-slidebar a {
		color:#bfbfbf;
		text-transform: uppercase;
	}
	
	.nav-open .small-logo-holder img {
		opacity:1;
		transition:opacity 0.3s;	
	}
	
	.sb-active .menu-bars li.bar2 img {
	    /* margin-left: -20px; */
	    transform: rotate(0deg);
	    -webkit-transform: rotate(0deg);
	}
	header.nav-closed .menu-bars li.bar img {
		transform: rotate(0deg);	
		-webkit-transform: rotate(0deg);	
		margin-left: 0px;
	}
	.menu-bars li.bar img {
		transform: rotate(0deg);	
		-webkit-transform: rotate(0deg);
	}
	header.nav-open ul.menu-bars li.link {
		display:none;
	}
	.home section .section-title {
		bottom:18px;
	}
}

@media (min-width: 768px) {
	.home .headroom--unpinned {
	    transform: translateY(0%);
	}
}

@media (max-width:991px) {
	.challenge-solution-row .orange-back {
	    position: relative;
	    margin-left: -7.5%;
	    width: 115%;
	    margin-top: 50px;
	    margin-bottom: -70px;
	    padding-bottom: 20px;
	}
	.serviceIcons {
	    width: 100%;
	}
	.serviceIcons li {
	    width: 30%;
	    margin-top: 20px;
	    max-width: 125px;
	}
	.serviceIcons li a img {
	    width: 55%;
	    height: auto;
	}
	a.viewMoreProjects {
	    left: 35%;
	    right: 35%;
	    width: 30%;
	}
}

@media (max-width:767px) {
	
	
	.ab-booking-form img {
	    max-width: 30px !important;
	}
	
	.wow {
	  visibility: visible !important;
	  -webkit-animation: none !important;
	     -moz-animation: none !important;
	       -o-animation: none !important;
	      -ms-animation: none !important;
	          animation: none !important;
	}
	
	.parallax-mirror img {
	    width: 100% !important;
	    height: auto !important;
	    left: 0px !important;
	    right: 0px !important;
	    margin-top: 12vh;
	}
	section {
		padding-top: 33vh;
	}
	section#introduction {
	    background-position: 30px -1650px;
	    background-size: 1500px;
	}
	
	.home section.parallax-window {
		background-size:contain !important;
		background-position-y:30vh !important;
	}
	.container-fluid {
	    padding-left: 5%;
	    padding-right: 5%;
	}
	.home section.parallax-window > .row > div {
		position: relative;
		margin-top:50vh;
	}
	.home section .section-title {
		top: 20vh;
		position:absolute;
		left:10%;
		right:10%;
		width:80%;
		max-width:100%;
		height:40px !important;
	}
	header.container-fluid.scrolled {
		background:#000;
	}
	#portfolio .grid-item {
	    width: 100%;
	    height: 0;
	    padding-top: 56.5%;
	    background-size: cover;
	    display: inline-block;
	    position: relative;
	    background-repeat: no-repeat;
	}
	.small-logo-holder img {
	    height: 65px;
	    width: auto;
	    opacity: 1;
	    transition: opacity 0.3s;
	    margin-top: -8px;
	}
	.challenge-solution-row .orange-back {
	    /* margin-left: 0px;
	    width: 100%;
	    padding-left: 15px; */
	}
	section.deliverable {
	    height: auto !important;
	    padding-bottom: 30px;
	    padding-top:0px;
	}
	section.deliverable > .row {
		margin-top:0px;
	}
	section.deliverable.background-image {
	    background-size: contain !important;
	    background-repeat: no-repeat;
	    padding-top: 60% !important;
	}
	section.deliverable.background-image .projectBreadcrumb, section.deliverable.background-image h2, section.deliverable.background-image .projectBreadcrumb .projectName, section.deliverable.background-image p {
		color:#000 !important;
	}
	
	#teamSection .team-member {
	    width: 90% !important;
	    margin-bottom:30px;
	}
	#teamSection .team-member.active .left {
	    max-width:100%;
	    width:100%;
	    margin-left: 5%;
	}
	#teamSection .team-member.active .right {
		max-width:100%;
		width:100%;
	}
	.content-row img {
		width:100%;
		max-width:100%;
		height:auto;
	}
	p.address {
		text-align: left !important;
	}
	.menu-bars li.bar {
	    width: 6px !important;
	    margin: 3px !important;
	}
	#sb-site {
		padding-top:10vh;
	}
	section.deliverable .row > div.pull-right img {
	    margin-left: -7.5%;
	    width: 115%;
	    height: auto;
	    margin-bottom: 25px;
	}
	.sb-slidebar ul {
		margin-top: 100px;
	}
	
}

@media (max-width:479px) {
	 section#introduction {
	    background-position: 30px -1100px;
	    background-size: 1000px;
	}
}

img#gform_ajax_spinner_1 {
    width: auto;
    height: auto;
}

p.copyright {
    text-align: center;
    font-size: .8em;
    line-height: 1em;
    FONT-WEIGHT: 300;
    margin-top:15px;
}

p.copyright a {
	color:#636363;
}

p.copyright .symbol {
	font-family:sans-serif;
}

.gform_confirmation_message {
    color: #FFF !important;
}

.parallax-mirror {
	z-index:0 !important;
}

.section-sub-title {
	max-width:100%;
}

/* 
.olark-branding-link {
	display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0px !important;
    width: 0px !important;
    z-index:-99999999 !important;
    padding: 0px !important;
}

.olark-branding-link a {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0px !important;
    width: 0px !important;
    z-index:-99999999 !important;
    padding: 0px !important;
}
*/

.partial_entry_warning {
	display:none !important;
}