/*-------------------------------------- Fonts Starts -------------------------------------*/
/*--------------------------------------- Fonts Ends --------------------------------------*/
/*------------------------------------- Colors Starts -------------------------------------*/
/*-------------------------------------- Colors Ends --------------------------------------*/
/*--------------------------------- Header Wrapper Starts ---------------------------------*/
/*--------------------------------- Header Wrapper Starts ---------------------------------*/
/*-------------------------------- Content Wrapper Starts ---------------------------------*/
/*--------------------------------- Content Wrapper Ends ----------------------------------*/
/*--------------------------------- Footer Wrapper Starts ---------------------------------*/
/*---------------------------------- Footer Wrapper Ends ----------------------------------*/
/*---------------------------------- Slick Slider Starts ----------------------------------*/
/*----------------------------------- Slick Slider Ends -----------------------------------*/
/*------------------------------------ Mcustom  Starts ------------------------------------*/
/*------------------------------------- Mcustom  Ends -------------------------------------*/
/*--------------------------------- Header Wrapper Starts ---------------------------------*/
#header-wrapper {
  z-index: 1;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: black;
  border-bottom: 1px solid  #252525; }
  #header-wrapper .custom-container {
    padding-top: 0;
    padding-bottom: 0; }
  #header-wrapper .logo-container {
    width: 200px;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto; }
    #header-wrapper .logo-container img {
      width: 70px;
      max-width: 100%;
      margin: auto;
      height: auto; }
    #header-wrapper .logo-container .navigation_toggle {
      display: none; }
  #header-wrapper .nav-container {
    width: 100%;
    display: inline-block;
    vertical-align: top; }
    #header-wrapper .nav-container .navigation {
      width: 50%;
      float: left; }
      #header-wrapper .nav-container .navigation.left-nav {
        text-align: left;
        padding-right: 100px; }
        #header-wrapper .nav-container .navigation.left-nav ul li {
          display: none; }
          #header-wrapper .nav-container .navigation.left-nav ul li:nth-of-type(1), #header-wrapper .nav-container .navigation.left-nav ul li:nth-of-type(2) {
            display: inline-block; }
      #header-wrapper .nav-container .navigation.right-nav {
        text-align: right;
        padding-left: 100px; }
        #header-wrapper .nav-container .navigation.right-nav ul li {
          display: none; }
          #header-wrapper .nav-container .navigation.right-nav ul li:nth-last-child(2), #header-wrapper .nav-container .navigation.right-nav ul li:nth-last-child(1) {
            display: inline-block; }
      #header-wrapper .nav-container .navigation ul li {
        position: relative;
        display: inline-block;
        vertical-align: top; }
        #header-wrapper .nav-container .navigation ul li a {
          display: block;
          padding: 32px 0;
          font-size: 13px;
          font-weight: 500;
          text-transform: uppercase;
          color: #dcb361;
          transition: all  .6s ease; }
          #header-wrapper .nav-container .navigation ul li a:hover {
            color: #ffe0a1;
            transition: all  .6s ease; }
        #header-wrapper .nav-container .navigation ul li ul {
          width: 220px;
          position: absolute;
          left: 0px;
          top: 92px;
          opacity: 0;
          visibility: hidden;
          pointer-events: none;
          transition: all  .6s ease; }
          #header-wrapper .nav-container .navigation ul li ul li {
            display: block;
            text-align: left;
            background: #fff;
            transition: all .3s ease; }
            #header-wrapper .nav-container .navigation ul li ul li a {
              padding: 10px 20px;
              text-transform: none; }
            #header-wrapper .nav-container .navigation ul li ul li:hover {
              transition: all .3s ease; }
            #header-wrapper .nav-container .navigation ul li ul li:not(:last-of-type) {
              border-bottom: 1px solid  #f5f5f5; }
        #header-wrapper .nav-container .navigation ul li:hover ul {
          opacity: 1;
          visibility: visible;
          pointer-events: initial;
          transition: all  .6s ease; }
        #header-wrapper .nav-container .navigation ul li:not(:last-of-type) {
          margin-right: 60px; }
  #header-wrapper:after {
    content: '';
    height: 27px;
    width: 200px;
    background-image: url("../img/icons/header-chin-black.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -27px; }

/*--------------------------------- Header Wrapper Starts ---------------------------------*/
/*-------------------------------- Content Wrapper Starts ---------------------------------*/
#content-wrapper {
  padding-top: 92px;
  padding-bottom: 376px; }
  #content-wrapper #age-gate-page .age-gate-section {
    height: 100vh;
    background-image: url("../img/background/background-agegate.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #content-wrapper #age-gate-page .age-gate-section .content-area {
      width: 800px;
      max-width: 100%;
      background: rgba(0, 0, 0, 0.48);
      text-align: center;
      padding: 60px 50px; }
      #content-wrapper #age-gate-page .age-gate-section .content-area h2 {
        color: #fff; }
      #content-wrapper #age-gate-page .age-gate-section .content-area .logo-text-container {
        text-align: center; }
        #content-wrapper #age-gate-page .age-gate-section .content-area .logo-text-container img {
          margin: auto;
          max-width: 90px; }
        #content-wrapper #age-gate-page .age-gate-section .content-area .logo-text-container p {
          font-weight: 400;
          color: #feefe2;
          font-size: 18px;
          letter-spacing: .13em;
          margin-top: 10px; }
      #content-wrapper #age-gate-page .age-gate-section .content-area .text-container {
        margin-top: 20px; }
        #content-wrapper #age-gate-page .age-gate-section .content-area .text-container h2 {
          font-weight: bold; }
  #content-wrapper #home-page .home-banner-section {
    background: black; }
    #content-wrapper #home-page .home-banner-section .custom-container:after {
      display: none; }
    #content-wrapper #home-page .home-banner-section .banner-item {
      position: relative;
      overflow: hidden;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: right; }
      #content-wrapper #home-page .home-banner-section .banner-item .custom-container {
        padding-top: 0;
        padding-bottom: 0; }
      #content-wrapper #home-page .home-banner-section .banner-item .banner-item-inner {
        height: calc(100vh - 91px);
        width: 100%;
        position: relative; }
        #content-wrapper #home-page .home-banner-section .banner-item .banner-item-inner .banner-text {
          position: absolute;
          left: 0;
          bottom: 16%; }
          #content-wrapper #home-page .home-banner-section .banner-item .banner-item-inner .banner-text h1 {
            font-size: 55px;
            line-height: 1.04em;
            font-family: "Catamaran", sans-serif;
            font-weight: bold;
            text-transform: uppercase;
            color: #fff;
            text-shadow: -3px 4px 13px #252525; }
        #content-wrapper #home-page .home-banner-section .banner-item .banner-item-inner .banner-bottle {
          width: 565px;
          position: absolute;
          right: -200px;
          bottom: -37px;
          transition: transform .8s; }
          #content-wrapper #home-page .home-banner-section .banner-item .banner-item-inner .banner-bottle img {
            max-width: 100%; }
  #content-wrapper #home-page .common-two-col-section {
    background: #eeefea; }
  #content-wrapper #home-page .home-story-section {
    padding-bottom: 34%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom; }
    #content-wrapper #home-page .home-story-section .custom-container {
      padding-bottom: 0; }
      #content-wrapper #home-page .home-story-section .custom-container:after {
        display: none; }
    #content-wrapper #home-page .home-story-section .story-map-container {
      padding-top: 30%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
  #content-wrapper #home-page .home-whiskey-section .whiskey-container {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    #content-wrapper #home-page .home-whiskey-section .whiskey-container .image-block {
      align-self: flex-end;
      float: left;
      width: 30%; }
      #content-wrapper #home-page .home-whiskey-section .whiskey-container .image-block img {
        max-width: 100%;
        width: 320px; }
    #content-wrapper #home-page .home-whiskey-section .whiskey-container .text-block {
      width: 70%;
      padding-left: 30px;
      padding-top: 30px;
      float: left; }
      #content-wrapper #home-page .home-whiskey-section .whiskey-container .text-block .title {
        margin-bottom: 10px; }
        #content-wrapper #home-page .home-whiskey-section .whiskey-container .text-block .title h3 {
          color: #fff; }
        #content-wrapper #home-page .home-whiskey-section .whiskey-container .text-block .title h6 {
          color: #dcb361; }
  #content-wrapper #home-page .home-instagram-feed {
    background: #eeefea; }
  #content-wrapper #about-page .common-two-col-section {
    padding-bottom: 30%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom; }
  #content-wrapper #contact-page .common-contact-form .fields .form-group textarea {
    height: 226px; }
  #content-wrapper .common-form-page .contact-form-section {
    background: #eeefea; }
    #content-wrapper .common-form-page .contact-form-section .custom-container:after {
      display: none; }
  #content-wrapper .common-form-page .map-section .custom-container {
    padding-top: 0;
    padding-bottom: 0; }
  #content-wrapper .common-form-page .map-section .section-content {
    background: #0e0f10; }
    #content-wrapper .common-form-page .map-section .section-content iframe {
      width: 100%;
      vertical-align: top;
      filter: grayscale(100%);
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      -webkit-transition: all .8s ease;
      -moz-transition: all .8s ease;
      -ms-transition: all .8s ease;
      -o-transition: all .8s ease;
      transition: all .8s ease; }
      #content-wrapper .common-form-page .map-section .section-content iframe:hover {
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        -webkit-transition: all .8s ease;
        -moz-transition: all .8s ease;
        -ms-transition: all .8s ease;
        -o-transition: all .8s ease;
        transition: all .8s ease; }

