/* CUSTOM STYLE */

* {
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
}

.nav{
	padding-top: 14px;
	padding-right: 20px;
	
}

.wrapper {
	
	padding: 50px;
	position: relative;
}

.wrapper:nth-child(even){
	background: rgba(0,0,0,0.02);
}

.wrapper.-padded-top {
	padding-top: 100px;	
}

.footer {
	padding-top: 10px;	
}

.logo {
	font-size: 20px;
	text-decoration: none;
	color: #0e7b4d;
}

.logo:hover{
	text-decoration: none;	
	color: #0e7b4d;	
}


/* Always set the map height explicitly to define the size of the div
 * element that contains the map. */
#map {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.wrapper.-maps {
  min-height: 350px;
}

@media screen and (max-width: 979px) {
    .-maps {
        display: none;
    }

}




@media (min-width: 1200px) {
	.container-fluid {
	    max-width: 1170px;
	}
}
@media (min-width: 992px) {
	.container-fluid {
	    max-width: 970px;
	}
}
@media (min-width: 768px) {
	.container-fluid {
	    max-width: 750px;
	}
}

.container-fluid {
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

img {
	display: inline-block;
	width: auto;
	max-width: 100%;
}

.img-padded-top {
	padding-top: 20px;
}