﻿/*

Template 2089 Meteor

http_://_ www.tooplatfe_ .com/view/2089-meteor

*/

* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', arial, sans-serif;
}
ul {
	list-style: none;
}
p {
	/* tamano, color y espaciamiento del texto de contenido */
	color: #5a5a5a;
	font-size: 13px;
	letter-spacing: 0.25px;
	line-height: 24px;
}
.primary-button a {
	display: inline-block;
	background-color: #558039;
	padding: 12px 18px;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	transition: all 1s;
}
.primary-button a:hover {
	background-color: #5c9d7d;
}

.myButton {
	background-color:none;
	border-radius:20px;
	border:1px solid #558039;
	color:#558039;
	font-size:12px;
	padding:6px 4px;
	text-decoration:none;
	line-height: 8px;
}
.myButton:hover {
	background-color:#558039;
	color:#f4f4f4;
}
.myButton:active {
	position:relative;
	top:1px;
}

.section-heading h4 {
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	color: #121212;
}
.section-heading .line-dec {
	width: 100px;
	height: 3px;
	background-color: #F9A622;
	margin: 0 auto;
}


  /*---------------------------------------
      NAVIGATION BAR
  -----------------------------------------*/

.container { 
  width: 95%; 
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 100;
    transition: all 0.2s ease-in-out;
	height: 80px;
    text-align: center;
    line-height: 0px;	
	background: #ffffff;
    border-top: 0;
    border-bottom: 5px solid #558039;
}

.header.active{
	height: 80px;
}

	/* Menu Bar Logo*/

.navbar-brand {
	line-height: 100px;
	padding: 0px;
}

.navbar-brand .logo{
	margin-top: 10px;
	background-image: url(../img/logo_60x100.png);
	display: inline-block;
	width: 100px;
	height: 60px;
	background-repeat: no-repeat;
}
.navbar-brand .logo{
	margin-top: 10px;
	background-image: url(../img/logo_60x100.png);
	display: inline-block;
	width: 100px;
	height: 60px;
}


/* Texto de links en barra de navegación*/

.navbar-nav li a {
	color: #121212 !important;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 80px;
	padding: 0px;
	letter-spacing: 0.5px;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav li a {
    text-shadow: none;
}

/*Espacio entre Categorias*/
.navbar-nav li {
	margin-left: 30px;
}

/* Menu Bar after scrolling down*/
.header.active .navbar-nav .navbar-nav.active li a {
	color: #121212 !important;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	background: #ffffff;
    border-top: 0;
    border-bottom: 5px solid #558039;
}

.header .navbar-brand {
    font-weight: 900;
}

.navbar-inverse {
	background-image: none;
	background-color: transparent;
}

.header .navbar {
    margin: 0;
    border: none;
}

.page-section {
    padding: 80px 0;
	border-color: #558039;
    background-color: #558039;
}

.navbar-inverse .navbar-toggle {
	margin-top: 10px;
    border-color: #558039;
    background-color: #558039;
}

.navbar-inverse .navbar-toggle:hover, 
.navbar-inverse .navbar-toggle:focus {
	background-color: #558039;
}

bootstrap.min.css:5
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px!important;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
@media (min-width: 768px) {
    .header .navbar-brand {
        padding-left: 0;
    }
    .navbar-nav {
        float: right;
    }
}
@media (max-width: 480px) {
    .page-section h1 {
        font-size: 3em;
    }
    .page-section h2 {
        font-size: 2em;
    }
    .page-section p {
        font-size: 1em;
        margin: 0 0 20px;
    }
}

  /*---------------------------------------
      HERO SLIDER
  -----------------------------------------*/

.slide-caption {
	color: #fff;
}

.slide-caption span {
	font-size: 14px;
	text-transform: uppercase;
}

.slide-caption h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 900;
}

.slide-caption p {
	font-size: 13px;
	letter-spacing: 0.25px;
	line-height: 13px;
}

ul.cd-hero-slider {
	margin-bottom: 0px!important;
}


  /*---------------------------------------
      (1) ABOUT US
  -----------------------------------------*/

#about {
	background-color: #f4f4f4;
	padding: 80px 0px;
}

#about .section-heading {
	margin-bottom: 40px;
}

#what-we-do .right-image img {
	width: 100%;
	overflow: hidden;
}


#what-we-do h4 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 30px;
	margin-bottom: 25px;
}

#what-we-do p {
	margin-bottom: 30px;
	color: #fff;
}

#what-we-do ul li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
}

#what-we-do {
	background-image: url(../img/what-we-do-bg.png);
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0px;
	color: #fff;
}

  /*---------------------------------------
      (2) FUN FACTS
  -----------------------------------------*/

#fun-facts {
	background-color: #fff;
	padding: 80px 0px;
}

