@charset "UTF-8";


html,
body 
{
    width: 100%;
    margin: 0;
    padding: 0
}

html 
{
    background-color: #222
}

body 
{
    background-color: #fafafa;
    background-clip: content-box
}

img 
{
    filter: contrast(105%)
}

iframe 
{
    border: 0 !important;
    box-sizing: border-box
}
ul 
{
    list-style: none
}

canvas 
{
    display: none
}

.doppioannuncio {
    color: #ffffff;
    display: flex;
    font-size: 20px;
    margin: 20px auto 0;
    max-width: 67%;
    padding-bottom: 20px;
    text-shadow: 0 0 5px black;
}

.doppioannuncioblock 
{
    float: left;
    width: 50%;
}

#wrapper-content 
{
    padding-top: 60px;
    padding-bottom: 50px;
    background-color: #fafafa;
    box-shadow: none
}

h2 
{
    font-family: 'Quicksand', sans-serif
}

.display 
{
    color: inherit;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 40px;
    margin: 0
}

@media (max-width: 576px) 
{
    .display 
    {
        font-size: 30px
    }
}

h5 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 200;
    font-size: 13px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left
}

h5 a:hover 
{
    text-decoration: underline
}

.section-header h3 
{
    font-family: 'Quicksand', serif;
    font-weight: 400;
    font-size: 30px;
    color: #222;
    font-style: none;
    text-transform: none;
    line-height: 1.5
}

.meta-title 
{
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 11px;
    color: #000;
    text-transform: none
}

p 
{
    font-family: 'Quicksand', serif
}

a 
{
    color: inherit;
    text-decoration: inherit
}

a:hover,
a:active,
a:visited 
{
    color: inherit;
    text-decoration: inherit
}

.location 
{
    font-family: 'Quicksand', sans-serif;
    font-weight: 800;
    font-size: inherit;
    color: #222;
    letter-spacing: 0.5px
}

.gradient-overlay 
{
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#33000000', GradientType=0);
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    width: 100%;
    height: 100%
}

.content-text-left * 
{
    text-align: left !important
}

.content-text-right * 
{
    text-align: right !important
}

.no-hover:hover 
{
    color: initial !important;
    background-color: initial !important
}

.content-center-vertical 
{
    display: flex;
    align-items: center
}

.no-margin 
{
    margin: 0 !important
}

.no-padding 
{
    padding: 0 !important
}

.no-border 
{
    border: none !important
}

.full-width 
{
    width: 100%
}

img.full-width 
{
    height: auto
}

.full-height 
{
    height: 100%
}

.display-inline 
{
    display: inline
}

.underline 
{
    text-decoration: underline
}

.padding-xs 
{
    padding: 4px
}


.margin-xs-vertical 
{
    margin-top: 4px;
    margin-bottom: 4px
}


.carousel 
{
    height: 100vh;
    background-color: #222
}

.navbar 
{
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 100;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    transition: background-color 0.2s, box-shadow 0.2s
}

.navbar-invisible .container 
{
    display: block;
    width: 100%!important;
}

.navbar img 
{
    height: 40px
}

.navbar #logo 
{
    margin: 0;
    position: absolute;
    height: 40px;
    width: 100%
}

.navbar #logo img 
{
    position: absolute;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.5s
}

.navbar #logo img.active 
{
    opacity: 1;
    transition: opacity 0.5s
}

.navbar li 
{
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    transition: color 0.5s
}

.navbar .navlinks 
{
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 110
}

.navbar .navlinks li 
{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0
}

.navbar .navlinks li a 
{
    border-bottom-style: solid;
    border-bottom-color: #222;
    border-width: 0px;
    display: inline-block;
    line-height: 1.5;
    transition: border-width 0.2s
}

.navbar .navlinks li a:hover,
.navbar .navlinks li a.active 
{
    border-bottom-width: 3px
}

.navbar .navlinks.left 
{
    left: 0
}

.navbar .navlinks.left li 
{
    padding: 0 20px 0 0
}

.navbar .navlinks.right li 
{
    padding: 0 0 0 30px
}

.navbar-invisible 
{
    background-color: transparent;
    box-shadow: none
}


.parallax 
{
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width: 576px) {
    .parallax {
        background-size: 100%
    }
}

.parallax.text-shadow,
.parallax .text-shadow 
{
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4)
}

