 /*
 * Start Bootstrap - Half Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html, body {
  height: 100%; 
/*background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(153,153,153,1) 100%, rgba(255,255,255,1) 100%);*/
}

footer {
  margin: 50px 0;
}
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  /*! padding-bottom: 40px;*/
  background-color: #ebebe8;
  color: #09091d;
}
h2, h3, h4, h5, h6, .h1, .h2, .h3, .h5, .h6 {
  color: #09091d;
  font-weight: 700;
  font-family: 'Open sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 21px;
  margin-bottom: 16.5px;
}
h2 {
	font-size: 34px;
}
h3 {
	font-size: 26px;
}
h4,.h4 {
  font-size: 24px;
  color: #09091d;
  padding: 10px 0 0px;
  font-weight: 700;
}
h5 {
  font-size: 22px;
}
.lead .fa {
  color: #999000;
}
.modal-body p {
  font-size: 16px;
}
.img-center {
  margin: 0 auto;
}
.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 2px;
  margin-top: 4%;
  border: 0px solid #fdf6e3;
  border-radius: 4px;
}
.btn {
 margin-bottom: 0px; 
 padding: 12px 18px;
 border-top-left-radius:100px;
 border-top-right-radius:100px;
 border-bottom-left-radius:100px;
 border-bottom-right-radius:100px;
}
.btn-lg {
  padding: 16px 20px;
}
.btn-info {
  color: #fff;
  background-color: #999000;
  border-color: #999000;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #2e3092;
  border-color: #2e3092;
}
.btn-info:hover {
  color: #fff101;
  background-color: #2e3092;
  border-color: #2e3092;
}
.hyphenate {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
}
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;  
  font-family: 'Open sans', cursive;   
  /*border-bottom: 1px solid #eeeeee;*/
}
.lead { 
  color: #0d0e2b;
  letter-spacing: .2px;
}
.bg-primary {
  color: #fff101;
  background-color: #2e3092;  
  padding: 6px 6px 1px;
}
.jumbotron a {
  color: #fff101;
  text-decoration: none;
}
.jumbotron a:hover,
a:focus {
  color: #999000;
  text-decoration: none;
}
.jumbotron a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.navbar { 
  min-height: 54px;
}
/*.navbar-nav {
    float: right;
    margin: 0;
}
.navbar-brand {
  float: left;   
  padding: 20px 15px 0px;
  font-size: 26px; 
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 700; 
  text-transform: uppercase; 
}*/
.navbar-brand img {
  float: left;
  margin-top: -10px;
  padding: 0px 0px; 
  font-style: normal;
  font-family: 'Open Sans', cursive;   
  line-height: 28px;
}
.navbar-brand span { 
    /*! color: #283D76; */ 
    font-weight: 300;
    font-size: 18px;
    padding: 1px;
      
   }
.navbar-default {
  background-color: #2e3092;
  box-shadow: 2px 0px 0px 1px #ddd;
}
.navbar-inverse .navbar-brand {
  color: #0063af;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #888;
  background-color: none;
}

/*.carousel,
.item,
.active {
    height: 79vh;margin-bottom: 60px;
}
.item, .active, .carousel-inner {
  height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;margin-bottom: 60px;
}
.item, .active, .carousel-inner {
  height: 100%;
}*/
.carousel-caption {
  z-index: 10;
}
/* Declare heights because of positioning of img element 
.carousel .item {
  height: 100%;
  background-color: #777;
}
.carousel-inner > .item > img {
 height: 100%;
}*/
/* Background images are set within the HTML using inline CSS, not here */
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
/* 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; 
  margin-top: 10px;
}*/
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}
/* Featurettes
------------------------- */
.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
hr {margin-top: 20px;margin-bottom: 20px;border: 0;border-top: 1px solid #ddd;}
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
.hyphenate {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
}
/* MAP */
#map_canvas {
  height: 400px;
  width: 100%;
}
.map_responsive {
  overflow: hidden;
  /*padding-bottom:56.25%;*/
  position: relative;
  height: 0;
}
.map_responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
/*.home-overlay {
  background: rgba(0, 0, 0,.1) url("../img/grid.png") repeat; 007f00,3AB54B-58,181,75,1
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";  
}*/
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 1600px) and (max-width: 1920px) {
/*.carousel {
  height: 600px;
}*/
}

@media (min-width: 768px) {
.navbar-wrapper {
  margin-top: 20px;
}
.navbar-wrapper .container {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar {
  padding-right: 0;
  padding-left: 0;
}
.carousel,
.item,
.active {
    height: 79vh;margin-bottom: 60px;
}
.item, .active, .carousel-inner {
  height: 100%;
}
/* The navbar becomes detached from the top, so we round the corners */
.navbar-wrapper .navbar {
  border-radius: 4px;
}
/* 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 (max-width: 768px) {
  .carousel,
  .item,
  .active {
      height: 57vh;margin-bottom: 60px;
  }
  .item, .active, .carousel-inner {
    height: 100%;
  }
} 
@media (max-width: 992px) {
.featurette-heading {
  margin-top: 0px;
}
}
.hero-spacer {
  margin-top: 50px;
}
section {
  padding-top: 30px;
  padding-bottom: 60px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  background: #333;
  color: #fff;
  border-radius: 4px;
  border: none;
}
.nav-tabs>li>a:hover {
  border: 1px solid;
}
.nav-tabs>li>a {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.nav-tabs {
  border: none;
}
.tab-pane {
  padding: 10px 0;
  border-bottom: none;
}
@media (max-width: 767px) {
 .navbar-brand span { 
  /*! color: #283D76; */ 
  font-weight: 300;
  font-size: 15px;
  padding: 1px;    
 }
  h2 {font-size: 26px;}
  h3 {font-size: 20px;}
  h4 {font-size: 18px;}
}
.well {
  min-height: 20px;
  padding: 12px 0 0;
  margin-bottom: 20px;
  background-color: transparent;
  border: 0px solid #e3e3e3;
  border-radius: 0;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.05);
}
.jumbotron { background-color: #2e3092; color: #fff101;}
.jumbotron2 { background-color: none; color: #0d0e2b;}
.text-muted {color: #8a9196;}
.white { color: white;}
.shadow {
  box-shadow:0 3rem 4rem rgba(21,21,21,.25)!important;
}
.shadow-sm {
  box-shadow:0 1rem 1.5rem rgba(21,21,21,.25)!important
}
.element {
  rotate: 2deg;
}

.element:hover {
  rotate: 45deg;
  transition: rotate 2s;
}
.image-stack {
  display: grid;
  position: relative;
/*change percento*/  grid-template-columns: 5%;
}

/* left side */
.image-stack .stack-back {
  grid-column: 1/span 8;
  grid-row: 1;
  width: 100%;
  z-index: 1;
}

.image-stack .stack-front {
  grid-row: 1;
  grid-column: 4/-1;
  margin-top: 80%;
  margin-left: 80px;
  width: 68%; /*change percento*/
  z-index: 2;
}

/* right side */
/*.image-stack .stack-back {
  grid-column: 4/-1;
  grid-row: 1;
  width: 100%;
  z-index: 1;
}

 .image-stack .stack-front {
  grid-row: 1;
  grid-column: 1/span 8;
  margin-top: 30%;
  width: 80%; 
  z-index: 2;
}*/
.image-stack img  {
  border: 0px solid #ebebe8;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}