#fun-facts .fact-item {
	background-color: #f4f4f4;
	padding: 30px;
	text-align: center;
}

.fact-item .counter {
	font-size: 24px;
	font-weight: 700;
	color: #558039;
}

.fact-item span {
	display: inline-block;
	margin-top: 10px;
	font-style: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #7a7a7a;
}

  /*---------------------------------------
      (3) TECHNOLOGY
  -----------------------------------------*/
  
#technology {
	background-color: #f4f4f4;
	padding: 80px 0px;
}

#technology .section-heading {
	margin-bottom: 40px;
}

#what-we-do .left-image img {
	width: 100%;
	overflow: hidden;
}

#what-we-do h4 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 30px;
	margin-bottom: 25px;
}

#what-we-do p {
	margin-bottom: 30px;
	color: #fff;
}

#what-we-do ul li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
}

#what-we-do {
	background-image: url(../img/what-we-do-bg.png);
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0px;
	color: #fff;
}

  /*---------------------------------------
      (4) LATEST NEWS
  -----------------------------------------*/

#latest_news {
	background-color: #fff;
	padding: 80px 0px;
}

#latest_news .section-heading {
	margin-bottom: 40px;
}

/* News timeline format starts here: */
/* source: https://bootsnipp_ .com/snippets/7B7W */

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

/* linea vertical */
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #F9A622;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}

/* Cuadro de noticias */
.timeline > li > .timeline-panel {
  width: 95%;
  float: left;
  border: 1px solid #f4f4f4;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 24px; /*position*/
  height: 24px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  right: -12px;
  z-index: 1;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge > a {
  color: #558039;
}
.timeline-badge a:hover {
  color: #000;
}
.timeline-heading h4 {
  margin-top: 20px;
  color: inherit;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  margin: auto; 
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.timeline-title h4{
  margin-top: 20px;
  color: inherit;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.timeline-body > p,
.timeline-body > ul {
    padding:20px;
    margin-bottom: 0;
	background-color:#fff;
}
.timeline-body > p + p {
  margin-top: 5px;
}

.timeline-footer{
    padding:20px;
    background-color:#f4f4f4;
	text-align: right;
}
.timeline-footer > a{
    cursor: pointer;
    text-decoration: none;
}

.tooltip{
    position:absolute;
    z-index:1020;
    display:block;
    visibility:visible;
    padding:5px;
    font-size:11px;
    opacity:0;
    filter:alpha(opacity=0);
}

.tooltip.top{
    margin-top:-2px;
}
.tooltip.right{
    margin-left:2px;
}
.tooltip.bottom{
    margin-top:2px;
}
.tooltip.left{
    margin-left:-2px;
}
.tooltip.top .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.left .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.bottom .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.right .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip-inner{
    width:200px;
    padding:3px 8px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    background-color:#313131;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}

.timeline > li.timeline-inverted{
  float: right; 
  clear: right;
  margin-top: 30px;
  margin-bottom: 30px;
}
.timeline > li:nth-child(2){
  margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge{
  left: -12px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li {
      margin-bottom: 20px;
      position: relative;
      width:100%;
      float: left;
      clear: left;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
    
.timeline > li.timeline-inverted{
  float: left; 
  clear: left;
  margin-top: 30px;
  margin-bottom: 30px;
}

.timeline > li.timeline-inverted > .timeline-badge{
  left: 28px;
}
}
/* news timeline format ends here: */

  /*---------------------------------------
      (5) CONTACT US - index
  -----------------------------------------*/

#contact-index {
	background-color: #f4f4f4;
	padding: 40px 0px;
}

#contact-index .section-heading {
	margin-bottom: 40px;
}

  /*---------------------------------------
      (6) NEWS - BLOG
  -----------------------------------------*/

#news {
	background-color: #fff;
	padding: 100px 0px;
}

#news .section-heading {
	margin-bottom: 40px;
}


.blog .image {
    height: 250px;
    overflow: hidden;
    border-radius: 3px 0 0 3px;
}

.blog .image img {
    width: 100%;
    height: auto;
}

.blog .date {
    top: -10px;
    z-index: 10;
    width: 65px;
    right: -10px;
    height: 65px;
    padding: 10px;
    position: absolute;
    color: #fff;
    font-weight:bold;
    background: #558039;
    border-radius: 999px;
}

.blog .blog-details {
    padding: 0 20px 0 0;
}

.blog {
    padding: 0;
}

.well {
    border: 0;
    padding: 20px;
    min-height: 63px;
    background: #fff;
    box-shadow: none;
    border-radius: 3px;
    position: relative;
    max-height: 100000px;
    border-bottom: 2px solid #ccc;
}

.blog .blog-details h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.blog .date .blog-number {
    color: #fff;
    display: block;
    font-size: 20px;
    font-size: 20px;
    text-align: center;
}                    

  /*---------------------------------------
      (7) SERVICES
  -----------------------------------------*/

#services {
	background-color: #fff;
	padding: 100px 0px;
}

#services .section-heading {
	margin-bottom: 40px;
}

