html {
    height: 100%
}

@font-face {
    font-family : Cursif;
    src: url(../fonts/Cursif.ttf);
	font-family : Grand Hotel;
    src: url(../fonts/GrandHotel-Regular.otf);
	
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: .4rem;
    padding-left: .4rem
}

.container.grid-xl {
    max-width: 1296px
}

.container.grid-lg {
    max-width: 976px
}

.container.grid-md {
    max-width: 856px
}

.container.grid-sm {
    max-width: 616px
}

.container.grid-xs {
    max-width: 496px
}


#body-wrapper .container {
    padding: 2rem 0 2rem
}

.header-fixed #body-wrapper {
    padding-top: 0rem
}

section.section {
    position: relative;
    padding-right: 1rem;
    padding-left: 1rem
}

.overlay-dark,
.overlay-dark-gradient,
.overlay-light,
.overlay-light-gradient {
    z-index: 0
}
.navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}


.navbar .navbar-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}
.navbar .navbar-brand {
    font-size: .9rem;
    text-decoration: none
}

.image-overlay {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.overlay-light .image-overlay {
    background: rgba(255, 255, 255, .4)
}

.overlay-light-gradient .image-overlay {
    background: linear-gradient(to bottom, rgba(255, 255, 255, .5), rgba(255, 255, 255, .2))
}

.overlay-dark .image-overlay {
    background: rgba(0, 0, 0, .4)
}

.overlay-dark-gradient .image-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, .2))
}

html {
    font-size: 16px
}

@media screen and (min-width:480px) {
    html {
        font-size: calc(16px + 4 * ((100vw - 480px)/ 800))
    }
}

@media screen and (min-width:1280px) {
    html {
        font-size: 20px
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
    margin-top: 2rem;
    color: #3a414e
}

.h1,
h1 {
    font-size: 3rem
}

.h2,
h2 {
    font-size: 1.8rem
}

.h6,
h6 {
    font-weight: 400
}

.title-center h1,
.title-center h2 {
    text-align: center
}

.title-h1h2 h1 {
    font-weight: 100;
    line-height: 1.1;
    margin-bottom: 0
}

.title-h1h2 h1 bold,
.title-h1h2 h1 strong {
    font-weight: 400
}

.title-h1h2 h1+h2 {
    line-height: 1.1;
    margin-top: 0
}

.title-center h1+h2,
.title-h1h2 h1+h2 {
    font-weight: 700;
    margin-bottom: 50px
}

a:focus {
    outline: 0 !important;
    box-shadow: none !important
}

img {
    max-width: 100%
}

.table table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse
}

pre code,
pre.xdebug-var-dump {
    line-height: 1.5;
    display: block;
    overflow-x: auto;
    padding: 1rem !important;
    color: inherit;
    border-radius: 2px;
    background: #fafafa
}

pre[class*=language-] code {
    overflow-x: initial;
    padding: 0 !important;
    border-radius: inherit
}

pre code:not(.hljs):not([class*=language-]) {
    background: #f8f8f8
}

i.fa.fa-heart-o.pulse,
i.fa.fa-heart.pulse {
    color: #920
}

b,
strong {
    font-weight: 700
}

ol,
ul {
    margin-left: 1.6rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-left: 1.6rem
}

ul {
    list-style: disc outside
}

ol {
    list-style: decimal outside
}

.notices {
    margin: 1.5rem 0
}

.notices p {
    margin: 1rem 0
}

.mobile-container {
    position: absolute;
    z-index: 2;
    top: 40%;
    left: 0;
    margin: 0 auto
}

.mobile-logo img,
.mobile-logo svg {
    height: 50px;
    margin-top: .7rem;
    margin-left: 1.4rem
}

.mobile-logo img path,
.mobile-logo svg path {
    fill: #fff
}

.mobile-menu {
    z-index: 3;
    top: 0;
    right: 0;
    display: none
}

.header-fixed .mobile-menu {
    position: fixed
}

@media (max-width:840px) {
    .mobile-menu {
        display: block
    }
}

