/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


/*scroll effect*/
.navbar-trans {
    background-color: transparent;
    border: none;
    transition: top 1s ease;
}

/*double row*/
.navbar-doublerow > .navbar{
    display: block;
    padding: 0px auto;
    margin: 0px auto;
    min-height: 25px;
}
.navbar-doublerow .nav{
    padding: 0px auto;
}
.navbar-doublerow .dividline{
    margin: 5px 100px;
    padding-top: 1px;
    background-color: inherit;
}
/*top nav*/
.navbar-doublerow .navbar-top ul>li>a {
    padding: 10px auto;
    font-size: 12px;
}
/*down nav*/
.navbar-doublerow .navbar-down .navbar-brand {
    padding: 0px auto;
    float: left;
    color: #fff;
    font-size: 32px;
}
.navbar-doublerow .navbar-down ul>li>a{
    font-size: 16px;
    color: #fff;
    transition: border-bottom .2s ease-in , transform .2s ease-in-out;
}
.navbar-doublerow .navbar-down ul>li>a:hover{
    border-bottom: 1px solid #9fd4d5;
    color: #fff;
}
.navbar-doublerow .navbar-down .dropdown{
    padding: 5px;
    color: #000;
}
.navbar-doublerow .navbar-down .dropdown ul>li>a,
.navbar-doublerow .navbar-down .dropdown ul>li>a:hover{
    color: #000;
    border-bottom: none;
}
.navbar-doublerow.navbar-trans.afterscroll {
}
.navbar-doublerow.navbar-trans.afterscroll {
    top:-50px;

}

.flex-container {
    display: flex;
    justify-content: space-between;
}
.flex-item {
}
/*text*/
.text-white,.text-white-hover:hover{color:#fff!important}
/*fontcolor*/
.light-grey {color:#000!important;background-color:#E6E9ED!important}


.flash:hover, .flash:active{
    -webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -ms-transform:scale(1.3);
    -o-transform:scale(1.3);
    transform:scale(1.3);
}

.grow {
    -webkit-transition:all 0.5s ease-out;
    -moz-transition:all 0.5s ease-out;
    -ms-transition:all 0.5s ease-out;
    -o-transition:all 0.5s ease-out;
    transition:all 0.5s ease-out;
}

.grow:hover, .grow:active {
    -webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -ms-transform:scale(1.3);
    -o-transform:scale(1.3);
    transform:scale(1.3);
}


/*carousel*/

/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 75vh;
}
.fade-carousel .carousel-inner .item {
    height: 75vh;

}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #9fd4d5;
    border-color: #162261;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
}



/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 65%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 4em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-shadow: 2px 2px 4px black !important;
    padding-bottom: 50px;
}

.hero h3{
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-shadow: 0px 0px 4px black !important;
    padding-bottom: 20px;
}
.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .1;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    text-shadow: 1px 1px 2px black;
    background-color: transparent;
    border-color: #9fd4d5;
    box-shadow: 4px 4px 2px #9fd4d5;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
    height: 75vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
    background-image: url(./images/showcase/waterFountain.JPG);
}
.fade-carousel .slides .slide-2 {
    background-image: url(./images/showcase/poolBridge.jpg);
}
.fade-carousel .slides .slide-3 {
    background-image: url(./images/showcase/lakeRailing.jpg);
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 1100px){
    .hero { width: 980px; }

    p{
        font-size:35px;
    }

    #title{
        font-size: 55px;
    }
    #padIt{
        padding-top:15%;
    }
}
 

@media screen and (max-width: 1100px){
    
    #aboutP { padding-top: 14%;}
    .hero h3{
        padding-top:60%;
        font-size: 25px;
    }
    .hero h1{ display:none;}
    .hero {
        position: absolute;
        left: 50%;
        top: 40%;
    }
    .fade-carousel .carousel-indicators > li{
        float: left;
    }
  #gallery{
      display:none;
  }
  #logoDisappear{
      display:none;
  }

  p{
      font-size:25px;
  }

  #title{
      font-size:40px;
  }

  #padIt{
      padding-top:23%;
  }
 
}

@media screen and (max-width: 900px){
    #photogallery{
        display:none
    }
}
/******** About Section ********/

#about {
    padding-top: 40px;
    padding-bottom: 40px;
}

#about .text-center h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 50px;
}

#about .text-center p {
    margin-top: 20px;
    margin-bottom: 80px;
    color: #aaa;
    font-size: 30px;
}

#about #carousel {
    margin-top: 30px;
    position: relative;
    display: block;
}

#about #carousel .item img {
    width: 100%;
}
.action {
    overflow: visible;
    padding: 0px;
    width: 100%;
    background: #9fd4d5;
    position: relative;

}

.action .left-text {
    text-align:center;
    padding: 70px 0;
    padding-right: 60px;
    width: 50%;
}

.action .left-text h4 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
}

.action .left-text p {
    padding-top: 20px;
}

.action .left-text em {
    color: #fefefe;
}

.action .right-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-image: url(./images/showcase/closeBalcony.JPG);

}