.service-item {
	cursor: pointer;
	background-color: #fff;
	text-align: center;
	padding: 30px 20px;
	transition: all 0.7s;
	box-shadow: 0px 0px 15px #cdcdcd;
}

.service-item:hover {
	background-color: #558039;
}

.service-item h4 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	margin-top: 25px;
}

.service-item:hover h4 {
	color: #fff;
}

.service-item:hover p {
	color: #fff;
}

.first-service .icon {
	background-image: url(../img/service_1.png);
	height: 50px;
	width: 50px;
	display: inline-block;
}

.second-service .icon {
	background-image: url(../img/service_2.png);
	height: 50px;
	width: 50px;	
	display: inline-block;
}

.third-service .icon {
	background-image: url(../img/service_3.png);
	height: 50px;
	width: 50px;	
	display: inline-block;
}

.fourth-service .icon {
	background-image: url(../img/service_4.png);
	height: 50px;
	width: 50px;	
	display: inline-block;
}

.fifth-service .icon {
	background-image: url(../img/service_5.png);
	height: 50px;
	width: 50px;
	display: inline-block;
}

.sixth-service .icon {
	background-image: url(../img/service_6.png);
	height: 50px;
	width: 50px;	
	display: inline-block;
}

.seventh-service .icon {
	background-image: url(../img/service_7.png);
	height: 50px;
	width: 50px;	
	display: inline-block;
}

.eighth-service .icon {
	background-image: url(../img/service_8.png);
	height: 50px;
	width: 50px;	
	display: inline-block;
}
	
#seismic_i {
	background-color: #f4f4f4;
	padding: 40px 0px;
}

#petro_i {
	background-color: #fff;
	padding: 40px 0px;
}

#geostats {
	background-color: #f4f4f4;
	padding: 40px 0px;
}

#stoch {
	background-color: #fff;
	padding: 40px 0px;
}

#timedepth {
	background-color: #f4f4f4;
	padding: 40px 0px;
}

#interpretation {
	background-color: #fff;
	padding: 40px 0px;
}

#resource {
	background-color: #f4f4f4;
	padding: 40px 0px;
}

#consultancy {
	background-color: #fff;
	padding: 40px 0px;
}

  /*---------------------------------------
      (8) R & D
  -----------------------------------------*/
	/* NOTE: Clients section is a simplified version of Services */
#rd {
	background-color: #fff;
	padding: 100px 0px;
}

#rd .section-heading {
	margin-bottom: 40px;
}

.rd-item {
	cursor: pointer;
	background-color: #fff;
	text-align: center;
	padding: 30px 20px;
	transition: all 0.7s;
	box-shadow: 0px 0px 15px #cdcdcd;
}

.rd-item:hover {
	background-color: #558039;
}

.rd-item h4 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	margin-top: 25px;
}

.rd-item:hover h4 {
	color: #fff;
}

.rd-item:hover p {
	color: #fff;
}

.first-rd .icon {
	background-image: url(../img/rd_1.png);
	height: 50px;
	width: 50px;
	display: inline-block;
}

.second-rd .icon {
	background-image: url(../img/rd_2.png);
	height: 50px;
	width: 50px;	
	display: inline-block;
}

.third-rd .icon {
	background-image: url(../img/rd_3.png);
	height: 50px;
	width: 50px;	
	display: inline-block;
}

.fourth-rd .icon {
	background-image: url(../img/rd_4.png);
	height: 50px;
	width: 50px;	
	display: inline-block;
}

#full_static {
	background-color: #f4f4f4;
	padding: 40px 0px;
}

#full_dynamic {
	background-color: #fff;
	padding: 40px 0px;
}

#antigen_tests {
	background-color: #f4f4f4;
	padding: 40px 0px;
}

#full_waveform {
	background-color: #fff;
	padding: 40px 0px;
}

  /*---------------------------------------
      (9) PUBLICATIONS
  -----------------------------------------*/
#publications {
	background-color: #fff;
	padding: 100px 0px;
}

/* TABS on top of each table section */
/*source: https://bootsnipp _.com/snippets/QbGq1 */

/* Tabs panel */
.tabbable-panel {
  border:1px solid #fff;
  padding: 40px;
  text-align: justify;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right:0px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  text-align: center;
  text-transform: uppercase;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 2px solid #f4f4f4; 
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #558039;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 2px solid #558039;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #558039;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #F9A622;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #fff;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* TABLE source: https://bootsnipp _.com/snippets/5Ma9E */

#publications {
  border-collapse: collapse;
  width: 100%;
}
	
