@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');
/* Mixins */
/* Color contrast */
/* Header */
/* EXP J Menu */
/* General SCSS file */
/* Import fonts */
/* General */
html {
  font-family: 'Roboto', sans-serif;
  position: relative;
  min-height: 100%; }

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.main_content {
  flex: 1;
  padding: 1rem 0 1rem; }

.expclearfix {
  display: block;
  content: "";
  clear: both; }

.left-colmod, .right-colmod {
  z-index: 4; }

.main-colmod {
  margin: 1rem 0; }
/* Ripple SCSS file */
/* Pulse SCSS file */
/* Code from http://materializecss.com/ */
.pulse {
  overflow: initial;
  position: relative; }
  .pulse::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    transition: opacity 0.3s, transform 0.3s;
    animation: pulse-animation 1.5s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: -1; }

@keyframes pulse-animation {
  0% {
    opacity: 1;
    transform: scale(1); }

  50% {
    opacity: 0;
    transform: scale(1.5); }

  100% {
    opacity: 0;
    transform: scale(1.5); } }
/* END Pulse */
/* Images SCSS file */
/* Image Hover Effect */
/* img-effect-kr */
.img-effect-kr {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  color: #000;
  text-align: left;
  font-size: 1rem;
  background: #fff; }
  .img-effect-kr *, .img-effect-kr:before, .img-effect-kr:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.4s ease; }
  .img-effect-kr img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top; }
  .img-effect-kr:before, .img-effect-kr:after {
    content: '';
    background-color: #000;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .img-effect-kr:before {
    width: 300px;
    height: 2px; }
  .img-effect-kr:after {
    height: 300px;
    width: 2px; }
  .img-effect-kr .img-effect-kr-caption {
    position: absolute;
    left: 10px;
    bottom: 5px; }
  .img-effect-kr .img-effect-kr-text {
    font-weight: 400;
    padding: 8px 15px;
    margin: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  .img-effect-kr a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }
  .img-effect-kr:hover img, .img-effect-kr.hover img {
    zoom: 1;
    filter: alpha(opacity=25);
    -webkit-opacity: 0.25;
    opacity: 0.25; }
  .img-effect-kr:hover:before, .img-effect-kr.hover:before, .img-effect-kr:hover:after, .img-effect-kr.hover:after {
    opacity: 1; }
  .img-effect-kr:hover:before, .img-effect-kr.hover:before {
    width: 50px; }
  .img-effect-kr:hover:after, .img-effect-kr.hover:after {
    height: 50px; }
  .img-effect-kr:hover .img-effect-kr-text, .img-effect-kr.hover .img-effect-kr-text {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; }
/* END img-effect-kr */
/* Header SCSS file */
.header-top-block {
  position: absolute;
  top: 0;
  width: 100%; }

#header-top {
  color: #fff;
  z-index: 12; }
  #header-top a {
    color: #fff; }
    #header-top a:hover {
      text-decoration: none; }
  #header-top .header-top {
    background-color: rgba(63, 114, 155, .3);
    color: #fff;
    padding: 10px 50px;
    font-size: 0.8rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
    #header-top .header-top .header-top-left {
      padding-right: 0;
      padding-left: 0; }
      #header-top .header-top .header-top-left a {
        color: #82b1ff; }
      #header-top .header-top .header-top-left p {
        margin-top: 0;
        margin-bottom: 0; }
    #header-top .header-top .header-top-right {
      display: flex;
      justify-content: flex-end;
      /*align-items: center;*/
      text-align: right; }
      #header-top .header-top .header-top-right p {
        margin-top: 0;
        margin-bottom: 0; }
      #header-top .header-top .header-top-right ul {
        margin-bottom: 0;
        margin-left: 10px;
        padding: 0; }
        #header-top .header-top .header-top-right ul li {
          display: inline-block;
          margin-left: 0;
          text-decoration: none; }
          #header-top .header-top .header-top-right ul li a {
            color: #fff;
            padding: 0px 8px 5px;
            border-radius: 5px; }
            #header-top .header-top .header-top-right ul li a.explogout-btn {
              background-color: rgba(255, 102, 0, 0.7); }
              #header-top .header-top .header-top-right ul li a.explogout-btn:hover, #header-top .header-top .header-top-right ul li a.explogout-btn.active {
                background-color: rgba(255, 102, 0, 0.85); }
            #header-top .header-top .header-top-right ul li a:hover {
              background-color: #223d52; }
            #header-top .header-top .header-top-right ul li a.active {
              border-radius: 5px;
              background-color: #223d52; }
            #header-top .header-top .header-top-left ul li a:hover {
              background-color: #223d52; }
        #header-top .header-top .header-top-left ul li a.active {
          border-radius: 5px;
          background-color: #223d52; }

