/*	 
font-family:'Montserrat', Arial, sans-serif;
font-family:'Roboto', Arial, sans-serif;
*/
html {
  font-size: 1em;
  font-family: "Roboto", Arial, sans-serif;
}

body {
  background-color: #F9F9F9;
  color: #444;
  font-family: "Roboto", Arial, sans-serif;
  overflow-x: hidden;
}

-moz-selection, selection {
  background: #FCDF07;
  color: #000000;
  text-shadow: none;
}

img {
  width: 100%;
  border: 0;
  display: block;
  /*transition:all 1s ease;*/
}

a {
  color: #228EEF;
}

a:hover,
a:active {
  color: #FF8500;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

ul, ol {
  line-height: 1.3em;
  margin-bottom: 0;
  font-size: .9em;
  /*transition:all 1s ease;*/
}

p {
  line-height: 1.5em;
  margin-bottom: 1.2em;
  font-size: .9em;
  /*transition:all 1s ease;*/
}

strong {
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  /*transition:all 1s ease;*/
  font-weight: bold;
}

h1 {
  font-family: "Roboto", Arial, sans-serif;
  padding: 0 0 .4em 0;
  font-size: 1.6em;
}

h2 {
  font-family: "Roboto", Arial, sans-serif;
  padding: 0 0 .4em 0;
  font-size: 1.4em;
}

h3 {
  font-family: "Roboto", Arial, sans-serif;
  padding: 0 0 .4em 0;
  font-size: 1.2em;
}

h4 {
  font-family: "Roboto", Arial, sans-serif;
  padding: 0 0 .4em 0;
  font-size: 1em;
}

h5 {
  font-family: "Roboto", Arial, sans-serif;
  padding: 0 0 .4em 0;
  font-size: .8em;
  letter-spacing: 0.2em;
}

h6 {
  font-family: "Roboto", Arial, sans-serif;
  padding: 0 0 .4em 0;
  font-weight: 500;
  font-size: 1.2em;
}

/* HELPER STYLES */
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.margin-zero {
  margin: 0;
}

hr {
  height: 1px;
  border: 0;
  clear: both;
  background: #EEEEEE;
}

.hr-padding {
  display: block;
  margin: 30px 0;
}

.spacer {
  float: left;
  display: block;
  overflow: hidden;
  width: 100%;
  clear: both;
  height: 3em;
  background: #fafafa;
}

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

.blocky {
  float: left;
  width: 100%;
  display: block;
  clear: both;
}

.red-color {
  color: #EC1F26;
}

.orange-color {
  color: #FF8500;
}

.yellow-color {
  color: #FCDF07;
}

.green-color {
  color: #6DBA24;
}

.blue-color {
  color: #228EEF;
}

.purple-color {
  color: #8530B2;
}

.magenta-color {
  color: #d02db8;
}

.red-bgcolor {
  background-color: #EC1F26;
}

.orange-bgcolor {
  background-color: #FF8500;
}

.yellow-bgcolor {
  background-color: #FCDF07;
}

.green-bgcolor {
  background-color: #6DBA24;
}

.blue-bgcolor {
  background-color: #228EEF;
}

.purple-bgcolor {
  background-color: #8530B2;
}

.magenta-bgcolor {
  background-color: #d02db8;
}

.default-wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 960px;
}

.btn-primary {
  font-family: "Roboto", Arial, sans-serif;
  font-size: .74em;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 6px;
  background-color: #1b486a;
  color: white !important;
  padding: 12px 16px;
  font-weight: 500;
  text-decoration: none;
}

.font-quote {
  font-family: Arial, sans-serif !important;
}

/* ROUNDED STYLES */
.round3 {
  border-radius: 3px;
  background-clip: padding-box;
}

.round4 {
  border-radius: 4px;
  background-clip: padding-box;
}

.round6 {
  border-radius: 6px;
  background-clip: padding-box;
}

.round8 {
  border-radius: 8px;
  background-clip: padding-box;
}

