/*---------------------------------------------*\
  Woodwork basic style                        
  basic.css                                     
  Ver. 2.1.0 - 2022.01.31                   
\*---------------------------------------------*/

*,::after,::before{
  box-sizing:border-box
}
.clearfix::after{
  display: block;
  clear: both;
  content: "";
}
body {
  overflow-y: scroll;
  background: #fff;
  font-family: "Raleway-Regular", sans-serif;
  color: #666;
  font-size: 1.2rem;
  margin: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
  display: block;
}
/*--- csupor ---*/
.mcs{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
/*-----------------------------------------*\
  CONTAINERS
\*-----------------------------------------*/
.wrapper{
  overflow: hidden;
  position: relative; 
}
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.row-m0 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section {
  padding: 30px 0;
  position: relative;
}
header{
  box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 10%);
  width: 100%;
  z-index: 3; 
}
/*-----------------------------------------*\
  BASIC ELEMENTS
\*-----------------------------------------*/
h1 {
  font-size:200%;
}
h2 {
  font-size:2.2rem;
}  
h3 {
  font-size:1.8rem;
}  
h4 {
  font-size:1.4rem;
}  
h5 {
  font-size:1.1rem;
}  
h6 {
  font-size:0.9rem;
} 
a, a:link, a:visited, a:hover, a:active {
  text-decoration:none;
  color:#fff;
  transition:color 0.3s linear 0s;
  -o-transition:color 0.3s linear 0s;
  -ms-transition:color 0.3s linear 0s;
  -moz-transition:color 0.3s linear 0s;
  -webkit-transition:color 0.3s linear 0s;
} 
a:hover {
  color:#aaa;
}
img{
  height: auto;
  vertical-align: middle;
  border-style: none;     
}
.loader {
  border: 16px solid #F3F3F3;
  border-radius: 50%;
  border-top: 16px solid #FFA500;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: fixed;
  left: 40%;
  top: 50%;
  z-index:10000;  
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*-----------------------------------------*\
  VIEWS
\*-----------------------------------------*/
.hidden{
  display: none;
}
.unhidden{
  display: block;
}
.fixed{
  position: fixed;
}
.center {
  float: none !important;
  clear: both !important;
  margin: 0 auto !important;
}
.left{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.right{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;  
}
.text-left{
  text-align: left !important;
}
.text-center{
  text-align: center !important;
}    
.text-right{
  text-align: right !important;
}
.w1000{
  margin: 0 auto;
  width: 1000px;
}
.fullwidth{
  width:100%;
}    
/*-----------------------------------------*\
  MARGIN, PADDING, BORDER
\*-----------------------------------------*/
.margintop-5 {
  margin-top: 5px !important;
}
.margintop-10 {
  margin-top: 10px !important;
}
.margintop-20 {
  margin-top: 20px !important;
}
.margintop-30 {
  margin-top: 30px !important;
}
.margintop-50 {
  margin-top: 50px !important;
}
.marginbottom-5 {
  margin-bottom: 5px !important;
}
.marginbottom-10 {
  margin-bottom: 10px !important;
}
.marginbottom-20 {
  margin-bottom: 20px !important;
}
.marginbottom-30 {
  margin-bottom: 30px !important;
}
.marginbottom-50 {
  margin-bottom: 50px !important;
}
/*-----------------------------------------*\
  GRIDS
\*-----------------------------------------*/
.cgrid-1, .cgrid-2, .cgrid-3, .cgrid-4,.cgrid-5, .cgrid-6, .cgrid-7, .cgrid-8,.cgrid-9, .cgrid-10, .cgrid-11, .cgrid-12{
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
[class*='cgrid-'] img{
  width: 100%;
}
.nor_cgrid-1, .nor_cgrid-2, .nor_cgrid-3, .nor_cgrid-4,.nor_cgrid-5, .nor_cgrid-6, .nor_cgrid-7, .nor_cgrid-8,.nor_cgrid-9, .nor_cgrid-10, .nor_cgrid-11, .nor_cgrid-12{
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.nor_cgrid-1{
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; 
}
.nor_cgrid-2{
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;  
}
.nor_cgrid-3{
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; 
}
.nor_cgrid-4{
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;  
}
.nor_cgrid-5{
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;  
}
.nor_cgrid-6{
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; 
}
.nor_cgrid-7{
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;  
}
.nor_cgrid-8{
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;  
}
.nor_cgrid-9{
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; 
}
.nor_cgrid-10{
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;  
}
.nor_cgrid-11{
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;  
}
.nor_cgrid-12{
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;  
}    
/*-----------------------------------------*\
  NAV
\*-----------------------------------------*/
.hamburger {
  display: none;
}
.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #101010;
}
.navbar{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem 1.5rem;
}
.nav-menu{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width:100%;
  padding: 0;
  margin: 0;  
}
.nav-item{
  display: flex;
  list-style: none;
  padding: 0 15px;
  position: relative;
  /* width: 100%; */
  text-align: center;
  justify-content: flex-end;
}
.nav-link{
  font-size: 1.6rem;
  font-weight: 400;
  font-family: 'Raleway-ExtraBold';
  color: #301604 !important;
}
.nav-link:hover{
  color: #B79C7D !important;
}
.submenu{
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 200px;
  background: #fff;
  text-align: left;
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease; 
}
.sublink{
  text-align: left;
  font-size: 22px;
  line-height: 32px;
  padding: 5px 0;
  width:100%; 
}
.navbar ul li:hover ul{
  opacity:1;
  visibility:visible;
}
/*-----------------------------------------*\
  SLIDER
\*-----------------------------------------*/
.slide-container{
  width:100%; 
  height:400px;
  overflow: hidden; 
  display:block;
  position: relative;
}
.slides {
    position: relative;
    height: 400px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;         
}
.slide img{
  width:100%;
  position: absolute;
  /*top: 50%;*/
  /*bottom: -50%;*/
  /*-webkit-transform: translateY(-50%) translateX(-50%); */
}
.showing {
  opacity: 1;
  z-index: 2;
}
.controls{
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 10;
  font-size: 0px;
  width:100%;       
}
.controlprev{
  float:left;
  margin-left: 20px;
  cursor:pointer;
}
.controlnext{       
  float:right;
  margin-right: 20px;
  cursor:pointer;
}
.slider-dots{
  position: absolute;
  bottom: 15px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index:1000;
}
.slider-dots li{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;  
}
.slider-dots li button{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: 0 0;
  border-radius: 50%;
  border: 2px solid #fff; 
}
.slider-dots li.active button{
  background: #fff;
}
/*-----------------------------------------*\
  SECTIONS, ITEMS
\*-----------------------------------------*/
.section{
  padding: 30px 0;
  position: relative;  
}
.section-title{
  position: relative;
  text-align: center;
  font-size: 36px;
  font-family: 'Raleway-ExtraBold';
  padding-bottom: 15px;
  margin-top: 10px;
  margin-bottom: 30px;  
}
.section-title.white{
  color:#fff;
}
.section-title:after{
  /*content: "";
  width: 150px;
  height: 3px;
  background: #474141;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  bottom: 0;*/
}
.section-title.white:after{
  background: #fff;
}
.section-subtitle{
  text-align: center;
  margin-top: -15px;
  margin-bottom: 30px;
  font-size: 24px;  
  font-family: 'Raleway-ExtraBold';
}
.subtitle-light{
  font-size: 22px;  
  font-family: 'Raleway-Regular';
}
.section-text{
  margin-top: 0;
  margin-bottom: 1rem;  
}
.section-bgimage{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #000;
  color: #fff;    
}
.section-fiximage{
  background-attachment: fixed;   
}
.text-box{
  background: rgba(255,255,255,.75);
  font-size: 30px;
  font-weight: 700;
  padding: 5px 10px;
  display: inline-block;
  border-bottom: 3px solid #474141;  
}
/*-------------------------------*\
  FOOTER
\*-------------------------------*/
.footer{
  background: #474141;
  color: #fff;
}
.footer-top{
  padding: 30px 0 10px;
}
.footer-bottom{
  background: rgba(255,255,255,.1);
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
}
/*-------------------------------*\
  BUTTONS
\*-------------------------------*/
.btn-container{
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px; 
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
a.btn-primary, .btn-primary{
  background-color: #B79C7D;
  border-color: #B79C7D;
  color: #fff !important;
  font-family: 'Raleway-ExtraBold';  
}
a.btn-primary:hover, .btn-primary:hover{
  background-color: #475569;
  border-color: #475569;
  color: #fff;  
}
a.btn-secondary, .btn-secondary{
  background-color: #000 !important;
  border-color: #000;
  color: #B79C7D !important;
  font-family: 'Raleway-ExtraBold';  
}
a.btn-secondary:hover, .btn-secondary:hover{
  background-color: #475569 !important;
  border-color: #475569;
  color: #fff;  
}
a.btn-outline-color, .btn-outline-color{
  border-color:#B79C7D;
  color:#B79C7D !important;
}
a.btn-outline, .btn-outline{
  border-color: #f8f9fa;
}
.ybutton { 
  margin-left: 10px;
  background-color: transparent;
  padding: 5px 20px;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  cursor: pointer;
  border-radius: 3px;
}
.ybutton:hover{ 
  color: #F2C249 !important;
  border: 1px solid #F2C249;
}
/*-----------------------------------------*\
 *IMAGES
\*-----------------------------------------*/
.zoom{
  position: relative;
  overflow: hidden;
}
.zoom img{
  transition: transform .5s;
}
.zoom:hover img{
  transform: scale(1.2);  
}
/*-----------------------------------*\
  $FORM
\*-----------------------------------*/
.formgroup {
  margin-bottom: 0.5rem;
}
.formitem{
  display: flex;
  margin-bottom: 5px;
  margin-top: 5px;
}
.formlabel{
  text-align: right;
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  /*margin-top: 4px;*/
  order: 0 !important;
  width: 42%;
  margin-top: 8px; 
  font-size: 16px;
  color: #888;   
}
.forminput{
  display: flex;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  color: #888;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.forminput-readonly{
  display: flex;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  color: #888;
  background-color: #F3F3F3;
  background-clip: padding-box;
  border: none;
  text-align: right;
}
.forminput:focus-visible { outline: none; }
.captcha-image{
  width: 180px !important;
  height: 37px;
  padding-left: 6px;
}



@media (min-width: 768px){
.container {
  max-width: 720px;
}
.cgrid-1{
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; 
}
.cgrid-2{
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;  
}
.cgrid-3{
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; 
}
.cgrid-4{
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;  
}
.cgrid-5{
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;  
}
.cgrid-6{
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; 
}
.cgrid-7{
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;  
}
.cgrid-8{
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;  
}
.cgrid-9{
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; 
}
.cgrid-10{
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;  
}
.cgrid-11{
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;  
}
.cgrid-12{
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;  
}
}
@media (min-width: 992px){
.container {
  max-width: 960px;
}
}
@media (min-width: 1200px){
.container {
  max-width: 1140px;
}
}
@media only screen and (max-width: 768px){
  .w1000{
    width:100%;
  }
/*-----------------------------------------*\
  NAVBAR
\*-----------------------------------------*/
.nav-menu {
  position: fixed;
  left: -100%;
  top: 5rem;
  flex-direction: column;
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
}
.nav-menu.active {
  left: 0;
  z-index: 20;
}
.nav-item {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0;
}
.hamburger {
  display: block;
  cursor: pointer;
}
.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}
.hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
/*-----------------------------------------*\
  SLIDER
\*-----------------------------------------*/
.slide-container{
  height:unset;
}
.slides{
  height: 250px;
}
.slide img{
   position: absolute;
   width: 240%;
   left: 50%;
   top: 50%;
   -webkit-transform: translateY(-50%) translateX(-50%);
}
}