
/* RESET STYLES */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset, img {
  border:0;
}
address, caption, caption1, cite, code, dfn, em, strong, th, var {
  font-style:normal;
  font-weight:normal; 
}
ol, ul, li {
  /* [disabled]list-style:none; */
}
caption, caption1, th {
  text-align:left;
}
q:before, q:after { content:''}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
div {
  position:relative;
}
a:active, a:focus, a:hover {
  outline: none;
  text-decoration:none;
}
  h1 { font-size:50px; }
  h2 { font-size:35px; }
  h3 { font-size:28px; }
  h4 { font-size:20px; }
  h5 { font-size:16px; }

  p { margin: 0 0 10px 0; }

html {
  height: 100%;
}
body {
  font-family: 'open_sanscondensed_light', sans-serif;
  height: 100%;
   overflow-x: hidden;
}
*{
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
.wrap {
  padding: 30px 0;
}

.parallax, .no-parallax  {
  background-repeat: repeat;
  background-position: center center !important;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.parallax-text h3{
  text-align: center;
  line-height: 180px; /* Change with parallax height */
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
.parallax-text h4{
  text-align: center;
  margin-top: -50px;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

.right {
  float: right;
}
.left {
  float: left;
}
/* === Intro Section === */
@media screen and (max-width: 991px) and (min-width: 768px){
#intro{
  display: block;
  text-align: center;
  height: 362px!important;

}
}
@media screen and (min-width: 992px){
#intro{
  display: block;
  text-align: center;
  height: 450px!important;

}
}
#intro .container {
  display: table;
  height: 100%;
}
#intro .intro-elem {
  display: table-cell;
   vertical-align: middle;
  height: 100%;
}
.intro-text {
  margin: 30px 0;
  text-transform: uppercase;
  font-weight: 300;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

#slideshow {
    margin: 50px auto;
    position: relative;
    width: 100%;
    height: 100px;
    padding: 10px;
}

#slideshow > div {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.scroll-down {
   display: block;
   height: 40px;
  width: 40px;
   margin: 0 auto;
   position: absolute;
   left: 0;
  right:0;
   top: -80px;
}
.mouse {
  border: 2px solid #fff;
  width: 19px;
  height: 28px;
  border-radius: 9px;
  display: block;
  text-align: center;
  margin: 0 auto 5px;
  color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
   -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
.mouse i {
  margin-right: 0px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}


.nav-bar {
  /* [disabled]height: 50px; */
  z-index: 9999;
  width: 100%;
}

#logo {
  float:left;
  text-transform: uppercase;
  font-size: 20px;
}
.logo-text {
  float: left;
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  margin-top: 10px;
  margin-left: 10px;
}

#nav-desktop {
  position: relative;
  float:right;
}

.menu {
  font-size: 15px;
  font-weight: 700;
}
.menu li {
  float: left;
}
.menu li:last-child {
  padding:0px;
}

.menu li a {
  border-radius:3px;
  display: block;
  padding: 10px 14px;
  margin-top:5px;
  text-transform:uppercase;
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

#nav-trigger {
  float: right;
  display: none;
  }
  #nav-trigger span {
  display: inline-block;
  padding: 10px 15px;
  /* [disabled]background-color: #fff; */
  color: #333;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 20px;
}
    #nav-trigger span:after {
      display: inline-block;
      margin-left: 10px;
      width: 20px;
      height: 10px;
      border-left: solid 10px transparent;
      border-top: solid 10px #fff;
      border-right: solid 10px transparent; }
    #nav-trigger span:hover {
      /*background-color: #00aec8;*/ }
    #nav-trigger span.open:after {
      border-left: solid 10px transparent;
      border-top: none;
      border-bottom: solid 10px #fff;
      border-right: solid 10px transparent; }

nav#nav-mobile {
  position: relative;
  display: none; }
  nav#nav-mobile ul {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 41px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #ccc;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
   -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
 }
  nav#nav-mobile li {
    display: block;
    padding-bottom: 5px;
    margin: 0 5px;
   }
    nav#nav-mobile li:last-child {
      border-bottom: none;
}

  nav#nav-mobile a {
    display: block;
    color: white;
    padding: 5px 11px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  text-align:left;

}
    nav#nav-mobile a:hover {
      color: #fff; }

.current {
  color: #00aec8;
}

.white-button {
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 10px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background: transparent;
  border-style: solid;
  border-color: #fff;
  border-width: 3px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
          -ms-transition: all 0.2s ease-in-out 0s;
            transition: all 0.2s ease-in-out 0s;
}
.white-button:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #333;
  border-color: #333;
  text-decoration: none;
}

