/* -------------------------------- 

Primary style

-------------------------------- */
::-moz-selection { /* Code for Firefox */
    color: red;
    background: yellow;
}

::selection {
    color: black; 
    background: #9cd4eb;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 300;
  color: rgba(2, 23, 37, 0.9);
  background-color: white;
}
body.overflow-hidden {
  /* when primary navigation is visible, the content in the background won't scroll */
  overflow: hidden;
}

a {
  text-decoration: none;
}

i {
    font-style: italic;
}

b {
  font-style: bold;
}

strong {
  font-weight: 600;
  color: rgba(2, 23, 37, 0.8);
}

p {
	font-size: 120%;
}

h1 {
  font-size: 2.5rem;
  /* font-family: 'SF Compact', cursive; */
}

h2 {
	font-size: 2rem;
  font-family: 'Lato', sans-serif;
  letter-spacing:0.5rem;
}

h3 {
	font-size: 2.5rem;
  letter-spacing: 1rem;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h4 {
	font-size: 0.9rem;
}

h5 {
	font-size: 0.8rem;
}

h6 {
	font-size: 0.9rem;
  font-weight: 300;
  color: #292929;
  line-height: 24px;
}

h1.project-title {
  font-size: 0.80em;
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 400;
  color: rgba(2, 23, 37, 0.7);
}


/*!---------- 6. BUTTONS ----------*/
.btn {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 2px solid rgb(33,142,225);
  padding: 0 26px;
  height: 40px;
  min-width: 150px;
  line-height: 36px;
  font-size: 15px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  color: rgb(33,142,225);
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-right: 8px;
  margin-bottom: 24px;
}
.btn:last-child,
.btn:last-of-type {
  margin-right: 0;
}
.btn:hover {
  background: rgb(33,142,225);
  color: #fff;
}
.btn-icon {
  width: 40px;
  height: 40px;
  font-size: 20px;
  min-width: 0;
  padding: 0;
  line-height: 38px;
}
.btn-lg {
  height: 50px;
  line-height: 80px;
  min-width: 200px;
}
.btn-icon.btn-lg {
  width: 50px;
  height: 50px;
  line-height: 49px;
  font-size: 24px;
  min-width: 0;
}
.btn-icon.btn-sm {
  width: 30px;
  height: 30px;
  line-height: 29px;
  font-size: 13px;
  min-width: 0;
  padding: 0 0 0 1px!important;
}
.btn-sm {
  height: 30px;
  font-size: 11px;
  line-height: 27px;
  min-width: 0;
}
.btn-filled {
  background: rgb(33,142,225);
  color: #fff;
}
.btn-white,
.image-bg .btn,
.image-bg .btn:visited {
  color: #fff;
  border-color: #fff;
}
.btn-white:hover,
.image-bg .btn:hover,
.image-bg .btn:visited:hover {
  background: #fff;
  color: #222;
}
.image-bg .btn.btn-filled,
.image-bg .btn-filled:visited {
  border-color:rgb(33,142,225);
}
.image-bg .btn-filled:hover {
  border-color: #fff;
}
.btn-rounded {
  border-radius: 25px;
}
body.btn-rounded .btn {
  border-radius: 25px !important;
}
.bg-light .btn {
  border-color: #222;
  color: #222;
}
.bg-light .btn:visited,
.bg-light .btn:visited:hover {
  color: #222;
}
.bg-light .btn-filled,
.bg-light .btn-filled:visited {
  color: #fff;
}
.btn:visited {
  color: rgb(33,142,225);
}
.btn-white:visited,
.btn:visited:hover {
  color: #fff;
}
.btn-white:visited:hover {
  color: #222;
}
.btn-filled:visited {
  color: #fff;
}
.btn.bg-dark {
  color: #fff;
  border-color: #292929;
}
.btn.bg-dark:hover {
  background: #434343;
}
.bg-primary .btn {
  color: #fff;
  border-color: #fff;
}
.bg-primary .btn:hover {
  background: #fff;
  color:rgb(33,142,225);
}

/* -------------------------------- 

Foundry

-------------------------------- */

.main-container {
  background: #fff;
}

.main-container {
  max-width: 1366px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.main-container {
  clear: both;
}

.main-container {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

.container {
  position: relative;
}

.container,
.image-bg div[class*='col-'] {
  position: relative;
  z-index: 3;
}

.container.image-bg .row {
  position: relative;
  z-index: 3;
}

.container.image-bg .row {
  position: relative;
  z-index: 3;
}

.row .image-slider {
  margin-bottom: 24px;
}

.uppercase {
  font-weight: 400;
  text-transform: uppercase;
  margin-left: 1em;
}

.camelcase {
  font-weight: 400;
  font-size: 1.5em;
}

.mb64 {
  margin-bottom: 64px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb-xs-32 {
  margin-bottom: 32px;
}

@media all and (max-width: 767px) {
    .mb-xs-32 {
    margin-bottom: 32px;
  }
}

p.lead {
  line-height: 30px;
  color: rgba(2, 23, 37, 0.8);
}

li.reqs {
  line-height: 28px;
  color: rgba(2, 23, 37, 0.8);
  font-size: 110%;
}

@media all and (max-width: 767px) {
  p.lead {
    font-size: 13px;
    line-height: 24px;
  }
}

.text-left {
  text-align: left !important;
}

.pt0 {
  padding-top: 0;
}

.pb40 {
  padding-bottom: 40px;
}

@media all and (max-width: 767px) {
  .mb-xs-24 {
    margin-bottom: 24px;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb80 {
  margin-bottom: 80px;
}

@media all and (max-width: 780px) {
  .mb80 {
      padding: 0 1.5em;
  }
}
.pt120 {
  padding-top: 120px;
}

.makespace {
  margin: 5em 0em 1em 0em;
}

.sup {
  margin: 0em 1em 1em 0em;
}

.fs-vid-background {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.fs-vid-background video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.overlay .fs-vid-background:before {
  position: relative;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #222222;
  opacity: 0.5;
  z-index: 2;
}
@media all and (max-width: 1024px) {
  .fs-vid-background {
    display: none;
  }
}

.cast-shadow {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.image-caption {
  position: relative;
  overflow: hidden;
}
.image-caption .caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 16px;
  color: #fff;
}
.image-caption .caption p {
  position: relative;
  z-index: 4;
  margin: 0;
}
.image-caption .caption:before {
  content: '' attr(data-caption) '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.7) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(34, 34, 34, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.7) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.7) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.7) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.7) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6222222', GradientType=0);
  /* IE6-9 */
}
.image-caption.hover-caption .caption {
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transform: translate3d(0, 100px, 0);
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
}
.image-caption.hover-caption:hover .caption {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.bg-secondary {
  background: #f8f8f8;
}

.bg-secondary blockquote {
  background: #fff;
  border-color: #47b475;
}

.bg-secondary input[type="text"],
.bg-secondary textarea,
.bg-secondary select {
  background: #fff;
}

.contact-image {
  position: relative;
	overflow: hidden;
	background-size: cover;
  width:100%;
  /* background-image: url(../images/me.jpg); */
}

/*!---------- 5. SECTIONS ----------*/
section,
footer {
  padding: 46px 0;
  position: relative;
  overflow: hidden;
	background-size: cover;
	background-position: center center;
}
footer {
  padding: 72px 0;
}
.fullscreen {
  height: 100vh;
}
.bg-dark h1,
nav.bg-dark h1,
footer.bg-dark h1,
.bg-primary h1,
.bg-dark h2,
nav.bg-dark h2,
footer.bg-dark h2,
.bg-primary h2,
.bg-dark h3,
nav.bg-dark h3,
footer.bg-dark h3,
.bg-primary h3,
.bg-dark h4,
nav.bg-dark h4,
footer.bg-dark h4,
.bg-primary h4,
.bg-dark h5,
nav.bg-dark h5,
footer.bg-dark h5,
.bg-primary h5,
.bg-dark h6,
nav.bg-dark h6,
footer.bg-dark h6,
.bg-primary h6 {
  color: #ffffff;
}
.bg-dark p,
nav.bg-dark p,
footer.bg-dark p,
.bg-primary p,
.bg-dark span,
nav.bg-dark span,
footer.bg-dark span,
.bg-primary span,
.bg-dark li,
nav.bg-dark li,
footer.bg-dark li,
.bg-primary li {
  color: #fefefe;
}
@media all and (max-width: 767px) {
  section {
    padding: 80px 0;
  }
}
.overlay:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #292929;
  opacity: 0.3;
  z-index: 2;
}
.overlay-heavy:before {
  opacity: .6;
}
.bg-light.overlay:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.1;
  z-index: 2;
}
.image-bg h1,
.image-bg h2,
.image-bg h3,
.image-bg h4,
.image-bg h5,
.image-bg h6 {
  color: #ffffff;
}
.image-bg p,
.image-bg span,
.image-bg li {
  color: #ffffff;
}
.image-bg .container,
.image-bg div[class*='col-'] {
  position: relative;
  z-index: 2;
}
.container.image-bg .row {
  position: relative;
  z-index: 2;
}
.background-image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}
.background-image-holder img {
  display: none;
}
.background-multiply .background-image-holder {
  background-color: #47b475 !important;
  background-blend-mode: multiply;
}
.background-image-holder.fadeIn {
  opacity: 1;
}
.parallax > .background-image-holder,
.parallax .slides li > .background-image-holder {
  height: 100vh;
  top: -50vh;
  transition: all 0s ease !important;
  transition: opacity 0.3s ease !important;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
.parallax:first-child .slides li > .background-image-holder,
.parallax:first-child .background-image-holder {
  top: 0;
}
.main-container > a:first-child + .parallax .background-image-holder {
  top: 0;
}
@media all and (max-width: 767px) {
  .parallax > .background-image-holder,
  .parallax .slides li > .background-image-holder {
    top: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
  }
}




.tile-right:hover .background-image-holder,
.tile-left:hover .background-image-holder {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.kenburns .slides li:nth-of-type(odd) .background-image-holder {
  animation: kenBurnsEast 25s linear infinite alternate;
  -webkit-animation: kenBurnsEast 25s linear infinite alternate;
}
.kenburns .slides li:nth-of-type(even) .background-image-holder {
  animation: kenBurnsWest 25s linear infinite alternate;
  -webkit-animation: kenBurnsWest 25s linear infinite alternate;
}
@keyframes kenBurnsEast {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(100px);
    -webkit-transform: scale(1.2) translateX(100px);
  }
}
@-webkit-keyframes kenBurnsEast {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(100px);
    -webkit-transform: scale(1.2) translateX(100px);
  }
}
@keyframes kenBurnsWest {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(-100px);
    -webkit-transform: scale(1.2) translateX(-100px);
  }
}
@-webkit-keyframes kenBurnsWest {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(-100px);
    -webkit-transform: scale(1.2) translateX(-100px);
  }
}
@media all and (max-width: 767px) {
  .kenburns .slides li .background-image-holder {
    animation: none !important;
    -webkit-animation: none !important;
  }
}

.vid-bg .background-image-holder {
  display: none;
  z-index: 0;
}

@media all and (max-width: 1024px) {
  .vid-bg .background-image-holder {
    display: block;
  }
}

.background-image-holder.fadeout {
  opacity: 0 !important;
  z-index: 0;
}

.foundry_modal *:not(.background-image-holder):not(.close-modal) {
  z-index: 4;
  position: relative;
}
/* -------------------------------- 

Modules

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
  margin-top: 5rem;
  background-image: none;
  /* margin-bottom: 5rem; */
}
.cd-container:after {
  content: "";
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */
html, body {
  height: 100%;
}

.cd-header {
  position: absolute;
  top: 0;
  left: 0;
  height: 55px;
  width: 100%;
  z-index: 5;
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 400;
  color: rgba(2, 23, 37, 0.8);
  letter-spacing: 0.25em;
  font-size: 0.85em;
  text-transform: uppercase;
  overflow: hidden;
}
.cd-header li {
  float: right;
}
.cd-header li a {
  display: block;
  font-size: 0.85em;
  color: rgba(2, 23, 37, 0.8);
  text-align: center;
  padding: 25px 20px;
  text-decoration: none;
}
.cd-header li a:hover {
  color: #000;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .cd-header {
    height: 65px;
    background: transparent;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-header {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cd-header.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -80px;
    background-color: #fff;
    color: #fff;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    opacity: 0.9;
  }
  .cd-header.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .cd-header.menu-is-open {
    /* add a background color to the header when the navigation is open */
    background-color: rgb(45, 48, 53);
  }
}
@media only screen and (min-width: 768px) {
  .cd-header-1 {
    height: 80px;
    background: rgba(50,50,50,0.7);
    box-shadow: none;
  }
}

.home-logo {
  font-size: 1.25em;
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 400;
  color: rgba(2, 23, 37, 0.8);
  letter-spacing: 0.25em;
  scroll-behavior: smooth;
  margin-top: 10px;
}
.cd-logo {
  position: absolute;
  letter-spacing: 0.25em;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: .875em;
}
.home-logo:hover {
  color: rgba(2, 23, 37);
}

@media only screen and (min-width: 768px) {
  .cd-logo {
    left: 2.6em;
  }
}

.cd-menu-icon {
  display: hidden;
}

@media only screen and (max-width : 640px) {
  .cd-menu-icon {
    display: inline-block;
    color: rgba(2, 23, 37, 0.8);
    right: 0;
    top: 0;
    position: absolute;   
  }
  nav ul, nav:active ul { 

		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		border: 5px solid #444;
		right: 20px;
		top: 60px;
		width: 50%;
		border-radius: 4px 0 4px 4px;

	}

	nav li {

		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;

	}

	nav:hover ul {
		display: block;
  }
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .cd-primary-nav-trigger a.cd-menu-icon {
    float: right;
    display: block;
  }
}
/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .cd-primary-nav-trigger.responsive {position: relative;}
  .cd-primary-nav-trigger.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .cd-primary-nav-trigger.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
.cd-primary-nav-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: rgba(2, 23, 37, 0.9);
}
.cd-primary-nav-trigger .cd-menu-text {
  color: rgba(255,255,255,1);
  text-transform: uppercase;
  font-weight: 500;
  /* hide the text on small devices */
  display: none;
}
.cd-primary-nav-trigger .cd-menu-icon {
  /* this span is the central line of the menu icon */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: rgba(255,255,255,1);
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* these are the upper and lower lines in the menu icon */
}
.cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255,255,255,1);
  right: 0;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s;
}
.cd-primary-nav-trigger .cd-menu-icon::before {
  top: -5px;
}
.cd-primary-nav-trigger .cd-menu-icon::after {
  top: 5px;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  background-color: rgba(255, 255, 255, 0);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media all and (min-width: 768px) {
  .cd-primary-nav-trigger {
    width: 100px;
    padding-left: 1em;
    background-color: transparent;
    height: 30px;
    line-height: 30px;
    right: 2.2em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cd-primary-nav-trigger .cd-menu-text {
    display: inline-block;
  }
  .cd-primary-nav-trigger .cd-menu-icon {
    left: auto;
    right: 1em;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
}

.cd-primary-nav {
  /* by default it's hidden - on top of the viewport */
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #fff;
  text-align: right;
  overflow: hidden;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.cd-primary-nav li {
  font-size: 3em;
  float: right;
  font-size: 50px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: .2em 0;
  text-transform: capitalize;
}
.cd-primary-nav li a {
  display: block;
  text-align: center;
  padding: .4em 1em;
  border-radius: 0.25em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  color: rgba(2, 23, 37, 0.8);
}
.no-touch .cd-primary-nav a:hover {
  font-weight: 400;
}
.cd-social {
  display: inline-block;
  margin: 0 .4em;
 
}
.cd-social ul {
  display: inline-block;
  text-align: center;
  width: 100%
}
.cd-social a {
  width: 30px;
  height: 44px;
  padding: .4em 1em;
  background-image: url(images/cd-socials2.svg);
  background-repeat: no-repeat;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.cd-social li:hover {
  color: rgb(19, 84, 134);
  opacity: 0.5;
}
.cd-facebook a {
  background-position: 0 0;
}
.cd-instagram a {
  background-position: -38px 0;
}
.cd-linkedin a {
  background-position: -79px 0;
}
.cd-twitter a {
  background-position: -120px 0;
}
.cd-primary-nav.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 768px) {
  .cd-primary-nav {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-primary-nav li {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .cd-primary-nav .cd-label {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media all and (min-width: 320px) and (max-width: 780px) {
	.cd-primary-nav a {
	  font-size: 1.5rem;
	  display: inline-block;
	  padding: .4em 1em;
	  border-radius: 0.25em;
	  -webkit-transition: background 0.2s;
	  -moz-transition: background 0.2s;
	  transition: background 0.2s;
	  color: rgb(33,142,225);
	}
}

/* -------------------------------- 

The .cd-intro change the background image

-------------------------------- */
.cd-intro {
  position: relative;
  height: 100%;
  background: url(images/coverpic.jpg) center center;
  background-size: cover;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-intro h1 {
  position: absolute;
  width: 90%;
  max-width: 1170px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-size: 50px;
  font-size: 3em;
  font-weight: 300;
  text-align: center;
  color: rgb(255,255,255);
  letter-spacing: 1em;
  line-height: 1.5em;
}
.large-header {
	position: relative;
	width: 50%;
	background: #333;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}


@media only screen and (min-width: 768px) {
  .cd-intro h1 {
    font-size: 80px;
   
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    height: 700px;
  }
}

.cd-main-content {
  position: relative;
  z-index: 1;
}
.cd-main-content p {
  font-family: 'SF Pro Display', sans-serif;
  line-height: 1.6;
  margin: 1em 0;
}
.cd-main-content-about p {
  font-size: 1.2em;
  line-height: 1.6;
  text-align: center;
  padding-bottom: 8em;
  padding-top: 4em;
}
@media only screen and (min-width: 1170px) {
  .cd-main-content p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.cd-container {
	text-align: center;
  border-top: 10px;
}
.cd-container-1 {
  text-align: center;
  height: 100px;
}
.cd-container h1 {
	font-weight: 300;
}
.cd-container-1 h1 {
  font-family: 'Open Sans', serif;
  font-weight: 700;
  color: #1e7aaf;
}
.cd-container h4 {
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 1em;
}
.read-more-btn {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
	margin: 0 auto;
	width: 80%;
	border: rgb(33,142,225) solid 1px;
	padding: 15px 20px 15px 20px;
	color: rgb(33,142,225);
  margin-top: 2em;
}
.read-more-btn:hover {
  border-color: rgb(33,142,225);
  background-color: rgb(33,142,225);
  cursor: pointer;
  color: #fff;
}
.cd-container-more-about {
	width: 95%;
	background-color: #ffffff;
	/* display: inline-block; */
	margin: 0 auto;
	text-align: center;
  background-position:center center;
}
.cd-container-more-about p {
  color: rgba(2, 23, 37, 0.8);
  font-size: 1em;
}
.row {
  margin-top: 0.2rem;
}

/* -------------------------------- 

Photo Thumbnails

-------------------------------- */
.cd-container-clmn-1 {
	width: 24.7%;
	height: 300px;
	background-image: url(images/goldengate.jpg);
	background-size: cover;
	display: inline-block;
}
.cd-container-clmn-1:hover {
	opacity: .5;
}
.cd-container-clmn-2 {
	width: 24.7%;
  height: 300px;
  background-image: url(images/santacruz.JPG);
	background-size: cover;
	display: inline-block;
}
.cd-container-clmn-2:hover {
	opacity: .5;
}
.cd-container-clmn-3 {
	width: 24.7%;
	height: 300px;
	background-image: url(images/sunrise.JPG);
	background-size: cover;
	display: inline-block;
}
.cd-container-clmn-3:hover {
	opacity: .5;
}
.cd-container-clmn-4 {
	width: 24.7%;
	height: 300px;
	margin: 0;
	background-image: url(images/baybridge2.JPG);
	background-size: cover;
	display: inline-block;
}
.cd-container-clmn-4:hover {
	opacity: .5;
}
.cd-container-clmn-5 {
	width: 24.7%;
	height: 300px;
	margin: 0;
	background-image: url(images/longexposure.JPG);
	background-size: cover;
	display: inline-block;
}
.cd-container-clmn-5:hover {
	opacity: .5;
}
.cd-container-clmn-6 {
	width: 24.7%;
	height: 300px;
	margin: 0;
	background-image: url(images/marin.JPG);
	background-size: cover;
	display: inline-block;
}
.cd-container-clmn-6:hover {
	opacity: .5;
}
.cd-container-clmn-7 {
	width: 24.7%;
	height: 300px;
	margin: 0;
	background-image: url(images/pier-39.jpg);
	background-size: cover;
	display: inline-block;
}
.cd-container-clmn-7:hover {
	opacity: .5;
}
.cd-container-clmn-8 {
	width: 24.7%;
	height: 300px;
	margin: 0;
	background-image: url(images/chitown.jpg);
	background-size: cover;
	display: inline-block;
}
.cd-container-clmn-8:hover {
	opacity: .5;
}

#centerit {
  padding-top:3em;
  z-index:2;
}

.cd-container-clmn-9 {
	width: 100%;
  height: 465px;
	background-image: url(images/chorushomepageintro.png);
	background-size: cover;
	display: inline-block;
}

.cd-container-clmn-9:hover {
	opacity: .8;
}
.cd-container-clmn-9:hover .mofo {
  filter: alpha(opacity=100);
  /* -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1); */
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.cd-container-clmn-10 {
	width: 100%;
	height: 465px;
	background-image: url(images/agrity-intro.png);
	background-size: cover;
	display: inline-block;
}

.cd-container-clmn-10:hover {
	opacity: .8;
}
.cd-container-clmn-10:hover .mofo {
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.cd-container-clmn-11 {
	width: 100%;
	height: 700px;
	background-image: url(images/chorusintro.png);
	background-size: cover;
	display: inline-block;
}

.cd-container-clmn-11:hover {
	opacity: .8;
}
.cd-container-clmn-11:hover .mofo {
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.cd-container-clmn-12 {
	width: 100%;
  height: 400px;
	background-image: url(images/qp-heroimg3.png);
	background-size: cover;
  display: inline-block;
}

.cd-container-clmn-12:hover {
	opacity: .8;
}

.cd-container-clmn-13 {
	width: 100%;
	height: 350px;
	background-image: url(images/bluebearintro.png);
	background-size: cover;
	display: inline-block;
}

.cd-container-clmn-13:hover {
	opacity: .8;
}
.cd-container-clmn-13:hover .mofo {
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.cd-container-clmn-14 {
  width: 100%;
  height: 400px;
	background-image: url(images/redesign-intro.png);
	background-size: cover;
  display: inline-block;
}

.cd-container-clmn-14:hover {
	opacity: .8;
}
.cd-container-clmn-14:hover .mofo {
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media all and (min-width: 320px) and (max-width: 780px) {
	.cd-container-clmn-1 {
		width: 100%;
	}
	.cd-container-clmn-2 {
		width: 100%;
	}
	.cd-container-clmn-3 {
		width: 100%;
	}
	.cd-container-clmn-4 {
		width: 100%;
	}
	.cd-container-clmn-5 {
		width: 100%;
	}
	.cd-container-clmn-6 {
		width: 100%;
	}
	.cd-container-clmn-7 {
		width: 100%;
	}
	.cd-container-clmn-8 {
		width: 100%;
	}
    .cd-container-clmn-9 {
    width: 100%;
  }
  .cd-container-clmn-10 {
    width: 100%;
  }
  .cd-container-clmn-11 {
    width: 100%;
  }
  .cd-container-clmn-12 {
    width: 100%;
  }
  .cd-container-clmn-13 {
    width: 100%;
  }
  .cd-container-clmn-14 {
    width: 100%;
  }
  .cd-container-clmn-15 {
    width: 100%;
  }
  .cd-container-clmn-16 {
    width: 100%;
  }
}

/*!---------- 20. PAGE TITLES ----------*/
.page-title {
  padding: 0;
}
.page-title .container {
  position: relative;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  top: 50%;
  z-index: 2;
}
.page-title i {
  position: relative;
  top: 1px;
}
@media all and (max-width: 767px) {
  .page-title i {
    display: none;
  }
}
.page-title-1,
.page-title-2 {
  height: 400px;
}
.page-title-1 .breadcrumb,
.page-title-3 .breadcrumb {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  bottom: 0;
}
.page-title-2 .breadcrumb {
  position: relative;
  margin-bottom: 0;
}
.nav-is-overlay .page-title-1.image-bg:first-child,
.nav-is-overlay.page-title-1.bg-dark:first-child,
.nav-is-overlay .page-title-2.image-bg:first-child,
.nav-is-overlay.page-title-2.bg-dark:first-child {
  height: 455px;
  padding-top: 55px;
}
@media all and (max-width: 767px) {
  .page-title-1,
  .page-title-2 {
    height: 320px;
  }
}
.page-title-3,
.page-title-4 {
  height: 240px;
}
.page-title-4 .breadcrumb {
  position: relative;
  top: 8px;
  margin-bottom: 0;
}
.nav-is-overlay .page-title-3.image-bg:first-child,
.nav-is-overlay.page-title-3.bg-dark:first-child,
.nav-is-overlay .page-title-4.image-bg:first-child,
.nav-is-overlay.page-title-4.bg-dark:first-child {
  height: 295px;
  padding-top: 55px;
}
@media all and (max-width: 767px) {
  .page-title .text-right {
    text-align: left !important;
  }
}
.page-title.fullscreen {
  height: 100vh !important;
  padding-top: 0;
}

/*!---------- 16. BREADCRUMBS ----------*/
/* .breadcrumb {
  margin-bottom: 24px;
} */
.breadcrumb-2 {
  background:none;
  padding: 0;
}
.breadcrumb-2 li a,
.breadcrumb-2 li {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 11px;
  font-weight: 600;
}
.breadcrumb-2 > li + li:before {
  padding: 0 16px;
  color: #fff;
}
.image-bg .breadcrumb li a {
  color:white;
  opacity: .8;
  background: none;
}
.image-bg .breadcrumb li a:hover {
  opacity: 1;
}
.image-bg .breadcrumb li.active {
  color:white;
}
.bg-dark .breadcrumb a {
  color: white;
}
@media all and (max-width: 990px) {
  .page-title-4 .breadcrumb,
  .page-title-2 .breadcrumb {
    float: left;
    margin-top: 32px;
  }
}
@media all and (max-width: 767px) {
  .breadcrumb-2 > li + li:before {
    padding: 0 4px;
  }
  .page-title-4 .breadcrumb,
  .page-title-2 .breadcrumb {
    float: left;
    margin-top: 8	px;
  }
}


/* -------------------------------- 

Project Page Style

-------------------------------- */
.cd-intro-project {
  position: relative;
  height: 100%;
  background: url(images/proj_cover.jpg) no-repeat center center;
  background-size: cover;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-intro-project h1 {
  position: absolute;
  width: 70%;
  max-width: 1170px;
  left: 50%;
  top: 90%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-size: 50px;
  font-size: 3em;
  font-weight: 300;
  text-align: center;
  color: #2d2d2d;
  letter-spacing: .05em;
  line-height: 1.5em;
}

@media only screen and (min-width: 768px) {
  .cd-intro-project h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro-project {
    height: 700px;
  }
}
.cd-container-project {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 5rem;
  margin-bottom: 1rem;
  background-color: #f9f9f9;
  padding: 4rem;
}
.cd-main-content-project {
  position: relative;
  z-index: 1;
}
.cd-main-content-project p {
  line-height: 1.6;
}
.cd-main-content-project-img {
  width: 100%;
  margin: 0 auto;
  right: 0;
  left: 0;
  text-align: center;
}
.cd-main-content-project-img img {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1170px) {
  .cd-main-content-project p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.image-square {
  height:50vw;
  max-height:640px;
  overflow:hidden;
  padding:0;
}

/*--about-starts--*/
.about-info {
    margin: 105px 0px 0 20px;
}
.about-info h3{
  font-size:36px;
  margin:0 0 40px 0;
  color:#242424;
  font-family: 'Open Sans', sans-serif;
}
.about-info p {
    color: #999;
    margin: 0 0 20px 0;
    font-family: myriad pro;
    font-size: 16px;
    line-height: 1.8em;
}
.about-info p:nth-child(3){
  margin:0 0 54px 0;
}
.about-info a{
  text-decoration:none;
  font-size:14px;
  margin: 0 auto;
  width: 15rem;
  border: #000 solid 1px;
  color: rgba(2, 23, 37, 0.7);
  padding: 12px 30px;
}
.about-info a:hover{
  border: rgb(33,142,225) solid 1px;
  color: rgb(33,142,225); 
}
/*--slide---*/
.ia-container {
  width: 90%;
  margin: 20px auto;
  overflow: hidden;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.08);
  border: 7px solid rgba(255,255,255,0.6);
}
.ia-container figure {
    position: absolute;
  top: 0;
  margin: 0;
  left: 50px; /* width of visible piece */
  width: 335px;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.6);
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ia-container > figure {
  position: relative;
  left: 0 !important;
  margin: 0;
}
.ia-container img {
  display: block;
  width: 100%;
}
.ia-container input {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px; /* just cover visible part */
  height: 100%;
  cursor: pointer;
  border: 0;
  padding: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  z-index: 100;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ia-container input:checked{
  width: 5px;
  left: auto;
  right: 0px;
}
.ia-container input:checked ~ figure {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  left: 98%;
  margin: 0;
}
.ia-container figcaption {
  width: 100%;
  height: 100%;
  background: rgba(87, 73, 81, 0.1);
  position: absolute;
  top: 0px;
  -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.ia-container figcaption span {
  position: absolute;
  top: 40%;
  margin-top: -15px;
  right: 20px;
  left: 15px;
  overflow: hidden;
  text-align: center;
  background: rgba(146, 146, 146, 0.65);
  line-height: 20px;
  font-size: 18px;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 700;
  padding: 20px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
} 
.ia-container input:checked + figcaption,
.ia-container input:checked:hover + figcaption{
  background: rgba(87, 73, 81, 0);
}
.ia-container input:checked + figcaption span {
  -webkit-transition: all 0.4s ease-in-out 0.5s;
    -moz-transition: all 0.4s ease-in-out 0.5s;
    -o-transition: all 0.4s ease-in-out 0.5s;
    -ms-transition: all 0.4s ease-in-out 0.5s;
    transition: all 0.4s ease-in-out 0.5s;
  
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
    filter: alpha(opacity=99);
  opacity: 1;
  
  top: 50%;
}
.ia-container #ia-selector-last:checked + figcaption span {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.ia-container input:hover + figcaption {
  background: rgba(87, 73, 81, 0.03);
}
.ia-container input:checked ~ figure input{
    z-index: 1;
}
@media screen and (max-width: 720px) {
    .ia-container { 
    width: 540px; 
  }
  .ia-container figure { 
    left: 40px; 
    width: 260px; 
  }
  .ia-container input { 
    width: 40px; 
  }
  .ia-container input:checked ~ figure { 
    left: 260px; 
  }
  .ia-container figcaption span { 
    font-size: 16px; 
  }
}
@media screen and (max-width: 520px) {
    .ia-container { 
    width: 320px; 
  }
  .ia-container figure { 
    left: 20px; 
    width: 180px; 
  }
  .ia-container input { 
    width: 20px; 
  }
  .ia-container input:checked ~ figure { 
    left: 180px; 
  }
  .ia-container figcaption span { 
    font-size: 12px; 
    letter-spacing: 2px; 
    padding: 10px; 
    margin-top: -20px; 
  } 
}
/*--about-end--*/

.col-xs-6, .col-sm-6, .col-sm-8, .col-md-6, .col-lg-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
    .col-md-6 {
    float: left;
  }
  .col-md-6 {
    width: 50%;
  }

 figure,
 main {
  display: block;
 }

figure {
  margin: 1em 40px;
}

figure {
  margin: 0;
}
}

/* -------------------------------- 

Footer Style

-------------------------------- */

.footer {
	width: 100%;
	height: 150px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-color: rgb(55,55,55);
}
.footer-content {
  width: 100%;
  color: #c3c3c3;
  max-width: 450px;
  margin: 0 auto;
  padding: 40px 10px 0px 10px;
}
.footer-content a {
  color: #ffffff;
}

@media all and (max-width: 780px) {
	.footer {
	width: 100%;
	background-color: rgb(55,55,55);
  }
}