html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}
header#header, .oldie #page_wrapper header#header {

}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
/*
a {
    color: #128023;
}
a:hover, a:active{color: #128023;text-decoration: none;}
*/
#wrap {
  height: auto !important;
  margin: 0 auto -140px;
  min-height: 100%;
}
.push{height: 20px;width: 100%; clear: both;float: left;}
.pushHigh{height: 60px;width: 100%; clear: both;float: left;}

/* =Footer
-------------------------------------------------------------- */
footer {
  height: 140px;
  color: #ffffff;
  border-top: solid 2px #ffffff;
  background-color: #222222;
  background: url(/images/backgrounds/wild_oliva_dark.png);
  clear: both;
  width: 100%;
}
footer span {margin: 0px 0px;color: #eeeeee;}
footer a {color: #eeeeee;}
footer a:hover,
footer a:active {
  color: #ffffff;
  text-decoration: none;
}
footer .container-fluid {padding: 0 20px;}
#twitter_feed_wrapper {
  padding: 14px;
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px #000000;
  border-top: solid 1px #000000;
  margin-top: 48px;
}
#twitter_feed_wrapper .twitter_feed_icon a {
  padding: 7px 0;
  font-size: 70px;
  display: block;
  text-align: center;
}
#twitter_feed_wrapper blockquote {
  margin: 11px 0;
  min-height: 60px;
}
#twitter_feed_wrapper blockquote p {
  font-size: 16px;
  margin-bottom: 3px;
}
#footer_teasers_wrapper {
  padding: 55px 0;
}
#footer_teasers_wrapper .footer_teaser h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  padding: 0 0 16px 0;
  margin: 10px 0 20px 0;
  border-bottom: solid 1px #555555;
}
#footer_teasers_wrapper .footer_teaser p {
  font-size: 13px;
}
li.media {
  position: relative;
}
li.media .media-photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  margin: 5px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  overflow: hidden;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
li.media h5.media-heading {
  font-weight: 600;
  padding: 0px;
  margin: 0;
}
li.media a.media-date {
  width: 40px;
  height: 40px;
  float: left;
  background: #000000;
  background: rgba(0, 0, 0, 0.85);
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 20px;
  margin: 0 10px 0 0;
  position: relative;
  z-index: 2;
  color: #ffffff;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
li.media a.media-date:hover {
  background: #aaae0c;
  background-color: rgba(0, 133, 200, 0.4);
}
li.media a.media-date span {
  clear: both;
  display: block;
  font-size: 13px;
  font-weight: 400;
}
#latest-flickr-images ul {
  margin: 0;
  overflow: hidden;
}
#latest-flickr-images ul li {
  list-style: none;
  display: block;
  float: left;
  margin: 3px;
}
#latest-flickr-images ul li a {
  display: block;
  width: 60px;
  height: 60px;
  border: solid 1px #33333;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#latest-flickr-images ul li a img {
  min-width: 60px;
  min-height: 60px;
}
#copyright {
  border-top: solid 1px #000000;
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  color: #999999;
}

/* =Header
-------------------------------------------------------------- */
.lt-ie8 header,.lt-ie9 header {
    background: url(../images/backgrounds/white50.png) !important;
}
header {
    width: 100%;
    z-index: 1;

}

.navbar-default {
    position: static !important;
    border: none;
    background: transparent;
    box-shadow: none;
}
.navbar-toggle {margin-top: 17px; float:left;margin-right: 0px;}
.container-full {
  margin: 0 auto;
  width: 100%;
}
.container-full .row > div{
    padding: 0px;
}
.container-full .row{
    margin-left: 0px;
    margin-right: 0px;
}
@screen-sm-min: 768px;
@screen-sm-max: 750px;
@screen-md-min: 970px;
@screen-md-max: 992px;
@screen-lg-min: 1200px;

@media (min-width: 970px){
}
.navbar-header .search{
    float: right;
    width: 250px;
}
.navbar-header{float:none;}
.navbar .nav{
    float: right;
    margin-topp: -50px;
    text-align: right;
}
.dropdown-menu{ left: auto;}
.navbar-collapse{
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    color: #000000 !important;
    background: transparent;
}
.navbar .nav > li.active, .navbar .nav > li:hover, .navbar .nav > li:focus, .navbar .nav > li:hover > a {
    color: #03a6b7;
}
.navbar .nav > li > a:hover, .navbar .nav > li > a:focus{
    color: #03a6b7 !important;
    background: transparent;
}
.navbar .nav > li > a {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 4px 5px;
    text-transform: none;
    color: #000000;
    font-weight: 100;
    font-size: 18px;
    font-family: 'Yanone Kaffeesatz',Arial,sans-serif;
    font-weight: 400;
}
.navbar .nav > li:last-child > a{
}
header .navbar {
    margin-bottom: 0px;
    overflow: visible;
    clear---:right;
    margin-top: 0px;
    position: static;
}

#breadcrumb{margin-top: 5px; z-index: 10px;width: 100%;}
.breadcrumbsolo{}
.breadcrumb{margin-bottom: 5px;background-color: transparent;}
@media (max-width: 480px) {
    #breadcrumb{margin: 0px; position: relative;}
}

#breadcrumb__{z-index: 10px;width: 100%;background: url("../images/bg.gif") repeat-x scroll 0 bottom rgba(0, 0, 0, 0);border-top: 1px solid #888888;color: #f5f5f5;font-family: Lato;}
#breadcrumb a{color: #888;}
.breadcrumb__{margin-bottom: 5px;background-color: transparent;padding: 5px 0;}