#header {
  /*background-color: $header_bg_color;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  transition: top 0.2s ease-in-out; }
  #header.header-id {
    background-color: rgba(63, 114, 155, .8); }
  #header.nav-up {
    top: -50px; }
  #header.nav-down {
    top: 0; }
  #header.expstickyon {
    position: fixed;
    width: 100%;
    z-index: 1020; }
    #header.expstickyon.menu_bg_resp_cls {
      position: static; }
    #header.expstickyon .header-middle .header-logo .header-logo-span img {
      display: none; }
      #header.expstickyon .header-middle .header-logo .header-logo-span-small img {
        display: block; }
      #header a {
        color: #fff; }
    #header a:hover {
      color: #fff;
      text-decoration: none; }
  #header .header-middle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #header .header-middle .header-logo {
      margin-left: 50px;
      padding-top: 10px;
      padding-bottom: 10px;
      align-self: center; }
      #header .header-middle .header-logo .header-logo-span img {
        display: block; }
      #header .header-middle .header-logo .header-logo-span-small img {
        display: none; }
      #header .header-middle .header-logo img {
        max-width: 100%; }
    #header .header-middle .header-menu {
      margin-right: 50px;
      /*min-height: 50px;
       align-self: flex-end;*/ }
      #header .header-middle .header-menu .expmenu-toggle {
        text-align: center; }
  #header .header-breadcrumbs {
    background-color: rgba(43, 77, 104, 0.7); }
    #header .header-breadcrumbs .breadcrumb {
      display: flex;
      justify-content: flex-start;
      padding: 0.3rem 0;
      margin-bottom: 0;
      list-style: none;
      background-color: transparent;
      border-radius: 0;
      text-transform: uppercase;
      font-size: 0.7em;
      font-weight: 500; }
      #header .header-breadcrumbs .breadcrumb li:not(:first-child) {
        margin-left: 5px; }
      #header .header-breadcrumbs .breadcrumb li {
        color: #e6e6e6; }
      #header .header-breadcrumbs .breadcrumb li a {
        text-decoration: underline;
        color: #fff; }
      #header .header-breadcrumbs .breadcrumb li .divider {
        margin-left: 5px; }

.middle-top-block-wbg-class-vh {
  height: 100vh; }

.middle-top-block-wbg-class-vh-40 {
  height: 40vh; }

.middle-top-block-wbg-class-vh-50 {
  height: 50vh; }

.middle-top-block-wbg-class-vh-60 {
  height: 60vh; }

.middle-top-block-wbg-class-vh-70 {
  height: 70vh; }

.middle-top-block-wbg-class-vh-80 {
  height: 80vh; }

.middle-top-block-wbg-class-vh-90 {
  height: 90vh; }

.parallax-cards-tilt {
  width: 110%;
  background-position: center;
  position: relative;
  background-size: cover;
  left: -5%;
  top: -5%;
  transform-style: preserve-3d; }
  .parallax-cards-tilt .header-middle-text {
    -webkit-transform: translateZ(20px);
    transform: translateZ(20px);
    box-shadow: 0 0 50px 0 rgba(51, 51, 51, 0.3); }

.middle-top-block {
  position: relative;
  overflow: hidden; }
  .middle-top-block .middle-top-block-bg-fixed {
    background-attachment: fixed; }
  .middle-top-block .middle-top-block-wbg-class {
    min-height: 112px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    .middle-top-block .middle-top-block-wbg-class .block-gradient-toright {
      position: absolute;
      background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
      width: 100%;
      height: 100%;
      z-index: 0; }
    .middle-top-block .middle-top-block-wbg-class .block-gradient-tobottom {
      position: absolute;
      background: linear-gradient(to bottom, rgba(63, 114, 155, 0.7), rgba(63, 114, 155, 0.1));
      width: 100%;
      height: 100%;
      z-index: 0; }
    .middle-top-block .middle-top-block-wbg-class .block-gradient-tobottom-right {
      position: absolute;
      background: linear-gradient(to bottom right, rgba(63, 114, 155, 0.7), rgba(63, 114, 155, 0.1));
      width: 100%;
      height: 100%;
      z-index: 0; }
    .middle-top-block .middle-top-block-wbg-class .middle-top-block-item {
      margin: 50px 0;
      color: #fff;
      z-index: 1; }

.middle-breadcrumbs {
  background-color: #eaeaea;
  margin: 0; }
  .middle-breadcrumbs .breadcrumb {
    display: flex;
    justify-content: flex-start;
    padding: 0.3rem 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: 500; }
    .middle-breadcrumbs .breadcrumb li:not(:first-child) {
      margin-left: 5px; }
    .middle-breadcrumbs .breadcrumb li {
      color: #080808; }
      .middle-breadcrumbs .breadcrumb li a {
        text-decoration: underline;
        color: #212121; }
      .middle-breadcrumbs .breadcrumb li .divider {
        margin-left: 5px; }

#header-top-block {
  position: absolute;
  top: 0;
  width: 100%; }

.header-middle-text {
  display: flex;
  padding-top: 100px;
  height: 100%;
  align-items: center; }
/* Menu SCSS file */
/* Horizontal */
.expjmenu {
  width: 100%; }
  .expjmenu.horz .expjmenu_ul {
    width: 100%; }
    .expjmenu.horz .expjmenu_ul li {
      display: inline-block; }
/* Change color for Menu */
@media (min-width: 60em) {
  #header.header-id {
    background-color: rgba(63, 114, 155, 0);
    border-bottom: 1px solid rgba(63, 114, 155, .1); }
    #header.header-id.expstickyon {
      background-color: rgba(63, 114, 155, 1); }
    #header.header-id .header-menu {
      background-color: rgba(63, 114, 155, 0); }
      #header.header-id .header-menu #expmenu .sub-nav {
        background-color: #3f729b; }
        #header.header-id .header-menu #expmenu ul ul {
          border-top: 1px solid #6698c1; }
          #header.header-id .header-menu #expmenu ul ul .toggle-sub {
            border-left: 1px solid #6698c1;
            border-right: 1px solid #6698c1;
            color: #fff; }
            #header.header-id .header-menu #expmenu ul ul .toggle-sub:hover {
              background-color: #294a65; }
        #header.header-id .header-menu #expmenu ul ul li {
          border-bottom: 1px solid #6698c1;
          border-right: 1px solid #6698c1;
          color: #fff; }
          #header.header-id .header-menu #expmenu ul ul li:not(.jam_megamenu_positions_li) {
            border-left: 1px solid #6698c1; }
          #header.header-id .header-menu #expmenu ul ul li:hover > a {
            border-radius: 0; }
          #header.header-id .header-menu #expmenu ul ul li.active > a {
            background-color: #294a65; }
            #header.header-id .header-menu #expmenu ul ul li.active > label {
              background-color: #294a65; }
        #header.header-id .header-menu #expmenu .menugeneral > li > .toggle-sub {
          color: #fff; }
    #header #expmenu .sub-nav {
      transition: opacity 0.3s; } }

