/* Import other css files */

@import url(clearfix.css);
/* Import necessary fonts from google-fonts */

@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,500,300);
@import url(https://fonts.googleapis.com/css?family=Arapey);
body {
    margin: 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

a,
img {
    border: 0;
}

a {
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.blue {
    color: #0099cc;
}

.black {
    color: #000;
}

.blackBg {
    background: #000;
}

.grey {
    color: #6D6D6D;
}

.greyBg {
    background: #6D6D6D;
}

.gold {
    color: #B1A086 !important;
}

.goldBg {
    background: #B1A086;
}

.white {
    color: #FFF;
}

.whiteBg {
    background: #FFF;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.rightAlign {
    text-align: right;
}

.error {
    font-size: 14px;
    color: #cc0000 !important;
}

.success {
    font-size: 14px;
    color: #08a600;
}

.errorMessage {
    font-size: 14px;
    color: #cc0000;
    background-color: #ffbaba;
    text-align: center;
    padding: 10px 0;
}

.successMessage {
    font-size: 14px;
    color: #08a600;
    background-color: #c9ffba;
    text-align: center;
    padding: 10px 0;
}

.innerContent {
    width: 100%;
    max-width: 1331px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.smallContent {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.smallcontainer {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
}

.smallcontainer p {
    margin: 1em auto;
}

img {
    max-width: 100%;
}

p {
    font-weight: 300;
    line-height: 24px;
}

h1 {
    margin: 0;
}

h2 {
    font-size: 2.25em;
    font-family: 'Arapey', serif;
    text-transform: uppercase;
    text-align: center;
}

h3 {
    font-size: 1.875em;
    font-family: 'Arapey', serif;
    text-align: center;
}

.cta {
    display: inline-block;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 2px solid #000;
}

.cta:hover {
    border-bottom: 5px solid #B1A086;
    color: #B1A086;
}

.goldhover {
    color: #000;
    text-decoration: underline;
}

.goldhover:hover {
    color: #B1A086;
}

.cta-bar {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    color: #FFF !important;
    background: #000 !important;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    padding: 1em 0;
    transition: background 0.3s ease;
    border: none;
}

.cta-bar:hover {
    background: #B1A086 !important;
}

nav {
    font-family: 'Arapey', serif;
    text-align: center;
}

nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

nav ul li a:hover {
    color: #B1A086 !important;
}

.lang {
    font-family: 'Work Sans', sans-serif;
    font-size: 0.75em;
    font-weight: 500;
    text-transform: uppercase;
}

.langMobile {
    display: none;
    font-family: 'Work Sans', sans-serif;
    font-size: 0.75em !important;
    font-weight: 500;
    text-transform: uppercase;
}

.topBtn {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 10;
}

.logoMobile {
    display: none;
}

.mobile,
.mobiTable {
    display: none !important;
}

.noScroll {
    overflow: hidden;
}

.curtain {
    display: none;
    background: rgba(255, 255, 255, 0.5);
    z-index: 9;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
}

/* *** **

- HEADER

*** ** */

/*

nav ul li:last-child { display: none !important; } */

#header {
    position: relative;
    background: #FFF;
    text-align: center;
    padding: 0.5em 0 0;
}

#header h1 a {
    display: block;
}

#header #menuBtn {
    display: none;
    color: #000;
    background: #FFF;
    position: fixed;
    left: 10px;
    top: 25px;
    padding: 0.35em 0.5em;
    font-size: 0.85em;
    -moz-box-shadow: 0 3px 3px -1px #888;
    -webkit-box-shadow: 0 3px 3px -1px #888;
    box-shadow: 0 3px 3px -1px #888;
    z-index: 11;
}

#header.pushBot {
    margin-bottom: 7.5em;
}

#header .innerContent {
    padding: 0 0.5em;
    width: calc(100% - 1em);
}

#header nav {
    position: relative;
    /*

    width: calc(100% - 50px);

    line-height: 50px;*/
    width: calc(100% - 300px);
    line-height: 60px;
    text-align: right;
}

#header nav ul li {
    display: inline-block;
    padding: 0 1.8%;
}

#header nav ul li:last-child {
    padding-right: 0;
}

#header nav ul li.logo {
    padding: 0 !important;
}

#header nav ul li a {
    color: #000;
    text-transform: uppercase;
    text-align: center;
    transition: color 0.3s ease;
}

