body{
    font-size: 14px;
    font-family: 'Oxygen',arial,sans-serif;
}

strong, b {
    font-weight: bold;
}
.is-wrapper p,.is-wrapper li,.is-wrapper span{  
line-height: 1.3em;  
font-weight: normal;
font-style: normal;
font-variant: normal;
}
.is-wrapper .kta-social a{
border: 2px solid;
border-radius: 20px;
padding-left: 15px;
padding-top: 10px;
padding-bottom: 7px;
}
.is-wrapper .kta-divider{
width: 80px;
height: 0px;
margin: 5px auto 10px;
box-sizing: border-box;
border-top: 2px solid rgba(54, 18, 21, 1);
}
.is-wrapper label{
font-family: 'Oxygen',arial,sans-serif;
font-size: 14px;
line-height: 1.3em;
color: #74262c;
}
.is-wrapper .form-control{
border-color: #74262c;
border-radius: 0px;
font-size: 14px;
}

/* ghost1 dark-text */
.is-dark-text .is-btn-ghost1,
.is-light-text .is-dark-text .is-btn-ghost1 {
    color: #74262c;
    border: 2px solid #74262c;
    background: transparent;
}
    .is-dark-text .is-btn-ghost1:hover, .is-dark-text .is-btn-ghost1:active, .is-dark-text .is-btn-ghost1:focus,
    .is-light-text .is-dark-text .is-btn-ghost1:hover, .is-light-text .is-dark-text .is-btn-ghost1:active, .is-light-text .is-dark-text .is-btn-ghost1:focus {
        color: #fff;
    	background-color: #7d4045;
    	border: 2px solid #7d4045;
    }
    /* ghost1 light-text */
.is-light-text .is-btn-ghost1,
.is-dark-text .is-light-text .is-btn-ghost1 {
    color: #f1dbd3;
    	background-color: transparent;
    	border: 2px solid #f1dbd3;
}
    .is-light-text .is-btn-ghost1:hover, .is-light-text .is-btn-ghost1:active, .is-light-text .is-btn-ghost1:focus,
    .is-dark-text .is-light-text .is-btn-ghost1:hover, .is-dark-text .is-light-text .is-btn-ghost1:active, .is-dark-text .is-light-text .is-btn-ghost1:focus {
        color: #74262c;
    	border: 2px solid #74262c;
    	background-color: #f1dbd3;
    }
/* ghost2 dark-text */
.is-dark-text .is-btn-ghost2,
.is-light-text .is-dark-text .is-btn-ghost2 {
    color: #fff;
    border: 2px solid #74262c;
    background-color: #74262c;
}
    .is-dark-text .is-btn-ghost2:hover, .is-dark-text .is-btn-ghost2:active, .is-dark-text .is-btn-ghost2:focus,
    .is-light-text .is-dark-text .is-btn-ghost2:hover, .is-light-text .is-dark-text .is-btn-ghost2:active, .is-light-text .is-dark-text .is-btn-ghost2:focus {
        color: #74262c;
        border: 2px solid #74262c;
        background: transparent;
    }
    /* ghost2 light-text */
.is-light-text .is-btn-ghost2,
.is-dark-text .is-light-text .is-btn-ghost2 {
    color: #74262c;
    border: 2px solid #74262c;
    background-color: #f1dbd3;
}
    .is-light-text .is-btn-ghost2:hover, .is-light-text .is-btn-ghost2:active, .is-light-text .is-btn-ghost2:focus,
    .is-dark-text .is-light-text .is-btn-ghost2:hover, .is-dark-text .is-light-text .is-btn-ghost2:active, .is-dark-text .is-light-text .is-btn-ghost2:focus {
        color: #f1dbd3;
    	background-color: transparent;
    	border: 2px solid #f1dbd3;
    }
#kta-btnscroll {
position: fixed;
top: 50%;
transform: translateY(-50%);
right: 10px;
margin: 0;
padding: 0;
list-style: none;
z-index: 100;
border-radius: 10px 0 0 10px;
}
#kta-btnscroll li {
line-height: 1;
}
#kta-btnscroll a {
display: block;
padding: 5px;
color: #fff;
}
#kta-btnscroll a .dot {
height: 10px;
width: 10px;
background-color: #f1dbd3;
border: 2px solid #74262c;
border-radius: 50%;
display: inline-block;
}
#kta-btnscroll a:hover .dot,
#kta-btnscroll a:focus .dot,
#kta-btnscroll a.active .dot {
background-color: #74262c;
}
.is-wrapper *[class*="is-title"]{
font-family: 'Merriweather', serif;
line-height: 1.2em;
}
.is-wrapper .is-dark-text *[class*="is-title"],
.is-wrapper .is-dark-text a:not([class*="btn-"]){
color: #74262C;
}
.is-wrapper .is-light-text *[class*="is-title"],
.is-wrapper .is-light-text a:not([class*="btn-"]){
color: #ffffff;
}
.is-dark-text .is-social a > i{
color:#74262C;
}
@media (max-width: 992px){
.is-wrapper label,
.is-wrapper .form-control{
font-size: 12px;
}
}