:root {
  --c-black: #000;
  --c-white: #fff;
  --c-grey-100: #f8f8f8;
  --c-grey-150: #e4e7eb;
  --c-grey-200: #dcdbdc;
  --c-grey-250: #caced7;
  --c-grey-300: #a3aaae;
  --c-grey-400: #999;
  --c-grey-450: #656565;
  --c-grey-500: #4c4a44;
  --c-link: #ef7a42;
  --c-blue: #009edb;
  --c-dark-background: #151515;
  --c-global-border-dark: var(--c-black);
  --c-global-border-light: var(--c-grey-300);
  --c-global-border: #999;
  --c-page-background: #fff;
  --c-subtle-background: #eee;
  --f-sans: "HelveticaNeueLTStd";
  --f-serif: "Chronicle Display Roman";
  --fw-100: 100;
  --fw-200: 200;
  --fw-300: 300;
  --fw-400: 400;
  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  --fw-800: 800;
  --fw-900: 900; }

/***** portfolio css *****/
.store_location {
  background-color: #f5f5f5;
  position: relative; }
  .store_location .store_loc_map {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45%;
    height: 100%; }
    @media (max-width: 991px) {
      .store_location .store_loc_map {
        width: 48%; } }
    @media (max-width: 767px) {
      .store_location .store_loc_map {
        width: 100%;
        position: relative;
        height: 350px; } }

/** portfolio box **/
.port_box_row {
  display: flex;
  flex-flow: wrap; }
  .port_box_row .port_box_col {
    flex: 1 0 100%;
    width: 100%;
    padding: 0 1px;
    margin-bottom: 50px;
    margin-top: 50px; }
    @media (max-width: 767px) {
      .port_box_row .port_box_col {
        margin-top: 40px;
        margin-bottom: 40px; } }
    @media (max-width: 480px) {
      .port_box_row .port_box_col {
        margin-top: 30px;
        margin-bottom: 30px; } }
    .port_box_row .port_box_col a:hover, .port_box_row .port_box_col a:focus, .port_box_row .port_box_col a:active {
      text-decoration: none; }
    .port_box_row .port_box_col .port_box_thumb {
      position: relative;
      align-self: flex-start; }
      .port_box_row .port_box_col .port_box_thumb:hover .port_arrow {
        background-color: rgba(0, 158, 219, 0.8);
        width: 100%;
        transition: width 0.2s ease-out; }
        @media (min-width: 768px) {
          .port_box_row .port_box_col .port_box_thumb:hover .port_arrow {
            width: calc(100% - 40px); } }
        .port_box_row .port_box_col .port_box_thumb:hover .port_arrow > i {
          transform: scale(2); }
      @media (min-width: 768px) {
        .port_box_row .port_box_col .port_box_thumb.pr-sm-40 .port_arrow {
          right: 40px; }
        .port_box_row .port_box_col .port_box_thumb.pl-sm-40 .port_arrow {
          right: 0; } }
      @media (max-width: 767px) {
        .port_box_row .port_box_col .port_box_thumb {
          margin-bottom: 20px; } }
      .port_box_row .port_box_col .port_box_thumb .port_arrow {
        position: absolute;
        top: 0;
        bottom: 0;
        transform: translateY(-50%);
        right: 0;
        width: 50px;
        background-color: rgba(0, 158, 219, 0.8);
        color: #fff;
        font-size: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        transform: scale(1);
        transition: ease-in-out 3sec; }
      .port_box_row .port_box_col .port_box_thumb > img {
        width: 400px;
        height: 300px;
        object-fit: cover; }
        @media (max-width: 980px) {
          .port_box_row .port_box_col .port_box_thumb > img {
            width: 280px;
            height: 240px; } }
        @media (max-width: 414px) {
          .port_box_row .port_box_col .port_box_thumb > img {
            width: 100%;
            height: 250px; } }
    .port_box_row .port_box_col h4 {
      color: var(--c-black);
      margin-top: 0;
      margin-bottom: 20px;
      font-family: var(--fw-500);
      font-size: 20px;
      line-height: 1.4; }
      @media (max-width: 640px) {
        .port_box_row .port_box_col h4 {
          font-size: 18px; } }
    .port_box_row .port_box_col ul > li {
      color: var(--c-black);
      font-size: 16px;
      margin-bottom: 15px; }
      .port_box_row .port_box_col ul > li:last-child {
        margin-bottom: 0; }

.portfolio_location .portfolio_box {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  padding: 30px 0;
  background-color: #f5f5f5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }
.portfolio_location .portfolio_loc_list {
  padding-left: 40px;
  padding-right: 40px;
  max-height: 480px;
  overflow-y: auto;
  margin-right: 5px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  @media (max-width: 767px) {
    .portfolio_location .portfolio_loc_list {
      max-height: 300px; } }
  @media (max-width: 480px) {
    .portfolio_location .portfolio_loc_list {
      padding-left: 25px;
      padding-right: 25px; } }
  .portfolio_location .portfolio_loc_list::-webkit-scrollbar {
    width: 4px; }
  .portfolio_location .portfolio_loc_list::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #eaeaea; }
  .portfolio_location .portfolio_loc_list::-webkit-scrollbar-thumb {
    background: var(--c-link);
    border-radius: 10px; }
  .portfolio_location .portfolio_loc_list::-webkit-scrollbar-thumb:hover {
    background: var(--c-link); }
  .portfolio_location .portfolio_loc_list .portfolio_loc_add {
    text-decoration: none;
    display: block; }
    .portfolio_location .portfolio_loc_list .portfolio_loc_add:hover h4 {
      text-decoration: underline; }
    .portfolio_location .portfolio_loc_list .portfolio_loc_add + .portfolio_loc_add {
      border-top: 1px solid #e0e0e0;
      padding-top: 20px;
      margin-top: 20px; }
    .portfolio_location .portfolio_loc_list .portfolio_loc_add h4 {
      font-size: 20px;
      color: var(--c-black);
      font-family: var(--fw-400);
      margin-top: 0;
      margin-bottom: 10px; }
    .portfolio_location .portfolio_loc_list .portfolio_loc_add p {
      color: var(--c-grey-500);
      font-size: 16px;
      margin-bottom: 8px; }
      .portfolio_location .portfolio_loc_list .portfolio_loc_add p:last-child {
        margin-bottom: 0; }
    .portfolio_location .portfolio_loc_list .portfolio_loc_add ul {
      margin-bottom: 15px; }
      .portfolio_location .portfolio_loc_list .portfolio_loc_add ul li {
        color: var(--c-grey-500);
        display: flex;
        align-items: center; }
        .portfolio_location .portfolio_loc_list .portfolio_loc_add ul li span {
          padding-left: 12px; }
.portfolio_location .portfolio_location_thumb {
  height: 600px; }
  @media (max-width: 767px) {
    .portfolio_location .portfolio_location_thumb {
      height: 300px;
      margin-bottom: 25px; } }
  .portfolio_location .portfolio_location_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.portfolio_location .portfolio_location_map {
  height: 600px; }
  @media (max-width: 767px) {
    .portfolio_location .portfolio_location_map {
      height: 300px; } }

/*# sourceMappingURL=portfolio.css.map */