@media (max-width: 59em) {
  #expmenu .expmenu-line {
    display: none; } }

.expjmenu.expjmenu-gencolor ul {
  background-color: #3f729b; }
  .expjmenu.expjmenu-gencolor ul li {
    border-bottom: 1px solid #3b6a90; }
  .expjmenu.expjmenu-gencolor ul li:hover > a, .expjmenu.expjmenu-gencolor ul li.active > a {
    background: #294a65; }
  .expjmenu.expjmenu-gencolor ul li:hover > ul {
    background-color: #3f729b; }
  .expjmenu.expjmenu-gencolor ul li a {
    color: #fff; }
/* Module SCSS file */
/* Header Modules */
.header-module {
  padding: 20px 0; }
/* Middle Modules */
.middle-module {
  background-color: #fff;
  padding: 20px 0; }

.middle-bottom-module {
  padding: 20px 0; }
/* Left Modules */
.left-module {
  padding: 0;
  margin: 0; }
/* Main Modules */
.main-module {
  padding: 0; }
/* Content Modules */
.content-module {
  padding: 0; }
/* Left Modules */
.right-module {
  padding: 0;
  margin: 0; }
/* Bottom Modules */
.bottom-module {
  padding: 20px 0; }
/* Feature Modules */
.feature-module {
  padding: 20px 0; }
/* Footer Top Modules */
.footer-top-module {
  background-color: #2e363f;
  color: #bbc5ce;
  padding: 20px 0; }
/* Styles */
/* Card */
.expmodule-style {
  margin: 1rem 0; }
/* Parallax SCSS file */
.expparallax-bg-header {
  background-image: url('../images/slide/top_city_wall1.jpg');
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.9) inset; }

.expparallax-bg-middle {
  background-image: url('../images/slide/top_wall12.jpg');
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.9) inset; }

.expparallax-bg-content {
  background-image: url('../../../../../images/sampledata/wallpaper/wall_exp3.jpg');
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.9) inset; }

.expparallax-bg-bottom {
  background-image: url('../images/slide/top_wall11.jpg');
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.9) inset; }

.expbgvideo {
  margin: 40px 0 20px 0; }

.expbgvideotop {
  margin: 0 0 20px 0;
  background: rgba(0, 0, 0, .3); }

.expparallax {
  position: relative;
  margin: 0; }
  .expparallax .expparallax-fixed-bg {
    /*position: relative;*/
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    z-index: 1; }
  .expparallax .expparallax-fixed-bg.expparallax-bg-header .expparallax-header-gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /*background:-webkit-$expparallax-header-linear-gradient;*/
    background: repeating-linear-gradient(45deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px);
    opacity: 0.6;
    background-size: none;
    z-index: 0; }
  .expparallax .expparallax-fixed-bg.expparallax-bg-header .exprap {
    background: transparent;
    color: #fff;
    margin: 0;
    padding: 10px;
    border-radius: 4px;
    z-index: 1; }
  .expparallax .expparallax-fixed-bg.expparallax-bg-middle .expparallax-middle-gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /*background:-webkit-$expparallax-middle-linear-gradient;*/
    background: #000;
    opacity: 0;
    background-size: 100% 20px;
    z-index: 0; }
  .expparallax .expparallax-fixed-bg.expparallax-bg-middle .exprap {
    background: transparent;
    color: #fff;
    margin: 0;
    padding: 10px;
    border-radius: 4px;
    z-index: 1; }
  .expparallax .expparallax-fixed-bg.expparallax-bg-content .expparallax-content-gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /*background:-webkit-$expparallax-content-linear-gradient;*/
    background: #000;
    opacity: 0.3;
    z-index: 0; }
  .expparallax .expparallax-fixed-bg.expparallax-bg-content .exprap {
    background: transparent;
    color: #fff;
    margin: 0;
    padding: 10px;
    border-radius: 4px;
    z-index: 1; }
  .expparallax .expparallax-fixed-bg.expparallax-bg-content .exprap .card-deck .card {
    background-color: transparent; }
  .expparallax .expparallax-fixed-bg.expparallax-bg-bottom .expparallax-bottom-gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /*background:-webkit-$expparallax-content-linear-gradient;*/
    background: #000;
    opacity: 0.3;
    z-index: 0; }
  .expparallax .expparallax-fixed-bg.expparallax-bg-bottom .exprap {
    background: transparent;
    color: #fff;
    margin: 0;
    padding: 10px;
    border-radius: 4px;
    z-index: 1; }
