@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:700);
@import url(//fonts.googleapis.com/css?family=Sonsie+One);
@font-face {
    font-family: "Trajan";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("Trajan.ttf") format("tff"), url("Trajan.ttf") format("truetype");
}
/*========================================================
                    Main layout styles
=========================================================*/
body {
    font: 400 14px/20px "Roboto Condensed", sans-serif;
    /*color: #dec5b9;*/
    color: #747378;
    background: #e4e3b3;

    /*background: #fff5eb;*/
}
body p {
    letter-spacing: .025em;
}
a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover {
    color: #6f7b31;
    /*color: #f92950;*/
}
strong {
    font-weight: 700;
}
img {
    max-width: 100%;
}
* {
    -webkit-text-size-adjust: none;
}

/* ======= Headers ======= */
h2 {
    font: 400 40px/40px "Trajan", sans-serif;
    letter-spacing: .05em;
    color: #6f7b31;
}
h3 {
    font: 700 24px/30px "Trajan", sans-serif;
    color: #6f7b31;
    letter-spacing: .05em;
}
h3 a:hover {
    color: #333333;
}
h4 {
    font: 400 20px/20px "Trajan", sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #6f7b31;
}
h5 {
    font: 700 14px/20px "Trajan", sans-serif;
    color: #b29e94;
    letter-spacing: .025em;
}
h6 {
    font: 300 48px/52px "Trajan", sans-serif;
    color: #dec5b9;
    letter-spacing: .05em;
}
@media (max-width: 767px) {
    h6 {
        font-size: 32px;
        line-height: 38px;
    }
}
.heading1 {
    text-align: center;
    margin-bottom: 35px;
}
.heading1 p {
    margin-top: 27px;
}
/* ======= Buttons ======= */
.btn-default {
    display: inline-block;
    font: 400 14px/18px "Roboto Condensed", sans-serif;
    color: #e2ccc2;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.btn-default:hover {
    color: #6f7b31;
}
.btn-big {
    display: inline-block;
    font: 400 14px/20px "Roboto Condensed", sans-serif;
    color: #ffffff;
    letter-spacing: .025em;
    padding: 12px 50px 14px;
    text-align: center;
    background: #6f7b31;
}
.btn-big:hover {
    background: #fb7272;
    color: #ffffff;
}
/* ======= Wrappers ======= */
.waved-border2-wrapper {
    position: relative;
    background: #e4e3b3;
}
.waved-border2-wrapper:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    left: 0;
    top: -2px;
    background: url(../images/waved-border2.png) repeat-x center bottom;
    overflow: hidden;
}
.waved-border2-wrapper:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -2px;
    background: url(../images/waved-border1.png) repeat-x center bottom;
    overflow: hidden;
}
.wrapper1 {
    padding: 35px 0 44px;
}
.wrapper2 {
    padding: 50px 0 38px;
}
.wrapper3 {
    padding: 48px 0 10px;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
    background: url(../images/page1_img1.png) no-repeat center top;
    background-size: cover;
    padding-bottom: 298px;
    text-align: center;
    position: relative;
}
#header.common {
    padding-bottom: 18px;
}
#header h1 {
    margin-top: 38px;
}
#header:after {
    position: absolute;
    z-index: 2;
    content: '';
    display: block;
    width: 620px;
    height: 11px;
    bottom: -9px;
    left: 50%;
    margin-left: -310px;
    background: url(../images/waved-border3.png) repeat-x top;
}
@media (max-width: 979px) {
    #header:after {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    #header {
        padding-bottom: 18px;
    }
}
/* ======= Logo ======= */
h1 {
    display: inline-block;
}
h1 a {
    text-align: center;
    display: block;
    color: #6f7b31;
}
@media (max-width: 767px) {
    h1 a {
        text-shadow: 0 1px 0 #ffffff;
    }
}
h1 a:hover {
    color: #6f7b31;
}
h1 a span {
    display: block;
}
h1 a span.first {
    font: 400 60px/60px "Sonsie One", sans-serif;
    margin-bottom: 4px;
}
h1 a span.second {
    font: 700 20px/24px "Roboto Condensed", sans-serif;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 6px;
}
h1 a span.title {
    font: 700 60px/60px "Trajan", sans-serif !important;
    margin-bottom: 4px;
    color: #1F1F1F;
/*    text-shadow: 0px 0px 20px #ffffff, 10px 10px 20px #ffffff;*/
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
/* ======= Second level sub menu variables ======= */
nav {
    float: none;
    display: block;
}
/* Main menu styles
========================================================*/
.sf-menu {
    letter-spacing: 0.2em;
}
.sf-menu > li.sfHover:before {
    display: none;
}
.sf-menu > li.current:before {
    display: none;
}
.sf-menu > li {
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    position: relative;
    text-align: center;
}
.sf-menu > li + li:before {
    display: block;
    content: '';
    position: absolute;
    width: 1px;
    height: 67px;
    background: #fdc9ce;
    left: 0;
}
.sf-menu > li:hover:before {
    display: none;
}
.sf-menu > li > .sf-with-ul:after {
    display: block;
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
    content: "\f0d7";
    color: #6f7b31;
    bottom: 10px;
    left: 50%;
    margin-left: -3px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sf-menu > li > a {
    text-align: center;
    display: block;
    padding: 43px 0 22px;
    background: transparent;
    text-transform: uppercase;
    font: 700 14px/18px "Roboto Condensed", sans-serif;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #6f7b31;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.sf-menu > li > a:hover {
    background: #6f7b31;
    color: #ffffff;
}
.sf-menu .sfHover > a {
    background: #6f7b31;
    color: #ffffff;
}
.sf-menu .sfHover > a:after {
    color: #ffffff;
}
.sf-menu > li.current > a {
    background: #6f7b31;
    color: #ffffff;
}
.sf-menu > li.current > a:after {
    color: #ffffff;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
    display: none;
    min-width: 194px;
    font: 700 14px/27px "Roboto Condensed", sans-serif;
    position: absolute;
    top: 71px;
    left: 0;
    background: #6f7b31;
    text-align: left;
    padding: 17px 0 17px 0;
    z-index: 2;
}
.sf-menu ul li {
    position: relative;
    display: block;
}
.sf-menu ul li > .sf-with-ul:after {
    display: block;
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
    content: "\f0d7";
    color: #ffffff;
    bottom: -1px;
    right: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sf-menu ul li a {
    padding-left: 36px;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
}
.sf-menu ul li a:hover {
    background: #ffffff;
    color: #6f7b31;
}
.sf-menu ul li a:hover:after {
    color: #6f7b31;
}
.sf-menu ul > .sfHover > a {
    background: #ffffff;
    color: #6f7b31;
}
.sf-menu ul > .sfHover > a:after {
    color: #6f7b31;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    background: #6f7b31;
    padding: 0 0 16px 0;
    z-index: 4;
    text-align: left;
}
.sf-menu ul ul li a {
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    padding-left: 56px;
}
.sf-menu ul ul li a:hover {
    background: #fa5473;
    color: #ffffff;
}
@media only screen and (max-width: 767px) {
    .sf-menu {
        display: none;
    }
    nav {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    .select-menu {
        border-radius: none;
        display: block;
        text-transform: capitalize;
        float: none;
        color: #6f7b31;
        width: 100%;
        background: #ffffff;
        font: 700 14px/18px "Roboto Condensed", sans-serif;
        text-align: left;
        border: 1px solid #c1c1c1;
        padding: 2px 0;
        position: relative;
    }
    .select-menu option {
        text-align: left;
        position: relative;
    }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
    z-index: 999;
    position: fixed;
    -webkit-box-shadow: 0 0 4px 0 #000000;
    box-shadow: 0 0 4px 0 #000000;
    background: #e4e3b3;
}
.isStuck .sf-menu > li + li:before {
    display: none;
}
.isStuck .sf-menu > li > a {
    padding: 20px 0 20px;
}
.isStuck .sf-menu ul {
    top: 50px;
}
.isStuck .sf-menu ul ul {
    top: 0;
}
@media only screen and (max-width: 979px) {
    .isStuck {
        display: none !important;
    }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
    position: relative;
    background: #ffffff;
}
#content:before {
    z-index: 1;
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    left: 0;
    top: -2px;
    background: url(../images/waved-border1.png) repeat-x center bottom;
    overflow: hidden;
}
#content.common {
    padding-top: 57px;
}
#content.common p {
    letter-spacing: .025em;
    text-align: justify;
}
/* ======= Banner 1 Life your spirit ======= */
.banner1 {
    text-align: center;
    padding: 35px 0 20px;
}
.banner1 h6 {
    margin-bottom: 7px;
    color: #333333;
}
.banner1 .second {
    display: block;
    font: 400 20px/20px "Roboto Condensed", sans-serif;
    letter-spacing: 0.2em;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.banner1 a {
    display: inline-block;
    font: 700 14px/20px "Roboto Condensed", sans-serif;
    color: #6f7b31;
    letter-spacing: 0.4em;
    text-transform: uppercase;
}
.banner1 a:hover {
    color: #333333;
}
.banner1 address {
    display: block;
    font: 300 48px/48px "Roboto Condensed", sans-serif;
    letter-spacing: .075em;
}
.banner1 address .highlighted {
    color: #6f7b31;
}
@media (max-width: 767px) {
    .banner1 address {
        font-size: 32px;
        line-height: 38px;
    }
}
/* ======= Box 1 Classic ======= */
.box1 {
    border-radius: 6px;
    padding: 19px 0 32px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.box1:before {
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    background: #6f7b31;
    left: 50%;
    margin-left: -15px;
    top: 0;
}
.box1 img {
    border-radius: 1000px;
    margin-bottom: 22px;
    -webkit-transition: 1s;
    transition: 1s;
}
.box1 h3 {
    margin-bottom: 13px;
}
.box1 p {
    padding: 0 17px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.box1 hr {
    display: block;
    width: 104px;
    border: none;
    height: 3px;
    background: url(../images/border1.png) repeat-x left 0;
    margin: 17px auto 18px;
}
.box1:hover {
    background: #6f7b31;
}
.box1:hover img {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}
@media (max-width: 767px) {
    .box1:hover img {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}
.box1:hover h3 {
    color: #ffffff;
}
.box1:hover h3 a:hover {
    color: #333333;
}
.box1:hover p {
    color: #ffffff;
}
.box1:hover hr {
    background-position: left -3px;
}
.box1:hover .btn-default {
    color: #ffffff;
}
.box1:hover .btn-default:hover {
    color: #333333;
}
.box1__inset1 .gallery_image {
    margin-bottom: 22px;
}
.box1__inset1:hover {
    background: transparent;
}
.box1__inset1:hover h3 {
    color: #6f7b31;
}
.box1__inset1:hover p {
    color: #dec5b9;
}
.box1__inset1 img {
    margin-bottom: 0;
}
/* ======= Box 2 Birthday Club ======= */
.box2 {
    text-align: center;
}
.box2 hr {
    border: none;
    width: 3px;
    height: 43px;
    margin: 0 auto 9px;
    background: url(../images/border2.png) repeat-y 0 0;
}
.box2 .img-wrapper {
    width: 100%;
    height: 83px;
    background: url(../images/page1_img6.png) no-repeat center 0;
    margin-bottom: 17px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.box2 h6 {
    margin-bottom: 20px;
}
.box2:hover hr {
    background-position: -3px 0;
}
.box2:hover .img-wrapper {
    background-position: center -83px;
}
.box2.second .img-wrapper {
    background-image: url(../images/page1_img7.png);
}
.box2.third .img-wrapper {
    background-image: url(../images/page1_img8.png);
}
.box2-wrapper1 {
    position: relative;
    padding-bottom: 34px;
    margin-bottom: 29px;
}
.box2-wrapper1:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    overflow: hidden;
    background: url(../images/border3.png) repeat-x center top;
}
/* ======= Box 3 A lot of links ======= */
.box3 {
    text-align: center;
}
.box3 ul li {
    display: inline-block;
    position: relative;
}
.box3 ul li + li {
    padding-left: 24px;
}
.box3 ul li + li:before {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    display: block;
    border-radius: 50px;
    background: #dec5b9;
    left: 7px;
    top: 8px;
}
.box3 ul li a {
    font: 700 14px/24px "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #6f7b31;
}
.box3 ul li a:hover {
    color: #dec5b9;
}
.box3 hr {
    width: 44px;
    height: 3px;
    border: none;
    margin: 29px auto 0;
    background: url(../images/border1.png) repeat-x center top;
}
/* ======= Banner 2 Contact info ======= */
.banner2 {
    background: #ffffff;
    padding: 49px 0 40px;
    position: relative;
}
.banner2 .huge-img {
    position: absolute;
    top: -31px;
    left: 50%;
    margin-left: -173px;
    z-index: 0;
}
.banner2 ul li + li {
    margin-top: 8px;
}
.banner2 ul li a {
    font: 700 14px/20px "Roboto Condensed", sans-serif;
    text-transform: uppercase;
}
@media (max-width: 979px) {
    .banner2 .huge-img {
        z-index: 0;
        top: auto;
        bottom: -27px;
    }
    .banner2 ul {
        z-index: 2;
        position: relative;
    }
    .banner2 ul li a {
        color: #333333;
    }
    .banner2 ul li a:hover {
        color: #6f7b31;
    }
}
@media (max-width: 767px) {
    .banner2 .huge-img {
        display: none;
    }
    .banner2 .newsletter-wrapper {
        margin-bottom: 50px;
    }
}
/* ======= Address block 1 ======= */
.address-block1 {
    margin-bottom: 41px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
.address-block1 span {
    display: block;
    letter-spacing: .05em;
    font-weight: 700;
}
.address-block1 address {
    display: block;
    margin-bottom: 18px;
}
.address-block1 address.phone {
    margin-top: -9px;
    font-size: 38px;
    line-height: 52px;
}
.address-block1 address.phone span {
    font-weight: 300;
    letter-spacing: 0.03em;
}
.address-block1 address.phone span.phone {
    font-size: 28px;
}
.address-block1 h4 {
    margin-bottom: 17px;
}
.owl-wrapper1 {
    padding-bottom: 65px;
}
.owl-wrapper1 .btn-big-wrapper {
    margin-top: 62px;
    text-align: center;
}
/* ======= Box 4 We sweeten your life ======= */
.box4 .heading {
    display: block;
    margin-top: -3px;
    margin-bottom: 8px;
}
.box4 p {
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .box4 .vimeo-video1 {
        margin-bottom: 20px;
    }
}
.box4-wrapper1 {
    margin-top: -4px;
}
/* ======= Vimeo video  ======= */
.vimeo-video1 iframe {
    width: 100%;
    height: 302px;
}
@media (max-width: 979px) {
    .vimeo-video1 iframe {
        height: 238.97391304347826px;
    }
}
@media (max-width: 767px) {
    .vimeo-video1 iframe {
        height: 275.7391304347826px;
    }
}
@media (max-width: 479px) {
    .vimeo-video1 iframe {
        height: 177.26086956521738px;
    }
}
/* ======= Box 5 Our team ======= */
.box5 {
    position: relative;
    padding: 36px 17px 47px 221px;
    background: #e4e3b3;
    border-radius: 6px;
}
.box5 img {
    position: absolute;
    left: 25px;
    top: 24px;
    border-radius: 500px;
}
.box5 h3 {
    margin-bottom: 7px;
}
@media (max-width: 767px) {
    .box5 {
        padding: 36px 17px 47px;
    }
    .box5 img {
        position: relative;
        display: block;
        margin: 0 auto 20px;
        top: 0;
        left: auto;
        width: 100%;
    }
}
.box5-wrapper1 {
    margin-top: -3px;
}
.box5-wrapper1 .box5 {
    margin-bottom: 50px;
}
/* ======= Isotope ======= */
#filters {
    margin-top: 12px;
    margin-bottom: 33px;
    text-align: center;
    /* ---- button-group ---- */
}
#filters .button {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    background: transparent;
    border: none;
    color: #dec5b9;
    font: 400 24px/24px "Roboto Condensed", sans-serif;
    cursor: pointer;
    letter-spacing: .05em;
    margin-right: 50px;
}
@media (max-width: 979px) {
    #filters .button {
        margin-right: 20px;
    }
}
@media (max-width: 479px) {
    #filters .button {
        margin-right: 10px;
    }
}
#filters .button:hover {
    color: #6f7b31;
}
#filters .button:active,
#filters .button.is-checked {
    color: #6f7b31;
    outline: none;
}
#filters .button.is-checked {
    color: #6f7b31;
}
#filters .button:active {
    color: #6f7b31;
}
#filters .button-group:after {
    content: '';
    display: block;
    clear: both;
}
#filters .button-group .button {
    float: left;
    border-radius: 0;
    margin-left: 0;
    margin-right: 60px;
}
.isotope {
    text-align: center;
    margin-bottom: 10px;
}
.isotope .element-item {
    width: 340px;
    float: left;
    margin: 0 60px 13px 80px;
}