/* MAIN STYLES */
header {
  width: 100%;
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.header-inner,
.content-wrapper {
  width: 96%;
  max-width: 68.75em;
  margin: 0 auto;
  overflow: auto;
}

.header-inner {
  position: relative;
  height: 50px;
  width: 100%;
  padding: 0  2% 0 4%;
  display: block;
  float: left;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

#branding-link {
  padding: 10px 4px 10px 32px;
  margin: 0;
  text-decoration: none;
  color: #1b486a;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  font-size: 1.1em;
}

#branding-link:before {
  content: '\f0d0';
  font-family: "FontAwesome";
  font-weight: normal;
  margin-right: .4em;
  font-size: 1.4em;
  position: absolute;
  top: 7px;
  left: 0px;
  /* Friendly reminder Animation Color */
  -webkit-animation: spec-shift-color .2s 2;
  animation: spec-shift-color .2s 2;
}

@-webkit-keyframes spec-shift-color {
  0% {
    color: #6DBA24;
  }
  20% {
    color: #228EEF;
  }
  40% {
    color: #8530B2;
  }
  60% {
    color: #EC1F26;
  }
  80% {
    color: #FF8500;
  }
  95% {
    color: #FCDF07;
  }
  100% {
    color: #6DBA24;
  }
}

@keyframes spec-shift-color {
  0% {
    color: #6DBA24;
  }
  20% {
    color: #228EEF;
  }
  40% {
    color: #8530B2;
  }
  60% {
    color: #EC1F26;
  }
  80% {
    color: #FF8500;
  }
  95% {
    color: #FCDF07;
  }
  100% {
    color: #6DBA24;
  }
}

#branding-link:hover {
  -webkit-animation: all-shift-color .2s 3;
  animation: all-shift-color .2s 3;
}

@-webkit-keyframes all-shift-color {
  0% {
    color: #6DBA24;
  }
  20% {
    color: #228EEF;
  }
  40% {
    color: #8530B2;
  }
  60% {
    color: #EC1F26;
  }
  80% {
    color: #FF8500;
  }
  95% {
    color: #FCDF07;
  }
  100% {
    color: #6DBA24;
  }
}

@keyframes all-shift-color {
  0% {
    color: #6DBA24;
  }
  20% {
    color: #228EEF;
  }
  40% {
    color: #8530B2;
  }
  60% {
    color: #EC1F26;
  }
  80% {
    color: #FF8500;
  }
  95% {
    color: #FCDF07;
  }
  100% {
    color: #6DBA24;
  }
}

#hero-box,
#header-primary {
  background-color: #EEE;
  margin-bottom: 10px;
  margin-top: 50px;
  position: relative;
}

#hero-box:after,
#header-primary:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 20px;
  background: #F9F9F9;
  -webkit-box-shadow: 0px -4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px -4px 6px rgba(0, 0, 0, 0.1);
}

#hero-box, #slide1, #slide2, #slide3 {
  height: 44vh;
}

#header-primary, #slide1, #slide2, #slide3 {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

#header-primary {
  height: 34vh;
}

#slide1 {
  background-color: #7c16b8;
  background-image: url("../img/bc-featured-home-02.jpg");
}

#slide2 {
  background-color: #c45200;
  background-image: url("../img/bc-featured-home-01.jpg");
}

#slide3 {
  background-color: #0b6912;
  background-image: url("../img/bc-featured-home-04.jpg");
}

#header-primary {
  background-color: #EEE;
}

.porfolio-header {
  background-color: #2e1254;
  background-image: url("../img/bc-portfolio-header-01.jpg");
}

.contact-header {
  background-color: #011f46;
  background-image: url("../img/bc-featured-home-03.jpg");
}

.slide-content {
  color: white;
  margin: 0 19%;
  display: block;
  text-align: center;
  position: relative;
  padding: 10px 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.slide-content .btn-primary {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.slide-content .btn-primary:after {
  content: '\f054';
  font-family: "FontAwesome";
  margin-left: 1em;
  font-size: 1.1em;
}

#slide1 h3 {
  width: 160px;
  margin: 0 auto;
}

.slide-content .slide-title-spacer {
  width: .4em;
  display: inline-block;
}

.slide-content p {
  opacity: .86;
  margin-bottom: 1em;
}

.slide-content a.btn-primary {
  background-color: white;
  text-shadow: 0px 0px 0px transparent;
}

#slide1 .slide-content a.btn-primary {
  color: #8530B2 !important;
}

