/*------------------------------------------------------*/
/* POST 085
/*------------------------------------------------------*/
.post_085{
  overflow: hidden;
  position: relative;
}
.post_085 > .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.post_085 > .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.post_085 > .carousel-inner > .carousel-item{
  overflow: hidden;
}
.post_085 > .carousel-inner > .carousel-item > .row{
  margin: 0;
}
/*---------- INDICATORS CONTROL ----------*/
.post_085_indicators > .carousel-indicators{
  left: 0;
  right: 0;
  top: 220px;
  width: 90%;
  bottom: auto;
  height: 20px;
  font-size: 0;
  margin: auto;
  display: block;
  overflow-x: auto;
  text-align: center;
  overflow-y: hidden;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
}
.post_085_indicators > .carousel-indicators li{
  padding: 0;
  width: 15px;
  height: 15px;
  border: none;
  margin: 0 5px;
  text-indent: 0;
  font-size: 11px;
  font-weight: 500;
  overflow: hidden;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.post_085_indicators > .carousel-indicators .active{
  width: 15px;
  height: 15px;
  border: none;
  margin: 0 5px;
  text-indent: 0;
  font-weight: 700;
  background: #feca00;
  border: 2px solid #feca00;
}
.post_085_indicators > .carousel-indicators::-webkit-scrollbar{
  height: 4px;
}
.post_085_indicators > .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*---------- LEFT/RIGHT CONTROL ----------*/
.post_085_control_button .carousel-control-prev,
.post_085_control_button .carousel-control-next{
  top: 30px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
  overflow: hidden;
  position: absolute;
  text-align: center;
  letter-spacing: 1px;
  background: #feca00;
  -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_085_control_button .carousel-control-prev{
  left: auto;
  right: 72px;
  margin: auto;
}
.post_085_control_button .carousel-control-next{
  left: auto;
  right: 30px;
  margin: auto;
 }
.post_085_control_button .carousel-control-prev:hover,
.post_085_control_button .carousel-control-next:hover{
  opacity: 1;
  color: #feca00;
  background: #ffffff;
}
/*---------- HEADER ----------*/
.post_085_header{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 300px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}
.post_085_header:before{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background: rgba(0,0,0,0.5);
}
.post_085_header > h1{
  left: 0;
  right: 0;
  margin: 0;
  bottom: 0;
  top: 100px;
  display: block;
  padding: 5px 0;
  color: #ffffff;
  font-size: 50px;
  font-weight: 800;
  position: relative;
  text-align: center;
  text-transform: capitalize;
}
/*---------- GRID ----------*/
.post_085_grid{
  padding: 6px 3px;
}
/*---------- GRID FOR MOVING TWO ----------*/
.post_085_grid_mov_2{
  padding: 0;
}
.post_085_grid_mov_2 > .row{
  margin: 0;
}
.post_085_grid_mov_2 > .row > div{
  padding: 6px 3px;
}
/*---------- WRAPPER ----------*/
.post_085_wrapper{
  overflow: hidden;
  position: relative;
  border: 1px solid #cccccc;
}
/*---------- IMAGE ----------*/
.post_085_image{
  overflow: hidden;
  position: relative;
}
.post_085_image > a{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-decoration: none;
  background: rgba(0,0,0,0.4);
  -webkit-transform: translate(0,-100%);
  -ms-transform: translate(0,-100%);
  transform: translate(0,-100%);
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.3,1,0,1);
  -ms-transition: -ms-transform 0.7s cubic-bezier(0.3,1,0,1);
  transition: transform 0.7s cubic-bezier(0.3,1,0,1);
}
.post_085_wrapper:hover > .post_085_image > a{
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}
.post_085_image > a > span{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  margin: auto;
  color: #ffffff;
  line-height: 35px;
  text-align: center;
  position: absolute;
  text-decoration: none;
  border: 2px solid #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.post_085_image > img{
  width: 100%;
}
/*---------- CONTENT ----------*/
.post_085_header > h1,
.post_085_content > a,
.post_085_content_header > a,
.post_085_content > ul > li > a,
.post_085_control_button .carousel-control-prev,
.post_085_control_button .carousel-control-next{
  text-shadow: none;
  font-family: 'Dosis', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.post_085_content{
  text-align: left;
  padding: 10px 5px;
  position: relative;
}
.post_085_content_header{
  width: 25%;
  float: left;
  position: relative;
}
.post_085_content_header > a{
  height: 70px;
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  padding-top: 10px;
  text-align: center;
  letter-spacing: 1px;
  background: #feca00;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: all 0.7s cubic-bezier(0.3,1,0,1);
  transition: all 0.7s cubic-bezier(0.3,1,0,1);
}
.post_085_content_header > a:hover{
  background: #222222;
}
.post_085_content_header > a > span{
  display: block;
  font-size: 15px;
  font-weight: 100;
}
.post_085_content > a{
  width: 75%;
  float: right;
  display: block;
  color: #222222;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  text-decoration: none;
  list-style-type: none;
  text-transform: capitalize;
  -webkit-transition: color 0.7s cubic-bezier(0.3,1,0,1);
  transition: color 0.7s cubic-bezier(0.3,1,0,1);
}
.post_085_content > a:hover{
  color: #feca00;
}
.post_085_content > ul{
  top: 15px;
  padding: 0;
  clear: both;
  display: block;
  text-align: left;
  position: relative;
  list-style-type: none;
}
.post_085_content > ul > li{
  display: inline-block;
}
.post_085_content > ul > li > a{
  color: #b3b3b3;
  display: block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: color 0.7s cubic-bezier(0.3,1,0,1);
  transition: color 0.7s cubic-bezier(0.3,1,0,1);
}
.post_085_content > ul > li > a:hover{
  color: #feca00;
}
.post_085_content_col_4 > .post_085_content_header{
  width: 15%;
}
.post_085_content_col_4 > a{
  width: 85%;
}
.post_085_content_col_3 > .post_085_content_header{
  width: 15%;
}
.post_085_content_col_3 > a{
  width: 85%;
}
.post_085_content_col_2 > .post_085_content_header{
  width: 10%;
}
.post_085_content_col_2 > a{
  width: 90%;
}
/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/
/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
  /*---------- INDICATORS CONTROL ----------*/
  .post_085_indicators > .carousel-indicators{
    display: none;
  }
  /*---------- HEADER ----------*/
  .post_085_header{
	max-height: 200px;
	background-position: initial;
  }
  .post_085_content_header{
    width: 15%;
  }
  .post_085_content > a{
    width: 85%;
  }
  .post_085_content_col_2 > .post_085_content_header{
    width: 15%;
  }
  .post_085_content_col_2 > a{
    width: 85%;
  }
}
/*---------- MEDIA 481px - 768px ----------*/
@media (min-width: 481px) and (max-width: 768px){
  /*---------- HEADER ----------*/
  .post_085_header{
	background-position: initial;
  }
  .post_085_content_header{
    width: 10%;
  }
  .post_085_content > a{
    width: 90%;
  }
  .post_085_content_col_4 > .post_085_content_header{
    width: 10%;
  }
  .post_085_content_col_4 > a{
    width: 90%;
  }
  .post_085_content_col_3 > .post_085_content_header{
    width: 10%;
  }
  .post_085_content_col_3 > a{
    width: 90%;
  }
  .post_085_content_col_2 > .post_085_content_header{
    width: 10%;
  }
  .post_085_content_col_2 > a{
    width: 90%;
  }
}
/*---------- MEDIA 769px - 992px ----------*/
@media (min-width: 769px) and (max-width: 992px){
  /*---------- HEADER ----------*/
  .post_085_header{
	background-position: initial;
  }
}
/*---------- MEDIA 993px - 1200px ----------*/
@media (min-width: 993px) and (max-width: 1200px){
  /*---------- HEADER ----------*/
  .post_085_header{
	background-position: initial;
  }
  .post_085_content_col_4 > .post_085_content_header{
    width: 15%;
  }
  .post_085_content_col_4 > a{
    width: 85%;
  }
  .post_085_content_col_3 > .post_085_content_header{
    width: 15%;
  }
  .post_085_content_col_3 > a{
    width: 85%;
  }
  .post_085_content_col_2 > .post_085_content_header{
    width: 10%;
  }
  .post_085_content_col_2 > a{
    width: 90%;
  }
}
/*--------------------------------------------*/
/* 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);
}