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

@font-face {
  font-family: 'KozGoPro-Regular-AlphaNum';
  src: url('../fonts/KozGoPro-Regular-AlphaNum.eot?#iefix') format('embedded-opentype'),  url('../fonts/KozGoPro-Regular-AlphaNum.otf')  format('opentype'),
	     url('../fonts/KozGoPro-Regular-AlphaNum.woff') format('woff'), url('../fonts/KozGoPro-Regular-AlphaNum.ttf')  format('truetype'), url('../fonts/KozGoPro-Regular-AlphaNum.svg#KozGoPro-Regular-AlphaNum') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KozGoPro-Light-AlphaNum';
  src: url('../KozGoPro-Light-AlphaNum.eot?#iefix') format('embedded-opentype'),  url('../KozGoPro-Light-AlphaNum.otf')  format('opentype'),
	     url('../KozGoPro-Light-AlphaNum.woff') format('woff'), url('../KozGoPro-Light-AlphaNum.ttf')  format('truetype'), url('../KozGoPro-Light-AlphaNum.svg#KozGoPro-Light-AlphaNum') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'KozGoPro-Regular-AlphaNum' , sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #535b60;
  padding-bottom: 0px;
}

p
{
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

h1 {
  color: #53555c;
  font-family: 'KozGoPro-Regular-AlphaNum', sans-serif;
  font-weight: 800;
}
h2 {
  color: #53555c;
  font-family: 'KozGoPro-Regular-AlphaNum', sans-serif;
  font-size: 24px;
}
h3 {
  font-family: 'KozGoPro-Regular-AlphaNum', sans-serif;
  color: #53555c;
  font-size: 1.5em;
}
h4 {
  font-family: 'KozGoPro-Regular-AlphaNum', sans-serif;
  color: #53555c;
  margin-bottom: 10px;
}


a
{
  color: #53555c;

}

/* Line 121 */
a:hover
{
  color: #111111;
  text-decoration-line: none;
  text-decoration-style: solid;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 0px;
  margin-bottom: 20px;
}

.alinear_derecha {
	text-align: right;
}
.alinear_izquierda {
	text-align: left;
}


.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding: 8px;
}

.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 320px) {
  .container {
    width: 300px;
  }
}


@media (min-width: 480px) {
  .container {
    width: 460px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 748px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 972px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.section {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	position: relative;
	top: 104px;
	margin-bottom:100px;
}


.section-home {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.margen_bot {margin-bottom: 20px;}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand img {width:200px;}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}


@media (max-width: 480px) {
	.navbar-brand > img {
	display: block;
  	width:160px;
  	height:auto;
	}
}



@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
  }
}


#navbar {
	float: right;
}

@media (max-width: 767px) {
	#navbar {
	margin-top:20px;
	float: none;
	text-align:center;
	}
}

.navbar-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999999;
	background-color:#FFFFFF;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float:left;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
	padding-right: 0;
	padding-left: 0;
	background-color: #FFFFFF;
}
.navbar-wrapper .navbar {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #FFFFFF;
}
.navbar-wrapper .navbar .container {
	width: auto;
	padding-right: 0px;
  	padding-left: 0px;
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 0px solid transparent;
  -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1);
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 0px solid transparent;
}


.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #333;
  background-color: transparent;
}

/*--------------------------------------------------------------------------
-Nav bar mobile
---------------------------------------------------------------------------*/
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 0px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
		  
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}


.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #333;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
	text-align:center;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

/*--------------------------------------------------------------------------
+	Buttons Style
--------------------------------------------------------------------------*/
.btn {
	color: #666;
	cursor: pointer;
	display: inline-block;
	text-transform: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
	text-align: center;
	white-space: nowrap;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-size: 12px;
	line-height: 1.42857;
	border: thin solid #999999;
}
.btn:hover {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
  text-decoration: none;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 10px;
}
@media (min-width: 320px) {
  .carousel {
    height: 213px;
  }
}


@media (min-width: 480px) {
  .carousel {
    height: 280px;
  }
}