/* = dropdown  menu
-------------------------------------------------------------- */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  background: #000000;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #128023;
  background-image: -moz-linear-gradient(top, #128023, #128023);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#128023), to(#128023));
  background-image: -webkit-linear-gradient(top, #128023, #128023);
  background-image: -o-linear-gradient(top, #128023, #128023);
  background-image: linear-gradient(to bottom, #128023, #128023);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffE27200', endColorstr='#ffE27200', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.dropdown .dropdown-menu {
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    border-width: 0;
    opacity: 0;
    transition: opacity 0.25s ease 0.1s;
    border: 1px solid #DDDDDD;
}
.dropdown .dropdown-menu > li{
    height: 0;
    overflow: hidden;
    padding: 0px;
    text-align: left;
    transition: height 0.25s ease 0.1s;
}
.dropdown .dropdown-menu > li > a {
    font-size: 13px !important;
}
.dropdown:hover .dropdown-menu {
    opacity:1;
}
.dropdown:hover .dropdown-menu > li{
    height: 30px;
    overflow: visible;
    padding: 0px;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.barra {
    margin-top: 20px;
    text-align: right;
}


.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #128023;
  *background-color: #128023;
  background-image: -moz-linear-gradient(top, #128023, #128023);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#128023), to(#128023));
  background-image: -webkit-linear-gradient(top, #128023, #128023);
  background-image: -o-linear-gradient(top, #128023, #128023);
  background-image: linear-gradient(to bottom, #128023, #128023);
  background-repeat: repeat-x;
  border-color: #128023 #128023 #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffE27200', endColorstr='#ffE27200', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #128023;
  *background-color: #128023;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}


.img-polaroid {
    margin: 0 22px 5px 0;
}
.container{background: url(../img/bg-texture-surface2.png) #ffffff;}
.container-fluid {max-width: 980px;margin: auto;}

.portfolio_item {transition-duration: 0.8s;width: 250px; height: 250px; overflow: hidden; border: 1px solid #aaa;margin-bottom: 15px;}
.portfolio_item .portfolio_content{margin:0px 5px;}
@media (max-width: 480px) {
    .portfolio_item{width: 100%;}
}

footer h1, footer  h2, footer h3, footer h4 {color: #eeeeee;}

.img-thumbnail {
    margin: 0 22px 5px 0;
}
.justify{
text-align: justify
}


.panel-group .panel {
    border-radius: 0;
}
.panel-group .panel + .panel {
    border-top: 0 none;
    margin-top: 0;
}
.panel-group .panel-heading:after {
    content: "+";
    font-size: 12px;
    margin-top: -8px;
    position: absolute;
    right: 15px;
    top: 50%;
}
.panel-group .panel-heading {
    padding: 14px 15px;
    position: relative;
}


@media (max-width: 980px) {
    header#header {
        position:relative;
    }
}
@media (min-width: 980px) {
    header#header {
        width: 100%;
        z-index: 10;
    }
}
@media (min-width: 992px){
    header#header {
    }
}
@media (max-width: 991px){

}
@media (min-width: 768px){
    .navbar-brand {
        max-height: 180px;
        max-width: 230px;
        padding: 8px 10px 8px 0px;
    }
    .navbar .nav > li {
        display: table-cell;
        margin-left: 0;
        text-align: center;
    }
    header#header {
        position: relative;
        z-index:1000;
    }
    .navbar .navbar-nav > li > .dropdown-menu:before, .navbar .navbar-nav > li > .dropdown-menu:after {
        border-bottom: 7px solid rgba(0, 0, 0, 0.2);
        border-left: 7px solid rgba(0, 0, 0, 0);
        border-right: 7px solid rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        left: 9px;
        position: absolute;
        top: -7px;
    }
    .navbar .navbar-nav > li > .dropdown-menu:before, .navbar .navbar-nav > li > .dropdown-menu:after {
        border-bottom: 7px solid rgba(0, 0, 0, 0.2);
        border-left: 7px solid rgba(0, 0, 0, 0);
        border-right: 7px solid rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        left: 9px;
        position: absolute;
        top: -7px;
    }
    .navbar .navbar-nav > li > .dropdown-menu:after {
        border-bottom-color: #FFFFFF;
        border-bottom-width: 6px;
        border-left-width: 6px;
        border-right-width: 6px;
        left: 10px;
        top: -6px;
    }
    header .container {}
    header .opciones {float:right;}
}

@media (max-width: 767px){
    .navbar-brand {
        max-height: 100px;
        max-width: 159px;
        padding: 5px;
    }
    .navbar .nav {
        float: none;
        margin: 0;
    }
    .navbar .nav >li {
        display: block;
        text-align: left;
    }

    header#header{position:relative}
}

.dropdown-menu .divider {
    height: 0px !important;
    margin: 0px 0;
}
.dropdown:hover .dropdown-menu .divider{height: 0px !important}
.navbar-collapse {
    max-height: 640px;
    margin-bottom: 10px;
}
.media-heading a{font-family: 'Yanone Kaffeesatz',Arial,sans-serif;font-size: 18px;font-weight: 300;}

.carousel-control.right, .carousel-control.left {
    background-image: none;
}

.page-header{margin: 10px 0 20px}

.carousel.carousel-fade .item {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity:0;
}

.carousel.carousel-fade .active.item {
	opacity:1;
        -webkit-transition: opacity 0.5s ease-in;
	-moz-transition: opacity 0.5s ease-in;
	-ms-transition: opacity 0.5s ease-in;
	-o-transition: opacity 0.5s ease-in;
	transition: opacity 0.5s ease-in;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}

.carousel.carousel-fade .carousel-control {
	z-index: 3;
}
#footer {
    width:100%;
    height:96px;
    position:absolute;
    bottom:0;
    left:0;
    background:#ee5;
}
#wrapper {
    min-height:100%;
    position:relative;
}
.main{	padding:10px;
        padding-bottom:96px; /* Height of the footer element */
}