@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700,400,300);
@import url(//fonts.googleapis.com/css?family=Marvel:400,700);

/* =======================================================
                    Base & Reset
======================================================== */
body {
    background: #fff;
    font: 14px/24px Georgia, 'Times New Roman', Times, serif;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s all ease;
}
a:hover {
    transition: 0.3s all ease;
}
a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}
h2 a, h3 a, h4 a, h5 a {
    color: inherit;
    font: inherit;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
    color: #d94d3a;
}
* {
    -webkit-text-size-adjust: none;
}
::selection {
    color: #ffffff;
    background: #666666;
}
::-moz-selection {
    color: #ffffff;
    background: #666666;
}

/* =======================================================
                    Header & Navigation
======================================================== */
#header {
    padding: 0;
    background-color: #424D22;
}
#header h1 {
    float: left;
    padding-left: 40px;
    background: url(../images/logo.png) 0 15px no-repeat;
    color: #fff;
}
#header h1 a {
    font: 700 44px/44px 'Open Sans', sans-serif;
    color: #fff;
}
#header h1 span {
    display: block;
    font: 24px/24px 'Marvel', sans-serif;
}
#header nav { float: right; }

.sf-menu {
    width: 100%;
    text-align: center;
    line-height: 20px;
    margin-top: 32px;
}
.sf-menu > li {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
}
.sf-menu > li > a {
    color: #C7964E;
    font-size: 22px;
    font-family: 'Marvel', sans-serif;
    margin-left: 29px;
    margin-bottom: 30px;
    position: relative;
}
.sf-menu > li > a:hover { color: #fff; }
.sf-menu > li > a:hover:after {
    content: "";
    height: 4px;
    width: 100%;
    background: #dbb3ae;
    position: absolute;
    bottom: -30px;
    left: 0;
}
.sf-menu > li:first-child { padding-right: 0; }
.sf-menu > li.current > a { color: #C7964E; }
.sf-menu > li.current > a:after {
    content: "";
    height: 4px;
    width: 100%;
    background: #dbb3ae;
    position: absolute;
    bottom: -30px;
    left: 0;
}

.index .block-3 {
  padding: 123px 0 100px;
  background: url("../images/index_img_par.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 8;
  text-align: center;
}


/* Sub-menu */
.sf-menu ul {
    position: absolute;
    top: 66px;
    left: -30px;
    background: #333;
    color: #fff;
    min-width: 157px;
    z-index: 999;
    display: none;
    text-align: left;
    padding-left: 33px;
    padding-top: 10px;
    box-sizing: border-box;
}
.sf-menu ul:before {
    content: "";
    position: absolute;
    top: -10px;
    left: calc(50% - 3px);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #d94d3a;
}
.sf-menu ul li {
    position: relative;
    height: 48px;
    line-height: 48px;
    transition: 0.3s;
}
.sf-menu ul li a {
    display: block;
    line-height: 12px;
    padding: 10px 0;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.sf-menu ul li:hover > a { color: #7d261a; }

/* Second-level sub-menu */
.sf-menu ul ul {
    position: absolute;
    top: 0;
    left: 126px;
    z-index: 4;
    min-width: 157px;
    border: none;
    background: #dbb3ae;
}
.sf-menu ul ul:before { display: none; }
.sf-menu ul ul a:hover { color: #d94d3a; }

/* Sticky menu */
.isStuck {
    background: #424D22;
    z-index: 9;
    padding: 0;
    border-bottom: 1px solid #d94d3a;
}
.isStuck nav { margin-top: 17px !important; }
.isStuck .sf-menu { margin-top: 3px; }
.isStuck .sf-menu > li > a:hover:after,
.isStuck .sf-menu > li.current > a:after { bottom: -23px; }

/* =======================================================
                    Buttons
======================================================== */
.btn {
    width: 153px;
    border: 1px solid #000;
    display: inline-block;
    font: 24px/46px 'Open Sans', sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin-top: 20px;
    background-color: #C7964E;
}
.btn:hover {
    background: #000;
    color: #fff;
}

/* =======================================================
                    Headings & Typography
======================================================== */
h2, h3, h4, h5 {
    font-family: 'Marvel', sans-serif;
    color: #2a2a2a;
    text-align: center;
    letter-spacing: 1px;
    padding: 0 15px;
}
h2 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 40px;
}
h2 span:before {
    height: 2px;
    position: absolute;
    bottom: 7px;
    background: #000;
    width: 100%;
    content: "";
    display: block;
    left: 0;
}
h3 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
}
h4 { font-size: 36px; line-height: 36px; text-align: center; margin: 30px 0; }
h5 { font-size: 27px; line-height: 27px; text-align: center; margin-bottom: 20px; color: #000; }
p {
    font: 14px/24px 'Open Sans', sans-serif;
    color: #333;
}

#content .container p {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 30px;
    color: #2f2f2f;
    text-align: justify;
    max-width: 820px;
    margin: 0 auto 28px auto;
    letter-spacing: 0.4px;
}

/* Center headings nicely */
#content h2,
#content h3,
#content h4,
#content h5 {
    text-align: center;
}

.full-width-container {
    padding: 80px 0;
}

/* =======================================================
                    Footer
======================================================== */
#footer {
    padding: 50px 0 0;
    color: #000;
    background-color: #AC8146;
}
#footer a { color: inherit; }
#footer a:hover { text-decoration: underline; }
#footer .copyright { text-align: center; }
#footer .copyright pre {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
}

/* =======================================================
                    Mobile Menu
======================================================== */
.mobile-buttons,
#mobile-menu,
#lang-menu { display: none; }

@media only screen and (max-width: 767px) {
    #stuck_container nav { display: none; }

    .mobile-buttons {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100vw;
        padding: 10px 10px;
        box-sizing: border-box;
        background-color: #424D22;
    }

    #menu-btn, #lang-btn {
        font-size: 28px;
        padding: 8px 12px;
        background: #C7964E;
        border: none;
        color: #424D22;
        border-radius: 5px;
        cursor: pointer;
    }

    #mobile-menu, #lang-menu {
        display: none;
        position: absolute;
        top: 50px;
        width: 180px;
        background: #424D22;
        border-radius: 8px;
        z-index: 999;
        border: 2px solid #C7964E;
        box-sizing: border-box;
        z-index: 20000;
    }
    #mobile-menu { right: 10px; }
    #lang-menu { left: 10px; }

    #mobile-menu ul, #lang-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    #mobile-menu li a, #lang-menu li a {
        display: block;
        padding: 10px;
        color: #fff;
        text-decoration: none;
    }
    #lang-btn img {
    display: block;
    width: 27px;
    height:27px;
}
    #mobile-menu li a:hover, #lang-menu li a:hover { background: #d94d3a; }

    /* Ensure header grid is full width */
    #header .container,
    #header .row,
    #header .grid_12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
    }
    #header > .container a img {
        display: block;
        margin: 10px auto 0; /* 10px top margin, centered horizontally */
    }

    #header .grid_12 > a {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px 0;
}

