@import url('fontello/css/fontello.css');
@import url('font2/stylesheet.css');
@font-face {
    font-family: 'Interstate';
    src: url('font3/Interstate.eot');
    /* IE9 Compat Modes */
    
    src: url('font3/Interstate.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    
    url('font3/Interstate.woff') format('woff'),
    /* Modern Browsers */
    
    url('font3/Interstate.ttf') format('truetype'),
    /* Safari, Android, iOS */
    
    url('font3/Interstate.svg#4f2f83bff2564d6e18ee9b2a74fe3c90') format('svg');
    /* Legacy iOS */
    
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'InterstateBoldCondensed';
    src: url('font3/InterstateBoldCondensed.eot');
    /* IE9 Compat Modes */
    
    src: url('font3/InterstateBoldCondensed.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    
    url('font3/InterstateBoldCondensed.woff') format('woff'),
    /* Modern Browsers */
    
    url('font3/InterstateBoldCondensed.ttf') format('truetype'),
    /* Safari, Android, iOS */
    
    url('font3/InterstateBoldCondensed.svg#0356917c3a099dd736efb9e79c6133ca') format('svg');
    /* Legacy iOS */
    
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'InterstateLightCondensed';
    src: url('font3/InterstateLightCondensed.eot');
    /* IE9 Compat Modes */
    
    src: url('font3/InterstateLightCondensed.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    
    url('font3/InterstateLightCondensed.woff') format('woff'),
    /* Modern Browsers */
    
    url('font3/InterstateLightCondensed.ttf') format('truetype'),
    /* Safari, Android, iOS */
    
    url('font3/InterstateLightCondensed.svg#0e3dbdb144db6fa3353ff27d7f142e0a') format('svg');
    /* Legacy iOS */
    
    font-style: normal;
    font-weight: 200;
}
/*GENERAL*/

.contact-info h4{display: inline-block;margin-right: 5px;margin-bottom: 0px;margin-top: 0;}
.contact-info a{ color: #B39254;}

.owl-item {
    -webkit-backface-visibility: visible !important;
       -moz-backface-visibility: visible !important;
            backface-visibility: visible !important;
}
html{ height: 100%; }
body {
    overflow-x: hidden !important;
    font-family: 'InterstateLightCondensed';
    height: 100%;
}
a {
    text-decoration: none !important;
}
li {
    list-style: none;
}
.dn{ display: none; }

/*Slider*/
.album-controls{
    position: absolute;
  
    right: 5px;
    top: -58px;
    z-index: 9;
    width: 100%;
}
.album-controls a{
    padding: 5px !important;
  
    margin: -44px 0 !important;
    opacity: .8 !important;
    display: block;
    float: right;
}
.album-controls a img{
    width: 30px !important;
  
}
.owl-carousel .owl-item{ height: 100%;background: #fff; }
.album-controls a:nth-of-type(2) img{
    width: 45px;
  }
  .bio-modal{  }
    .bio-modal .close{ font-size: 36px;
    margin-top: -7px;
    opacity: .6; }
.slider { 
    overflow:hidden;
    position: absolute;
    left: 275px;
    top: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
}
.owl-stage-outer, .owl-stage, .owl-item {
    height: 100%;
}

.owl-item img {
    height: 100%;
    /* min-width: 500px; */
    /* max-width: 1165px; */
}
.nav-links a.active {
  color: #B39254;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #5C6662;
}

/*center arrow*/

.center-buttons {
    width: 100%;
    max-height: 500px;
    position: relative;
    z-index: 999;
}
.center-buttons a img{
    width: 90px;
  }
.center-buttons a {
    margin-top: 330px;
    padding: 0px;
    background: transparent;
    opacity: .2;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.center-buttons a:hover{ opacity: 1; }

.bio-lang, .bio-lang a {
    color: #000;
  
    font-size: 16px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-top: 5px;
}
.bio-lang a.active{ color: #B39254; }
.lang-switch{
 
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 9;
}
.lang-switch.contact{
    padding-top: 0;
  }
.lang-switch a:hover, .bio-lang a:hover{color: #B39254;  }
.lang-switch a{
    color: #000;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
 
    padding: 5px;
}

.lang-switch a.active{color: #B39254;  }

.prev-center {
    float: left;
}

.next-center {
    float: right;
}

.center-buttons > a.next-center.next-slide {
}

.center-buttons > a.next-center.next-slide > div {
    background-position: -64px -64px;
}

.center-buttons.toggled {
    display: none;
}


/*album div*/

}
.album-div {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.album-info.toggled {
    display: none;
}

.selected-item a.active-link{ color: #B39254; }

.album-info {
    position: absolute;
    bottom: 0;
    z-index: 9;
    background: rgba(255, 255, 255, .8);
    font-size: 15px;
    color: #636363;
    padding: 15px 10px;
    margin-top: 15px;
    
    width: 81%;
    text-align: center;
    display: none;
}

.album-info div {
    display: block;
    margin-left: 35%;
    margin-bottom: 8px;
}

.album-info a {
    color: #636363;
}
.album-info>img {
    margin: 0 5px;
}
.album-info a>img {
    margin-top: -2px;
    margin-left: 5px;
    margin-right: 5px;
}
.album-info>strong {
    margin: 0 15px;
    font-size: 17px;
    font-family: 'InterstateBoldCondensed';
    display: block;
}
.album-info>span {
    margin: 0 15px;
    font-size: 17px;
    display: block;
}
.album-info>span>strong {
    font-family: 'InterstateBoldCondensed';
}
/*Wrapper*/

#wrapper {
    overflow-x: hidden !important;
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100%;
}
#wrapper.toggled {
    padding-left: 275px;
}
#sidebar-wrapper {
    overflow-x: hidden !important;
    z-index: 1000;
    position: fixed;
    left: 275px;
    width: 0;
    height: 100%;
    margin-left: -275px;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 0;
}
#wrapper.toggled #sidebar-wrapper {
    width: 275px;
}
#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
    height: 100%;
    display: block;
}
#page-content-wrapper #container{ height: 100% !important; width: 100% !important; display: block;}
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -275px;
}
/*mobile top nav*/

.navbar-mobile {
    display: none;
    -webkit-backface-visibility: hidden;
    border-bottom: 1px solid #F0F0F0;
    z-index: 999;
}
.navbar-mobile img {
    margin-top: -15px;
    /* margin-bottom: 20px; */
}
.mobile-brand.toggled img {
    left: 150px;
    position: relative;
}
/*navbar icon*/

#menu-toggle {
    padding: 30px;
    position: relative;
    top: 25px;
    left: 10px;
}
#menu-toggle div {
    width: 30px;
    height: 4px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#menu-toggle div span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#menu-toggle div span:nth-child(1) {
    top: 0px;
}
#menu-toggle div span:nth-child(2), #menu-toggle div span:nth-child(3) {
    top: 6px;
}
#menu-toggle div span:nth-child(4) {
    top: 12px;
}
#menu-toggle.toggled div span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
#menu-toggle.toggled div span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#menu-toggle.toggled div span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#menu-toggle.toggled div span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
/* Sidebar Styles */

