.handwritting{
    font-family: Parisienne;
}
.resto-color1{
    color: #CB1511;
}
.resto-color2{
    color: #ffffaa;
}
.resto-color3{
    color: #CFA670;
}
.header-wrap{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}
.header-wrap a{
    color: #ffffff;
}
.header-wrap .navbar a{
    font-size: 1.2em;
    margin-right: 1em;
}
.header-wrap .navbar a:hover{
    color: #ffffaa;
}
.header-wrap .navbar a.btn:hover{
    color: #333333;
}
.header-isscrolled a{
    color: #333333;
    font-weight: bold;
}
.header-isscrolled .navbar a:hover{
    color: #CB1511;
}
.header-isscrolled .navbar a.btn{
    border: 1px solid #555555;
}
.header-isscrolled .navbar a.btn:hover{
    color: #CB1511;
}
.header-top{
    background-color: #CB1511;
}
.header-isscrolled .header-top{
    height: 0;
    transition: all 200ms linear;
}
.header-isscrolled .navbar{
	background: rgba(255,255,255,0.95) !important;
	transition: all 200ms linear;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.13); 
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.13);
}
.header-logo-not-scrolled{
    height: 80px;
}
.header-isscrolled .header-logo-not-scrolled{
    display: none;
}
.header-logo-is-scrolled{
    height: 80px;
    display: none;
}
.header-isscrolled .header-logo-is-scrolled{
    display: block;
    height: 48px;
    transition: all 200ms linear;
}

.home-hero{
    background: url(./media/header-bg.jpg);
    background-size: cover;
    background-position: center left;
}
.home-hero .container{
    height: 98vh;
}
@media only screen and (max-width: 768px) {
    .home-hero .display-1{
        font-size: 5rem;
    }
    .home-hero .display-2{
        font-size: 4.5rem;
    }
    .home-hero .display-3{
        font-size: 3.5rem;
    }
    .home-hero .h4{
        font-size: 1.25rem;
    }
}
.home-hero .container .row{
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.svg{
    position: relative;
    height: 20px;
}
.svg > div{
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
}
.svg svg{
    fill: #ffffff;
    width: 100%;
    height: 20px;
}
.svg-rotate{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.discover{
    position: relative;
}
.discover-box{
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0px 2px 60px 0px rgba(0, 0, 0, 0.1);
    width: 110%;
    left: -30px;
    top: -3em;
    border-radius: 5px;
    padding: 5em 3em;
}
.discover-box .lead{
    line-height: 180%;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 2em;
    padding-bottom: 2em;
}
@media only screen and (max-width: 1023px) {
    .discover-box{
        position: static;
        background-color: #ffffff;
        box-shadow: 0px 2px 60px 0px rgba(0, 0, 0, 0.1);
        width: 100%;
        left: 0;
        top: 0;
        border-radius: 5px;
        padding: 5em 4em;
    }
}
@media only screen and (max-width: 480px) {
    .discover-box{
        padding: 4em 3em;
    }
}

.event{
    background: url(./media/event.jpg);
    background-size: cover;
    background-position: center left;
    background-attachment: fixed;
}
.event .container{
    height: 60vh;
}
.event-wrap{
    position: relative;
}
.event-box{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    top: -3.5em;
    border-radius: 5px;
    padding: 5em 3em;
    z-index: 98;
}
.event-box .lead{
    line-height: 180%;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 2em;
    padding-bottom: 2em;
}
@media only screen and (max-width: 1023px) {
    .event .container{
        height: auto;
    }
    .event-box{
        position: static;
        min-height: auto !important;
        left: 0;
        top: 0;
    }
}
.menu-dotted{
    border-top: 2px dotted #333333;
}

.gallery{
    background: url(./media/gallery-header.jpg);
    background-size: cover;
    background-position: center left;
    background-attachment: fixed;
}
.gallery .container{
    height: 50vh;
    position: relative;
}
.gallery .container .gallery-box{
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gallery-zoom .image{
    width:100%;
    height:100%;
    overflow:hidden;
    position:relative;
}
.gallery-zoom .image img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
}
.gallery-zoom .image:hover img {
    -ms-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
}
.blog{
    background: url(./media/blog.jpg);
    background-size: cover;
    background-position: center left;
    background-attachment: fixed;
}
.blog .container{
    height: 50vh;
    position: relative;
}
.blog .container .blog-box{
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bloglist .description p{
    line-height: 160% ;
}
.bloglist .blog-date{
    z-index: 96;
    color: #ffffff;
    left: 3em;
    top: 3em;
}
a.continue-reading{
    position: relative;
    text-decoration: none;
    float: left;
    transform: translateX(45px);
    transition: all 0.3s;
    display: block;
}
a.continue-reading::before, a.continue-reading::after{
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    top: 48.8%;
    background: #181B31;
    border-radius: 4px;
    transition: all 0.3s;
}
a.continue-reading::before{
    width: 30px;
    right: 110%;
}
a.continue-reading:after {
    width: 0%;
    left: calc(100% + 10px);
    transition-delay: 0s;
}
.bloglist .description:hover a.continue-reading{
    transform: translateX(0);
}
.bloglist .description:hover a.continue-reading::before{
    width: 0% !important;
}
.bloglist .description:hover a.continue-reading::after{
    width: 30px;
}
a.continue-reading span {
	position: absolute;
	display: block;
	width: 30px;
	height: 100%;
	left: calc(100% + 8px);
	top: 1px;
}

a.continue-reading span:before,
a.continue-reading span:after {
	content:'';
	display: block;
	position: absolute;
	width: 0;
	height: 2px;
	top: 0;
	right: 0;
	background: #181B31;
	border-radius: 4px;
	transform: rotate(45deg);
	transition: all 0.15s;
	transition-delay: 0.25s;
	opacity: 0;
}
a.continue-reading span:before {
	top: 6px;
	right: 0;
	transform: rotate(45deg);
}
a.continue-reading span:after {
	top: 12px;
	right: 0;
	transform: rotate(-45deg);
}

.bloglist .description:hover a.continue-reading span:before
{
	width: 11px;
    top: 6px;
    right: -6px;
	opacity: 1;
	transition-delay: 0s;
}

.bloglist .description:hover a.continue-reading span:after
{
	width: 11px;
    top: 12px;
    right: -6px;
	opacity: 1;
	transition-delay: 0s;
}
.find-us .container{
    position: relative;
}
.map-wrap{
    position: relative;
}
.map-box{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    top: -430px;
    border-radius: 5px;
    padding: 5em 3em;
    z-index: 98;
}
.map-box .lead{
    line-height: 180%;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 2em;
    padding-bottom: 2em;
}
@media only screen and (max-width: 1023px) {
    .map-box{
        position: static;
        min-height: auto !important;
        left: 0;
        top: 0;
    }
}
.footer a{
    color: #ffffff;
}
.line-height-180{
    line-height: 180%;
}
.copyright{
    border-top: 1px solid #555555;
    background: rgba(0, 0, 0, 0.2);
}