/* =======================================================
                    Media Queries for Responsive Typography
======================================================== */
@media only screen and (max-width: 979px) {
    .sf-menu li { padding-right: 0; }
    .index .block-3 h3 { font-size: 18px !important; line-height: 20px !important; }
    .index .block-3 h2 { font-size: 30px !important; line-height: 30px !important; margin-bottom: 30px !important; }
    .index .block-3 { padding-bottom: 160px !important; }
}
@media only screen and (max-width: 767px) {
    h2 { font: 300 52px/52px 'Open Sans', sans-serif; margin-bottom: 40px; }
    h3 { font: 45px/45px 'Marvel', sans-serif; }
    h4 { font: 25px/25px 'Marvel', sans-serif; margin: 20px 0; }
    h5 { font: 20px/20px 'Marvel', sans-serif; }
    .img_container { margin-bottom: 20px; }
}
@media only screen and (max-width: 479px) {
    h2 { font: 42px/42px 'Open Sans', sans-serif; }
    h3 { font: 35px/35px 'Marvel', sans-serif; }
    h4 { font: 20px/20px 'Marvel', sans-serif; }
    h5 { font: 16px/16px 'Marvel', sans-serif; }
}

/* Make Google Maps iframe responsive */
.map-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto; /* center the map */
}

.map-container iframe {
    width: 100%;        /* full width */
    max-width: 100%;    /* prevent overflow */
    height: 450px;      /* default height */
    display: block;
    border: 0;
}

/* Smaller height on mobile */
@media only screen and (max-width: 767px) {
    .map-container iframe {
        height: 400px;  /* shorter height for phones */
    }
}

@media only screen and (max-width: 767px) {

    #content .container p {
        font-size: 16px;
        line-height: 26px;
        max-width: 100%;
        text-align: left;   /* better readability on small screens */
        padding: 0 15px;    /* prevents text touching screen edges */
    }

    #content h2 {
        font-size: 32px;
        line-height: 36px;
    }

    #content h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .full-width-container {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 767px) {
    #header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 8000;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-buttons {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 10px 10px;
        background-color: #424D22;
        position: relative;
        z-index: 10000; /* above content */
    }
}

@media only screen and (max-width: 767px) {
    #header.isStuck a img {
        display: none; /* hide logo when sticky */
    }
}

@media only screen and (max-width: 767px) {
    /* Push all content below mobile header */
    body > *:not(#header) {
        margin-top: 180px; /* height of mobile header */
    }
}