.mobile-menu .button_container {
    position: absolute;
    z-index: 100;
    top: 1.3rem;
    right: 1rem;
    width: 28px;
    height: 24px;
    cursor: pointer;
    transition: opacity .25s ease, top .5s ease
}

.mobile-menu .button_container:hover {
    opacity: .7
}

.mobile-menu .button_container.active {
    position: fixed
}

.mobile-menu .button_container.active .top {
    transform: translateY(8px) translateX(0) rotate(45deg);
    background: #fff
}

.mobile-menu .button_container.active .middle {
    opacity: 0;
    background: #fff
}

.mobile-menu .button_container.active .bottom {
    transform: translateY(-8px) translateX(0) rotate(-45deg);
    background: #fff
}

.mobile-menu .button_container span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    cursor: pointer;
    transition: all .35s ease;
    border: none;
    background: #2f3540
}


.mobile-menu .button_container span:nth-of-type(2) {
    top: 8px
}

.mobile-menu .button_container span:nth-of-type(3) {
    top: 16px
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 0;
    transition: opacity .35s, visibility .35s, height .35s;
    opacity: 0;
    background: #2f3540
}

.overlay.open {
    visibility: visible;
    height: 100%;
    opacity: .95
}

.overlay nav {
    position: relative;
    margin: 0 auto;
    text-align: center
}

.overlay-menu {
    overflow-y: scroll;
    height: calc(100% - 90px)
}

.overlay-menu>.tree {
    text-align: left
}

.treemenu.treemenu-root {
    margin: 1rem
}

.treemenu li {
    line-height: 1.2rem;
    margin: 0 0 1px;
    padding: 5px 0;
    list-style: none;
    background: #2f3540
}

.treemenu li a {
    font-size: 1rem;
    display: block;
    margin-left: 1.2rem
	color: #fff;
}

.treemenu li a.active,
.treemenu li a:active,
.treemenu li a:focus,
.treemenu li a:visited,
.treemenu li a:hover {
    text-decoration: none;
    color: #fff !important
}

.treemenu ul {
    margin: 0 0 0 1rem
}

.treemenu .toggler {
    font-size: 1.1rem;
    line-height: 1rem;
    float: left;
    padding-left: 5px;
    cursor: pointer;
    vertical-align: top
}

.treemenu .toggler:before {
    display: inline-block;
    margin-right: 2pt
}

.treemenu li.tree-empty>.toggler {
    cursor: default;
    opacity: .3
}

.treemenu li.tree-empty>.toggler:before {
    content: '\2022'
}

.treemenu li.tree-closed>.toggler:before {
    content: '+'
}

.treemenu li.tree-opened>.toggler:before {
    content: '\2212'
}

.mobile-nav-open {
    overflow-y: hidden
}

#header,
#header .logo img,
#header .logo svg,
#header .navbar-section,
.default-animation,
.feature-icon, .feature-icon i {
    transition: all .5s ease
}

.pulse {
    transform-origin: 70% 70%;
    animation-name: pulse_animation;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes pulse_animation {
    0% {
        transform: scale(1)
    }
    30% {
        transform: scale(1)
    }
    40% {
        transform: scale(1.08)
    }
    50% {
        transform: scale(1)
    }
    60% {
        transform: scale(1)
    }
    70% {
        transform: scale(1.05)
    }
    80% {
        transform: scale(1)
    }
    100% {
        transform: scale(1)
    }
}

#header {
    font-size: .7rem;
    font-weight: 700;
    width: 100%;
    color: #454d5d;
    border-bottom: 1px solid rgba(172, 179, 194, .2);
    background: #ced6ce
}

#header a {
    color: #454d5d
}

.navbar .navbar-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1 0 0;
    flex: 1 0 0
}

.navbar .navbar-section:not(:first-child):last-child {
    -ms-flex-pack: end;
    justify-content: flex-end
}


#header .navbar-section {

}

@media (max-width:840px) {
    #header .navbar-section {
        margin-right: 2rem
    }
}

@media (max-width:840px) {
    #header .navbar-section.desktop-menu {
        display: none
    }
}

#header .logo img {
    display: inherit;
    height: 70px
}

