/* bone v3.1 - 16/5/2019 */
:root{
    --primary: #c5bbab;
    --secondary: #b1b1b1;    
}
.bg-primary{
    background-color: var(--primary)!important;   
}
.bg-secondary{
    background-color: var(--secondary)!important;   
}
.text-primary{
    color: var(--primary)!important;   
}
.text-secondary{
    color: var(--secondary)!important;   
}
html{
    height: 100%;
}
body{
    font-family: 'Raleway', sans-serif;
    font-size: .95rem;
    line-height: 1.4;
    color: #585858;
    font-weight: 400;
    margin-top: 140px;
}
button, a{
    text-decoration: none;
    border: 0;
    color: #585858;
    outline: 0 transparent;
    text-decoration: none;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
a:focus, a:hover, a:active, a:selected, a:visited{
    outline: 0 transparent;
    text-shadow: 0 0 0 transparent;
}
a:hover{
    text-decoration: underline; 
    color: var(--primary);
}
.clearboth{
    clear: both;
    display: block;
}
.loader{
    background: url(../images/loader.gif) center no-repeat;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top:50%;
    margin: -32px 0 0 -32px;
    z-index: inherit;
}
.back{
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.back.loaded{
    opacity: 1; 
}
picture{
    display: block;
    margin: 0;
    text-align: center;
}
picture img{
    max-width: 100%; 
}  
.photo{
    background: #fff url(../images/loader.gif) center no-repeat;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 0;
    text-align: center;
    font-size: .7rem;
}
.photo img{
    width: 100%;
    left: 0;  
    top: 0;
    display: block;
    opacity:0;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1,1);
    -moz-transform: translateZ(0) scale(1,1);
    transform: translateZ(0) scale(1,1);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.photo.loaded{
    background: transparent;
}
.photo.loaded img{
    opacity:1;
}
.embed-responsive img{
    position: absolute;
}
.close{
    font-family: sans-serif;
}
::-webkit-input-placeholder{color:#a4a4a4}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
:-moz-placeholder{color:#a4a4a4}
::-moz-placeholder{color:#a4a4a4}
:-ms-input-placeholder{color:#a4a4a4}
h1, h2, h3, h4, h5{
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 12px;
}
strong{
    font-weight: 700;
}
iframe{
    border: 0;
}

.p-5{padding:2rem!important}
.pt-5,.py-5{padding-top:2rem!important}
.pr-5,.px-5{padding-right:2rem!important}
.pb-5,.py-5{padding-bottom:2rem!important}
.pl-5,.px-5{padding-left:2rem!important}
.m-5{margin:2rem!important}
.mt-5,.my-5{margin-top:2rem!important}
.mr-5,.mx-5{margin-right:2rem!important}
.mb-5,.my-5{margin-bottom:2rem!important}
.ml-5,.mx-5{margin-left:2rem!important}

::-webkit-scrollbar {
    width: 10px; 
    height: 10px; 
}
::-webkit-scrollbar-track {
    background: #fff;
    -webkit-box-shadow: inset 1px 1px 2px #eee;
    box-shadow: inset 1px 1px 2px #eee;
    border: 1px solid #ddd;
}
::-webkit-scrollbar-thumb {
    background: #777;
    -webkit-box-shadow: inset 1px 1px 2px rgba(155,155,155,.4);
    box-shadow: inset 1px 1px 2px rgba(155,155,155,.4);
}
::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 1px 1px 10px rgba(0,0,0,.3);
    box-shadow: inset 1px 1px 10px rgba(0,0,0,.3);
}
::-webkit-scrollbar-thumb:active {
    background: #0d79c5;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,.3);
    box-shadow: inset 1px 1px 2px rgba(0,0,0,.3);
}


.listing{
    position: relative;
}
.listing:after{
    content:"";
    clear: both;
    display: block;
}
.listing .holder{
    display: block;
    position: relative;
    overflow: hidden;
}
.listing .title{
    display: block;
    position: relative;
    /*
    overflow: hidden;
    display: -webkit-box;
    line-height: 20px;
    max-height: 60px;
    -webkit-box-orient: vertical;     
    -webkit-line-clamp: 3;
    */   
}
.listing .date{
    display: block;
    line-height: 1;
}   
.listing .subtitle,
.listing .info,
.listing .summary,
.listing .details{
    display: block;
    position: relative;
}  
.listing ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.listing li{
    margin: 0;
    padding: 0;
}

.page-numbering{
    text-align: center;    
    clear: both;
    min-height: 40px;
}
.page-numbering:after{
    content:"";
    clear: both;
    display: block;
}
.page-numbering ul{
    margin: 0;
    padding: 0;
    display: inline-block;
    min-height: 40px;
}
.page-numbering li{
    height: 40px;
    line-height: 40px;
    margin: 0 4px;                                                                                  
    padding: 0;
    display: inline-block;
    text-align: center;
}
.page-numbering a{
    display: block;
    font-size: 1rem;
    line-height: 40px;
    position: relative;
    z-index: 1;
}
.page-numbering a:hover{
    color: #000;
    text-decoration: none;
}
.page-numbering a i{
    display: block;
    font-size: 1rem;
}
.page-numbering a.selected{    
    color: #000;
}

.container{
    position: relative;
    max-width: 1200px;
}

.header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background: #fff;
    height: 140px;
    border-bottom: 1px solid #eee;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.header .container{
    margin: 34px auto;
    position: relative;
}
.header .overlay{
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 100px;
    bottom: 0;
    left: 0;
    width: 0;
    z-index: 996;
    opacity:0;
    -webkit-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.panel-on{
    overflow: hidden;
}
.panel-on .header .overlay{
    opacity:1;
    width: 100%;
}

.main-menu{
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
.main-menu .scroll{
    height: 100%;
    position: relative;   
}
.main-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-menu li{
    margin: 0 0 0 40px;
    padding: 0;
    float: left;
}
.main-menu li:first-child{
    margin-left: 0;
}
.main-menu li a{
    font-size: 1rem;
    display: block;
    color: #a2a2a2;
    font-weight: 600;
    text-transform: uppercase;
}
.main-menu li a:hover,
.main-menu li a.selected{
    text-decoration: none;
    color: var(--primary);
}

.main-logo{
    float: left;
    display: block;
}
.main-logo img{
    max-width: 100%;
}

.btn-menu{
    display: none;
    position: absolute;
    right: 15px;
    height: 40px;
    line-height: 40px;
    width: 40px; 
    padding: 0;
    text-align: center;
    top: 50%;
    font-size: 2rem;
    margin-top: -20px;
    background: var(--primary);
    color: #fff;
}

.banner{
    overflow: hidden;
    position: relative;
    text-align: center;
}
.banner a{
    display: block;
}

.map{
    background: #fff url(../images/loader.gif) center no-repeat;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.map iframe{
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

h2.title{
    position: relative;
    padding-left: 110px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
h2.title:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100px;
    height: 3px;
    background: var(--primary);
}
h2.title small{
    font-weight: 400;
    display: block;
    font-size: 75%;
}

h3.title{    
    font-size: 1.6rem;
}
h3.title small{
    font-weight: 400;
    display: block;
    font-size: 75%;
}

h4.title{    
    font-size: 1.2rem;
}
h5.title{    
    text-transform: uppercase;
    font-size: 1.1rem;
}

.btn{
    padding: 0 10px;
    line-height: 44px;
    font-weight: 700;
    font-size: .85rem;
    box-shadow:none!important;
    border-radius:0;
    text-decoration: none!important;
}
.btn-primary{
    background: var(--primary);
    color: #fff;
    border: 1px solid var(--primary);
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: var(--primary);
    background-color: #fff;
    border-color: var(--primary);    
}

.btn-secondary{
    background: var(--secondary);
    color: #fff;
    border: 1px solid var(--secondary);
}
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled).active, 
.btn-secondary:not(:disabled):not(.disabled):active, 
.show>.btn-secondary.dropdown-toggle {
    color: var(--secondary);
    background-color: #fff;
    border-color: var(--secondary);    
}

.custom-upload {
    position: relative;
    overflow: hidden;
}
.custom-upload input[type=file]{
    outline:none;
    position: absolute;
    text-indent: -100%;
    z-index: 3;
    width:100%;
    height:100%;
    left: 0;
    color: #fff;
    top: 0;
    cursor: pointer; 
    background: transparent; 
    border: 0;
    padding: 0;  
    font-size: 0;  
    opacity:0;
}
.custom-upload .form-control{
    background: #fff;
}
.custom-upload:after{
    content: "\f093";
    font-family: 'Font Awesome\ 5 Free';
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -12px;
    z-index: 2;
    line-height: 24px;
    text-align: center;
    font-size: 1rem;
    color: #000;
    font-style: normal;
    font-variant: normal;    
    font-weight: 900;    
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;    
    -webkit-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.custom-upload:hover:after{
    color: #000;
}

label sup{
    color: #f00;
    font-size: 1rem;
    top: -2px;
    margin-left: 2px;
}

.main-banner{
    background: #fff url(../images/loader.gif) center no-repeat;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.main-banner .flexslider{
    height: 100%;
}
.main-banner .slides{
    height: 100%;
}
.main-banner .slides li{
    height: 100%;
    position: relative;
}
.main-banner .photo{
    position: relative;
    z-index: 0;
}
.main-banner .back{
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;    
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.main-banner .holder{
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;
    bottom:0;
}
.main-banner .container{
    position: relative;
    z-index: 2;
    height: 100%;
}
.main-banner .details{
    position: relative;
    top: 50%;
    color: #fff;
    text-align: center;
    text-shadow:0 0 1px rgba(0,0,0,.35);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    user-select: none; 
   -webkit-user-select: none; 
   -khtml-user-select: none; 
   -moz-user-select: none; 
   -ms-user-select: none; 
}
.main-banner h2{
    font-family: 'Great Vibes', cursive;
    text-shadow:1px 1px 4px rgba(0,0,0,.75);
    position: relative;
    cursor: default;
    z-index: 3;
    font-size: 6.8rem;
    line-height: normal;
    margin: 0;
    font-weight: 400;
    display: inline-block;
    white-space: nowrap;
    opacity:0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    transition-delay:1s;
}
.main-banner h3{
    position: relative;
    z-index: 2;
    background: var(--primary);
    cursor: default;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 30px;
    display: inline-block;    
    padding: 15px 40px;
    opacity:0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    transition-delay:2.5s;
}
.main-banner .btn{
    margin: 0
}
.flex-active-slide h2,
.flex-active-slide h3{
    opacity:1;
}

.section-glance{
    overflow: hidden;
}
.section-glance .details{
    font-size: 1.1rem;
    text-align: justify;
}

.listing.collections .photo{
    padding-bottom: 150%;
}
.listing.collections .photo img{
    position: absolute;
}
.listing.collections .details{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
}
.listing.collections .title{
    padding: 13px 30px;
    line-height: 24px;
    background: var(--primary);
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    left: 0;
    font-size: 1.1rem;
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
    -webkit-transform-origin: 5px 5px;
    -ms-transform-origin: 5px 5px;
    transform-origin: 5px 5px;
     -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.listing.collections a.holder:hover .photo img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.listing.collections a.holder:hover .title{
   /* -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);*/
    left: 20px;
}

.section-collections .form-row > div{
    border-top: 1px solid var(--primary);
    padding-top: 2rem;
}
.section-collections .form-row > div:nth-child(1),
.section-collections .form-row > div:nth-child(2),
.section-collections .form-row > div:nth-child(3){
    border-top:0;
    padding-top: 0;
}

.listing.events .photo{
    background: #f0f0f0;
    padding-bottom: 75%; 
}
.listing.events .photo img{
    position: absolute;
}
.listing.events .photo:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.65);
    z-index: 1;
}
.listing.events .details{
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.listing.events .title{
    color: #313131;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 20px 2px;
    text-transform: uppercase;
}
.listing.events .date{
    background: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary);
    padding: 14px 20px;
    display: inline-block;
}

.listing.events .action-btns{
    position: absolute;
    right: 30px;
    bottom: 15px;
    z-index: 4;
}
.listing.events .action-btns a{
    margin-left: 10px;
    display: inline-block;
    color: #313131;
    font-size: 1.5rem;
}
.listing.events .action-btns a:hover{
    color: var(--primary);
}

.listing.events .holder:hover .action-btns a{
    animation: update-color 1.2s;
    animation-delay:.35s;
}
.listing.events .holder:hover .action-btns a:first-child{
    animation-delay:.45s;
}

@keyframes update-color {
  0%   {color: #313131;}
  50%  {color: var(--primary);}
  100% {color: #313131;}
}

.event-details{
    margin: auto;
    padding: 0;
    background: #fff;
}
.event-details .holder{
    position: relative;
    max-width: 640px;
}
.event-details .gallery{
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    overflow: hidden;
}
.event-details .title{
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0 20px;
}
.event-details .date{
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 9;
    background: var(--primary);
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    padding: 6px 20px;
    margin-bottom: 4px;
    display: inline-block;
}
.event-details .details{
    padding: 0 20px 20px;
    text-align: justify;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.section-follow{
    position: relative;
    height: 560px; 
}
.section-follow .back{
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;  
    background-attachment: fixed;  
    background-size: cover;
    height: 100%;
    width: 100%;    
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}
.section-follow .container{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.section-follow h2{
    font-size: 3rem;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.section-follow .insta{
    color: #fff;
    font-size: 2.3rem;
    font-weight: 700;
    padding: 13px 20px;
    float: left;
    background: var(--primary);
    margin-bottom: 14px;
}
.section-follow .insta i{
    font-size: 2rem;
}
.section-follow .btn-show{
    color: #fff;
    text-transform: uppercase;
    font-size: .9rem;
    display: inline-block;
    font-weight: 600;
    padding: 0 20px;
}
.section-follow .btn-show:hover{
    color: var(--primary);
    text-decoration: none;
}

.section-contact .logo{
    margin-bottom: 40px;
}
.section-contact .details{
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.5;
}
.section-contact .details a:hover{
    text-decoration: none;
}

.copyrights{
    color: #9b9b9b;
    padding-top: 10px;
    font-weight: 600;
    border-top: 1px solid #c2c2c2;
    font-size: .75rem;
    display: inline-block;
}
.copyrights a{
    color: #9b9b9b;
}
.copyrights a:hover{
    color: var(--primary);
    text-decoration: none;
}

.form-control{
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border: 1px solid #c2c2c2;
    font-size: .9rem;
    color: #9b9b9b;
    border-radius:0;
    font-weight: 600;
}
textarea.form-control{
    height: auto;
    padding: 10px 15px;
    line-height: normal;    
}
