@import '//fonts.googleapis.com/css?family=Titillium+Web';

p, span, h1, h2, h3, div, input, a, label, li {
    font-family: 'Titillium Web', sans-serif;
}

html {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    /* font-family: titillium-web; */
}

body {
    width: 100%;
    height: 100%;
    background-color: black;
    transition: 0.4s all ease;
}

.full-height {
	height: 100%;
}

.my_main-central-page {
	width: 100%;
	height: 100%;
	padding: 0;
}

/* --- LEFT MENU --- */

.left-menu-structure {
	display: none;
	position: absolute;
	width: 100%;
	/* height: 100%; */
    height: 100vh;
	z-index: -1;
}

.left-menu-background {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0;
	z-index: 0;
}

.left-menu-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.background-hide-menu-click {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.left-menu {
	height: 100%;
	padding-left: 0;
	padding-right: 0;
	background-color: white;
	z-index: 1;
}

.left-menu .nav>li>a {
	color: #003e54;
    padding: 20px 18px;
	font-family: "Titillium Web",Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 1.44;
    cursor: pointer;
}

.my_vertical-menu-header {
    height: 48px;
    background-color: black;
}

.my_vertical-menu-header p {
    width: calc(100% - 52px);
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}

.my_vertical-menu-header p:hover {
    text-decoration: underline;
}

.my_vertical-menu-header button {
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    color: white;
    background-color: transparent;
}

.my_vertical-menu-header button:hover, .my_vertical-menu-header button:active, .my_vertical-menu-header button:visited, .my_vertical-menu-header button:focus, .my_vertical-menu-header button:active:focus {
    background-color: transparent;
    color: white;
    border: 0;
}

/* --- HEADER ---*/

.my_header {
	height: 198px;
    border-bottom: 1px solid #cccccc;
}

.my_navbar-body {
	height: calc(100% - 48px);
    position: relative;
}

/* NAVBAR */
.my_navbar {
    height: 100%;
	/* height: 150px; */
	background-color: white;
	border: 0px;
	border-radius: 0px;
}

.my_navbar-burger {
	margin-top: 55px;
	margin-left: 24px;
	margin-right: 40px;
    border-color: transparent;
    display: block !important;
    position: absolute;
}

.my_icon-bar {
	width: 32px !important;
	height: 4px !important;
	background-color: black;
}

.my_header-main-container {
	height: 100%;
	margin-left: 114px;
	width: calc(100% - 114px);
}

.my_header-main-container .row {
	margin-left: 0;
	margin-right: 0;
}

.my_top-logo-container {
	padding-top: 14px;
}

.my_top-logo-a {
    display: inline-block;
    margin-left: 5%;
}

.my_top-logo-img {
    padding-top: 20px;
}

.my_main-title {
    display: inline-block;
    vertical-align: -17px;
    font-size: 24px;
    color: black;
}

.faq-title {
    margin: 0;
    margin-top: 8px;
    font-weight: bold;
}

.faq-link {
    color: #065fb9;
}

.social-search-container {
    height: 130px;
}

.social-buttons-container {
    float: right;
}

.follow-us {
    margin: 0;
    margin-top: 8px;
}

.my_search-bar-container {
    padding-top: 10px;
}

.main-search-input {
    border-radius: 0;
}

.main-search-bar-button {
    border-radius: 0;
}

.anchor-scroll-up-button {
    position: absolute !important;
    top: 95vh;
    left: 90vw;
    opacity: 0.8;
    cursor: pointer;
}

/* Header Minimization Classes For Scroll */
.my_header-reduced {
    height: 112px;
}

.my_header-reduced .social-buttons-container {
    display: none;
}

.my_header-reduced .my_logo-with-title {
    padding-top: 0;
}

.my_header-reduced .my_top-logo-img {
    width: 64px;
    height: 64px;
    padding-top: 0;
}

.my_header-reduced .social-search-container {
    height: auto;
}

.my_header-reduced .my_main-title {
    margin: 0;
    vertical-align: -6px;
}

.my_header-reduced .my_search-bar-container {
    padding-top: 0;
}

.my_header-reduced .my_navbar-burger {
    margin-top: 12px;
}

.search-bar-group {
    z-index: 0;
    margin-top: 11px;
}

.header-right-title {
    font-size: 28px;
    color: #065fb9;
    font-style: italic;
    margin: 0;
    margin-top: 6px;
}

.my_header-reduced .header-right-title {
    display: none;
}

/*
.my_header-reduced .header-hidden-search-button {
    padding-top: 0;
}
*/

/* --- ICONS --- */

.social-search-container .fa-circle {
    color: #06c;
    transition: all 0.2s ease;
}

.fa-facebook-f {
    transition: all 0.2s ease;
    cursor: pointer;
}

.fa-twitter {
    transition: all 0.2s ease;
    cursor: pointer;
}

.fa-facebook-f:hover {
    color: lightgray;
}

.fa-twitter:hover {
    color: lightgray;
}

.anchor-scroll-up-button .fa-circle {
    color: white;
}

.anchor-scroll-up-button .fa-angle-up {
    top: -4px;
    color: black;
}

.anchor-scroll-up-button .fa-angle-up:hover {
    color: #06c;
}

/* TOP HEADER */
.my_pre-header {
	height: 48px;
	line-height: 48px;
    background-color: black;
}

.my_pre-header-container {
	width: auto;
	height: 100%;
	padding-right: 0px;
}

.my_pre-header-container-row {
	width: 100%;
	height: 100%;
	margin-left: 0px;
	margin-right: 0px;
}

.my_pre-header-title {
	padding-left: 221px;
}

.my_pre-header-title a {
	color: white;
	font-weight: 700;
	font-size: 16px;
	cursor: pointer;
}

.my_top-button {
	height: 100%;
	text-align: center;
	background-color: #06c;
	border: 1px white;
}

.my_top-button a {
	font-size: 12px;
	font-weight: 700;
	color: white;
	cursor: pointer;
    text-transform: uppercase;
}

/* --- BODY CONTAINER --- */
.my_body {
    margin-top: 198px;
}

/* FOOTER */
footer {
    width: 100% !important;
    margin-top: 16px;
    background-color: #666666;
    color: white;
}

.footer-text {
    text-align: center;
    margin-top: 13px;
    margin-bottom: 15px;
    color: white;
}

/* +++ MEDIA QUERIES +++ */
@media (max-width: 896px) {

    .my_main-title {
        vertical-align: -26px;
    }

    .my_main-title span {
        display: block;
    }

    .follow-us {
        margin-top: 0;
    }

    /* Rules for when the user has scrolled down */
    .my_header-reduced .my_main-title {
        vertical-align: -16px;
    }

    /* Auto scroll button rules */
    .anchor-scroll-up-button {
        left: 88vw;
    }

}

@media (max-width: 780px) {

    /* Headbar minimization */
    .my_navbar-burger {
        margin-left: 4px;
        margin-right: 0px;
    }

    .my_main-title span {
        display: inline-block;
    }

    .my_header-main-container {
        width: calc(100% - 58px);
        margin-left: 58px;
    }

    .my_main-title {
        font-size: 19px;
        vertical-align: -14px;
    }

    .my_pre-header-title {
        padding-left: 0;
    }

    /* Rules for when the user has scrolled down */
    .my_header-reduced .my_main-title {
        vertical-align: -3px;
    }

    /* Auto scroll button rules */
    .anchor-scroll-up-button {
        left: 84vw;
    }

}

.jesolo_patrimonio_logo {
    display: inline-block;
    vertical-align: -59px;
}

.my_header-reduced .jesolo_patrimonio_logo {
    width: 139px;
    height: 55px;
    vertical-align: -23px;
}

/* Mobile Rules */
@media (max-width: 520px) {

    /* Headbar minimization */
    .my_navbar-burger {
        position: absolute;
    }

    .my_header-main-container {
        width: calc(100% - 54px);
        margin-left: 54px;
    }

    .my_logo-with-title {
        padding: 0;
        padding-top: 30px;
    }

    .header-hidden-search-button-container {
        padding: 0;
        height: 34px;
        margin-top: 57px;
    }

    /*
    .header-hidden-search-button {
        padding-top: 0;
    }
    */

    .my_main-title {
        width: 140px;
        font-size: 15px;
    }

    .my_top-logo-img {
        padding-top: 0;
    }

    /* Vertical Menu Minimization */
    .left-menu .nav>li>a {
        font-size: 14px;
    }

    /* Rules for when the user has scrolled down */
    .my_header-reduced  .header-hidden-search-button-container {
        margin-top: 14px;
    }

    /* Rules for when the user has scrolled down */
    .my_header-reduced .my_main-title {
        vertical-align: -10px;
    }

    /* Auto scroll button rules */
    .anchor-scroll-up-button {
        left: 79vw;
    }

}

/* Little Screen Mobile Rules (like iPhone 5) */
@media (max-width: 365px) {

    /* Headbar minimization */
    .my_header-main-content {
        padding-left: 0;
        padding-right: 0;
    }

    /* Auto scroll button rules */
    .anchor-scroll-up-button {
        left: 76vw;
    }

}

@media (max-width: 1200px) and (min-width: 992px) {

    .jesolo_patrimonio_logo {
        width: 151px;
        height: 60px;
        vertical-align: -41px;
    }

}

@media (max-width: 897px) and (min-width: 781px) {

    .my_header-reduced .jesolo_patrimonio_logo {
        vertical-align: -14px;
    }

    .my_header-reduced .my_top-logo-img {
        vertical-align: -20px;
    }

}
