body {
    font-family:'Raleway',sans-serif;
    font-size:18px;
    margin:0;
    padding:0;
    height:100%;
}

body.is-scroll-disabled {
    overflow-y: scroll;
    position: fixed;
    width: 100%;
}

#wrapper {
    min-height:100%;
    position:relative;
}

#header {
    background:#ededed;
}

#content {
    padding-bottom:100px; /* Height of the footer element */
}

#footer {
    width:100%;
    height:50px;
    position:absolute;
    bottom:0;
    left:0;
}

hr{
    text-align:center;
    margin:0 auto;
    opacity:0.5;
}

ul{
    text-transform:uppercase;
}

ul.inline-list.right{
    text-transform:none;
    float:right;
}

ul.inline-list.right a{
    color:#000;
}

a.black {
    color:#000;
}

ul.inline-list.right a:hover{
    color:rgba(0,0,0,0.5);
}

.bubble p{
    height: 60px;
    line-height: 1.5em;
}

h1{
    font-family:'American Typewriter','Courier New',Courier,Monaco,mono;
    font-size:32px;
    color:#fff;
    line-height:28px;
    margin-top:16px;
    margin-bottom:0px;
    text-align:center;
}

h2{
    font-family:'American Typewriter','Courier New',Courier,Monaco,mono;
    color:#fff;
    font-size:36px;
    line-height:34px;
}

h3{
    font-family:'American Typewriter','Courier New',Courier,Monaco,mono;
    font-size:24px;
    color:#fff;
    line-height:10px;
    text-align:center;
    font-weight:500;
    padding-bottom:10px;
}

h4{
    font-family:'American Typewriter','Courier New',Courier,Monaco,mono;
    color:#000;font-size:28px;padding-top:5px;
}

h5{
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #ffffff;
    font-size:24px;
    padding-top:5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.columns.large-centered{
    padding-left:5px;padding-right:5px;
}

@media only screen and (max-width: 40em) {
    .columns.large-centered{
        font-size:13px;
    }
}

@media only screen and (min-width: 40.063em) {
    .columns.large-centered{
        font-size:14px;
    }
}

.about-box{
    color:#fff;
}

.black-box{
    background-color:rgba(0,0,0,0.55);
    padding:35px;
    font-weight:900;
}

.black-box p{
    font-weight:900;
}

.secondary.small.button{
    background-color:transparent;
    color:#fff;
    border:2px #fff solid;
    border-radius:5px;
    padding:15px 50px 15px 50px;
    margin:0;
}

.secondary.small.button:hover{
    background-color:rgba(255,255,255,0.5);
}

.row .main-wrapper{
    color:#fff;
}

.about-content{
    background-color:#fff;
    box-shadow:2px 2px 10px rgba(0,0,0,0.1);
}

.button-group li .button{
    border:0!important;

}

.button-group ul {
    text-align: center;
}

.button-group li a {
    display: inline-block;
}

.button{
    -webkit-appearance:none;
    background-color:transparent;
    border-width:0;
    text-align:center;
    box-shadow:0 0 0;
    display: inline;
}

.button:hover{
    color:rgba(255,255,255,0.7);
    background-color:transparent;
}

footer{
/*    background-color: white !important;*/
}

footer p,
footer a{
    font-size:14px;
    color: white;

}

.hero{
    overflow: hidden;
    position: relative;
    width: 100%;
}

.hero-background {
    padding-bottom:50px;
/*    background-image:url("https://upload.wikimedia.org/wikipedia/commons/c/cf/Morris_Wey_printed_textile_design_c_1883.jpg");
    -webkit-filter: contrast(0.7) grayscale(0.2);*/
    background-image:url("https://www.colourbox.com/preview/8231383-multicolor-hipster-pattern-stylization-of-mexican-native-art-texture-for-textile-print-wallpaper-summer-or-fall-fashion.jpg");
    -webkit-filter: contrast(0.8) grayscale(0.1);
    background-size:cover;
    box-shadow:inset 0px 0px 0 2000px rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
}


.hero-content{
    padding-top:40px;
/*    padding-bottom:40px;*/
    background-color:#EAEAEA;
}

.hero-background-header {
    padding-bottom:50px;
   /* background-image:url("https://upload.wikimedia.org/wikipedia/commons/c/cf/Morris_Wey_printed_textile_design_c_1883.jpg");
    -webkit-filter: contrast(0.7) grayscale(0.2);*/
/*    background-image: url(../img/photo-1443884590026-2e4d21aee71c.jpg);*/
    background-position: center;
    -webkit-filter: contrast(0.8) grayscale(0.1);
    background-size:cover;
    box-shadow:inset 0px 0px 0 2000px rgba(0,0,0,0.6);
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.panel{
    margin:40px 0 40px 0;
    box-shadow:2px 2px 10px rgba(0,0,0,0.2);
    border:none;
    background-color:#EAEAEA;
}

.clear-panel{
    margin:40px 0 40px 0;
    border:none;
}

.orbit-timer {
    visibility: hidden;
}

.large-4 img{
    box-shadow:2px 2px 10px rgba(0,0,0,0.1);
}

.radius.right.button{
    color:#000;
    border:2px #000 solid;
    border-radius:5px;
    padding:15px 50px 15px 50px;
    margin:15;
    font-size:0.8125em;
}

@media only screen and (min-width: 64.063em) {
    .radius.right.button{
        color:#000;
        border:2px #000 solid;
        border-radius:5px;
        padding:15px 50px 15px 50px;
        margin:15px;
        font-size:0.8125em;
    }
}

@media only screen and (min-width: 40.063em) {
    .radius.right.button{
        color:#000;
        border:2px #000 solid;
        border-radius:5px;
        padding:15px 50px 15px 50px;
        margin:15px;
        font-size:0.8125em;
    }
}

.radius.right.button:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.align-middle {
    vertical-align: middle;
}

.size-12 { font-size: 12px; }

.size-14 { font-size: 14px; }

.size-16 { font-size: 16px; }

.size-18 { font-size: 18px; }

.size-21 { font-size: 21px; }

.size-24 { font-size: 24px; }

.size-36 { font-size: 36px; }

.size-42 { font-size: 42px; }

.size-48 { font-size: 48px; }

.size-60 { font-size: 60px; }

.size-72 { font-size: 72px; }

a.underline:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 10px;
    left: 0;
    background-color: #ffffff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a.underline:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

img.center {
    display: block;
    margin: 0 auto;
}

#loading {
    margin-top: 25%;
}

i.white-icon {
    color: #FFFFFF;
}

i.white-icon:hover {
    color: rgb(215, 215, 215);
}

#zoom-icon i {
    width: 50%;
    height: 50%;
    overflow: hidden;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

.social-header {
    position: absolute;
    right: 0;
    top: 0;
}

#showMap img {
    border: 3px solid white;
}

