html {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Fira Sans', sans-serif;
}

body {
    color: #303030;
    height: 100%;
    min-height: 35rem;
    position: relative;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
}

p {
    font-size: 16px;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.input {
    font-weight: 300 !important;
}

.dropdown-menu {
    color: #fff;
    background-color: #000;
    border-radius: 0;
}


.top-margin {
    margin-top: 50px;
}

.pad-item {
    padding: 80px;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

section {
    padding: 150px 0;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.carousel {
    top: 109px;
}

.space-xs {
    height: 30px;
}

.space-sm {
    height: 40px;
}

.space-md {
    height: 100px;
}

.space-lg {
    height: 200px;
}

.link-more {
    color: #fff;
    text-decoration: none;
}

.link-more:hover {
    color: #fff;
    text-decoration: none;
}

.gallery {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-width: 33%;
       -moz-column-width: 33%;
            column-width: 33%; 
}

@media (max-width: 450px) {
    .gallery {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1;
        -webkit-column-width: 100%;
           -moz-column-width: 100%;
                column-width: 100%;
    }
}

.panel-group {
    margin-bottom: 20px;
}

.panel-heading {
    padding: 10px 15px;
}

.panel-body {
    padding: 10px 15px;
}

.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}

.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}

.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}

.gen-list {
    list-style-type: none;
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    padding: 0;
}

.gen-list-item {
    padding: 8px;
}

footer {
    margin: 0;
    padding: 20px 0;
    background-color: #000;
}

.text-footer {
    color: #fff;
}

.text-footer-title {
    color: #fff;
    font-family: 'Fira Sans', sans-serif;
    font-size: 24px;
}

.text-footer-label {
    color: #fff;
    font-family: 'Fira Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
}

.form-footer {
    margin-top: 20px;
    margin-bottom: 10px;
}

.text-copyright {
    color: #fff;
    font-family: 'Fira Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 10px;
    letter-spacing: 1px;
}

.modal.carousel {
  position: fixed; // Needed because the carousel overrides the position property
}

.text-subhd {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.text-supp {
    color: #6c757d;
    font-size: 14px; 
}

.text-col {
    color: #8b9196;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.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;
}

.grecaptcha-badge{
    visibility: collapse !important;  
}

.text-google {
    color: #6d777f;
    font-size: 6px;
    font-family: 'Fira Sans', sans-serif;
    text-transform: uppercase;
}

.text-google a {
    color: #8b9196;
    font-size: 8px;
    font-family: 'Fira Sans', sans-serif;
    text-transform: uppercase;
}

.link-a-sm {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    margin: 0 20px;
    background-image: linear-gradient(#000, #000);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
    padding-bottom: 2px;
}

.link-a-sm:hover,
.link-a-sm:focus,
.link-a-sm:active {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    background-size: 100% 1px;
    cursor: pointer;
}