/* Footer SCSS file */
#footer {
  background-color: #292f38;
  color: #888;
  font-size: 0.9em;
  border-top: 1px solid #6a7990; }
  #footer a {
    color: #888; }
  #footer a:hover {
    text-decoration: none;
    color: #bbb; }
  #footer p {
    margin: 0; }
  #footer .social_jamicon {
    display: flex;
    justify-content: flex-end;
    background-color: #292f38; }
  #footer .social_jamicon a {
    font-size: 22px;
    margin-left: 5px; }
  #footer .social_jamicon a.social_jamicon_vimeo:hover {
    color: #41b2dc; }
  #footer .social_jamicon a.social_jamicon_youtube:hover {
    color: #e14e42; }
  #footer .social_jamicon a.social_jamicon_vk:hover {
    color: #5c82ab; }
  #footer .social_jamicon a.social_jamicon_in:hover {
    color: #0173b2; }
  #footer .social_jamicon a.social_jamicon_google:hover {
    color: #f63d27; }
  #footer .social_jamicon a.social_jamicon_instagram:hover {
    color: #689f38; }
  #footer .social_jamicon a.social_jamicon_twitter:hover {
    color: #2daae1; }
  #footer .social_jamicon a.social_jamicon_facebook:hover {
    color: #3c5b9b; }
/* Bootstrap 4 SCSS file */
/*
 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
 font-weight: 600;
 }
 */
.bd-example {
  margin: 20px; }
/* Modal */
.modal .modal-dialog .modal-content {
  border: none;
  border-radius: 0.3rem 0.3rem 0.15rem 0.15rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }
  .modal .modal-dialog .modal-content .modal-header {
    background-color: #3f729b;
    color: #fff;
    border-radius: 0.15rem 0.15rem 0 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 3px 20px -2px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #386589; }
  .modal .modal-dialog .modal-content .modal-header button.close {
    color: #fff;
    text-shadow: none; }
    .modal .modal-dialog .modal-content .modal-header button.close span {
      vertical-align: text-top; }
/* Image */
.img-responsive {
  max-width: 100%;
  height: auto; }
/* Feedback */
.has-feedback {
  position: relative; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  pointer-events: none; }
/* Card */
.card.card-body-nopadding .card-body {
  padding: 0; }
  .card .card-header {
    font-family: 'Open Sans Condensed';
    font-size: 1.3rem;
    font-weight: bold; }

.card-deck .card {
  max-width: 100%; }
  .card-deck .card .card-icon-top .btn {
    cursor: auto; }

.exp-cardimg-columns .card:hover .exp-fillimg-block {
  position: relative; }
  .exp-cardimg-columns .card:hover .exp-fillimg-block a .jam-module-headerimg .card-titleimg {
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3); }
    .exp-cardimg-columns .card:hover .exp-fillimg-block a img.card-img-topimg {
      -webkit-filter: none;
      -moz-filter: none;
      -ms-filter: none;
      -o-filter: none;
      filter: none; }
  .exp-cardimg-columns .card .exp-fillimg-block {
    position: relative;
    max-height: 70px;
    overflow: hidden; }
  .exp-cardimg-columns .card .exp-fillimg-block a {
    color: #3f729b; }
  .exp-cardimg-columns .card .exp-fillimg-block a span {
    padding: 10px;
    border-radius: 0.2em; }
  .exp-cardimg-columns .card .exp-fillimg-block .jam-module-headerimg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.3), rgba(63, 114, 155, 0.1)); }
  .exp-cardimg-columns .card .exp-fillimg-block .jam-module-headerimg .card-titleimg {
    font-size: 45px;
    color: #3f729b; }
  .exp-cardimg-columns .card .exp-fillimg-block img.card-img-topimg {
    width: 100%;
    z-index: -1;
    transition: 1s;
    -webkit-filter: opacity(0) brightness(3) grayscale(100%);
    -moz-filter: opacity(0) brightness(3) grayscale(100%);
    -ms-filter: opacity(0) brightness(3) grayscale(100%);
    -o-filter: opacity(0) brightness(3) grayscale(100%);
    filter: opacity(0) brightness(3) grayscale(100%); }

.jam-module-header-text-h1 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 0.2rem; }