#header nav ul li a.gold {
    border-bottom: 1px solid #B1A086;
}

#header nav ul li h1 img {
    position: relative;
    top: 68px;
    z-index: 9;
}

#header nav .lang {
    position: absolute;
    top: 18px;
    right: 5px;
    color: #000;
}

/* *** ** *

- CAROUSEL

*** ** * */

#bcg-carousel {
    background: url(../images/header.jpg) no-repeat center center;
    background-size: cover;
    height: 625px;
}

/* *** ** *** **

- INSTAGRAM

*** ** *** ** */

#instagram {
    padding: 0 0 7.5rem;
}

#instagram ul {
    padding: 0;
    list-style: none;
}

#instagram .owl-carousel .owl-item {
    position: relative;
    margin-right: 1rem;
    max-height: 250px;
    overflow: hidden;
}

.owl-theme .owl-controls {
    margin-top: 30px !important;
}

.owl-theme .owl-controls .owl-page span {
    background: rgba(0, 0, 0, 0.5) !important;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: rgba(0, 0, 0, 1) !important;
}

/* *** ** *

- SERVICES

*** ** * */

#about {
    padding: 7.5em 0;
}

#about h2 {
    margin-top: 0;
}

#services .service-box {
    margin-right: 2em;
    width: calc(33.3333% - 1.5em);
}

#services .service-box:last-child {
    margin: 0;
}

#services .service-box p {
    position: relative;
    min-height: 165px;
}

#services .service-box p a {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

/* *** ** *

- CONTACT

*** ** * */

#contact {
    padding: 6.5em 0 0;
}

#contact .cta,
#contactPage .cta {
    text-transform: lowercase;
}

#contact p,
#contactPage p.nomargin {
    margin: 0;
    min-height: 31px;
}

#contact .center,
#contactPage .center {
    min-height: 88px;
}

form.contactForm table {
    width: 100%;
    max-width: 768px;
    margin: 3.75em auto;
}

form.contactForm table tr td {
    padding-right: 1.5em;
    width: 300px;
}

form.contactForm table tr td select {
    width: 100%;
    font-family: 'Work Sans', sans-serif;
    font-size: 1em;
    padding: 0.5em;
    margin: 1em 0;
}

form.contactForm table tr td input[type="text"] {
    width: 100%;
    border: none;
    outline: none;
    background: none;
    margin-bottom: 1em;
    padding: 0.75em 0;
    font-size: 1em;
    font-family: 'Work Sans', sans-serif;
    border-bottom: 2px solid #000;
    line-height: 0;
}

form.contactForm table tr td input:focus {
    border-bottom: 2px solid #B1A086;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #000;
    padding: 0.85em;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

form.contactForm table tr td#input-container {
    width: 100%;
}

form.contactForm table tr td#input-container input {
    max-width: 100%;
}

/* *** ** *** **

- SERVICES PAGES

*** ** *** ** */

#wedding-planning h2 {
    margin: 0 0 3.125rem;
}

.pushButton {
    margin: 6.5em 0 0;
}

.window-center-left {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 50%;
}

.window-center-right {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 50%;
}

.block-container {
    padding: 4.6875em 0 0;
    position: relative;
}

.block-container h3 {
    text-align: left;
}

.block {
    width: calc(50% - 2em);
}

.block.right {
    margin-left: 4em;
}

.block.left {
    margin-right: 4em;
}

.block-container.smallContent {
    padding-top: 2em;
}

.block-text p {
    text-align: justify;
}

.service-header {
    background-repeat: no-repeat;
    background-size: cover;
    height: 625px;
    width: 100%;
}

/* *** ** * ** * **

- SERVICE PACKAGES

*** ** * ** * ** */

.header-bg {
    background-size: cover;
    width: 100%;
}

.service-subnav {
    background: #EEE;
    margin-bottom: 4.6875em;
    margin: 0 0 4.6875em;
}

.service-subnav ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.service-subnav ul li {
    box-sizing: border-box;
    border-right: 1px solid #E4E4E4;
    text-align: center;
}

.service-subnav ul li:last-child {
    border-right: none;
}

.service-subnav ul li a {
    display: block;
    padding: 0.875em;
    font-size: 0.875em;
    text-transform: uppercase;
    color: #000;
    transition: all 0.35s
}

.service-subnav ul li a:hover {
    color: #B1A086;
}

