/*------------------------------------------------------*/
/* POST 081
/*------------------------------------------------------*/
.post_081{
  overflow: hidden;
  padding: 50px 25px;
  position: relative;
  background: #ffffff;
}
.post_081 > .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.post_081 > .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.post_081 > .carousel-inner > .carousel-item{
  overflow: hidden;
}
.post_081 > .carousel-inner > .carousel-item > .row{
  margin: 0;
}
/*---------- INDICATORS CONTROL ----------*/
.post_081_indicators > .carousel-indicators{
  left: 0;
  right: 0;
  top: 110px;
  width: 95%;
  bottom: auto;
  height: 30px;
  font-size: 0;
  margin: auto;
  z-index: 9;
  display: block;
  overflow-x: auto;
  text-align: center;
  overflow-y: hidden;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
}
.post_081_indicators > .carousel-indicators [data-bs-target]{
  opacity: 1;
  padding: 0;
  width: 15px;
  border: none;
  height: 15px;
  margin: 0 3px;
  text-indent: 0;
  font-size: 11px;
  font-weight: 500;
  overflow: hidden;
  line-height: 15px;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  border: 2px solid #ccc;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.post_081_indicators > .carousel-indicators .active{
  width: 15px;
  border: none;
  height: 15px;
  margin: 0 3px;
  text-indent: 0;
  font-weight: 700;
  background: #aa914f;
  border: 2px solid #aa914f;
}
.post_081_indicators > .carousel-indicators::-webkit-scrollbar{
  height: 4px;
}
.post_081_indicators > .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*---------- LEFT/RIGHT CONTROL ----------*/
.post_081_control_button .carousel-control-prev,
.post_081_control_button .carousel-control-next{
  top: 15px;
  bottom: auto;
  opacity: 1;
  width: 30px;
  height: 30px;
  bottom: auto;
  color: #ccc;
  font-size: 22px;
  cursor: pointer;
  font-weight: 400;
  overflow: hidden;
  line-height: 26px;
  text-shadow: none;
  position: absolute;
  text-decoration: none;
  background: transparent;
  border: 2px solid #ccc;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.post_081_control_button .carousel-control-prev{
  left: 0;
  right: 35px;
  margin: auto;
}
.post_081_control_button .carousel-control-next{
  right: 0;
  left: 35px;
  margin: auto;
 }