/*--------------------------------- Content Wrapper Ends ----------------------------------*/
/*----------------------------------- Components Starts -----------------------------------*/
.common-short-text {
  text-align: center;
  max-width: 800px;
  margin: auto;
  margin-bottom: 60px; }

.common-banner-section .banner-item {
  background: #0e0f10;
  height: 500px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .common-banner-section .banner-item .banner-text {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .common-banner-section .banner-item .banner-text h1 {
      color: #fff; }

.common-whiskey-section .section-content .whiskey-container {
  max-width: 1200px;
  margin: auto; }
  .common-whiskey-section .section-content .whiskey-container .whiskey-item {
    text-align: right; }
    .common-whiskey-section .section-content .whiskey-container .whiskey-item:not(:last-of-type) {
      padding-bottom: 50px; }
    .common-whiskey-section .section-content .whiskey-container .whiskey-item .inner-container {
      width: 65%;
      display: inline-block;
      vertical-align: top;
      position: relative;
      margin: 0 -60px; }
      .common-whiskey-section .section-content .whiskey-container .whiskey-item .inner-container .content-block {
        float: left;
        position: relative;
        padding: 0 60px; }
        .common-whiskey-section .section-content .whiskey-container .whiskey-item .inner-container .content-block.text-container {
          width: 55%; }
          .common-whiskey-section .section-content .whiskey-container .whiskey-item .inner-container .content-block.text-container .title {
            margin-bottom: 5px; }
            .common-whiskey-section .section-content .whiskey-container .whiskey-item .inner-container .content-block.text-container .title h6 {
              font-family: "Old Standard TT", serif;
              font-style: italic;
              text-transform: lowercase;
              color: #dcb361; }
          .common-whiskey-section .section-content .whiskey-container .whiskey-item .inner-container .content-block.text-container .circle {
            background: #dcb361;
            border-radius: 50%;
            content: "";
            height: 6px;
            width: 6px;
            margin: 0 0 0 -10px;
            position: absolute;
            top: 45px;
            left: 30px; }
            .common-whiskey-section .section-content .whiskey-container .whiskey-item .inner-container .content-block.text-container .circle:before {
              content: '';
              left: -85px;
              border-bottom: 1px solid #dcb361;
              display: block;
              position: relative;
              top: 2px; }
            .common-whiskey-section .section-content .whiskey-container .whiskey-item .inner-container .content-block.text-container .circle:after {
              content: "||";
              top: -11px;
              position: relative;
              color: #dcb361; }
        .common-whiskey-section .section-content .whiskey-container .whiskey-item .inner-container .content-block.image-container {
          width: 45%;
          text-align: center; }
          .common-whiskey-section .section-content .whiskey-container .whiskey-item .inner-container .content-block.image-container img {
            width: 125px;
            height: auto;
            max-width: 100%; }
    .common-whiskey-section .section-content .whiskey-container .whiskey-item:nth-of-type(even) .inner-container {
      left: -40px; }
      .common-whiskey-section .section-content .whiskey-container .whiskey-item:nth-of-type(even) .inner-container .content-block.text-container {
        text-align: left; }
    .common-whiskey-section .section-content .whiskey-container .whiskey-item:nth-of-type(odd) {
      text-align: left; }
      .common-whiskey-section .section-content .whiskey-container .whiskey-item:nth-of-type(odd) .inner-container {
        right: -60px; }
        .common-whiskey-section .section-content .whiskey-container .whiskey-item:nth-of-type(odd) .inner-container .content-block.image-container {
          right: -55%; }
        .common-whiskey-section .section-content .whiskey-container .whiskey-item:nth-of-type(odd) .inner-container .content-block.text-container {
          left: -45%;
          text-align: right; }
          .common-whiskey-section .section-content .whiskey-container .whiskey-item:nth-of-type(odd) .inner-container .content-block.text-container .circle {
            right: 30px;
            left: initial; }
            .common-whiskey-section .section-content .whiskey-container .whiskey-item:nth-of-type(odd) .inner-container .content-block.text-container .circle:before {
              left: 0px;
              top: 2px; }

.common-two-col-section .blender-container {
  width: 100%;
  display: inline-block;
  vertical-align: top; }
  .common-two-col-section .blender-container .title-block {
    float: left;
    width: 25%;
    padding-right: 30px; }
    .common-two-col-section .blender-container .title-block img {
      margin-top: 15px;
      margin-left: 20px; }
  .common-two-col-section .blender-container .content-block {
    float: left;
    width: 75%; }

.common-content-section img {
  margin-top: 30px;
  max-width: 100%; }

.common-contact-form .fields {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -15px; }
  .common-contact-form .fields .field-item {
    width: 50%;
    float: left;
    padding: 0 15px; }
  .common-contact-form .fields .title {
    margin-bottom: 25px; }
  .common-contact-form .fields .form-group {
    margin-bottom: 15px; }
    .common-contact-form .fields .form-group.has-error label {
      color: #a94442; }
      .common-contact-form .fields .form-group.has-error label span {
        opacity: 1; }
    .common-contact-form .fields .form-group.has-error input, .common-contact-form .fields .form-group.has-error textarea, .common-contact-form .fields .form-group.has-error select {
      border-color: #e4b5b5; }
    .common-contact-form .fields .form-group:last-of-type {
      margin-bottom: 0; }
    .common-contact-form .fields .form-group label {
      font-family: "Catamaran", sans-serif;
      font-weight: 100;
      color: #636363; }
      .common-contact-form .fields .form-group label span {
        opacity: 0; }
    .common-contact-form .fields .form-group input, .common-contact-form .fields .form-group textarea, .common-contact-form .fields .form-group select {
      height: auto;
      font-size: 16px;
      line-height: 1em;
      width: 100%;
      padding: 7px 10px;
      color: black;
      border: 1px solid #9e9e9e;
      vertical-align: top;
      background: transparent;
      border-radius: 0; }
    .common-contact-form .fields .form-group textarea {
      height: 150px; }
    .common-contact-form .fields .form-group .radio-block {
      position: relative; }
      .common-contact-form .fields .form-group .radio-block label {
        padding-left: 25px;
        position: relative;
        cursor: pointer; }
        .common-contact-form .fields .form-group .radio-block label:before {
          content: '';
          height: 17px;
          width: 17px;
          border: 1px solid #bdbdbd;
          background: #fff;
          background-size: 20px;
          background-repeat: no-repeat;
          position: absolute;
          left: 0;
          top: 48%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
      .common-contact-form .fields .form-group .radio-block input {
        width: 20px;
        position: absolute;
        margin: 0;
        left: 0;
        top: 46%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
          /*&[type=radio] + label {
            display:inline-block;
            cursor: pointer;
            color: #333;
            padding: 10px;
            margin: 0;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);

            background-image: url('../../img/form-elements/square.png');
            background-size: 20px;
            background-repeat: no-repeat;
          }

          &[type=radio]:checked + label {
            background-image: none;
            outline: 0;
            -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
            -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
            box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
            background-color:#e0e0e0;
          }*/ }
        .common-contact-form .fields .form-group .radio-block input[type=radio]:checked + label:after {
          content: '';
          height: 8px;
          width: 8px;
          outline: 0;
          -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          background-color: black;
          position: absolute;
          left: 5px;
          top: 48%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
.common-contact-form .form-action .j-btn {
  margin-top: 40px; }

.breadcrumb-section {
  position: relative; }
  .breadcrumb-section .custom-container {
    padding-top: 70px;
    padding-bottom: 70px; }
  .breadcrumb-section .breadcrumb-container {
    display: table;
    width: 100%; }
    .breadcrumb-section .breadcrumb-container .page-name {
      display: table-cell; }
    .breadcrumb-section .breadcrumb-container .page-trail {
      display: table-cell;
      text-align: right; }
      .breadcrumb-section .breadcrumb-container .page-trail ol {
        padding: 0;
        background: transparent;
        margin-bottom: 0; }
        .breadcrumb-section .breadcrumb-container .page-trail ol li {
          font-family: "Old Standard TT", serif;
          font-style: italic;
          -webkit-transition: all .3s ease;
          -moz-transition: all .3s ease;
          -ms-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease; }
          .breadcrumb-section .breadcrumb-container .page-trail ol li a {
            color: #777; }
            .breadcrumb-section .breadcrumb-container .page-trail ol li a:hover {
              color: #dcb361;
              -webkit-transition: all .3s ease;
              -moz-transition: all .3s ease;
              -ms-transition: all .3s ease;
              -o-transition: all .3s ease;
              transition: all .3s ease; }
      .breadcrumb-section .breadcrumb-container .page-trail span {
        position: relative; }
        .breadcrumb-section .breadcrumb-container .page-trail span a {
          font-family: "Old Standard TT", serif;
          color: #dcb361;
          font-style: italic;
          -webkit-transition: all .3s ease;
          -moz-transition: all .3s ease;
          -ms-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease; }
          .breadcrumb-section .breadcrumb-container .page-trail span a:hover {
            color: #dcb361;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease; }
        .breadcrumb-section .breadcrumb-container .page-trail span:not(:last-of-type) {
          padding-right: 23px; }
          .breadcrumb-section .breadcrumb-container .page-trail span:not(:last-of-type):after {
            content: '/';
            position: absolute;
            right: 4px;
            top: -3px; }

.common-add-line {
  position: relative; }
  .common-add-line:after {
    content: '';
    height: 1px;
    width: calc(100% - 800px);
    background: #d2d2d2;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }

/*------------------------------------ Components Ends ------------------------------------*/
/*------------------------------------ Animation Starts -----------------------------------*/
.animation-area .animation-item {
  opacity: 0;
  -webkit-transition: all .6s  ease;
  -moz-transition: all .6s  ease;
  -ms-transition: all .6s  ease;
  -o-transition: all .6s  ease;
  transition: all .6s  ease; }
  .animation-area .animation-item .circle {
    opacity: 0;
    -webkit-transition: all .6s  ease;
    -moz-transition: all .6s  ease;
    -ms-transition: all .6s  ease;
    -o-transition: all .6s  ease;
    transition: all .6s  ease; }
    .animation-area .animation-item .circle:before {
      width: 0;
      -webkit-transition: all .6s  ease;
      -moz-transition: all .6s  ease;
      -ms-transition: all .6s  ease;
      -o-transition: all .6s  ease;
      transition: all .6s  ease; }
    .animation-area .animation-item .circle:after {
      left: 0px;
      -webkit-transition: all .6s  ease;
      -moz-transition: all .6s  ease;
      -ms-transition: all .6s  ease;
      -o-transition: all .6s  ease;
      transition: all .6s  ease; }
  .animation-area .animation-item.normal {
    opacity: 1;
    -webkit-transition: all .6s  ease;
    -moz-transition: all .6s  ease;
    -ms-transition: all .6s  ease;
    -o-transition: all .6s  ease;
    transition: all .6s  ease; }
    .animation-area .animation-item.normal .circle {
      opacity: 1;
      -webkit-transition: all .6s  ease;
      -moz-transition: all .6s  ease;
      -ms-transition: all .6s  ease;
      -o-transition: all .6s  ease;
      transition: all .6s  ease; }
      .animation-area .animation-item.normal .circle:before {
        width: 86px;
        -webkit-transition: all .6s  ease;
        -moz-transition: all .6s  ease;
        -ms-transition: all .6s  ease;
        -o-transition: all .6s  ease;
        transition: all .6s  ease; }
      .animation-area .animation-item.normal .circle:after {
        left: -92px;
        -webkit-transition: all .5s  ease;
        -moz-transition: all .5s  ease;
        -ms-transition: all .5s  ease;
        -o-transition: all .5s  ease;
        transition: all .5s  ease; }
.animation-area:nth-of-type(odd) .animation-item .circle:after {
  left: 0px; }
.animation-area:nth-of-type(odd) .animation-item.normal .circle:after {
  left: 85px;
  -webkit-transition: all .5s  ease;
  -moz-transition: all .5s  ease;
  -ms-transition: all .5s  ease;
  -o-transition: all .5s  ease;
  transition: all .5s  ease; }

/*------------------------------------- Animation Ends ------------------------------------*/
/*--------------------------------- Footer Wrapper Starts ---------------------------------*/
#footer-wrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: black; }
  #footer-wrapper p, #footer-wrapper ul li {
    font-size: 14px;
    color: #fff; }
    #footer-wrapper p:not(:last-of-type), #footer-wrapper ul li:not(:last-of-type) {
      margin-bottom: 10px; }
  #footer-wrapper .top-footer .custom-container {
    padding-top: 40px;
    padding-bottom: 40px; }
  #footer-wrapper .top-footer .footer-block-container {
    width: 100%;
    margin: 0 -15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap; }
    #footer-wrapper .top-footer .footer-block-container .footer-block-item {
      float: left;
      width: 28%;
      padding: 0 15px; }
      #footer-wrapper .top-footer .footer-block-container .footer-block-item.text-block img {
        max-width: 60px;
        margin-bottom: 20px; }
      #footer-wrapper .top-footer .footer-block-container .footer-block-item.location-block {
        position: relative; }
        #footer-wrapper .top-footer .footer-block-container .footer-block-item.location-block .contact-container .fa {
          width: 20px; }
        #footer-wrapper .top-footer .footer-block-container .footer-block-item.location-block .social-container {
          position: absolute;
          bottom: 0; }
          #footer-wrapper .top-footer .footer-block-container .footer-block-item.location-block .social-container ul li {
            margin-bottom: 0;
            display: inline-block;
            vertical-align: top; }
            #footer-wrapper .top-footer .footer-block-container .footer-block-item.location-block .social-container ul li a {
              color: #fff; }
            #footer-wrapper .top-footer .footer-block-container .footer-block-item.location-block .social-container ul li:not(:last-of-type) {
              margin-right: 15px; }
  #footer-wrapper .bottom-footer {
    text-align: center; }
    #footer-wrapper .bottom-footer p {
      color: #dcb361; }
    #footer-wrapper .bottom-footer .custom-container {
      padding-top: 20px;
      padding-bottom: 13px;
      border-top: 1px solid #53504c; }

/*---------------------------------- Footer Wrapper Ends ----------------------------------*/
/*-------------------------------------- Modal Starts -------------------------------------*/
.modal-dialog {
  margin: 70px auto; }
  .modal-dialog .modal-header {
    padding: 0;
    border: 0; }
    .modal-dialog .modal-header button {
      position: absolute;
      top: -30px;
      right: 0;
      color: #fff;
      opacity: 1; }
  .modal-dialog .modal-content {
    background: black;
    border-radius: 0; }
    .modal-dialog .modal-content .modal-body {
      padding: 30px 26px; }
      .modal-dialog .modal-content .modal-body .modal-loading-gif {
        height: 130px;
        position: relative; }
        .modal-dialog .modal-content .modal-body .modal-loading-gif img {
          width: 30px;
          position: absolute;
          left: 0;
          right: 0;
          margin: auto;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%); }
      .modal-dialog .modal-content .modal-body p, .modal-dialog .modal-content .modal-body h1, .modal-dialog .modal-content .modal-body h2, .modal-dialog .modal-content .modal-body h3, .modal-dialog .modal-content .modal-body h4, .modal-dialog .modal-content .modal-body h5, .modal-dialog .modal-content .modal-body h6, .modal-dialog .modal-content .modal-body ul li, .modal-dialog .modal-content .modal-body ol li, .modal-dialog .modal-content .modal-body span {
        color: #fff; }

/*--------------------------------------- Modal Ends --------------------------------------*/
/*------------------------------------ Login Edit Starts ----------------------------------*/
body.logged_in #header-wrapper {
  top: 48px;
  min-height: 50px; }

/*------------------------------------- Login Edit Ends -----------------------------------*/

/*# sourceMappingURL=thestyles.css.map */