/* === Section Styles === */
section {
  /* [disabled]position: relative; */
  z-index: 99;
}

.section-desc {
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
  padding-top: 30px;
  width:100%;
  display: block;
  margin: 0 auto;
  line-height: 1.8em;
}

.next-section i {
  font-size: 30px;
  margin-top: 28px;
  color: #ccc;
  -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.next-section i:hover {
  color: #333;
  font-size: 30px;
  margin-top: 28px;
}

.next-section-white {
  position: relative;
  width: 60px;
  height: 60px;
  vertical-align: middle;
    text-align:center;
    display:table-cell;
  border-radius: 50%;
  background: #fff;
  display: block;
  margin-top: -30px;
  z-index: 999;
  left: 48%;
}
.next-section-white i {
  font-size: 30px;
  margin-top: 28px;
  color: #ccc;
  -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
          -ms-transition: all 0.2s ease-in-out 0s;
            transition: all 0.2s ease-in-out 0s;
}
.next-section-white i:hover {
  color: #333;
  font-size: 30px;
  margin-top: 28px;
}

/* === Add A Little Padding === */
.top {
  padding-top: 25px;
}
.bottom {
  /* [disabled]padding-bottom: 25px; */
}

/* === About Section === */
#about {
  -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size:auto;
}
.about .about-icon {
  float: left;
  margin-top: -8px;
  padding: 10px;
  color: #00aec8;
  font-size: 30px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.about .desc {
  padding: 0 15px;
  overflow: hidden;
}

/* === Team Section === */
#team {
  -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size:auto;
}
.team .desc {
  padding: 0 15px;
  overflow: hidden;
}

.team-member h3 {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}
.team-member h2 {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: #00aec8;
  margin-top: 5px;
}
.team-member p {
  margin-top: 5px;
}
.thumbnail {
  position: relative;
  overflow: hidden;
}
.caption {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(217, 31, 26, 1.0);
  width: 100%;
  height: 100%;
  padding: 2%;
  display: none;
  text-align: center;
  color: #fff !important;
  z-index: 2;
  font-family: 'open_sanscondensed_light', Arial, Helvetica, sans-serif!important;
  font-size:20px !important;
  font-weight:bold !important;
}
.caption a {

  color: #fff !important;

}
.caption a i {
  font-size: 24px;
  padding: 0px 10px 0px 10px;
  cursor: pointer;
  color: #fff!important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.caption a i:hover {
  color: #00aec8;
}

.caption1 {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(255, 114, 0, 1.0);
  width: 100%;
  height: 100%;
  padding: 2%;
  display: none;
  text-align: center;
  color: #fff !important;
  z-index: 2;
  font-family: 'open_sanscondensed_light', Arial, Helvetica, sans-serif!important;
  font-size:20px !important;
  font-weight:bold !important;
}
.caption1 a {

  color: #fff !important;

}
.caption1 a i {
  font-size: 24px;
  padding: 0px 10px 0px 10px;
  cursor: pointer;
  color: #fff!important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.caption1 a i:hover {
  color: #00aec8;
}

/* === Services Section === */
#services {
  -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size:auto;
}
.services {
  text-align: center;
}
.services i {
  font-size: 30px;
  padding-bottom: 10px;
}

