html, body {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  height: 100%;
}

#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    
    z-index:1032;
}

.clearfix {
  clear: both;
}

/* Offsets fixed header */
.affix {
  top: 50px;
}

.fixed-container {
  margin-left: 5%;
  margin-right: 5%;
}
  /* Full Width, for carousel*/
  .fixed-container.full { 
    margin: 0;
  }
  .fixed-container .row [class^='col-md-'] {
    margin-bottom: 50px;
  }

ul { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
}
h1 {
  display: inline-block;
  margin: 0 0 30px 0;
  font-size: 30px;
  padding-bottom: 5px;
}
  h1:hover {
    border-color: #72a329;
  }

hr {
  border-color: #999;
  margin: 10px 0;
}

a {
  color: #ffde36;
}
a:hover {
  color: #edc80e;
  text-decoration: none;
}
.italic { font-style: italic; }

/* tooltip styles */
.tooltip.top {
  margin-top: -5px;
}
  #services .tooltip.top {
    margin-top: -10px;
  }


/* button styles */
.btn {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  margin: 0 10px 10px 10px;
  text-shadow: none;
  box-shadow: none;  
  background: none;
  border: 2px solid rgba(255,255,255,.6);
  color: rgba(255,255,255,.8);
  background-color: transparent;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

  -webkit-transition: .3s;
  transition: .3s;
}
  .btn:hover {    
    border-color: #fff;
    color: #fff;
  }
  .btn:active {
    top: 2px;
  }
  .btn.active {
    background-color: rgba(0,0,0,.1);
    border-color: #fff;
    color: #fff;
  }
  .btn:focus {
    color: #fff;
    outline: none;
  }
  
/* Basic Form Styles */
input,
textarea,
input.form-control,
textarea.form-control,
input.form-control:focus,
textarea.form-control:focus {
  outline: none;
  border-radius: 0;
  box-shadow: none;
  border: none;
  border-color: #d0d0d0;
}
form .btn {
  margin-left: 0;
  margin-right: 0;
}
label {
  font-weight: normal;
}

.form-control:focus {
  box-shadow: none;
  border-color: #777;
}

/* Empty space for empty columns */
.row .empty[class^='col-md-'] {
  margin-bottom: 0;
}
  
/* Basic Modal Styles */
.modal {
}
  .modal .wrapper {
    margin: 3% auto;
    width: auto;
    max-width: 70%;
    max-height: 85%;
  }
  .modal img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0 15px 30px rgba(0,0,0,.5);
  }
  .modal h4 {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    color: #fff;
  }
  .modal a {
    color: #fff;
  }
  /* Scrollbar bugfix */
  body.modal-open, .modal-open .navbar-fixed-top {
    margin-right: 0;
  }

@media (max-width: 767px) {
  .modal {
    overflow-y: hidden;
  }
}  

/*  SECTION
 *    stylings for sections
 *    
 *
 */

.section {
  position: relative;
  min-height: 100%;
  z-index: 1;
  padding-top: 105px;
  background-color: #ffd03c;
  transition: background-color 1s;
  -webkit-transition: background-color 1s; 
}
  
  /* White Section */
  .section.white {
    background: none;
    background-color: #eee;
  }
    .section.white h1 {
      color: #999936; 
    }    
    .section.white a.btn {
      color: #777;
      border-color: #666;
    }
    .section.white a.btn:hover {
      top: 0;
      color: #bbb;
      border-color: #bbb;
    }
    .section.white a.btn.active { 
      color: #999936;
      border-color: #999936;
      box-shadow: none; 
      background-color: transparent;
    }
    
    
  /* Image BG Section */
  .section.image { }
    .section.image h3 { color: rgba(255,255,255, .7); }
    
  /* WELCOME SECTION */
  .section.welcome {
    padding-top: 0;
  }
    .section.welcome .content {
      text-align: center;
    }
    .section.welcome a { color: rgba(255,255,255,.8); }
    .section.welcome a:hover { color: #fff; }
  img.background {
    width: auto;
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    z-index: -1;
  }
  .section h1 {
    display: block;
    text-align: center;
    font-size: 50px;
    color: #fff;
  }
  .welcome .scroll-down i {
    display: block;
    font-size: 40px;
    font-weight: normal;
    margin-top: 20px;
    color: rgba(255,255,255,.9);
  }
  .welcome span.glyphicon {
    margin-top: 70px;
    color: rgba(255,255,255,.9);    
    font-size: 40px;
  }
    .welcome span.logo.glyphicon {
      border: 3px solid rgba(255,255,255,.9);
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      width: 100px;
      height: 100px;
      padding-top: 15px;
      margin: 14% 0 30px 0;
      font-size: 60px;
    }
    .welcome span.logo.glyphicon-leaf {
      padding-top: 20px;
      font-size: 44px;
    }
    
  
  .section:last-child {
    background-color: #fff;
  }
    .section .content.affix {
      width: 90%;
    }
    /* Full width container, for carousel */
    .fixed-container.full .content.affix {
      width: 100%;
    }

/* For extra small devices, turn off affix properties */
@media (max-width: 420px) {
  img.background {
    height: 100%;
  }
  .section {
    height: auto;
    padding-top: 70px;
  } 
    .section h1 {
      font-size: 30px;
      margin: 18px 0 35px 0;
    }
    .section.welcome { height: 100%; }
    span.logo.glyphicon { margin-top: 20px; }
}
@media (max-width: 767px) {
  .section .content {
    text-align: center;
  }
  .section.welcome { 
    overflow: hidden;
    height: auto;
  }
  img.background {
    background-attachment: scroll;
    position: absolute;
  }
}    
    
/*  SERVICES
 *    stylings for services content
 *    image background parallax
 *    Supports grids of multiple sizes (half, thirds, quarters, etc.)
 *
 */
#services {
  color: #444;
  min-height: 0;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
  background-color: #000;
} 
  #services .background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=.4)";
  	filter: alpha(opacity=.4);
  	opacity: .4;
    -webkit-filter: grayscale(100%);

    background: url("file:///C|/Users/Deon/Dropbox/03 IGUANA/03_WEB DESIGN/08 HTML TEMPLATES/05 STREAMLINE/img/office.jpg") fixed no-repeat;
    background-size: cover;
  }
  #services .service-icon {
    text-align: center;
    color: #fff;
  }
    #services .service-icon i:hover  {
      background-color: #edc80e;
      color: #fff;
    }
    #services .service-icon i {
      margin: 0 auto;
      color: rgba(255,255,255,.7);
      display: inline-block;
      font-size: 40px;
      display: block;
      height: 100px;
      width: 100px;
      padding-top: 25px;

      border: 4px solid rgba(237,200,14,.7);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      
      -webkit-transition: background-color .3s;
      transition: background-color .3s;   
    }
    #services .service-icon span {
      display: block;
      margin-top: 20px;
    }
    