#map-div {
    position: relative;
    margin: 10px;
}

#zoom-icon {
    opacity: 0;
    position: absolute;
    top: 0;
    /*width: 100%;*/
    padding: 15%;
    /*height: 100%;*/
    text-align: center;
}

#zoom-icon:hover {
    opacity: 0.80;
    background-color: #1a1a1a;
    border: 3px solid white;
}

.modal-header {
    position: relative;
    height: 10%;
}

.modal-body {
    position: relative;
    height: 90%;
}

.modal {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.80);
    top: 0 !important;
}

.close-modal {
    position: relative;
}

.modal__content {
    height: 100%;
    background: #000000;
    border: 3px solid white;
    overflow-y: auto;
}

.panel {
    background-color: transparent;
    box-shadow:inset 0px 0px 0 2000px rgba(0,0,0,0.6);
}

.panel p {
    color: white;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 12pt;
}

.panel h1 {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    text-align: left;
    color: white;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.panel h2 {
    color: #ffffff;
}

.panel ul li {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    text-transform: none;
    color: white;
    letter-spacing: 1px;
    font-size: 12pt;
}


h2.subtitle {
    color: white;
    font-size: 12pt;
    text-align: left;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

#bg {
    background: url(../img/furniture_compressed.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    min-height: 100%;
    position: absolute;
}

.slick-img,
.slick-list {
    border: 1px solid white;
    -webkit-box-shadow: 10px 10px 33px 11px rgba(0,0,0,1);
    -moz-box-shadow: 10px 10px 33px 11px rgba(0,0,0,1);
    box-shadow: 10px 10px 33px 11px rgba(0,0,0,1);
}

p {
    color: white;
}

.clearing-thumbs {
    margin-top: 20px;
    margin-bottom: 20px;
}

.clearing-thumbs img {
    border: 2px solid white;
}

.main-header {
    font-size: 18pt;
    text-align: center !important;
    margin:auto;
}

#info-panel p {
    margin-top: 25px;
}

#info-panel a {
    color: white;
}

.content-bg {
    color: #888;
    position: relative;
    z-index: 0;
    background-color: rgba(0,0,0,0.6);
    background-color: rgba(0, 0, 0, 0.60);

    padding: 50px 0;
    /*    height: 100%;*/
/*    border-top: 1px solid white;
    border-bottom: 1px solid white;*/
}

.panel-no-shadow {
    box-shadow: none;
}

.margin-50p {
    margin: 50%;
}

.cookie {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background: #000000;
    transition: transform 300ms ease-in-out;
    transform: translate3d(0, 100%, 0);
}

.cookie.is-visible {
    transform: translate3d(0, 0, 0);
}

.cookie__inner {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.cookie__control {
    padding-left: 15px;
}

.cookie__text {
    margin-bottom: 0;
}

.modal__text {
    padding: 50px 15px;
}

.modal-header {
    display: flex;
    align-items: center;
}