.sidebar-nav {
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    width: 275px;
    padding: 0;
    margin-left: 35px;
    list-style: none;
    text-transform: uppercase;
    /* margin-top: 220px; */
    margin-bottom: 100px;
}
.sidebar-brand {
    margin: 15px 0 0 -5px;
}

.selected-item a.active { color: #B39254; }

.nav-links {
    margin: 20px 0 0;
    padding: 0 10px;
    border-top: 2px solid #B39254;
    font-size: 15px;
    width: 219px;
}
.nav-links a {
    color: #000;
}
.center-buttons .num{
    position: absolute;
  
    top: 97vh;
    right: 10px;
    text-shadow: 0px 0px 12px #fff;
    font-size: 16px;
}
.nav-links a:hover {
    color: #ae8a48;
}
.nav-links li {
    margin: 3px 0 0 4px;
    padding: 10px 0;
}
.nav-links > li:nth-child(1) {
    margin-left: 35px;
}
.social-list {
    margin: 0 0 10px 0;
    padding: 0;
    border-bottom: 2px solid #B39254;
    width: 219px;
}

.social-list.v2 { border-bottom: 0; text-align: center; width: 100%;}
.social-list.v2 li { margin: 0 0 0 -10px !important; }

.social-list li {
    font-size: 18px;
    margin: 0 0 9px;
    padding: 0;
}
.social-list > li:nth-child(1) {
    margin-left: 30px;
}
.social-list a {
    color: #7f7f7f;
}
.social-list a:hover {
    color: #000;
}
.panel-default {
    border: none !important;
    box-shadow: none;
    margin: 16px 70px 0 14px;
}
.panel-default .panel-heading {
    background-color: transparent;
    border: none !important;
    padding: 0;
}
.panel-default .panel-body {
    border: none !important;
}
#headingOne > h4 {
    margin: 0 0 10px;
}
.panel-heading h4 {
    font-size: 18px;
    color: #a3a3a3;
    position: relative;
    margin: 5px 0 10px;
}
.panel-heading h4.active{ color: #B39254; }
.panel-heading h4:hover {
    color: #B39254;
}
.acc-icon {
    position: absolute;
    top: -10px;
    right: -15px;
    text-align: center;
    width: 35px;
    height: 28px;
    line-height: inherit;
    padding: 1px 0;
    cursor: pointer;
}
.acc-icon span {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #aaa;
    transition: transform 0.3s;
    height: 7px;
    width: 1px;
}
.acc-icon span:nth-child(2) {
    -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
                -webkit-transform: rotate(90deg);
}
.acc-icon.open span {
    -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
}
.acc-icon.open span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
}
.panel-body {
    padding: 0;
}
.panel-body ul {
    padding: 0;
}
.panel-body a {
    color: #a3a3a3;
}
.panel-body a:hover, .panel-body a.active {
    color: #000;
}
.panel-body li {
    margin-bottom: 5px;
}
.copyright {
    color: #636361;
    font-size: 13px;
    position: fixed;
    bottom: 0;
    left: 30px;
    width: 222px;
    border-top: 2px solid #B39254;
    line-height: 20px;
    background: #fff;
    padding: 0 0 20px;
}
.copyright p {
    border-bottom: 2px solid #B39254;
    width: 100%;
    margin: 10px 0 0 0;
    padding-bottom: 10px;
}

