/**
* @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); } }
/* Block newsletter */
#columns #newsletter_block_left .form-group {
  margin-bottom: 0; }
  #columns #newsletter_block_left .form-group .form-control {
    max-width: 100%;
    display: block; }
  #columns #newsletter_block_left .form-group.email-error .form-control {
    border-color: #f00; }
  #columns #newsletter_block_left .form-group.email-valid .form-control {
    border-color: #0C3; }
#columns #newsletter_block_left .success_inline, #columns #newsletter_block_left .warning_inline {
  text-align: left;
  padding: 1px 0 0 0;
  margin-bottom: -19px; }
#columns #newsletter_block_left .success_inline {
  color: #00b06c; }
#columns #newsletter_block_left .warning_inline {
  color: #f13340; }

/* Block newsletter footer */
#footer #newsletter_block_left {
  margin: 0; }
  @media (min-width: 768px) {
    #footer #newsletter_block_left {
      padding-bottom: 20px; } }
  #footer #newsletter_block_left h4 {
    background: none;
    padding: 7px 16px 5px 0;
    font: 300 26px/32px "Exo 2", sans-serif;
    text-transform: uppercase;
    border: none;
    margin-bottom: 8px; }
    #footer #newsletter_block_left h4:after {
      display: none; }
  #footer #newsletter_block_left p {
    font-size: 18px;
    text-align: center; }
  #footer #newsletter_block_left .block_content {
    margin: 0; }
  #footer #newsletter_block_left .form-group {
    margin-bottom: 0;
    margin-top: 30px;
    text-align: center; }
    @media (min-width: 480px) {
      #footer #newsletter_block_left .form-group {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }
    #footer #newsletter_block_left .form-group .form-control {
      height: 60px;
      line-height: 30px;
      background: white;
      border: none;
      padding: 5px 31px;
      display: block;
      box-shadow: none; }
      @media (max-width: 479px) {
        #footer #newsletter_block_left .form-group .form-control {
          text-align: center;
          margin-bottom: 15px; } }
      #footer #newsletter_block_left .form-group .form-control:focus {
        -moz-box-shadow: black 0 0 0;
        -webkit-box-shadow: black 0 0 0;
        box-shadow: black 0 0 0; }
    #footer #newsletter_block_left .form-group .btn {
      border-radius: 0;
      background: #2f2c2f;
      color: white;
      box-shadow: none;
      white-space: nowrap; }
      @media (min-width: 480px) {
        #footer #newsletter_block_left .form-group .btn {
          min-width: 150px; } }
      @media (min-width: 768px) {
        #footer #newsletter_block_left .form-group .btn {
          min-width: 190px;
          margin-left: 19px; } }
      @media (min-width: 1360px) {
        #footer #newsletter_block_left .form-group .btn {
          min-width: 270px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        #footer #newsletter_block_left .form-group .btn {
          padding-left: 10px;
          padding-right: 10px; } }
      #footer #newsletter_block_left .form-group .btn:hover {
        background: #ea917d; }
  #footer #newsletter_block_left .warning_inline {
    display: block;
    color: #f13340;
    font-size: 13px;
    line-height: 26px;
    clear: both; }
    @media (min-width: 1200px) {
      #footer #newsletter_block_left .warning_inline {
        display: inline-block;
        position: relative;
        top: -35px;
        margin-bottom: -35px;
        left: 15px;
        clear: none; } }
  #footer #newsletter_block_left .form-group.email-error .form-control {
    -moz-box-shadow: inset 0 0 1px #f13340;
    -webkit-box-shadow: inset 0 0 1px #f13340;
    box-shadow: inset 0 0 1px #f13340; }
  #footer #newsletter_block_left .form-group.email-valid .form-control {
    -moz-box-shadow: inset 0 0 1px #00b06c;
    -webkit-box-shadow: inset 0 0 1px #00b06c;
    box-shadow: inset 0 0 1px #00b06c; }

#newsletter_block_left p.alert {
  margin: 10px 0;
  padding-left: 35px; }
  #newsletter_block_left p.alert:before {
    display: none; }
  #newsletter_block_left p.alert .close {
    font-size: 21px;
    position: absolute;
    left: 10px;
    top: 9px;
    font-weight: normal;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
    color: #f13340; }
  #newsletter_block_left p.alert.alert-success .close {
    color: #00b06c; }