.page-header.jam-module-header-text {
  margin-bottom: 10px; }
/* Pagination Pager */
div.pagination {
  display: block;
  margin: 20px 0; }

.pagination.exppagenav {
  display: flex;
  justify-content: space-between;
  margin-top: 1.2rem;
  clear: both; }
  .pagination.exppagenav .page-item {
    margin-right: 0; }
  .pagination.exppagenav .page-item.previous {
    display: flex;
    justify-content: flex-start;
    width: 100%; }
  .pagination.exppagenav .page-item.next {
    display: flex;
    justify-content: flex-end;
    width: 100%; }
  .pagination.exppagenav .page-item .page-link {
    padding: 8px 15px; }
  .pagination.exppagenav .page-item .page-link:hover {
    box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.12), 0px 4px 6px 0px rgba(0, 0, 0, 0.24); }
/* Article */
#general-content .content-cat-title a {
  color: #212121; }
  #general-content .content-cat-title a.content-cat-a-btn {
    color: #fff; }
  #general-content .content-cat-title a:hover {
    color: #3b3b3b;
    text-decoration: none; }
  #general-content .content-cat-title .content-cat-badge {
    font-size: 0.9rem;
    vertical-align: bottom; }
  #general-content .jam-module .jam-module-header a {
    color: #4b515d; }
  #general-content .jam-module .jam-module-header a:hover {
    color: #1d2025;
    text-decoration: none; }
  #general-content .jam-module .content-info-block {
    font-family: 'Open Sans Condensed';
    font-size: 0.9rem;
    font-weight: 500;
    color: #4b515d; }
  #general-content .readmore.expreadmore {
    text-align: right; }
  #general-content .items-more .nav .nav-item {
    margin: 0.5rem 0 0.5rem 0.5rem; }
  #general-content .items-more .nav .nav-item:first-child {
    margin-left: 0; }

.content-category .filters {
  width: 100%; }
  .content-category .content-category-display-fl {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 10px 0; }
  .content-category ul.pagination {
    justify-content: center; }

.blog-featured .item-image.pull-left {
  margin-right: 10px; }
  .blog-featured .item-image.pull-right {
    margin-left: 10px; }

#limit.inputbox, .filter-search select, .advinput {
  display: block;
  margin-left: 10px;
  padding: 0.5rem 0.7rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.2rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  #limit.inputbox:focus, .filter-search select:focus, .advinput:focus {
    color: #495057;
    background-color: #fff;
    border-color: #bcd4fc;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(66, 134, 247, 0.25); }

.blog .items-leading {
  margin-bottom: 20px; }
  .blog .expblog-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px; }
  .blog .expblog-item .exp-content-blog-img.order-0 {
    padding-left: 0; }
  .blog .expblog-item .exp-content-blog-img.order-1 {
    padding-right: 0; }
  .blog .expblog-item .exp-content-text {
    padding-left: 0; }

.exp-content-blog-img.order-0 + .exp-content-text {
  margin-right: 0;
  padding-right: 0; }
  .exp-content-blog-img.order-0 + .exp-content-text .card-body {
    padding-right: 0; }
  .exp-content-blog-img.order-1 + .exp-content-text {
    margin-left: 0;
    padding-left: 0; }
  .exp-content-blog-img.order-1 + .exp-content-text .card-body {
    padding-left: 0; }

.exp-card-columns .card:hover {
  background-color: #fdfdfd; }
  .exp-card-columns .card .card-body {
    text-align: center; }
  .exp-card-columns .card .card-body .card-title a:hover {
    text-decoration: none; }

.expleading-blog.card-expfull {
  transition: all 0.3s; }
  .expleading-blog.card-expfull:hover {
    background-color: inherit;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3); }
  .expleading-blog.card-expfull .card-expreadmore {
    padding: 0 1.25rem; }

.expleading-blog {
  margin: 0 0 20px 0; }
  .expleading-blog:hover {
    background-color: #fdfdfd; }
  .expleading-blog .exp-content-blog-img {
    padding: 0; }
  .expleading-blog .exp-content-blog-img .item-image:hover a img {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3); }
  .expleading-blog .exp-content-blog-img .item-image a img {
    transition: all 0.3s; }
  .expleading-blog .exp-content-text .card-body .card-title a:hover {
    text-decoration: none; }