#slide3 .slide-content a.btn-primary {
  color: #4d9b31 !important;
}

#recent-projects {
  margin-top: 60px;
}

#recent-projects h6 {
  text-align: center;
}

#project-single {
  clear: both;
  overflow: auto;
}

#pf-carousel {
  clear: both;
  position: relative;
  background-color: #f2f2f2;
  min-height: 400px;
}

.pf-single-item {
  width: 100%;
  display: inline-block;
  text-align: center;
  min-height: 100px;
}

#pf-carousel .pf-single-item img {
  width: 70%;
  margin: 0 auto;
}

.pf-info {
  clear: both;
  overflow: auto;
  margin-top: 4em;
  text-align: center;
}

.pf-info h2 {
  text-transform: none;
  font-family: "Roboto", Arial, sans-serif;
}

#contact-page {
  margin-top: 4em;
}

#contact-page .content-wrapper {
  width: 80%;
  max-width: 800px;
  text-align: center;
}

.form-wrapper {
  margin-top: 4em;
}

footer {
  padding: 4em 0 10em 0;
  color: #b0bec5;
  text-align: center;
}

#scroll-top {
  width: 40px;
  height: 40px;
  background-image: url(../img/going-up-arrow.svg);
  background-size: 43%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-align: center;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  z-index: 100;
  -webkit-animation: animate-up .2s 1;
  animation: animate-up .2s 1;
}

@-webkit-keyframes animate-up {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: 10px;
  }
}

@keyframes animate-up {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: 10px;
  }
}

#scroll-top:hover {
  background-color: black;
}

/*480px*/
@media (min-width: 30em) {
  #slide1 h3 {
    width: 100%;
    margin: 0;
  }
}

/*550px*/
/*600px*/
@media (min-width: 37.5em) {
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.6em;
  }
  h3 {
    font-size: 1.4em;
  }
  h4 {
    font-size: 1.2em;
  }
  h5 {
    font-size: 1em;
  }
  h6 {
    font-size: 1.3em;
  }
  p, ul, li, ol {
    font-size: 1em;
  }
  .header-inner,
  .content-wrapper {
    width: 90%;
    max-width: 68.75em;
    float: none;
  }
  .slide-content {
    margin: 0 10%;
  }
}

/*700px*/
/*768px*/
@media (min-width: 48em) {
  .header-inner {
    height: 60px;
  }
  #hero-box,
  #header-primary {
    margin-top: 60px;
  }
  #branding-link {
    font-size: 1.3em;
    padding-left: 40px;
  }
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.6em;
  }
  h4 {
    font-size: 1.4em;
  }
  h5 {
    font-size: 1.1em;
  }
  h6 {
    font-size: 1.45em;
  }
  p, ul, li, ol {
    font-size: 1.05em;
  }
  .slide-content h3 {
    font-size: 1.9em;
  }
  .slide-content p {
    font-size: 1.1em;
  }
  #recent-projects {
    margin-top: 80px;
  }
  #scroll-top {
    bottom: 30px;
    right: 30px;
  }
  @-webkit-keyframes animate-up {
    0% {
      bottom: 10px;
    }
    100% {
      bottom: 30px;
    }
  }
  @keyframes animate-up {
    0% {
      bottom: 10px;
    }
    100% {
      bottom: 30px;
    }
  }
}

/*800px*/
@media (min-width: 50em) {
  .header-inner,
  .content-wrapper {
    width: 80%;
    max-width: 68.75em;
  }
  #recent-projects .content-wrapper {
    max-width: 80%;
  }
}

/*960px*/
@media (min-width: 60em) {
  h1 {
    font-size: 2.2em;
  }
  h2 {
    font-size: 1.9em;
  }
  h3 {
    font-size: 1.7em;
  }
  h4 {
    font-size: 1.5em;
  }
  h5 {
    font-size: 1.2em;
  }
  h6 {
    font-size: 1.5em;
  }
  p, ul, li, ol {
    font-size: 1.1em;
  }
  .btn-primary {
    font-size: .9em;
    padding: 14px 20px;
  }
  .slide-content h1,
  .slide-content h3 {
    font-size: 2.5em;
  }
  .slide-content p {
    font-size: 1.2em;
  }
  footer {
    padding-top: 6em;
  }
}