.bg-separate {
    position: relative;
    background-size: cover;
    height: 300px;
    width: 100%;
    margin: 3.125em 0 0;
}

.bg-separate .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 400px;
}

.testimonial {
    font-style: italic;
    background: #EEE;
    padding: 2em;
}

.testimonial span {
    display: block;
    font-size: 0.875em;
    text-align: right;
}

.container {
    margin: 3.125em 0 0;
    width: 100%;
}

.col-50 {
    width: 50%;
}

.container .col-50:first-child {
    padding-right: 1.5625em;
    width: calc(50% - 1.5625em);
}

.container .col-50:last-child {
    padding-left: 1.5625em;
    width: calc(50% - 1.5625em);
}

.container .col-50 h3 {
    text-align: left;
}

.service-close,
.testimony {
    margin: 3.125em 0;
}

.service-close p,
.testimony p {
    background: #EEE;
    text-align: center;
    padding: 2em;
}

.service-subnav ul li {
    width: 16.6667%;
}

.service-content .cta-bar {
    display: block;
    margin: 5em auto;
}

.innerContent .testimony p {
    padding: 1.5em 1em !important;
    margin: 0 auto !important;
    width: calc(100% - 2em);
}

/* *** ** * *** ** *

- Wedding Packages

*** ** * *** ** * */

#wedding .service-header {
    background: url(../../static/images/services/headers/wedding_header_2.jpg) no-repeat center center;
    background-size: cover;
}

#wedding .service-subnav ul li {
    width: 14.285%;
}

#wedding #planning-bg {
    background: url(../images/wedding_separator.jpg) no-repeat center center;
}

#wedding #package-bg {
    background: url(../images/services/wedding_event_bg.jpg) no-repeat center center;
}

#weddingplanningbg div {
    /* background: url(../../static/images/services/wedding_cake_flowers.jpg) no-repeat center center; */
    background: url(../../static/images/wedding_planning.jpg) no-repeat center center;
    background-size: cover;
    height: 695px;
    width: 100%;
}

/* *** ** * *** ** *

- Corporate

*** ** * *** ** * */

#corporate .service-header {
    background: url(../../static/images/meeting_header.jpg) no-repeat center center;
    background-size: cover;
}

#corporate .service-subnav ul li {
    width: 33.3334%;
}

/* *** ** * *** ** *

- Private

*** ** * *** ** * */

#private .service-header {
    background: url(../../static/images/services/headers/private_header.jpg) no-repeat center center;
    background-size: cover;
}

#private .service-subnav ul li {
    width: 25%;
}

/* *** ** *

- POLICIES

*** ** * */

#policies {
    padding: 1em 0 0;
}

#policies h3 {
    display: block;
    text-align: left;
    border-bottom: 1px solid #B1A086;
    padding: 0.25em 0;
}

#policies strong {
    display: block;
    margin: 2.375em 0 0;
    text-transform: uppercase;
}

#policies .center {
    margin-top: 4em;
}

/* *** ** *

- PARTNERS

*** ** * */

#partners #partnersIntro {
    padding-bottom: 3em;
}

#partners #partnersContainer {
    background: url(../images/partners/partners_bg.jpg) no-repeat center center;
    width: 100%;
    padding: 6.25em 0;
    margin-bottom: 4em;
}

#partners #partnersContainer #logo-carousel {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

#partners #partnersContainer #logo-carousel img {
    margin: 0.5em 0;
}

#partners .owl-carousel .owl-item {
    text-align: center;
}

#partners .owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -transform-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0;
    opacity: 1;
}

#partners .owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -transform-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0;
    opacity: 1;
}

@media screen and (max-width: 1275px) {
    #partners .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 0;
    }
    #partners .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 0;
    }
}

/* --------------

- Event Spaces

-------------- */

#spaces .cta-bar {
    display: block;
    margin: 5em auto;
}

#spaces .center {
    padding-top: 4em;
}

.room-table {
    margin: 0 auto;
    max-width: 1180px;
    width: 100%;
    overflow: hidden;
}

.room-table tr th {
    position: relative;
    text-align: left;
    font-weight: 400;
    font-size: 0.875em;
    border-bottom: 1px solid #B1A086;
    background: #FFF;
}

.room-table tr th:nth-child(2),
.room-table tr th:nth-child(3) {
    text-align: center;
}

