body {
    font-size: 16px;
    line-height: 26px;
}
.btn-theme{}
.btn-theme:hover{}
.btn-theme.active, .btn-theme:active {
    background-image: none;
    outline: 0;
    box-shadow: none;
}
.nav-left .nav-left__item:after, 
.nav-left .dropdown-item:after {

}

.form-reviews{}
.form-reviews_header{}


.reviews .reviews-item {
}

.reviews .reviews-item:nth-child(odd) {
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover{
     font-weight: 500;
}
.nav-tabs li a {
    font-weight: 500;
    color: #000;
    border-bottom: 2px dashed #000000;
    border-radius: 0;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 20px 20px 0px 0px;
}

.question_answers{
    margin-top: 20px;
    margin-bottom: 30px;
}
.question_answer-item{
    border: 1px solid #f2f2f2;
    padding: 25px 80px 15px 25px;
    cursor: pointer;
}
.question_answer-item .title{
    font-weight: 600;
    position: relative;
}
.question_answer-item .title .fa{
    position: absolute;
    right: -60px;
    top: -5px;
    font-size: 30px;
}
.question_answer-item .answer-text{
    display: none;
    margin-top: 20px;
}
.question_answer-item.show .answer-text{
    display: block;
}

.question_answer-item.show {
    background: #f9f9f9;
}

.slick-list {
    padding: 0px 0px !important;
    margin: 0;
}

.category-title{
    font-weight: 500;
}
.copyright2{
    font-size: 12px;
    margin-top: 10px;
}

.bottom-contacts a:hover{
    color: #dcca66;
}

.top-contacts .fa{
    font-size: 16px;
    padding: 0 7px;
    height: 26px;
    line-height: 27px;
    width: 26px;
    color: white;
    border-radius: 3px;
    vertical-align: top;
    background: #c8a82d;
}

.custom-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 180px;
    height: 50px;
    padding-top: 2px;
    border: none;
   box-shadow: 4px 4px 0 #f0e477;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    background: #ffffff;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    float: right;
}
.custom-btn:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #dac75e;
    background: -moz-linear-gradient(top, rgba(240,228,119,0.5) 0%,rgba(240,228,119,1) 50%,rgba(218,199,94,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(240,228,119,0.5) 0%,rgba(240,228,119,1) 50%,rgba(218,199,94,0.7) 100%);
    background: linear-gradient(to right, rgba(240,228,119,0.5) 0%,rgba(240,228,119,1) 50%,rgba(218,199,94,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
 
@-webkit-keyframes slideme {
    0% { left: -30px; margin-left: 0px; }
    30% { left: 110%; margin-left: 80px; }
    100% { left: 110%; margin-left: 80px; } 
}
.gallery-list__item .title {
    text-align: center;
    font-size: 13px;
    line-height: 16px;
}