.card-body .card-title a {
  color: #212121; }
  .card-body .card-title a:hover {
    color: #000; }

.card-footer a {
  white-space: normal; }

.jam-module-article .item-image {
  margin: 0 0 20px;
  padding-top: 5px;
  clear: both; }
  .jam-module-article .item-image.pull-left {
    margin-right: 10px; }
  .jam-module-article .item-image.pull-right {
    margin-left: 10px; }

.cat-children > h3 {
  color: #fff;
  text-align: center;
  padding: 0.5rem;
  border-radius: 0.2rem;
  background-color: #343a40;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); }

.filter-search {
  display: flex; }
  .filter-search select, .filter-search #limit.inputbox {
    margin-left: 0;
    margin-right: 5px; }

div.pagination {
  width: 100%; }
  div.pagination .counter {
    font-family: 'Open Sans Condensed';
    font-size: 0.9rem;
    font-weight: 500; }

.control-group {
  margin-bottom: 1rem; }

.contact-form-component input, .contact-form-component select, .contact-form-component textarea {
  display: block;
  width: 100%;
  padding: 0.5rem 0.7rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.2rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .contact-form-component:focus {
    color: #495057;
    background-color: #fff;
    border-color: #bcd4fc;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(66, 134, 247, 0.25); }
  .contact-form-component #jform_spacer-lbl {
    font-size: 0.8rem; }

.phrases-box.radio_exp input {
  margin: 0 0.3rem 0rem 0.5rem; }
  .phrases-box.radio_exp input:first-child {
    margin-left: 0; }

label.exp-label-mt3 {
  margin-top: 0.5rem; }

.font-size80 {
  font-size: 80%; }

.font-size90 {
  font-size: 90%; }

.input-group .input-group-addon {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 10px;
  border-top-left-radius: 0.2em;
  border-bottom-left-radius: 0.2em; }
/* Contact */
/* Gmap Loading */

.middle-top-block-wbg-class {
  position: relative; }
  .middle-top-block-wbg-class .jam_stdmap_div {
    line-height: 0; }

.jamgooglelocload {
  position: absolute;
  background: rgba(255, 255, 255, 0.5) url('../images/gmap_loader.gif') no-repeat center center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; }
/* Timeline */
.exptimeline li .timeline-panel .timeline-body {
  word-wrap: break-word; }
  .exptimeline li .timeline-panel .timeline-body .card-footer {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px; }
  .exptimeline > li > .timeline-panel .timeline-body > p {
    margin-bottom: 10px; }
/* Carousel */
.carousel-indicators li {
  cursor: pointer; }
/* Menu HTML text */
.jam_topbg_container_bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%; }

.jam_topbg_container_bg_toright {
  position: absolute;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  width: 100%;
  height: 100%; }

.jam_topbg_container_bg_toleft {
  position: absolute;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  width: 100%;
  height: 100%; }

.jam_topbg_container_bg_totop {
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  width: 100%;
  height: 100%; }

.jam_topbg_container_bg_tobottom {
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  width: 100%;
  height: 100%; }

.jam_sngarticle_ul_circle {
  list-style-type: circle; }
  .jam_sngarticle_ul_circle li {
    list-style: square; }

.jam_sngarticle_ul_ok li span {
  margin-right: 5px;
  color: #2196f3; }

.jam_topbg_container {
  /*padding-top:100px;*/
  padding-bottom: 50px;
  color: #fff; }
  .jam_topbg_container .jam_topbg_group {
    font-family: 'Open Sans Condensed';
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    border-radius: 10px;
    color: #fff; }
  .jam_topbg_container .jam_topbg_group_center {
    text-align: center;
    font-family: 'Open Sans Condensed';
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    color: #fff; }
  .jam_topbg_container .jam_topbg_group_transparent {
    background-color: transparent;
    background: none; }
  .jam_topbg_container .jam_topbg_item p {
    font-size: 14px; }
  .jam_topbg_container .jam_topbg_title_subtext {
    font-size: 18px; }
  .jam_topbg_container .jam_topbg_title {
    color: #fff;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3); }
  .jam_topbg_container .jam_topbg_item_icon {
    font-size: 10em;
    text-align: center;
    /*line-height: 150px;*/ }
  .jam_topbg_container .jam_topbg_item_icon .jam_topbg_item_icon_border {
    border: 1px dashed #fff;
    padding: 5px 20px; }
  .jam_topbg_container .jam_topbg_item_icon .jam_topbg_item_icon_img {
    max-width: 200px;
    text-align: center;
    margin: auto;
    margin-top: 30px;
    vertical-align: middle; }
  .jam_topbg_container .jam_topbg_item_icon .jam_topbg_item_icon_img img {
    padding: 5px;
    border: 1px dashed #fff;
    opacity: 0.8;
    border-radius: 50%; }

.exptopbottom-mod {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, .6);
  padding: 20px 0 14px;
  /*margin-top: -30px;*/
  line-height: 1; }
  .exptopbottom-mod .expmod-flex-line {
    display: flex;
    justify-content: space-between; }
  .exptopbottom-mod .jamflex-item-all {
    display: flex;
    align-items: center;
    /*flex: 1 1 300px;*/ }
  .exptopbottom-mod .jamflex-item-icon {
    font-size: 2.8em;
    float: left; }
  .exptopbottom-mod .jamflex-item-icon.flt_glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .exptopbottom-mod .jamflex-item-all-right {
    font-family: 'Open Sans Condensed';
    float: left;
    font-size: 1.2em;
    line-height: 25px;
    /*margin-left: 10px;*/
    border-left: 1px solid #fff;
    padding-left: 10px; }

.jamcenter-module .jamcenter-module-header .jamcenter-module-header-text {
  font-family: 'Open Sans Condensed';
  margin: 30px 0 40px;
  color: #3c3c3c;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  /*line-height: .8;*/ }
  .jamcenter-module .jamcenter-module-header .jamcenter-module-header-text .text-muted {
    font-size: 50%; }
  .fixed-header-top.expstickyon {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1020; }
/* Visible for Bootstrap 3 */
.visible-phone {
  display: none !important; }

.visible-tablet {
  display: none !important; }

.hidden-desktop {
  display: none !important; }

.visible-desktop {
  display: inherit !important; }
/* Table link */
.list-title a {
  font-weight: bold; }
/* Menu Text */
.jam_topbg_group_flex {
  display: flex;
  justify-content: center; }
  .jam_topbg_group_flex .jam_topbg_group_icon {
    font-size: 60px;
    margin-right: 20px;
    align-self: center;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3); }
  .jam_topbg_group_flex .jam_topbg_group_text {
    text-align: left; }
/* Drop Down for template */
.dropdown-menu-template a {
  margin: 10px 0; }

.dropdown-menu-template a img {
  width: 100px; }

.dropdown-menu-badge-info {
  display: flex;
  margin-top: 10px;
  max-width: 100px;
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto; }

.dropdown-menu-badge-info a {
  color: #fff; }
/* Thumbnails */
.thumbnails {
  display: flex;
  flex-direction: row; }
  .thumbnails li {
    margin-right: 10px; }
/* Toggle SCSS file */
/* 
 File        : expnotice.scss
 Created on  : Jan 7, 2017, 4:59:18 PM
 Author      : Grusha
 */
/* Noty */
.ExpBootstrapTheme, .exp-list-group-item {
  position: relative;
  padding: 0;
  border-radius: 3px;
  margin-bottom: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6); }

.ExpBootstrapTheme .noty_bar, .exp-list-group .noty_bar {
  padding: 5px 10px; }

.ExpBootstrapTheme .noty-alert-heading, .exp-list-group .noty-alert-heading {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 3px; }

.ExpBootstrapTheme .noty_progress_bar, .exp-list-group .noty_progress_bar {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -3px;
  height: 5px;
  background-color: rgba(255, 143, 0, 1);
  border-radius: 10px; }

.ExpBootstrapTheme .exp-list-group-item-warning .noty_progress_bar, .exp-list-group .exp-list-group-item-warning .noty_progress_bar {
  background-color: #8bc34a; }

.exp-list-group-item .noty_message {
  position: relative;
  text-align: center;
  width: auto; }

.exp-list-group-item .noty_message p {
  margin: 0; }

.exp-list-group-item-info {
  background-color: #1565c0;
  color: #fff; }

.exp-list-group-item-warning {
  background-color: #ff8f00;
  color: #fff; }

.exp-list-group-item-danger {
  background-color: #d50000;
  color: #fff; }

.exp-list-group-item-note {
  background-color: #0277bd;
  color: #fff; }

.exp-list-group-item-success {
  background-color: #2e7d32;
  color: #fff; }
/* End Noty */
.notice {
  padding: 15px;
  background-color: #fafafa;
  border-left: 6px solid #7f7f84;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2); }
  .notice.notice-sm {
    padding: 10px;
    font-size: 80%; }
  .notice.notice-lg {
    padding: 35px;
    font-size: large; }
  .notice.notice-success {
    border-color: #80d651; }
  .notice.notice-success > strong {
    color: #80d651; }
  .notice.notice-info {
    border-color: #45abcd; }
  .notice.notice-info > strong {
    color: #45abcd; }
  .notice.notice-warning {
    border-color: #feaf20; }
  .notice.notice-warning > strong {
    color: #feaf20; }
  .notice.notice-danger {
    border-color: #d73814; }
  .notice.notice-danger > strong {
    color: #d73814; }
/* Price Table SCSS file */
/* Animation SCSS file */
/* Mouse Scroll */
@-webkit-keyframes expani-mouse {
  0% {
    opacity: 1;
    top: 29%; }

  15% {
    opacity: 1;
    top: 50%; }

  50% {
    opacity: 0;
    top: 50%; }

  100% {
    opacity: 0;
    top: 29%; } }

@-moz-keyframes expani-mouse {
  0% {
    opacity: 1;
    top: 29%; }

  15% {
    opacity: 1;
    top: 50%; }

  50% {
    opacity: 0;
    top: 50%; }

  100% {
    opacity: 0;
    top: 29%; } }

@keyframes expani-mouse {
  0% {
    opacity: 1;
    top: 29%; }

  15% {
    opacity: 1;
    top: 50%; }

  50% {
    opacity: 0;
    top: 50%; }

  100% {
    opacity: 0;
    top: 29%; } }

.expmouse-scroll {
  position: relative;
  bottom: 100px;
  top: auto; }
  .expmouse-scroll .expscroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center; }
  .expmouse-scroll .expscroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 2px; }
  .expmouse-scroll .expscroll-btn > *:hover, .expmouse-scroll .expscroll-btn > *:focus, .expmouse-scroll .expscroll-btn > *.active {
    color: #fff; }
  .expmouse-scroll .expscroll-btn > *:hover, .expmouse-scroll .expscroll-btn > *:focus, .expmouse-scroll .expscroll-btn > *:active, .expmouse-scroll .expscroll-btn > *.active {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .expmouse-scroll .expscroll-btn .expmouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #fff;
    border-radius: 23px; }
  .expmouse-scroll .expscroll-btn .expmouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: expani-mouse 2.5s linear infinite;
    -moz-animation: expani-mouse 2.5s linear infinite;
    animation: expani-mouse 2.5s linear infinite; }
/* End Mouse Scroll */
.exproad .exproad-text {
  position: relative;
  display: inline-block;
  color: #212121;
  padding: 1.5rem 0;
  font-size: 5rem;
  background: transparent;
  background-position: bottom;
  transition: all 0.3s ease-in; }
  .exproad .exproad-text:before {
    content: '';
    position: absolute;
    bottom: 1rem;
    border-bottom: 3px solid #ffbf00;
    width: 100%;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-in; }
  .exproad .exproad-text:hover {
    background-image: linear-gradient(to left, #ffbf00 80%, rgba(255, 255, 255, 0) 0%);
    background-position: left 0 bottom 2px;
    background-size: 22px 3px;
    background-repeat: repeat-x;
    -webkit-animation: linear infinite;
    -webkit-animation-name: exproad;
    -webkit-animation-duration: 1.5s;
    animation: linear infinite;
    animation-name: exproad;
    animation-duration: 1.5s;
    transition: all 0.3s ease-in; }
  .exproad .exproad-text:hover:before {
    opacity: 1;
    transition: all 0.3s ease-in; }

@-webkit-keyframes exproad {
  0% {
    background-position-x: 0%; }

  100% {
    background-position-x: -100%; } }
/* Addons SCSS file */
/* Slick Plugin */
.expslickdatatop .expslick-dots li.slick-active {
  background-color: #3f729b; }
/* Waves SCSS file */
/* Media SCSS */
@media (min-width: 576px) {
  .card-columns {
    column-count: 1; }

  .card-deck .card {
    max-width: 350px; } }

@media (max-width: 575px) {
  #header .header-middle .header-logo {
    margin-left: 50px; }
    #header .header-middle .header-menu {
      margin-right: 30px; }

  #general-content .items-more .nav .nav-item:first-child {
    margin-left: 0.5rem; }

  .card-body .predl-image.pull-right {
    float: none; }

  .exptopbottom-mod .jamflex-item-all {
    flex: 1 1 300px;
    flex-direction: column;
    text-align: center; }
    .exptopbottom-mod .jamflex-item-all-right {
      margin-left: 0;
      border-left: none;
      padding-left: none;
      border-top: 1px solid #fff;
      margin-top: 10px;
      padding-top: 5px; }

  .exp-cardimg-columns .card .exp-fillimg-block .jam-module-headerimg .card-titleimg {
    font-size: 2em; }

  .jam_topbg_container {
    padding-bottom: 0; }
    .jam_topbg_container .jam_topbg_title {
      color: #fff;
      text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
      font-size: 2em; } }

@media (max-width: 767px) {
  /* For Bootstrap 3 */
    #header .header-middle .header-logo, #header .header-middle .header-menu, #header .header-middle .header-mobile-left {
      margin: auto; }
      #header .header-middle .header-logo {
        flex-grow: 3;
        margin-left: 0; }
      #header .header-middle .header-menu, #header .header-middle .header-mobile-left {
        flex-grow: 1; }
    .readmore a {
      width: 100%; }
    #footer .footer-left {
      text-align: center; }
      #footer .footer-right.social_jamicon {
        justify-content: center; }
    .exp-content-blog-img .pull-left.item-image, .exp-content-blog-img .pull-right.item-image {
      float: none;
      text-align: center; }
      .exp-content-blog-img.order-0 + .exp-content-text {
        margin-right: 0;
        padding-right: 15px; }
        .exp-content-blog-img.order-0 + .exp-content-text .card-body {
          padding-right: 1.25rem; }
      .exp-content-blog-img.order-1 + .exp-content-text {
        margin-left: 0;
        padding-left: 15px; }
        .exp-content-blog-img.order-1 + .exp-content-text .card-body {
          padding-left: 1.25rem; }
    .hidden-desktop {
      display: inherit !important; }
    .visible-desktop {
      display: none !important; }
    .visible-phone {
      display: inherit !important; }
    .hidden-phone {
      display: none !important; } }

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important; }

  .visible-desktop {
    display: none !important; }

  .visible-tablet {
    display: inherit !important; }

  .hidden-tablet {
    display: none !important; } }