.room-table tr td {
    box-sizing: border-box;
    position: relative;
    width: 75px;
    height: 34px;
    line-height: 16px;
    font-size: 0.875em;
    border: 1px solid #FFF;
    text-align: center;
    cursor: default;
}

.room-table tr td:first-child {
    width: 120px;
    text-align: left;
    padding-left: 0.5em;
}

.room-table tr td:nth-child(2),
.room-table tr td:nth-child(3) {
    font-size: 0.75em;
    width: 120px;
    text-align: center;
}

.room-table tr th img {
    display: block;
    margin: 0 auto;
}

.room-table tbody tr:hover {
    background-color: #eee;
}

.room-table tbody td:hover {
    border: 1px solid #000;
}

.room-table tbody td:hover::after {
    content: "";
    position: absolute;
    background-color: #eee;
    left: 0;
    top: -5000px;
    height: 10000px;
    width: 100%;
    z-index: -1;
}

a.tooltips {
    position: relative;
    display: block;
    margin: 0.5em auto;
}

a.tooltips span {
    position: absolute;
    width: 100px;
    padding: 0.5em;
    color: #FFFFFF;
    background: #000000;
    text-align: center;
    visibility: hidden;
    display: none;
}

a.tooltips span:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #000000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

a:hover.tooltips span {
    display: block;
    visibility: visible;
    opacity: 0.8;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

/* *** ** * **

- FOOTER 2017

*** ** * ** */

#badge {
    text-align: center;
    color: #FFF;
    border-top: 1px solid #FFF;
    padding: 1em 0;
    margin: 3.125em auto 0;
    font-size: 0.875em;
}

footer {
    position: relative;
    padding: 3.125em 0 0;
}

/* Footer Foundation */

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    padding: 1.5625rem 0 0;
}

footer ul li:first-child {
    padding: 0;
}

footer ul li a {
    color: #FFF;
}

footer .row {
    width: 65%;
}

footer .column {
    padding: 0 0.78125em;
    width: calc(33.3333% - 1.5625em);
}

/* Footer Logo */

footer #logo-footer {
    padding-right: 8.5em;
    width: calc(35% - 8.5em);
}

footer #logo-footer img:first-of-type {
    display: block;
    margin: 0 auto 2em;
}

/* Social Media */

.social-media {
    padding: 0;
    margin: 1.5625em 0 0;
    border-top: 1px solid #FFF;
}

.social-media li {
    display: inline-block;
    font-size: 1.5em;
    padding: 0.78125em 0 0;
}

.social-media li span {
    font-size: .75em;
    margin-left: .75em;
}

.social-media li.cart i {
    font-size: 1.1em;
}

/* CC logo */

.logo {
    color: #FFF;
    border-top: 1px solid #FFF;
    padding: .5em 0em 1em;
    margin: 3.125em auto 0;
    display: flex;
    justify-content: center;
}

.logo .flex-item {
    flex: 1;
}

.logo ul {
    padding: 0;
    flex: 1;
    display: flex;
    justify-content: center;
    line-height: 75%;
}

.logo ul li {
    font-size: 1em;
    padding: 0.7125em .1em 0 !important;
}

.logo ul li.cc {
    padding: 0.5em .1em 0 !important;
}

.logo ul li i {
    padding: 0 .1em;
}

/* Sitemap */

footer .sitemap ul li a {
    text-transform: uppercase;
    transition: color 0.3s ease;
}

footer .sitemap ul li a:hover {
    color: #B1A086;
}

/* Contact Info */

footer #contact-info li:nth-child(2) {
    font-size: 1.5em;
}

/* Responsive */

@media screen and (max-width: 1180px) {
    /* #header nav ul li { padding: 0 1% 1em !important; } */
    #footer nav ul li {
        padding: 0 1% !important;
    }
    footer #logo-footer {
        float: none;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    footer .row {
        width: 100%;
        margin-top: 1.5625em;
    }
    footer .column {
        width: calc(50% - 1.5625em);
        text-align: center;
    }
    footer .column ul {
        float: none;
        display: inline-block;
        text-align: center;
    }
    footer .column:last-child {
        float: none;
        width: calc(100% - 1.5625em);
        padding: 1.5625em 0;
        margin: 0 0.78125em;
        clear: both;
        text-align: left;
    }
    footer .column:last-child ul {
        display: block;
        text-align: center;
    }
}