.owl-theme .owl-controls{
    position: absolute;
  
    bottom: 25px;
    left: 40%;
}
.owl-nav{
    display: none;
  }
.owl-dots{
    display: none !important;
  }
/***********************************************************************************************/
/* ISOTOPE */
/***********************************************************************************************/

.isotope {
    padding: 0 0 0 0px !important;
}

.isotope div.item {
    margin: 0;
    padding: 0;
}
.item img {
    -webkit-transition: all 1s ease;
    /* Safari and Chrome */
    
    -moz-transition: all 1s ease;
    /* Firefox */
    
    -o-transition: all 1s ease;
    /* IE 9 */
    
    -ms-transition: all 1s ease;
    /* Opera */
    
    transition: all 1s ease;
    max-width: 100%;
    width: 100%;
}
.item>a:first-child{width: 100%;display: block; }
.item:hover img {
    -webkit-transform: scale(1.25);
    /* Safari and Chrome */
    
    -moz-transform: scale(1.25);
    /* Firefox */
    
    -ms-transform: scale(1.25);
    /* IE 9 */
    
    -o-transform: scale(1.25);
    /* Opera */
    
    transform: scale(1.25);
}
/* just apply some height and width to the wrapper.*/

.item {
    height: auto;
    margin: 10px;
    width: 25%;
    height: auto;
    float: left;
    overflow: hidden;
}
/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/**** Isotope CSS3 transitions ****/

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/*hover-div*/

.hover-div {
    visibility: hidden;
    position: absolute;
    top: 0;
    padding-top: 18%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.item .hover-div {
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    padding-top: 0;
    display: table;
}
.item:hover .hover-div {
    display: table;
    visibility: visible;
    opacity: 1;
    transition-delay: 0.1s;
}
.hover-div span {
    color: #fff;
    /* border: 2px solid #fff; */
    /* border-radius: 60%; */
    display: inline-block;
    overflow: hidden;
    /* padding: 10px; */
    /* font-size: 30px; */
    /* margin-bottom: 10px; */
    /* margin-top: 120px; */
}

.valign { display: table-cell !important; vertical-align: middle; margin: 0 auto; border-radius: 0 !important; border: 0 !important;}
.hover-div p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}
.team-item .hover-div {
    height: 300px;
}
.item:hover .hover-div {
    visibility: visible;
}
.hover-div h6 {
    color: #fff;
    font-size: 16px;
    font-family: 'adobe_caslon_proregular';
}

.owl-carousel .owl-item img { width: auto; margin: 0 auto; height: auto; max-width: 1000px; position: relative; top: 50%; transform: translateY(-50%);
-webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            }
/***********************************************************************************************/
/* CONTACT */
/***********************************************************************************************/

