.db{
    display:block;
}
.db p{
    word-break: break-word;
}
.homepage{
    height: auto;
    position: relative;
    overflow-x: hidden;
}

.pages{
    height: auto;
/*    background: #2c3e50;*/
    background: #ffffff;
}
.slide-area .big-img{
    width: 100%;
}
.carousel-control{
    background: none!important;
    box-shadow: none!important;
    opacity: 1!important;
}
.carousel-control span{
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.small-images{
    position: absolute;
    bottom:20px;
    left:0;
    right:0;
    box-sizing: border-box;
    padding: 0 20px;
}
.sircle-bg-black img{
    border-radius: 50%;
    background: black;
    padding: 5px;
    box-sizing: border-box;
}
.sircle-bg-white img{
    border-radius: 50%;
    background: white;
    padding: 5px;
    box-sizing: border-box;
}
.cube-bg-black img{
    border-radius: 10px;
    background: black;
    padding: 5px;
    box-sizing: border-box;
}
.cube-bg-white img{
    border-radius: 10px;
    background: white;
    padding: 5px;
    box-sizing: border-box;
}
.nav-menu{
    width:100%;
    text-align: center;
    background:#b79766;
}
.nav-menu > ul{
    margin:0;
    padding:0;
}
.nav-menu > ul li{
    display:inline-block;
    list-style-type: none;    
    margin: 0 -5px;
    box-sizing: border-box;
    border:2px solid #b79766;
}
.nav-menu > ul li a{
    color:white;
    display: block;
    background:#b79766;
    padding: 10px 5px;
    text-decoration: none;
    text-transform: uppercase;
    transition:0.5s;
    box-sizing: border-box;
    border: 1px solid #b79766;
    font-size: 12px;
    letter-spacing: 1px;
}
.nav-menu > ul li a:hover{
    color:white;
    background:#a98a54;
}
.nav-menu > ul li span{
    color:white;
    display: block;
    background:#b79766;
    padding: 10px 5px;
    text-decoration: none;
    text-transform: uppercase;
    transition:0.5s;
    cursor: default;
    box-sizing: border-box;
    border: 1px solid #b79766;
    font-size: 12px;
}
.nav-menu > ul li span:hover{
    color:white;
    background:#a98a54;
}
.dropme{
    position: relative;
}
.dropme ul{
    margin:0;
    padding:0;
    position: absolute;
    top: 100%;
    min-width: 100%;
    display:none;    
    left: 0;
}
.dropme:hover .droped{
    display:block;
    z-index: 10;
}
.dropme ul li{
    display:block;
    list-style-type: none;    
}
.dropme ul li a{
    color:white;
    display: block;
    background:#b79766;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
    transition:0.5s;
}
.dropme ul li a:hover{
    color:white;
    background:#a98a54;
}
.logo-area{
    background:white;
    padding: 20px 0;
    text-align: left;
    padding-left:40px;
    float:left;
}
.logo-area a{
    text-decoration: none;
}
.logo-area img{
    height: 130px;
    object-fit: contain;
    display:inline-block;
}
.logo-area span{
    display: inline-block;
    color: #b4955f;
    font-size: 20px;
    font-weight: bold;
    margin-left: 20px;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: white;
}
.social-area{
    float:right;
    padding: 20px 0;
}
.social-area > li{
    display: inline-block;
}
.social-area .dropme{
    color: white;
    display: inline-block;
    background: white;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    line-height: 33px;
    height: 33px;
}
.social-area > li > a{
    width: 33px;
    height:33px;
    display: inline-block;
    background: #b79766;
    color:white;
    text-align: center;
    line-height: 33px;
    margin-right: 5px;
}
.social-area .dropme ul li a{    
    background: white;
    padding: 0;
}
.social-area > li > a img, .social-area > li > span img{
    width: 30px;
    height: 20px;
}
.social-area .droped > li > a img{
    width: 30px;
    height: 20px;
}
.bottom-area{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff61;
    padding: 10px 0;
    z-index: 10;
}
.bottom-area > div{
    text-align:center;
}
.bottom-area img{
    max-width: 100%;
}
.calc-area{
    position:relative;    
}
.footer{
    background: #b79766;
    line-height: 40px;
    text-align: center;
    color:white;
    font-size: 12px;
    text-transform: uppercase;
}
.footer p{
    margin:0;
}
.footer a{
    color:white;
    text-decoration: underline;
}
/*===ABOUT===*/
.about{
    padding:40px 0;
}
.about h2{
    font-weight: bold;
    text-transform: uppercase;
    color:#2c3e50;
    text-align: center;
    margin-bottom:50px;
}
.about img{
    width: 30%;
    float:left;
    margin-right: 10px;
    margin-bottom:10px;
}
.about p{
    font-size: 18px;
    color:#2c3e50;
    text-align: left;
}
/*===MEMBER===*/
.member{
    padding:40px 0;
}
.member h2{
    font-weight: bold;
    text-transform: uppercase;
    color:#2c3e50;
    text-align: center;
    margin-bottom:50px;
}
.member-item{
    text-align: center;
    margin-bottom: 30px;
}
.member-item img{
    height: 80px;
    object-fit: contain;
}
.member-item h4{
    color:#2c3e50;
    font-weight: bold;
}
.member-item p{
    height: 3em;
    line-height: 1.5em;
    font-size: 14px;
    color:#2c3e50;
}
/*===SHOW===*/
.show{
    padding:40px 0;
}
.show h1{
    font-weight: bold;
    text-transform: uppercase;
    color:#2c3e50;
    text-align: center;
    margin-bottom:20px;
}
.show h2{
    font-weight: bold;
    text-transform: uppercase;
    color:#2c3e50;
    text-align: center;
    margin-bottom:50px;
}
.show-item{
    text-align: center;
    margin-bottom: 30px;
}
.show-item img{
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.show-item h4{
    color:#2c3e50;
    font-weight: bold;
}
.show-item p{
    height: 3em;
    line-height: 1.5em;
    font-size: 14px;
    color:#2c3e50;
}
.news-item{
    box-sizing:border-box;
    transition:0.5s;
    border: 2px solid transparent;
}
.news-item:hover{
    border: 2px solid #b79766;
}
.news-item h4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
}
.news-item p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: auto;
}
/*===ARCHIVE===*/
.archive{
    padding:40px 0;
}
.archive h2{
    font-weight: bold;
    text-transform: uppercase;
    color:#2c3e50;
    text-align: center;
    margin-bottom:50px;
}
.archive-item{
    text-align: center;
    margin-bottom: 30px;
}
.archive-item img{
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.archive-item iframe{
    height: 250px;
    width: 100%;
}
@media only screen and (max-width: 1440px){
    .nav-menu > ul li a {
        padding: 10px 10px;
    }
    .nav-menu > ul li span {
        padding: 10px 10px;
    }
    .small-images img{
        width: 170px;
    }
    .cube-bg-black img{
        width: 190px;
    }
}
@media only screen and (max-width: 1280px){}
@media only screen and (max-width: 1024px){
    .small-images img{
        width: 120px;
    }
    .cube-bg-black img{
        width: 140px;
    }
}
@media only screen and (max-width: 800px){}
@media only screen and (max-width: 768px){}
@media only screen and (max-width: 600px){
    .nav-menu > ul li{
        margin-bottom:5px;
    }
    .calc-area {
        top: 60%;
    }
    .small-images img{
        width: 50px;
    }
}
@media only screen and (max-width: 480px){}
@media only screen and (max-width: 320px){
    .nav-menu {
        top: 0;
    }
    .pages {
        height: auto;
    }
}
