/*
 Theme Name:   Septera Child Theme
 Description:  Child Theme Customized from Septera Theme
 Template:     septera
 Version:      1.0.0
*/

@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,700&subset=latin-ext');

#container:not(.septera-landing-page), #site-header-main-inside, #colophon-inside, #footer-inside, #breadcrumbs-container-inside {
    max-width: 100%;
}

.lp-staticslider .staticslider-caption, .seriousslider.seriousslider-theme .seriousslider-caption{
  	text-align: center;
}

.lp-staticslider .staticslider-caption-title, .seriousslider.seriousslider-theme .seriousslider-caption-title, .lp-staticslider .staticslider-caption-text {
  	font-weight: 200 !important;
text-shadow: 0px 0px 2px rgba(150, 150, 150, 0.7);
}

.lp-page-inside {
	padding-left: 0px !important;
  	padding-right: 0px !important;
}

.title-header {
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 3em;
}

.title-header::after {
  	display: block;
	content: "";
  	width: 70px;
  	height: 1px;
  	background-color: #00427c;
  	margin: 26px auto;
}

.investment-feature{
	background-color: white;
  	padding: 10px;
  	border: 1px solid #ccc;
  	box-shadow: 0 1px 2px rgba(1,1,1,.15);
  	transition: all .5s ease;
}

.investment-feature:hover{
	box-shadow: 0 4px 10px rgba(1,1,1,.15);
  	margin-top: -10px;
}

.investment-link{
  	display: block;
    text-align: center;
    background-color: #f2f2f2;
    transition: all .5s ease;
    max-width: 350px;
    margin: 0 auto;
    padding: 15px;
    outline: 2px solid #f2f2f2;
    text-transform: uppercase;
    font-size: 1.2em;
  color: #666 !important;
  font-weight: bold;
}

.investment-brigde:hover .investment-link{
 	background-color: #f2f2f2;
	color: #666 !important;
  	transform: scale(1.1);
}

.investment-brigde{
  position: relative;
  min-height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}


.investment-brigde .investment-brigde-bg{
  	background-size: cover;
  	background-repeat: no-repeat;
   	background-position: center; 
  	transition: all 2.0s ease;
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}

.investment-brigde .investment-brigde-bg::after
{
  content: "";
  width:100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(1,1,1,.25);
}


.investment-brigde:hover .investment-brigde-bg{
  transform: scale(1.1);
}

.investment-brigde .investment-brigde-caption{
  z-index: 100;
  text-align: center;
  position: relative;
	margin: 0 auto;
  width: 80%;
  padding: 100px 0;
text-shadow: 0px 0px 2px rgba(150, 150, 150, 0.7);
}

.investment-brigde .investment-brigde-caption * {
 color: white;
}

#galeria .gallery-item
{
  padding: 0px !important;
  overflow:hidden;
}


#galeria .gallery-item img{
transition: all 1.5s ease;
}

#galeria .gallery-item:hover img {
  transform: scale(1.1);
}

#galeria .gallery-item-caption{
  z-index: 100;
  text-align: center;
  position: absolute;
  width: inherit;
  padding: 100px 0;
}

.footermenu {
float: none;
text-align: center;
}

.footermenu ul {
display: inline-block !important;
}

.footermenu ul li a {
font-weight: 400 !important;
}