.contact {
    padding-top: 80px;
    margin-left: 50px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, .uneditable-input:focus {
    border-color: rgba(179, 146, 84, 0.6) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(179, 146, 84, 0.6) !important;
    outline: 0 none !important;
}
.btn-primary {
    background-color: rgba(179, 146, 84, 0.7);
    border: none;
}
.btn-primary:hover {
    background-color: rgba(179, 146, 84, 0.9);
}
/*SELECTED PERSON*/

.selected-item h3 {
    font-family: 'adobe_caslon_proregular';
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.selected-item {
    position: relative;
    left: -30px;
    margin-top: 50px;
}
.selected-item a {
    color: #a3a3a3;
    font-size: 16px;
}
.selected-item a:hover {
    color: #B39254;
}

/***********************************************************************************************/
/* MODAL */
/***********************************************************************************************/



.modal {
    outline: none;
    z-index: 9999;
}

.modal-dialog {
    margin-top: 100px;
    margin-left: 310px;
}


.modal-backdrop {
    background-color: transparent;
}

.modal-img {
    float: right;
}

.modal-intro {
    float: left;
    width: 60%;
}

.modal-img {
    width: 35%;
}

.modal-img img {
    max-width: 100%;
    max-height: 100%;
}

.modal-content {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    border: none;
    box-shadow: none;
}


.modal-header,
.modal-footer {
    border: none;
    padding: 15px 15px 15px 25px;
}
.modal-footer {
    padding-top: 0;
}


.modal-intro h4 {
    font-family: 'adobe_caslon_proregular';
    font-size: 20px;
    border-bottom: 3px solid #AD8A48;
    padding-bottom: 10px;
    
    text-transform: uppercase;
}

.modal-content p {
    font-size: 16px;
    color: #000;  
}

.alb-dialog {
    margin-left: 275px;
}

.modal.fade:not(.in).left .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
}

.bio-btn {
    display: none;
    position: relative !important;
    top: -30px !important;
    left: initial !important;
    right: 25px;
    padding: 10px !important;
    float: right;
}

/***********************************************************************************************/
/* MEDIA QUERIES */
/***********************************************************************************************/
@media (max-width:1290px) {
    .owl-item img {
    /* min-width: 500px; */
    max-width: 1290px;
    }
}

@media (max-width:1050px) {
	.item{
    width: 33.3%%;
}
        .owl-item img {
    /* min-width: 500px; */
    max-width: 1050px;
}
}



@media (min-width:990px) {
	.item{}

    #wrapper {
        padding-left: 275px;
    }
    #wrapper.toggled {
        padding-left: 0;
    }
    #sidebar-wrapper {
        width: 275px;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }
    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
    .rsDefault {
        padding-left: 275px;
    }
}
@media (max-width:990px) {
	.owl-carousel .owl-item img{max-width: 100%; top: 58%; }
	.lang-switch{
    font-size: 17px;
    top: 40px;
}
	#map{width: 100% !important;}
	.item{
    width: 33.3%;
}
    .slider {
        left: 0;
    }
    .center-buttons .num{
    top: 81vh;
  }
  .album-controls{
    top: -57px;
  }
  .album-controls a img{  }
  .album-controls a:nth-of-type(2) img{  }
  .album-controls a{
    margin-right: 0;
  }

    .navbar-mobile {
        display: block;
    
        height: 110px;
}
    #page-content-wrapper {
        border-left: 1px solid #f0f0f0;
    
        padding: 0 !important;
}
    .sidebar-brand {
        /* display: none; */
    }
    .slider {
        margin-top: 110px;
    }
    .center-buttons a {
        margin-top: 250px;
    }
    .copyright {
        display: none;
    }
    .modal-dialog {
    margin-left: 30px;
    }
    .modal-backdrop {
    background-color: rgba(255, 255, 255, 0.9);
    }
    .modal-backdrop.in {
    opacity: 1;
    }
    .bio-btn {
        display: initial;
    }
    .album-info{ width: 100%; }

}
@media screen and (min-width: 768px) {
    
    .modal-dialog  {width: 700px;}

}
@media (max-width:650px) {
	.item{width: 49%;}

    .owl-item img {
    /* min-width: 300px; */
    max-width: 650px;
    }

    .album-info>strong {
        display: block;
    }
    .album-info>span{
    margin-left: 15px;
    margin-right: 5px;
}
    .album-info>img, .album-info>a{display:none;}
    .center-buttons a {
        margin-top: 200px;
    
        opacity: 1;
}
}

@media (max-width:500px) {
	.item{width: 100%;}
        .owl-item img {
    /* min-width: 300px; */
    max-width: 500px;
    }
    #page-content-wrapper{ padding: 0 !important; }
}

@media (max-width:400px) {
        .owl-item img {
    /* min-width: 200px; */
    max-width: 400px;
    }
}

@media (max-width:300px) {
        .owl-item img {
    min-width: 200px;
    max-width: 200px;
    }
}