/**
* @subsection   Animate.css
*
* @description  A bunch of cool, fun, and cross-browser animations
*               for you to use.
*
* @author       Daniel Eden
* @link         http://daneden.me/animate
* @license      MIT license - http://opensource.org/licenses/MIT
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

html:not(.lt-ie10) .not-animated {
  opacity: 0; }

.delay {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.delay1 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.delay2 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s; }

.delay04 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.delay3 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s; }

.delay01 {
  -webkit-animation-duration: 0.2s;
  animation-delay: 0.2s; }

.delay02 {
  -webkit-animation-duration: 0.4s;
  animation-delay: 0.4s; }

.delay03 {
  -webkit-animation-duration: 0.6s;
  animation-delay: 0.6s; }

.dur {
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/**
* FadeInDown Keyframes Animation
*/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

/**
* FadeInLeft Keyframes Animation
*/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

/**
* FadeInRight Keyframes Animation
*/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

/**
* FadeInRightBig Keyframes Animation
*/
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/**
* FadeInUpBig Keyframes Animation
*/
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

/**
* SlideInLeft Keyframes Animation
*/
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/*
* @section   Categories Page Styles
*/
.content_scene_cat {
  margin: 0 0 10px; }
  @media (min-width: 480px) {
    .content_scene_cat {
      margin-bottom: 38px; } }
  @media (min-width: 992px) {
    .content_scene_cat {
      margin-bottom: 50px; } }
  @media (min-width: 1200px) {
    .content_scene_cat {
      margin-bottom: 75px; } }
  .content_scene_cat .content_scene_cat_bg {
    position: relative;
    overflow: hidden;
    background-color: #dfdfdf;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    color: #2f2c2f;
    min-height: 0 !important;
    padding-top: 34px; }
    @media (min-width: 480px) {
      .content_scene_cat .content_scene_cat_bg {
        min-height: 230px !important;
        color: white;
        padding-top: 30px;
        padding-bottom: 30px; } }
    @media (min-width: 768px) {
      .content_scene_cat .content_scene_cat_bg {
        min-height: 370px !important; } }
    @media (min-width: 1200px) {
      .content_scene_cat .content_scene_cat_bg {
        min-height: 500px !important; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .content_scene_cat .content_scene_cat_bg {
        padding-left: 7%; } }
    @media (max-width: 479px) {
      .content_scene_cat .content_scene_cat_bg {
        background: none !important; } }
    .content_scene_cat .content_scene_cat_bg > div {
      width: 100%; }
    .content_scene_cat .content_scene_cat_bg .cat_desc {
      position: relative;
      max-width: 60%; }
      @media (min-width: 1200px) {
        .content_scene_cat .content_scene_cat_bg .cat_desc {
          max-width: 50%; } }
      @media (min-width: 1650px) {
        .content_scene_cat .content_scene_cat_bg .cat_desc {
          max-width: 40%; } }
      .content_scene_cat .content_scene_cat_bg .cat_desc p {
        line-height: 1.875; }
      @media (max-width: 1199px) {
        .content_scene_cat .content_scene_cat_bg .cat_desc .category-description {
          font-size: 14px; }
          .content_scene_cat .content_scene_cat_bg .cat_desc .category-description p {
            line-height: 1.5; } }
      @media (max-width: 479px) {
        .content_scene_cat .content_scene_cat_bg .cat_desc .category-description {
          display: none; } }
  .content_scene_cat span.category-name {
    font: 300 26px/32px "Exo 2", sans-serif;
    margin-bottom: 10px;
    display: inline-block; }
    @media (min-width: 1200px) {
      .content_scene_cat span.category-name {
        margin-bottom: 25px; } }
    @media (max-width: 479px) {
      .content_scene_cat span.category-name {
        font-size: 34px; } }
  .content_scene_cat p {
    margin-bottom: 0; }
  .content_scene_cat a.lnk_more {
    font-weight: bold; }
  .content_scene_cat a:hover {
    text-decoration: underline; }
  .content_scene_cat .content_scene {
    color: #767676; }
    .content_scene_cat .content_scene .cat_desc {
      padding-top: 20px; }
      .content_scene_cat .content_scene .cat_desc a {
        color: #767676; }
        .content_scene_cat .content_scene .cat_desc a:hover {
          color: #ea917d; }

/*
* @subsection   Sub Categories Styles
*/
#subcategories {
  margin-top: 10px;
  max-width: 70%; }
  @media (min-width: 1200px) {
    #subcategories {
      max-width: 60%; } }
  @media (min-width: 1650px) {
    #subcategories {
      max-width: 50%; } }
  @media (max-width: 767px) {
    #subcategories {
      display: none; } }
  #subcategories ul {
    margin: 0; }
    #subcategories ul li {
      margin-top: 5px; }
      @media (min-width: 1200px) {
        #subcategories ul li {
          margin-top: 14px; } }
      #subcategories ul li a {
        display: inline-block;
        position: relative;
        color: inherit;
        text-decoration: none;
        padding-left: 25px; }
        #subcategories ul li a:before {
          position: absolute;
          left: 0;
          top: 0;
          font-family: "FontAwesome";
          content: "\f105";
          display: inline-block;
          font-weight: normal;
          color: white;
          -moz-transition: 0.3s all ease;
          -o-transition: 0.3s all ease;
          -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease; }
        #subcategories ul li a:hover {
          color: #767676; }
          #subcategories ul li a:hover:before {
            left: 5px; }
        @media (max-width: 1199px) {
          #subcategories ul li a {
            font-size: 14px; } }