.post_081_control_button .carousel-control-prev:hover,
.post_081_control_button .carousel-control-next:hover{
  opacity: 1;
  color: #aa914f;
  border-color: #aa914f;
  background: transparent;
}
/*---------- HEADER ----------*/
.post_081_header{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  text-align: center;
  position: relative;
  margin: 0 auto 75px auto;
}
.post_081_header > h1{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  margin: auto;
  display: block;
  padding: 5px 0;
  color: #ccc;
  font-size: 25px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
.post_081_header > h1:after{
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  content: "";
  height: 2px;
  width: 125px;
  margin: auto;
  position: absolute;
  background: #ccc;
}
/*---------- GRID ----------*/
.post_081_grid{
  padding: 5px;
}
/*---------- GRID FOR MOVING TWO ----------*/
.post_081_grid_mov_2{
  padding: 0;
}
.post_081_grid_mov_2 > .row{
  margin: 0;
}
.post_081_grid_mov_2 > .row > div{
  padding: 5px;
}
/*---------- WRAPPER ----------*/
.post_081_wrapper{
  overflow: hidden;
  position: relative;
}
/*---------- IMAGE ----------*/
.post_081_image{
  overflow: hidden;
  position: relative;
}
.post_081_image > img{
  width: 100%;
}
.post_081_image > a{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: block;
  color: #aa914f;
  font-size: 25px;
  visibility: hidden;
  text-align: center;
  position: absolute;
  text-decoration: none;
  background: rgba(0,0,0,0.5);
  -webkit-transition: all 0.7s cubic-bezier(0.3,1,0,1);
  transition: all 0.7s cubic-bezier(0.3,1,0,1);
}
.post_081_image > a > span{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  margin: auto;
  height: 50px;
  display: block;
  position: absolute;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}
.post_081_image > a:before{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  margin: 10px;
  display: block;
  text-align: center;
  position: absolute;
  text-decoration: none;
  border: 5px solid #aa914f;
  -webkit-transition: all 0.7s cubic-bezier(0.3,1,0,1);
  transition: all 0.7s cubic-bezier(0.3,1,0,1);
}
.post_081_image > a:hover{
  color: rgba(255,255,255,0.8);
}
.post_081_image > a:hover:before{
  border-color: rgba(255,255,255,0.8);
}
.post_081_wrapper:hover > .post_081_image > a{
  opacity: 1;
  visibility: visible;
}
/*---------- CONTENT ----------*/
.post_081_header > h1,
.post_081_content > p,
.post_081_content > h5 > a,
.post_081_content > ul > li > a{
  text-shadow: none;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.post_081_content{
  padding: 5px;
  text-align: left;
}
.post_081_content > h5{
  margin: 15px 0;
  text-align: left;
}
.post_081_content > h5 > a{
  color: #000000;
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.7s cubic-bezier(0.3,1,0,1);
  transition: color 0.7s cubic-bezier(0.3,1,0,1);
}
.post_081_content > h5 > a:hover{
  color: #aa914f;
}
/*---------- LIST ----------*/
.post_081_content > ul{
  padding: 0;
  font-size: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.post_081_content > ul > li{
  margin: 0 4px;
  position: relative;
  display: inline-block;
}
.post_081_content > ul > li:after{
  top: 0;
  width: 1px;
  content: "";
  right: -4px;
  height: 100%;
  position: absolute;
  background: #aa914f;
}
.post_081_content > ul > li > a{
  color: #aa914f;
  display: block;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: opacity 0.7s cubic-bezier(0.3,1,0,1);
  transition: opacity 0.7s cubic-bezier(0.3,1,0,1);
}
.post_081_content > ul > li > a:hover{
  opacity: 0.5;
}
.post_081_content > p{
  font-size: 12px;
  margin: 0 0 15px 0;
  text-align: justify;
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/
/*---------- MEDIA 769px - 992px ----------*/
@media (min-width: 769px) and (max-width: 992px){
  /*---------- GRID FOR MOVING TWO ----------*/
  .post_081_grid_mov_2 > .row > div{
    padding: 1px;
  }
}

/*--------------------------------------------*/
/* SLIDING TIMING FUNCTIONS
/*--------------------------------------------*/
/*----- ps_ease -----*/
.ps_ease .carousel-item{
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
/*----- ps_easeInOut -----*/
.ps_easeInOut .carousel-item{
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
/*----- ps_speedy -----*/
.ps_speedy .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(0,1,0,1);
  transition-timing-function: cubic-bezier(0,1,0,1);
}
/*----- ps_slowSpeedy -----*/
.ps_slowSpeedy .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(0.3,1,0,1);
  transition-timing-function: cubic-bezier(0.3,1,0,1);
}
/*----- ps_easeOutInCubic -----*/
.ps_easeOutInCubic .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(0.22,0.81,0.01,0.99);
  transition-timing-function: cubic-bezier(0.22,0.81,0.01,0.99);
}
/*----- ps_swing -----*/
.ps_swing .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.02,.01,.47,1);
  transition-timing-function: cubic-bezier(.02,.01,.47,1);
}
/*----- ps_easeOutCubic -----*/
.ps_easeOutCubic .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
}
/*----- ps_easeInOutCubic -----*/
.ps_easeInOutCubic .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
  transition-timing-function: cubic-bezier(.645,.045,.355,1);
}
/*----- ps_easeOutCirc -----*/
.ps_easeOutCirc .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
  transition-timing-function: cubic-bezier(.075,.82,.165,1);
}
/*----- ps_easeOutExpo -----*/
.ps_easeOutExpo .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
  transition-timing-function: cubic-bezier(.19,1,.22,1);
}
/*----- ps_easeInQuad -----*/
.ps_easeInQuad .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.55,.085,.68,.53);
  transition-timing-function: cubic-bezier(.55,.085,.68,.53);
}
/*----- ps_easeOutQuad -----*/
.ps_easeOutQuad .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
  transition-timing-function: cubic-bezier(.25,.46,.45,.94);
}
/*----- ps_easeInOutQuad -----*/
.ps_easeInOutQuad .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.455,.03,.515,.955);
  transition-timing-function: cubic-bezier(.455,.03,.515,.955);
}
/*----- ps_easeOutQuart -----*/
.ps_easeOutQuart .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
  transition-timing-function: cubic-bezier(.165,.84,.44,1);
}
/*----- ps_easeInOutQuart -----*/
.ps_easeInOutQuart .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
  transition-timing-function: cubic-bezier(.77,0,.175,1);
}
/*----- ps_easeOutQuint -----*/
.ps_easeOutQuint .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.23,1,.32,1);
  transition-timing-function: cubic-bezier(.23,1,.32,1);
}
/*----- ps_easeInSine -----*/
.ps_easeInSine .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.47,0,.745,.715);
  transition-timing-function: cubic-bezier(.47,0,.745,.715);
}
/*----- ps_easeOutSine -----*/
.ps_easeOutSine .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.39,.575,.565,1);
  transition-timing-function: cubic-bezier(.39,.575,.565,1);
}
/*----- ps_easeInOutSine -----*/
.ps_easeInOutSine .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.445,.05,.55,.95);
  transition-timing-function: cubic-bezier(.445,.05,.55,.95);
}