.header-fixed #header {
    position: fixed;
    z-index: 2;
    top: 0
}

body.header-fixed.header-animated #header.scrolled {
    height: 2.3rem
}

body.header-fixed.header-animated #header.scrolled .navbar-section {
    height: 2.3rem
}

body.header-fixed.header-animated #header.scrolled .logo img,
body.header-fixed.header-animated #header.scrolled .logo svg {
    height: 28px
}

body.header-fixed.header-animated #header.scrolled~.mobile-menu .button_container {
    top: .5rem
}

.login-status-wrapper {
    white-space: nowrap
}

body.sticky-footer {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100vh;
    -ms-flex-direction: column
}

body.sticky-footer #page-wrapper {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

#footer {
    padding: 1rem 1rem 0;
    text-align: center;
    color: #454d5d;
	background-color: #ced6ce;
}
#footer a {
    color: #454d5d
}


@media (max-width:840px) {
    .dropmenu {
        display: none
    }
}

.dropmenu ul {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    white-space: nowrap
}

.dropmenu ul li {
    position: relative;
    margin: 0
}

.dropmenu ul li a {
    display: block;
    padding: 7px 30px 7px 20px;
    text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.dropmenu ul li a.active,
.dropmenu ul li a:focus,
.dropmenu ul li a:hover {
    color: #2f3540 !important;
	font-weight: bold;
}

.dropmenu ul li a:before {
    font-family: FontAwesome;
    display: inline-block;
    float: right;
    margin-right: -20px;
    content: '\f107';
    vertical-align: middle
}

.dropmenu ul li a:only-child {
    padding-right: 20px
}

.dropmenu ul li a:only-child:before {
    content: ''
}

.dropmenu ul li:hover>ul {
    display: block;
    visibility: visible
}

.dropmenu ul ul li a:before {
    content: '\f105'
}

.dropmenu ul ul {
    position: absolute;
    top: 100%;
    visibility: hidden;
    list-style: none;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1)
}

.dropmenu ul ul ul {
    position: absolute;
    top: 0;
    left: 100%
}

.dropmenu>ul>li {
    display: inline-block
}

.dropmenu.animated ul li {
    transition: background .7s, color .5s
}

.dropmenu.animated ul li:hover>ul {
    transform: translateY(0);
    opacity: 1
}

.dropmenu.animated ul ul {
    transition: transform .3s, opacity .5s;
    transform: translateY(-10px);
    opacity: 0
}

.extra-spacing:not(.col-12),
:not(.col12)>.e-content {
    padding-right: 1rem
}

@media (max-width:840px) {
    .extra-spacing:not(.col-12),
    :not(.col12)>.e-content {
        padding-right: 0
    }
}



hr.rounded {
  border: 1px solid #415941;
  border-radius: 2px;
  width: 50%;
}

div#background-magali {
	width: 100%;
	margin-top: 4em;
	text-align: right;
	padding-top: 0;
	padding-left: 5%;
	padding-right: 10%;
	height: 35em;
	color: #415941;
	background: url('../img/background_hq.jpg') center top no-repeat;background-size: cover;
}
div#background-magali h2 {
	text-align: center;
	color:#415941;
	padding-top: 0.5em;
}
div#background-magali h3 {
	margin:1em auto;
	padding-left: 10%;
	font-size: 1.5em;
	text-align: left;
	color: #415941;
	word-spacing: 0.8em;
}

div#background-magali h3.right {
	margin-right: 0;
	width: 100%;
	padding-top: 1em;
	padding-left: 80%;
	text-align: left;
	font-size: 1.2em;
}

@media (max-width:640px) {
	
	div#background-magali h3 {
		margin:1em auto;
		font-size: 1em;
		text-align: left;
		word-spacing: 0.1em;
	}
	div#background-magali h3.right {
		margin-top: 10%;
		margin-right: 0;
		padding: 0;
		text-align: center;
	}
}

/*Responsive Google Maps*/
.maps-responsive {
	position: relative;
	padding-bottom: 75%;/* aspect ratio 4:3 */
	height: 0;
	overflow: hidden;
}

.maps-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}