/*1024px*/
@media (min-width: 64em) {
  #branding-link {
    font-size: 1.5em;
    padding-left: 48px;
  }
  #recent-projects {
    margin-top: 90px;
  }
}

/*1100px*/
@media (min-width: 68.75em) {
  .slide-content h3 {
    font-size: 2.8em;
  }
  .slide-content p {
    font-size: 1.3em;
  }
}

/*1260px*/
@media (min-width: 78.75em) {
  #pf-carousel .pf-single-item img {
    width: 64%;
  }
}

/*1400px*/
@media (min-width: 87.5em) {
  #pf-carousel .pf-single-item img {
    width: 54%;
  }
}

/*1600px*/
@media (min-width: 100em) {
  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 2.1em;
  }
  h3 {
    font-size: 1.9em;
  }
  h4 {
    font-size: 1.7em;
  }
  h5 {
    font-size: 1.4em;
  }
  h6 {
    font-size: 1.6em;
  }
  p, ul, li, ol {
    font-size: 1.2em;
  }
  .btn-primary {
    font-size: .96em;
    padding: 15px 24px;
  }
  .header-inner {
    height: 80px;
  }
  #hero-box,
  #header-primary {
    margin-top: 80px;
  }
  #branding-link {
    font-size: 1.8em;
    padding-left: 54px;
  }
  #hero-box, #slide1, #slide2, #slide3 {
    height: 54vh;
  }
  #header-primary {
    height: 44vh;
  }
  .slide-content h1,
  .slide-content h3 {
    font-size: 3.2em;
  }
  .slide-content p {
    font-size: 1.5em;
  }
  #recent-projects {
    margin-top: 100px;
  }
  #pf-carousel .pf-single-item img {
    width: 44%;
  }
  #scroll-top {
    width: 50px;
    height: 50px;
  }
  footer {
    padding-top: 8em;
  }
}

.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity;
}

.animated1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated3 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.delay1,
.animated1.delay1,
.animated2.delay1,
.animated3.delay1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay2,
.animated1.delay2,
.animated2.delay2,
.animated3.delay2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay3,
.animated1.delay3,
.animated2.delay3,
.animated3.delay3 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay4,
.animated1.delay4,
.animated2.delay4,
.animated3.delay4 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay5,
.animated1.delay5,
.animated2.delay5,
.animated3.delay5 {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.delay6 {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.animated.delay7 {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.animated.delay8 {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.afterOut {
  -webkit-animation-name: afterOut;
  animation-name: afterOut;
}

@-webkit-keyframes afterOut {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 222px;
  }
}

@keyframes afterOut {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 222px;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.mt0 {
  margin-top: 0;
}

.mt5px {
  margin-top: 5px;
}

.mt10px {
  margin-top: 10px;
}

.mt15px {
  margin-top: 15px;
}

.mt20px {
  margin-top: 20px;
}

.mt30px {
  margin-top: 30px;
}

.mb0 {
  margin-bottom: 0;
}

.mb5px {
  margin-bottom: 5px;
}

.mb10px {
  margin-bottom: 10px;
}

.mb15px {
  margin-bottom: 15px;
}

.mb20px {
  margin-bottom: 20px;
}

.mb30px {
  margin-bottom: 30px;
}

.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}

.intrinsic-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.wp-caption-text {
  text-align: center;
  font-size: 85%;
  color: gray;
  padding: 10px;
}

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 5px 5px 0 5px;
  margin-bottom: 0;
}

.gallery-item .size-auto,
.gallery-item .size-full,
.gallery-item .size-large,
.gallery-item .size-medium,
.gallery-item .size-thumbnail {
  margin-bottom: 0;
}

/* Gallery Columns */
@media screen and (min-width: 480px) {
  .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}
/*# sourceMappingURL=style.css.map */