.isotope .element-item.table {
    width: 100% !important;
    margin: 0 0 30px 0 !important;
}

@media (max-width: 979px) {
    .isotope .element-item {
        width: 340px;
        margin: 0 10px 13px 30px;
    }

    .isotope .element-item.table {
        width: 100% !important;
        margin: 0 0 30px 0 !important;
    }
}
@media (max-width: 767px) {
    .isotope .element-item {
        width: 420px;
        margin: 0 0 30px 0;
    }

    .isotope .element-item.table {
        width: 100% !important;
        margin: 0 0 30px 0 !important;
    }
}
@media (max-width: 479px) {
    .isotope .element-item {
        width: 270px;
    }
    .isotope .element-item.table {
        width: 100% !important;
        margin: 0 0 30px 0 !important;
    }
}
/* ======= Box 6 Services we provide ======= */
.box6 h5 {
    margin-bottom: 8px;
}
.box6 p {
    margin-bottom: 5px;
}
.box6 .list1 {
    margin-top: 21px;
}
.box6 img {
    margin-top: 4px;
}
@media (max-width: 767px) {
    .box6 img {
        width: 100%;
        margin-bottom: 20px;
    }
}
.box6-wrapper1 {
    margin-bottom: 63px;
    margin-top: -8px;
}
/* ======= Box 7 Why we are different ======= */
.box7 h5 {
    margin-bottom: 8px;
}
.box7 img {
    margin-top: 5px;
    margin-bottom: 15px;
}
.box7 .list1 {
    margin-top: 21px;
}
@media (max-width: 767px) {
    .box7 img {
        margin-top: 30px;
        margin-bottom: 0;
    }
}
@media (max-width: 479px) {
    .box7 img {
        width: 100%;
    }
}
.box7-wrapper1 {
    margin-top: -7px;
    margin-bottom: 8px;
}
.box7-wrapper1 .divider {
    margin: 22px 0 0;
}
/* ======= Box 8 Additional services ======= */
.box8 {
    position: relative;
    padding-left: 60px;
}
.box8 i {
    font-size: 36px;
    position: absolute;
    left: 0;
    top: 0;
    color: #6f7b31;
}
.box8 h5 {
    margin-bottom: 8px;
}
.box8-wrapper1 {
    margin-top: -11px;
    margin-bottom: 7px;
}
.box8-wrapper1 .box8 {
    margin-bottom: 38px;
}
/* ======= Google Map  ======= */
.google-map1 {
    height: 400px;
    margin-bottom: 63px;
}
.google-map1 img {
    max-width: none !important;
}
/* ======= Address  ======= */
.contacts-address {
    margin-top: -8px;
    letter-spacing: .025em;
}
.contacts-address .our-address {
    font: 700 14px/20px "Roboto Condensed", sans-serif;
    color: #b29e94;
    display: block;
    margin-bottom: 8px;
}
.contacts-address .wrapper {
    display: block;
}
.contacts-address .wide {
    display: inline-block;
    min-width: 70px;
}
@media (max-width: 767px) {
    .contacts-address {
        margin-bottom: 50px;
    }
}
.hr-1 {
    border: none;
    background: #ffffff;
    height: 60px;
    width: 100%;
    margin: 0;
}
/* ======= Box 9 Privacy Policy ======= */
.box9 h5 {
    margin-bottom: 8px;
}
.box9-wrapper1 {
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: -8px;
}
.box9-wrapper1 .box9 {
    margin-bottom: 27px;
}
.box9-wrapper1 > .simple-link {
    margin-top: -6px;
}
/* ======= Simple link ======= */
.simple-link {
    display: inline-block;
    text-decoration: underline;
    color: #6f7b31;
}
.simple-link:hover {
    color: #dec5b9;
}
/* ======= List 1 ======= */
.list1 li {
    padding-left: 19px;
    position: relative;
    font: 400 14px/14px "Roboto Condensed", sans-serif;
    color: #dec5b9;
    letter-spacing: .025em;
}
.list1 li:before {
    display: block;
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
    color: #6f7b31;
    line-height: 14px;
    content: '\f061';
    left: 0;
    top: 0;
}
.list1 li + li {
    margin-top: 18px;
}
/* ======= Social buttons 1 ======= */
.socials1 li {
    display: inline-block;
}
.socials1 li + li {
    margin-left: 0;
}
.socials1 li a i {
    width: 30px;
    height: 30px;
    line-height: 20px;
    color: #ffffff;
    background: #6f7b31;
    text-align: center;
    font-size: 14px;
    display: block;
    border-radius: 200px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.socials1 li a i:hover {
    color: #6f7b31;
}
/* ======= Gallery  ======= */
.gallery_image a.big-image {
    display: block;
    position: relative;
    border-radius: 1000px;
}

.gallery_image a.big-image.table {
    display: block;
    position: relative;
    border-radius: 0px !important;
}

.gallery_image a.big-image img {
    border-radius: 1000px;
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}

.gallery_image a.big-image img.table {
    border-radius: 0px !important;
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}

.gallery_image a.big-image .gallery_hover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.gallery_image a.big-image .gallery_hover .icon {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 32px;
    height: 32px;
    background: url(../images/hover_icon.png) no-repeat center top;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
}
.gallery_image a.big-image:hover {
    -webkit-transition: 0 all ease;
    transition: 0 all ease;
    background: #736e6a;
}
.gallery_image a.big-image:hover img {
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.gallery_image a.big-image:hover .gallery_hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.gallery_image a.big-image:hover .gallery_hover .icon {
    opacity: 1;
    filter: alpha(opacity=100);
}

.divider {
    margin: 10px;
    width: 100%;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
    background: #e4e3b3;
    padding: 59px 0;
    text-align: center;
}
#footer .privacy-block {
    text-transform: uppercase;
    font: 400 20px/20px "Roboto Condensed", sans-serif;
    letter-spacing: 0.2em;
    margin-top: 7px;
}
#footer h1 a {
    font: 400 60px/60px "Sonsie One", sans-serif;
    color: #706f74;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    overflow: hidden;
    width: 19px;
    height: 10px;
    background: url(../images/toTop.png) no-repeat center top;
    border: none;
    font-size: 0;
    z-index: 20;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#toTop:hover {
    outline: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
@media only screen and (max-width: 1199px) {
    #toTop {
        display: none !important;
    }
}
/*Core variables and mixins*/
.heading2 {
    text-align: center;
    margin-bottom: 35px;
    margin-top: 2em !important;
}

button#ihavecookiesBtn {
    margin-left: 0px !important;
}
/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: #6f7b31;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
    z-index: 10000;
}
#gdpr-cookie-message h4 {
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: white;
    /*color: #fa5473;*/
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    /*color: #fa5473;*/
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: black;
    border-bottom-color: #fa5473;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: #fa5473;
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: #6f7b31;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color: #6f7b31;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}