/* === Portfolio === */
#portfolio h3 {
  text-align: center;
  font-weight: 300;
}
#about figure {
  float: left;
  padding-right: 20px;
}
#about figure i {
  font-size: 30px;
}
.about-text h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
}
.about-text p {
  text-transform: none;
  text-align: left;
  font-size: 16px;
  padding-left: 50px;
  color: #999;
  font-weight: 300;
}
.portfolio-item-details {
  background-color: #fffffff;
  padding: 0px;
  margin-bottom: 50px;
  display: none;
}
.portfolio-item-details p {
  color: #666;
  text-align: left;
  font-size: 14px;
  text-transform: none;
}
.port-img {
  padding-top: 20px;
  display: block;
}
.portfolio-item-details .close-portfolio {
  text-align: right;
  margin: 0 auto;
}
.portfolio-item-details .close-portfolio span {
  color: #333;
  display: block;
  font-size: 40px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  opacity: .5;
  text-align: center;
}
.portfolio-item-details .close-portfolio span:hover {
  opacity: 1;
}
.portfolio-item-details h3 {
  text-align: left;
}
.portfolio-item-details h5 {
  margin-top: 10px;
  margin-bottom: 0;
}
/* === Portfolio Images === */
.view {
  z-index: 9;
  cursor: default;
  overflow: hidden;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.view .mask,
.view .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 40%;
  left: 0;
}
.view img {
  display: block;
  position: relative;
}
.view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 22px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  margin: 20px 0 0 0;
  text-shadow: none;
}
.view p {
  font-family: 'open_sanscondensed_light', sans-serif;
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #fff;
  padding: 10px 20px 10px;
  text-align: center;
}
.view a.info {
  color: #fff;
  background: #000;
  padding: 5px 12px;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
  overflow: hidden;
  text-transform: uppercase;
}
.view a.info:hover {
  background: #72c02c;
}
.view .circle {
  background-color: #ffffff;
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #444444;
  font-size: 20px;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0.7;
}
.view .circle:hover {
  opacity: 1;
  color: #000000;
}
ul.view-icons {
  list-style: none;
}
ul.view-icons {
  display: inline-block;
  margin-left: -25px;
}
ul.view-icons .port-title {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
/*CSS3 Hover Effect*/
.view-overlay img {
  left: 10px;
  margin-left: -10px;
  position: relative;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.view-overlay .mask {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.view-overlay h2 {
  color: #333;
  margin: 20px 40px 0;
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.view-overlay p {
  color: #333;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.view-overlay a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.view-overlay:hover img {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.view-overlay:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.view-overlay:hover h2,
.view-overlay:hover p,
.view-overlay:hover a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.portfolioFilter {
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 15px;
  margin: 0 auto;
}
.portfolioFilter ul {
  text-align: center;
}
.portfolioFilter li {
  display: inline-block;
  margin-bottom: 20px;
}
.portfolioFilter li a {
  padding: 9px 18px;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #d7d7d7;
  color: #555555;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
    font-family: 'open_sanscondensed_light', Arial, Helvetica, sans-serif;
}
.portfolioFilter .current {
  padding: 9px 18px;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #333333;
  font-size: 12px;
}
.portfolioFilter a {
  margin-right: 10px;
  color: #666;
  text-decoration: none;
}
.portfolioFilter a:hover {
  text-decoration: none;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -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;
}

/* === Clients === */
#carousel-about {
  margin: 0 auto;
  margin-top: 20px;
  max-width: 850px;
}
#carousel-about .items {
  height: 300px;
}
#carousel-about .carousel-indicators {
  bottom: -50px;
}
#carousel-about .carousel-inner {
  margin-bottom: 50px;
}
.carousel-text {
  color: #333;
  font-weight: 200;
  font-size: 20px;
  text-shadow: 1px 1px 1px #fff;
  text-align: center;
}

#carousel-about .carousel-indicators li {
display: inline-block;
width: 12px;
height: 12px;
margin: 1px;
text-indent: -999px;
border: 1px solid #333;
border-radius: 10px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
}

/* === Blog === */
.title {
  display: block;
  line-height: 1.2 !important;
  background: none;
  padding-bottom: 10px;
  text-align: center;
  width: 100%;
}
.news {
  padding-bottom: 20px;
}
.item-date {
  background: #f4f4f4;
  color: #333333;
  width: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  padding: 10px 0 0 0;
  float: left;
  border: 1px solid #333333;
}
.item-date span {
  display: block;
  background: #333333;
  font-size: 11px;
  line-height: 11px;
  font-weight: 400;
  padding: 5px 0;
  margin: 10px 0 0 0;
  text-transform: uppercase;
  color: #ffffff;
}
.headline {
  padding-bottom: 5px;
}
.item-description {
  margin-left: 70px;
  margin-top: 0px;
}
.sm-text a {
  padding-left: 20px;
}

/* === Contact === */
#map {
  width: 100%;
  height: 300px;
  background-color: #CCC;
}
.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* === Social === */
.social i {
  color: #333;
  font-size: 20px;
  text-decoration: none;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* === Scroll Icon === */
.scrollup {
  width: 40px;
  height: 40px;
  opacity: 0.3;
  position: fixed;
  bottom: 50px;
  right: 10px;
  display: none;
  text-indent: -9999px;
  background: url('../img/icon-top.png') no-repeat;
}
.scrollup:hover {
  opacity: 0.8;
}

@media (min-width: 1200px) {
.parallax{ background-attachment: fixed !important;}
}

@media all and (max-width: 900px) {
  #nav-trigger {
    display: block; }

  nav#nav-desktop {
    display: none; }

  nav#nav-mobile {
    display: block; }
}

/* === Elements === */
  .modal-vertical-centered {
  transform: translate(0, 30%) !important;
  -ms-transform: translate(0, 30%) !important; /* IE 9 */
  -webkit-transform: translate(0, 30%) !important; /* Safari and Chrome */
}

.tab-content {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.nav-tabs {
  margin-bottom: -3px;
}

.btn .btn-default {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