@media (min-width: 768px) {
  .carousel {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .carousel {
    height: 507px;
  }
}
@media (min-width: 1200px) {
  .carousel {
    height: 580px;
  }
}

@media (min-width: 1920px) {
  .carousel {
    height: 880px;
  }
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #FFF;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left:-607px;
  width: 100%;
  max-width: 1214px;
  height: 506px;
}

@media (min-width: 320px) {
  .carousel .item {
  height: 213px;
  background-color: #FFF;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left:-160px;
  width: auto;
  max-width: 320px;
  height: 133px;
}
}

@media (min-width: 480px) {
  .carousel .item {
  height: 280px;
  background-color: #FFF;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left:-240px;
  width: auto;
  max-width: 480px;
  height: 200px;
}
}

@media (min-width: 768px) {
  .carousel .item {
  height: 400px;
  background-color: #FFF;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left:-384px;
  width: 100%W;
  max-width: 768px;
  height: 320px;
}
}
@media (min-width: 992px) {
  .carousel .item {
  height: 507px;
  background-color: #FFF;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left:-512px;
  width: auto;
  max-width: 1024px;
  height: 427px;
}
}
@media (min-width: 1200px) {
  .carousel .item {
  height: 580px;
  background-color: #FFF;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left:-600px;
  width: auto;
  max-width: 1200px;
  height: 500px;
}
}

@media (min-width: 1920px) {
  .carousel .item {
  height: 880px;
  background-color: #FFF;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left:-960px;
  width: auto;
  max-width: 1920px;
  height: 800px;
}
}

/*--------------------------------------------------------------------------
+	Portfolio Style
--------------------------------------------------------------------------*/



.portfolio-item {
  position: relative;
  background: #FFF;
  border: 0px solid #FFF;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  color: inset 0 1px #fff,0 0 8px #111;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

.altura { 
	height:230px;
	margin-bottom:10px;
}

.altura2 { 
	height:170px;
	margin-bottom:10px;
}

.portfolio-item .portfolio-image {
	overflow: hidden;
	text-align: center;
	position: relative;
}
.portfolio-item .portfolio-image img {
  max-width: 100%;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
.portfolio-item:hover {
  border: 0px solid #4f8db3;
  cursor:pointer;
}
.portfolio-item:hover .portfolio-image img {
  position: relative;
  
  
}
.portfolio-item ul {
  list-style-type: none;
  margin-left: 0;
  margin-top: 0px;
  text-align: left;
  padding: 0;
}
.portfolio-item ul li {
  line-height: 28px;
}
.portfolio-item .portfolio-project-name {
  font-size: 1.2em;
  color: #111;
}
.portfolio-item .read-more {
	text-align: right;
	display: block;
	height: auto;
	width: auto;
	margin-top: 25%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


.portfolio-item .read-more2 {
	text-align: right;
	display: block;
	height: auto;
	width: auto;
	margin-top: 25%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	float: right;
}

.portfolio-item .read-more3 {
	text-align: right;
	display: block;
	height: auto;
	width: auto;
	margin-top: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.portfolio-item .portfolio-info-fade {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: 0;
  position: absolute;
  background: #FFF;
  background: rgba(255, 255, 255, 0.70);
  width: 100%;
  height: 100%;
  color: #111;
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  -ms-transition: opacity .25s linear;
  transition: opacity .25s linear;
}
.portfolio-item .portfolio-info-fade ul {
  margin-top: 50%;
}
.portfolio-item .portfolio-info-fade .btn:hover {
  background: #fff;
}
.portfolio-item .portfolio-info-fade ul {
  margin: 0px;
  padding: 0px;
}
.portfolio-item .portfolio-info-fade ul li {
	text-align: center;
}
.portfolio-item .portfolio-info-fade ul li:first-child {
  border-bottom: 0px solid #CCC;
}
.portfolio-item:hover .portfolio-info-fade {
  display: block;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.lt-ie9 .portfolio-info-fade {
  display: none;
}
.lt-ie9 .portfolio-item:hover .portfolio-info-fade {
  display: block;
}
.portfolio-visit-btn {
  padding-top: 15px;
}
.portfolio-item-description ul {
  padding: 0;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 0px;
  }
  .navbar-wrapper .container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 0px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
/*--------------------------------------------------------------------------
+	Breadcrumbs Section Style
--------------------------------------------------------------------------*/
.section-breadcrumbs {
	background: #F5F5F5;
	margin-bottom: 0px;
	width: 100%;
}
.section-breadcrumbs h1 {
  color: #FAFAFA;
  font-size: 1.6em;
  margin-bottom: 0;
  text-transform: none;
}

/*-------------------------------------------------------------------------
+	Nav bar
-------------------------------------------------------------------------*/
.masthead-nav {
	position: fixed;
	height: auto;
	width: 100%;
	top: 80px;
	text-align: center;
	background-color:#F5F5F5;
	z-index: 111;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
	font-size: 16px;
	color: #9d9d9d; /* IE8 proofing */
	display:block;
	height: auto;
	width: auto;
	padding-right: 0px;
	padding-left: 0px;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a.active,
.masthead-nav > li > a:focus {
  color: #333;
  text-decoration: none;
  background-color: #F5F5F5;
}
.masthead-nav > .active > a,
.nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #333;
}



@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}

.nav > li > a:hover, .nav > li > a:focus
{
  text-decoration-line: none;
  text-decoration-style: solid;
  background-color:#F5F5F5;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color:#F5F5F5;
  border-color: #53555c;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: -10px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 90px;
  padding: 5px 0;
  margin: 0px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #F5F5F5;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 0px solid #53555c;
  border: 0px solid rgba(0, 0, 0, .15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .0);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .0);
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #53555c;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #111;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #53555c;
  text-decoration: none;
  background-color: #f5f5f5;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/*--------------------------------------------------------------------------
	Detalle style
--------------------------------------------------------------------------*/
.gris {
	background-color: #F5F5F5;
	margin-top:8px;
	margin-right: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}


dt, dd
{
  padding-bottom: 10px;
}

/* Line 178 */
.dl-horizontal dt
{
  float: left;
  width: 80px;
  overflow-x: hidden;
  overflow-y: hidden;
  clear: left;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd
{
  margin-left: 100px;
}

/*--------------------------------------------------------------------------
	Footer Style
--------------------------------------------------------------------------*/
.footer {
	background: #F5F5F5;
	color: #333;
	padding: 5px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 100%;
	
}
.footer h3 {
  color: #E4E4E4;
  font-size: 1.3em;
}
.footer ul {
  padding: 0;
}
.footer-navigate-section li {
  line-height: 20px !important;
}
.footer-stay-connected a {
  text-align: left;
  text-indent: -9999px;
  display: block;
  width: 115px;
  height: 40px;
  background: url(../img/stay-connected.png);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  -ms-transition: opacity .25s linear;
  transition: opacity .25s linear;
}
.footer-stay-connected a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer-stay-connected a.facebook {
  background-position: -115px 0;
}
.footer-stay-connected a.twitter {
  background-position: -230px 0;
}
.footer-stay-connected a.googleplus {
  background-position: 0 0;
}
.footer-stay-connected li {
  text-align: center;
}
.footer-copyright {
  text-align: left;
  color: #333;
  font-size: 0.8em;
}