@media (max-width: 420px) {
  #services {
    background-attachment: scroll;
  }
}

/*  PORTFOLIO
 *    stylings for portfolio
 *    
 *
 */

#work {
  min-height: 0;
  color: #000;
}
  #work .controls { 
    text-align: center; 
    margin-bottom: 20px;
  }
    #work .controls .btn {
      margin: 0 5px 10px 5px;
    }
  #work h1 { margin-bottom: 35px; }

.gallery {
  padding: 0;
	text-align: justify;
	font-size: 0.1px;
	margin: 0;
  	width: 100%;
  	background-color: #999936;
}
  .gallery:after {
  	content: '';
  	display: inline-block;
  	width: 100%;
  }

  .gallery .mix {
    overflow: hidden;
    height: 300px;
    padding: 0;
  	display: none;
  	opacity: 0;
  	vertical-align: top;
    margin: 0;
  	background: #ccc;
  	color: #fff;

  	font-size: 30px;
  	text-align: center;
  	line-height: 200px;
  } 

    .gallery a.mix-cover, .gallery span.cover {
      display: block;
      width: 100%;
      height: 100%;      
    }
    
    .gallery a.mix-cover {
      position: relative;
      -webkit-transition: top .5s;
      transition: top .5s;
    }
    .gallery a.mix-cover:hover {
      top: 100%;
    }
    .gallery span.cover {
      position: absolute;
      top: -100%;
  		background-color: #999936;
    }
      .gallery span.cover span {
        color: #fff;
        position: absolute;
        height: 50px;
        top: 50%;
        left: 0;
        right: 0;
        margin-top: -25px;
        line-height: 50px;
      }
    .gallery img {
      min-width: 100%;
      height: 100%;
      vertical-align: 0;
    }

  @media (max-width: 768px) {
    .gallery a.mix-cover:hover {
      top: 0;
    }
    .gallery span.cover {
      height: 50px;
      top: auto;
      bottom: 0;
      z-index: 100;
    }
      .gallery span.cover h2 {
        font-size: 24px;
      }
    .gallery img, .gallery .mix {
      width: 100%;
      height: auto;
      font-size: 0;
      line-height: 0;
    }
  }
/*  CLIENTS and TESTIMONIALS
 *    stylings for testimonials
 *    
 *
 */
#clients {
 color: #444;
 min-height: 0;
 height: auto;
 padding-bottom: 20px;
 position: relative;
 overflow: hidden;
 background-color: #000;
} 
  #clients h1 {
    margin-bottom: 50px;
  }
  #clients .background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=.2)";
    filter: alpha(opacity=.2);
    opacity: .2;
    -webkit-filter: grayscale(100%);
	
    background: url("../images/fsbg.jpg") fixed no-repeat;
    background-size: cover;
  }
  #clients .row {
    text-align: center;
  }
    #clients .row .logo img {
      display: inline-block;
      height: 50px;
      margin-bottom: 40px;
 
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=.4)";
    	filter: alpha(opacity=.4);
    	opacity: .4;
    	-webkit-transition: .4s;
      transition: .4s; 
    }
    #clients .row .logo img:hover { 
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    	filter: alpha(opacity=1);
    	opacity: 1;
    }
    #clients .tab-content {
      margin-top: 15px;
    }
      #clients .tab-pane {
        color: rgba(255,255,255,.7);
        font-size: 14px;
        line-height: 24px;
      }
      

@media (max-width: 768px) {
  #clients img.logo { width: 50%; }
}
@media (max-width: 420px) {
  #clients { background-attachment: scroll; }
}



