 /*
  * Theme Name: Pulsosixteen
  * Theme URI: http://cotel.com.ar
  * Author: Cotel LTDA.
  * Author URI: http://cotel.com.ar
  * Description: The theme used for pulsogeselino
  * License: Apache 2.0
  * License URI: http://www.apache.org/licenses/LICENSE-2.0
  * Tags: black, green, responsive
  * Text Domain: pulsosixteen
  * Domain Path: /languages
  */

.form-inline .form-group {
  margin-top: 0;
}

.navbar {
  margin-bottom: 0px;
}

.navbar .navbar-form {
  margin: 0;
}

.navbar.affix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999999;
}

@media (min-width: 1200px) {
  .navbar-brand {
    display: none;
  }
}


.affix .navbar-brand {
  display: inline-block;
}

.recent-post-slider.design-4 .post-image-bg img {
  width: 100%;
}

.rpfec_box h2 {
  font-size: 1em;
  padding-bottom: 4px;
}

.rpfec_box h2 a,
.rpfec_box h2 a:hover {
  font-size: 1em;
  color: white;
  background: #009688;
  padding: 4px;
  text-decoration: none;
}

.rpfec_inner h3 {
  font-size: 1.8em;
  display: none;
}

.rpfec_inner p {
  font-size: 0.8em;
}

.margin30 {
  margin: 30px;
}


.image-with-caption {
   position: relative;
   width: 100%; /* for IE 6 */
}

.image-with-caption .caption,
.image-with-caption .caption-mini,
.image-with-caption .caption-top {
  font-size: 2em;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
}

.image-with-caption .caption-top {
  top: 0;
  right: 0;
}

.image-with-caption .caption-mini {
  font-size: 1em;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  color: white;
  text-decoration: none;
}

.image-with-caption .caption-mini a,
.image-with-caption .caption-mini a:hover {
  color: white;
  text-decoration: none;
}

.image-with-caption .caption span {
   color: white;
   font: bold 24px/45px Helvetica, Sans-Serif;
   letter-spacing: -1px;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 10px;
}


.image-with-caption .caption .post-categories {
  padding-left: 4px;
}

.main-categories .post-categories {
  text-decoration: none;
  display: block;
  padding-left: 0;
}

.image-with-caption .caption .post-categories li,
.image-with-caption .caption-mini .post-categories li,
.image-with-caption .caption-top .post-categories li,
.main-categories .post-categories li {
  background: #009688;
  color: white;
  text-decoration: none;
  display:inline-block;
  font-size: 0.5em;
  padding: 5px;
}

.image-with-caption .caption-top .post-categories li,
.main-categories .post-categories li {
  font-size: 1em;
}

.image-with-caption .caption .post-categories li a,
.image-with-caption .caption .post-categories li a:hover,
.image-with-caption .caption-top .post-categories li a,
.image-with-caption .caption-top .post-categories li a:hover,
.image-with-caption .caption-mini .post-categories li a,
.image-with-caption .caption-mini .post-categories li a:hover,
.main-categories .post-categories li a,
.main-categories .post-categories li a:hover {
  color: white;
  text-decoration: none;
}

.navbar-nav>li>.dropdown-menu {
  z-index: 99999999;
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
    border-radius: 4px;
}

.back-to-top:hover {
    background-color: rgba(135, 135, 135, 0.50);
}

hr {
  border-top:    2px solid #030303;
}

.navbar .navbar-nav > li > a {
  font-size: 0.80em;
  font-weight: 900;
}

.nav>li>a {
  padding-left:  10px;
  padding-right: 10px;
}

.header-frame {
    white-space: nowrap;
    margin: 0.7em 0;
}

.header-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

h3 {
  font-weight: bold;
}

.upper-header input {
    color: white;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    font-size: 1.1em;
    font-weight: bold;
}

.navbar-nav > li > a {
    padding-top:5px !important; padding-bottom:0 !important;
    height: 30px;
}
.navbar {min-height:30px !important;}
.navbar .navbar-brand {
  padding-top:0px !important; padding-bottom:0 !important;
  height: 30px;
}

@media (max-width: 767px) {
  .navbar .navbar-brand {
    padding-top:0 !important; padding-bottom:0 !important;
    height: 45px;
  }
}

.acfv-current-viewer {
  display: none !important;
}

.page-main-container {
  padding-left: 10px;
  padding-right:10px;
}

.sidebar-content {
  padding-top: 15px;
  margin-top: -1px;
}

.after-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}

.right-column {

}

@media (max-width: 767px) {
  .nav>li>a {
    padding: 10px;
    font-size: 18px;
  }
}

.inverse-colors {
  background: #3A3A3A;
  color: white;
}

.inverse-colors h2 a,
.inverse-colors .crown-area,
.inverse-colors .crown-area span {
 color: white !important;
}

html, body {
 background: white;
}

.navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}