.abouts {
    padding: 80px 0 80px 0;
    background: white;
}

.abouts .text-center h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
}

.abouts .text-center p {
    margin-top: 20px;
    margin-bottom: 80px;
    color: #757575;
}

.btn-gamp a {
    float: right;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #162261;
    border: 2px solid #162261;
    width: 180px;
    height: 60px;
    text-align: center;
    display: inline-block;
    line-height: 56px;
}

.btn-gamp2 a {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: white;
    border: 2px solid white;
    width: 180px;
    height: 60px;
    text-align: center;
    line-height: 56px;
    text-shadow: 1px 1px 2px black;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}


.btn-gamp2 a:hover, .btn-gamp2 a:active {
    opacity: 0.8;
    transition: all 0.5s;
    background-color: #9fd4d5;
}



.btn-gamp a:hover, btn-gamp a:active {
    opacity: 0.8;
    transition: all 0.5s;
    border: 2px solid #9fd4d5;
}



.gamp-btn a {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: #162261;
    color: #f2ebe2;
    width: 180px;
    height: 60px;
    text-align: center;
    display: inline-block;
    line-height: 60px;

}

.gamp-btn a:hover, .gamp-btn a:active {
    color: #f2ebe2;
    opacity: 0.8;
    transition: all 0.5s;
}


.footer{
    padding-top: 30px;
    padding-bottom:30px;
    background-color: #162261;
    color: white;
    text-align:center;
}

.footer .navbar ul li  {
    display:inline-block;
    margin: 0 auto;
    border-right: 1px solid #9fd4d5;
}


.footer .navbar ul li a {
    color: white;
    text-decoration: none;
}

.footer .navbar ul li :hover{
    background-color: #9fd4d5;
}































p.navtext {
    font-family:Tahoma;
    color: white;
    font-size: 1.5rem;
}
img {
    padding: 5px;
}
.company {
    background-color: #16225f;
}
.capabilities {
    background-color: #80BD00;
}
.branding {
    background-color: #00A1E1;
}
.creativelounge {
    background-color: #FC4F00;
}
.customercare {
    background-color: #932749;
}
.panel-heading {
    background: #000;
}
.centered-form{
    margin-top: 60px;
}

.centered-form .panel{
    background: #e9e9e9;
}

/*Circle*/
.navlinks div {
    position: relative;
}
.navlinks div::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.navlinked div::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.navlinks div:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 120%;
        height: 120%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 120%;
        height: 120%;
        opacity: 0;
    }
}



/* Conatct start */

.header-title
{
    text-align: center;
    color:#162261;
}

#tip
{
    display:none;
}

.fadeIn
{
    animation-duration: 3s;
}

.form-control
{
    border-radius:0px;
    border:1px solid #EDEDED;
}

.form-control:focus
{
    border:1px solid #00bfff;
}

.textarea-contact
{
    resize:none;
}

.btn-send
{
    border-radius: 0px;
    border:1px solid #00bfff;
    background:#00bfff;
    color:#fff;
}

.btn-send:hover
{
    border:1px solid #00bfff;
    background:#fff;
    color:#00bfff;
    transition:background 0.5s;
}

.second-portion
{
    margin-top:50px;
}

@import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";
@import "http://fonts.googleapis.com/css?family=Roboto:400,500";

.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #9fd4d5; vertical-align: middle; }
.box > .icon:hover > .image { background: #162261; }
.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.box > .icon:hover > .image > i { color: white !important; }
.box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; min-height:163px;}
.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
.box > .icon > .info > h3.title { font-family: "Robot",sans-serif !important; font-size: 16px; color: #222; font-weight: 700; }
.box > .icon > .info > p { font-family: "Robot",sans-serif !important; font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
.box > .icon > .info > .more a { font-family: "Robot",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
.box .space { height: 30px; }

@media only screen and (max-width: 768px)
{
    .contact-form {

    }
    }

#brandSpan{
    color:white !important;
}


.gal {


    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;


}
.gal img{ width: 100%; padding: 7px 0;}
@media (max-width: 500px) {

    .gal {


        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;


    }

}


#quoteFlash{
    animation: flash 5s infinite;
}


.gallery {
  width: 1060px;
  margin: 0 auto;
  padding: 5px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.3);
}

.gallery > div {
  position: relative;
  float: left;
  padding: 5px;
}

.gallery > div > img {
  display: block;
  width: 200px;
  height: 200px;
  transition: .1s transform;
  transform: translateZ(0); /* hack */
}

.gallery > div:hover {
  z-index: 1;
}

.gallery > div:hover > img {
  transform: scale(1.7,1.7);
  transition: .3s transform;
}

.cf:before, .cf:after {
  display: table;
  content: "";
  line-height: 0;
}

.cf:after {
  clear: both;
}

h1 {
  margin: 40px 0;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}
#gallery imgd {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    -webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    margin-bottom:20px;
}

#gallery img:hover {
  filter: none; /* IE6-9 */
  -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */

}

#fb{
    animation: flash 3s infinite;
}