#publications th {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  background-color: #558039;
  color: white;
}

#publications tr {
  color: #5a5a5a;
}

#publications td, #publications th {
  border: 1px solid #fff;
  padding: 8px;
  vertical-align: top
}

#publications td > a.one:link {
	color:#18a5c3;}

#publications td > a.one:hover {
	color:#18a5c3;
	text-decoration:underline;}
	
#publications td > a.one:visited {
	color:#558039;}
	
#publications tr:nth-child(even){background-color: #fff;}

#publications tr:hover {background-color: #ddd;}

  /*---------------------------------------
      (10) CLIENTS
  -----------------------------------------*/

/* NOTE: Clients section is a simplified version of Services */   
  
#clients {
	background-color: #fff;
	padding: 100px 0px;
}

#clients .section-heading {
	margin-bottom: 40px;
}

.clients-item {
	cursor: pointer;
	background-color: #fff;
	text-align: center;
	padding: 30px 20px;
	box-shadow: 0px 0px 15px #cdcdcd;
}

/* Style the buttons that are used to open and close the accordion panel */

.clients-accordion {
  background-color: #fff;
  color: #558039;
  cursor: pointer;
  padding: 5px;
  width: 50%;
  text-align: center;
  border: none;
  outline: none;
  transition: 0.4s;
  display: inline;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .clients-accordion:hover {
  background-color: #fff;
  color: #558039;
  display: inline-block;
}

/* Style the accordion panel. Note: hidden by default */
.clients-panel {
  padding: 0 10px;
  background-color: white;
  display: none;
  overflow: hidden;
}

  /*---------------------------------------
     (10) CONTACT US
  -----------------------------------------*/

#contact {
	background-color: #fff;
	padding: 100px 0px;
}

#contact .section-heading {
	margin-bottom: 40px;
}

hr {border-top: 1px solid #000; width:50%;}

a {color: #000;}

a:link{text-decoration:none;}

#contact2{
    letter-spacing:3px;
}

#author a{
  color: #fff;
  text-decoration: none;
    
}


  /*---------------------------------------
      FOOTER
  -----------------------------------------*/
/**** Trick: ****/
body {
  display: table;
  width: 100%;
  position: relative;
}

footer {
	background-color: #f4f4f4;
    position: abosulte;
    height: 40px;
    bottom: 0;
    width: 100%;
}

footer p {
	font-size: 10px;
	color: #5a5a5a;
	/*color: #558039;*/
	margin-bottom: 0px;
	margin-top: 10px;
}

footer em {
	font-style: normal;
	font-weight: 700;
	color: #558039;
}

footer ul {
	margin-top: 15px;
	float: right;
}

footer ul li {
	display: inline-block;
	margin-left: 5px;
}

footer ul li a {
	font-size: 16px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	background-color: #558039;
	color: #202628;
	border-radius: 50%;
}

footer ul li a:hover {
	color: #202628;
	background-color: #5c9d7d;
	transition: all 0.5s;
}



  /*---------------------------------------
      LIGHT BOX
  -----------------------------------------*/

body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  margin-top: 5%;
  left: 0;
  width: 100%;
  z-index: 100000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}



/* RESPONSIVE */

@media (max-width: 767px){
	#main-nav {
		border-color: rgba(250, 250, 250, 0.95);
		margin-top: 16px;
		background-color: rgba(250, 250, 250, 0.95);
		box-shadow: 0px 5px 10px #cdcdcd;
	}
	.navbar-nav {
		padding: 0px;
		margin-top: 0px;
		margin-top: 0px;
	}
	.navbar-nav>li {
		margin-left: 0px;
		border-bottom: 1px solid #f4f4f4;
	}
	.navbar-nav>li:last-child {
		border-bottom: none;
	}
	.navbar-nav>li>a {
		line-height: 50px;
		color: #121212!important;
	}
}

@media (max-width: 768px){
	.cd-hero .slide-caption span {
		font-size: 13px;
	}

	.cd-hero .slide-caption h2 {
		font-size: 28px;
	}
}


@media (max-width: 1015px){
	.slide-caption .content-caption p {
		padding: 0 10%;
	}
	.service-item {
		margin-bottom: 30px;
	}
	#what-we-do .right-image {
		margin-top: 60px;
	}
	#blog .pop {
		top: 15%;
		height: 80%;
		overflow-y: scroll;
	}
	.fact-item {
		margin-bottom: 15px;
	}
	.map {
		margin-bottom: 45px;
	}
	footer {
		text-align: center;
	}
	footer ul {
		float: none;
	}
}