@charset "utf-8";

/* --------------------------------------------- */
/* Author: http://codecanyon.net/user/CodingJack */
/* --------------------------------------------- */
/* ----------------------------------------------------------- */
/*                COLORS, FONTS and GRAPHICS                   */
/* ----------------------------------------------------------- */
/* adjust main modal background color and opacity here */
.jackbox-modal {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 18px;
  color: #666;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: rgba(0, 0, 0, .9);
  }
/* headers for descriptions and custom html */
.jackbox-modal h2,
.jackbox-modal h3 {
  font: 24px "Mako", sans-serif;
  font-weight: normal;
  color: #444;
  }
/* the item titles shown beneath the content */
.jackbox-title-text {
  font: 14px "Mako", sans-serif;
  color: #222;
  }
/* small thumb tooltip container */
.jackbox-thumb-tip {
  background: rgba(0, 0, 0, .75);
  }
/* small thumb tooltip text */
.jackbox-thumb-tip-text {
  color: #fff;
  text-transform: uppercase;
  }
/* item descriptions (info) background-color */
.jackbox-description-text {
  text-align: left;
  background-color: #fff;
  }
/* custom html's background-color and border */
.jackbox-html > div {
  text-align: left;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  }
/* main content container */
.jackbox-holder {
  background-color: transparent;
  border-radius: 0;
  }
.jackbox-container {
  background: #000;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
  }
/* large prev/next buttons located on the far sides of the modal */
.jackbox-panel,
.jackbox-button,
.jackbox-thumb-left,
.jackbox-thumb-right {
      filter: alpha(opacity=75) !important;
  opacity: .75 !important;
  -webkit-transition: opacity .4s;
       -o-transition: opacity .4s;
          transition: opacity .4s;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)" !important;
  }
.jackbox-panel:hover,
.jackbox-button:hover,
.jackbox-thumb-left:hover,
.jackbox-thumb-right:hover {
      filter: alpha(opacity=100) !important;
  opacity: 1 !important;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  }
.jackbox-social-toggle {
  position: absolute;
  top: 0;
  left: 0;
  display: none !important;
  background-position: -51px 0;
  }
/* large prev button */
.jackbox-panel-left {
  background-image: url(/resources/front/images/common/panel_left_s.png);
  }
/* large next button */
.jackbox-panel-right {
  background-image: url(/resources/front/images/common/panel_right_s.png);
  }
/* prev, next, info, close and toggle-thumbs buttons */
.jackbox-button {
  width: 17px;
  height: 17px;
  background-image: url(/resources/front/images/common/jackbox-sprite.png);
  background-repeat: no-repeat;
  }
/* previous button */
.jackbox-arrow-left {
  background-position: 0 0;
  }
/* next button */
.jackbox-arrow-right {
  background-position: -17px 0;
  }
/* info button */
.jackbox-info {
  display: none;
  background-position: -200px -200px;
  }
/* show thumbnails (+) */
.jackbox-show-thumbs {
  display: none;
  background-position: -200px -200px;
  }
/* hide thumbnails (-) */
.jackbox-hide-thumbs {
  display: none;
  background-position: -200px -200px;
  }
/* close button */
.jackbox-close {
  background-position: -34px 0;
  }
/* fullscreen button */
.jackbox-fs {
  background-position: -68px 0;
  }
.jackbox-ns {
  background-position: -85px 0;
  }
/* thumb strip background color and opacity */
/* the thumb panel's left arrow */
.jackbox-thumb-left {
  width: 17px;
  height: 17px;
  margin: -9px 0 0 -27px;
  background-image: url(/front/images/common/jackbox-sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  }
/* the thumb panel's right arrow */
.jackbox-thumb-right {
  width: 17px;
  height: 17px;
  margin: -9px 0 0 15px;
  background-image: url(/front/images/common/jackbox-sprite.png);
  background-repeat: no-repeat;
  background-position: -17px 0;
  }
.jackbox-pre-outside {
  padding: 5px;
  }
/* graphic placed inside preloader to create gradient effect */
.jackbox-pre-inside {
  background: url(../images/ajax-white.gif) no-repeat center;
  /* fallback gif preloader */
  }
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .jackbox-pre-inside {
    background-image: url("../images/retina/ajax-white@2.gif");
    -webkit-background-size: 16px 16px;
            background-size: 16px 16px;
    }
  }
/* ----------------------------------------------------------- */
/*                   LAYOUT and POSITIONING                    */
/* ----------------------------------------------------------- */
/* This is necessary for the hover effects to work */
.jackbox {
  position: relative;
  display: inline-block;
  }
/* the main modal */
.jackbox-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  }
/* h2 header spacing for custom html */
.jackbox-modal h2 {
  margin: 0 0 12px -2px;
  }
/* h3 header spacing for descrptions/info */
.jackbox-modal h3 {
  margin: 0 0 8px -2px;
  }
/* custom html unordered list */
.jackbox-modal ul {
  padding: 0;
  margin: 0;
  }
/* custom html unordered list items */
.jackbox-modal li {
  padding: 0;
  margin: 0 0 10px 0;
  }
/* normalize custom html padding */
.jackbox-modal li:last-child {
  margin-bottom: -10px;
  }
/* custom html content container */
.jackbox-html > div {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 20px 16px 20px;
  }
/* custom html content paragraphs */
.jackbox-html > div p {
  margin: 5px 0 0 0;
  color: #808080;
  }
/* the title text container */
.jackbox-title-text {
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  color: #cecece;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  }
/* description text container */
.jackbox-info-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: inline-block;
  width: 100%;
  overflow-y: auto;
  }
/* description text inner container */
.jackbox-description-text {
  padding: 14px 17px 19px 17px;
  }
/* hide content initially */
.jackbox-html,
.jackbox-wrapper,
.jackbox-content,
.jackbox-description,
.jackbox-hidden-items {
  display: none;
  }
/* Allow overflow for html divs */
.jackbox-html {
  overflow-y: auto;
  }
/* https://developer.mozilla.org/en-US/docs/CSS/Image-rendering */
.jackbox-modal img {
  image-rendering: optimizeQuality;
  }
/* the main content container */
.jackbox-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  padding: 33px 6px 34px 6px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
  }
/* the main media container */
.jackbox-container {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  }
/* gets applied to the media itself (image/iframe) */
.jackbox-content {
  margin: 0 auto;
  }
/* when non-native fullscreen video is activated, gets applied to html/body tags */
.jackbox-overflow {
  overflow: hidden !important;
  }
/* main thumbstrip container */
.jackbox-thumb-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  }
/* inner thumbstrip container */
.jackbox-thumb-panel {
  position: absolute;
  left: 50%;
  padding: 2px 2px 0 2px;
  overflow: hidden;
  white-space: nowrap;
  }
/* final thumbstrip container */
.jackbox-thumb-strip {
  position: relative;
  }
/* thumbnail container */
.jackbox-thumb {
  position: absolute;
  top: 0;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #000 url(../images/ajax-white.gif) no-repeat center;
  }
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .jackbox-thumb {
    background-image: url("../images/retina/ajax-white@2.gif");
    -webkit-background-size: 16px 16px;
            background-size: 16px 16px;
    }
  }
.jackbox-thumb.jb-thumb-loaded {
  background: #000;
  }
.jackbox-thumb-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, .1);
  }
.jackbox-content-image-border {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, .1);
  }
/* thumbnail image */
.jackbox-thumb img {
  cursor: pointer;
      filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity .4s;
       -o-transition: opacity .4s;
          transition: opacity .4s;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
/* gets added when the thumbnail loads */
.jb-thumb-fadein img {
      filter: alpha(opacity=50);
  opacity: .5;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
/* thumbnail mouse over */
.jackbox-thumb:hover img {
      filter: alpha(opacity=75);
  opacity: .75;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }
/* gets applied to an active thumb item */
.jb-thumb-active img {
      filter: alpha(opacity=100);
  opacity: 1;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
/* removes the pointer cursor for an active thumbnail */
.jb-thumb-active img {
  cursor: auto;
  }
/* the thumbstrip arrows */
.jackbox-thumb-left,
.jackbox-thumb-right {
  position: absolute;
  display: none;
  cursor: pointer;
  }
/* the content header */
.jackbox-top {
  position: absolute;
  top: 7px;
  left: 5px;
  }
/* cross-browser fix for background */
.jackbox-top:after {
  position: absolute;
  top: 26px;
  left: 1px;
  z-index: 999;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: transparent;
  }
/* the content footer */
.jackbox-bottom {
  position: relative;
  z-index: 99;
  white-space: nowrap;
  }
/* the social widget */
.jackbox-social {
  position: absolute;
  top: -2px;
  left: 0;
  display: none;
  }
/* the header's button container (the close button) */
.jackbox-top-icons {
  position: absolute;
  right: -1px;
  }
/* the footer's button container */
.jackbox-bottom-icons {
  position: absolute;
  top: 7px;
  right: 0;
  }
/* the prev/next button container */
.jackbox-controls {
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 1;
  }
/* gets applied to header/footer buttons */
.jackbox-button {
  display: inline-block;
  cursor: pointer;
  }
/* the next item button */
.jackbox-arrow-right {
  margin-left: 6px;
  }
/* show/hide, fullscreen/normalscreen buttons */
.jackbox-button-margin {
  margin-left: 6px;
  }
/* toggle the fullscreen buttons while in fullscreen */
:-webkit-full-screen .jackbox-fs {
  display: none !important;
  }
/* toggle the fullscreen buttons while in fullscreen */
:-moz-full-screen .jackbox-fs {
  display: none !important;
  }
/* toggle the fullscreen buttons while in fullscreen */
:-webkit-full-screen .jackbox-ns {
  display: inline-block !important;
  }
:-moz-full-screen .jackbox-ns {
  display: inline-block !important;
  }
/* large prev/next buttons located on the far sides of the modal */
.jackbox-panel {
  position: absolute;
  top: 0;
  display: block;
  width: 58px;
  height: 100%;
  cursor: pointer;
  visibility: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  }
/* large prev button */
.jackbox-panel-left {
  left: 0;
  }
/* large next button */
.jackbox-panel-right {
  right: 0;
  }
/* the main preloader container */
.jackbox-preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  width: 20px;
  height: 20px;
  margin: -15px 0 0 -15px;
  visibility: hidden;
  }
/* only gets added when the preloader is shown */
.jackbox-spin-preloader {
  visibility: visible;
  }
.jackbox-pre-outside {
  position: relative;
  top: -25%;
  left: -25%;
  display: inline-block;
  width: 20px;
  height: 20px;
  }
.jackbox-pre-inside {
  position: absolute;
  top: 5px;
  left: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  }
/* small thumb tooltip container */
.jackbox-thumb-tip {
  position: fixed;
  z-index: 9999;
  display: block;
  padding: 5px 10px 5px 10px;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .6s cubic-bezier(.23, 1, .32, 1);
       -o-transition: all .6s cubic-bezier(.23, 1, .32, 1);
          transition: all .6s cubic-bezier(.23, 1, .32, 1);
  }
/* small thumb tooltip text */
.jackbox-thumb-tip-text {
  display: inline-block;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: width .6s cubic-bezier(.23, 1, .32, 1);
       -o-transition: width .6s cubic-bezier(.23, 1, .32, 1);
          transition: width .6s cubic-bezier(.23, 1, .32, 1);
  }
.jackbox-controls {
  display: none;
  }
.jackbox-button-thumbs {
  display: none !important;
  }
/* ----------------------------------------------------------- */
/*                         SMARTPHONE                          */
/* ----------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .jackbox-panel,
  .jackbox-thumb-holder {
    display: none !important;
    }
  .jackbox-show-thumbs,
  .jackbox-hide-thumbs {
    width: 0;
    margin-left: 0;
    overflow: hidden;
    }
  .jackbox-controls {
    display: block;
    }
  }
/* ----------------------------------------------------------- */
/*                        RETINA ICONS                         */
/* ----------------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* previous button */
  .jackbox-arrow-left,
  .jackbox-arrow-right,
  .jackbox-close,
  .jackbox-fs,
  .jackbox-ns,
  .jackbox-thumb-left,
  .jackbox-thumb-right,
  .jackbox-social-toggle {
    background-image: url(../images/graphics/retina/jackbox-sprite.png);
    -webkit-background-size: 102px 17px;
            background-size: 102px 17px;
    }
  /* large prev button */
  .jackbox-panel-left {
    background-image: url(/front/images/common/panel_left.png);
    -webkit-background-size: 30px 50px;
            background-size: 30px 50px;
    }
  /* large next button */
  .jackbox-panel-right {
    background-image: url(/front/images/common/panel_right.png);
    -webkit-background-size: 30px 50px;
            background-size: 30px 50px;
    }
  }
/* Magnific Popup CSS */
.mfp-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1042;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #0b0b0b;
  filter: alpha(opacity=80);
  opacity: .8;
  }
.mfp-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1043;
  width: 100%;
  height: 100%;
  outline: none !important;

  -webkit-backface-visibility: hidden;
  }
.mfp-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
  text-align: center;
  }
.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
  }
.mfp-align-top .mfp-container:before {
  display: none;
  }
.mfp-content {
  position: relative;
  z-index: 1045;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
  }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
  }
.mfp-ajax-cur {
  cursor: progress;
  }
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor:         zoom-out;
  }
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor:         zoom-in;
  }
.mfp-auto-cursor .mfp-content {
  cursor: auto;
  }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  }
.mfp-loading.mfp-figure {
  display: none;
  }
.mfp-hide {
  display: none !important;
  }
.mfp-preloader {
  position: absolute;
  top: 50%;
  right: 8px;
  left: 8px;
  z-index: 1044;
  width: auto;
  margin-top: -.8em;
  color: #ccc;
  text-align: center;
  }
.mfp-preloader a {
  color: #ccc;
  }
.mfp-preloader a:hover {
  color: #fff;
  }
.mfp-s-ready .mfp-preloader {
  display: none;
  }
.mfp-s-error .mfp-content {
  display: none;
  }
button.mfp-close,
button.mfp-arrow {
  z-index: 1046;
  display: block;
  -webkit-appearance: none;
  padding: 0;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  }
button::-moz-focus-inner {
  padding: 0;
  border: 0;
  }
.mfp-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0 0 18px 10px;
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  line-height: 44px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  filter: alpha(opacity=65);
  opacity: .65;
  }
.mfp-close:hover,
.mfp-close:focus {
  filter: alpha(opacity=100);
  opacity: 1;
  }
.mfp-close:active {
  top: 1px;
  }
.mfp-close-btn-in .mfp-close {
  color: #333;
  }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: -6px;
  width: 100%;
  padding-right: 6px;
  color: #fff;
  text-align: right;
  }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 18px;
  color: #ccc;
  white-space: nowrap;
  }
.mfp-arrow {
  position: absolute;
  top: 50%;
  width: 90px;
  height: 110px;
  padding: 0;
  margin: 0;
  margin-top: -55px;
  filter: alpha(opacity=65);
  opacity: .65;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
.mfp-arrow:active {
  margin-top: -54px;
  }
.mfp-arrow:hover,
.mfp-arrow:focus {
  filter: alpha(opacity=100);
  opacity: 1;
  }
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: 35px;
  margin-left: 35px;
  content: '';
  border: medium inset transparent;
  }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  top: 8px;
  border-top-width: 13px;
  border-bottom-width: 13px;
  }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
  }
.mfp-arrow-left {
  left: 0;
  }
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  margin-left: 31px;
  border-right: 17px solid #fff;
  }
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
  }
.mfp-arrow-right {
  right: 0;
  }
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  margin-left: 39px;
  border-left: 17px solid #fff;
  }
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
  }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
  }
.mfp-iframe-holder .mfp-content {
  width: 100%;
  max-width: 900px;
  line-height: 0;
  }
.mfp-iframe-holder .mfp-close {
  top: -40px;
  }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  }
.mfp-iframe-scaler iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
          box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  }
/* Main image in popup */
img.mfp-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
  line-height: 0;
  }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
  }
.mfp-figure:after {
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  z-index: -1;
  display: block;
  width: auto;
  height: auto;
  content: '';
  background: #444;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
          box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  }
.mfp-figure small {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #bdbdbd;
  }
.mfp-figure figure {
  margin: 0;
  }
.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -36px;
  cursor: auto;
  }
.mfp-title {
  padding-right: 36px;
  line-height: 18px;
  color: #f3f3f3;
  text-align: left;
  word-wrap: break-word;
  }
.mfp-image-holder .mfp-content {
  max-width: 100%;
  }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
  }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0;
    padding-left: 0;
    }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
    }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
    }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
    }
  .mfp-img-mobile .mfp-bottom-bar {
    position: fixed;
    top: auto;
    bottom: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3px 5px;
    margin: 0;
    background: rgba(0, 0, 0, .6);
    }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
    }
  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px;
    }
  .mfp-img-mobile .mfp-close {
    position: fixed;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 35px;
    text-align: center;
    background: rgba(0, 0, 0, .6);
    }
  }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
         -o-transform: scale(.75);
            transform: scale(.75);
    }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
         -o-transform-origin: 0;
            transform-origin: 0;
    }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
         -o-transform-origin: 100%;
            transform-origin: 100%;
    }
  .mfp-container {
    padding-right: 6px;
    padding-left: 6px;
    }
  }
.mfp-ie7 .mfp-img {
  padding: 0;
  }
.mfp-ie7 .mfp-bottom-bar {
  left: 50%;
  width: 600px;
  padding-bottom: 5px;
  margin-top: 5px;
  margin-left: -300px;
  }
.mfp-ie7 .mfp-container {
  padding: 0;
  }
.mfp-ie7 .mfp-content {
  padding-top: 44px;
  }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
  }
.mean-container .mean-bar {
  position: relative;
  z-index: 999999;
  float: left;
  width: 100%;
  min-height: 42px;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  padding: 4px 0;
  background: #fff;
  }
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  }
.mean-container .mean-nav {
  float: left;
  width: 100%;
  margin-top: 44px;
  background: #fff;
  }
.mean-container .mean-nav ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
  }
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  }
.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  color: #333;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  border-top: 1px solid #383838;
  border-top: 1px solid #ccc;
  }
.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, .1);
  }
.mean-container .mean-nav ul li a.mean-expand {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 20px;
  height: 20px;
  padding: 12px !important;
  margin-top: 1px;
  font-weight: 700;
  text-align: center;
  background: rgba(255, 255, 255, .1);
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
  }
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(255, 255, 255, .9);
  }
.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  text-shadow: none !important;
  visibility: visible;
  filter: alpha(opacity=75);
  border-top: 1px solid #ccc;
  opacity: .75;
  }
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
  }
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
  }
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
  }
.mean-container .mean-nav ul li.mean-last a {
  margin-bottom: 0;
  border-bottom: none;
  }
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
  }
.mean-container a.meanmenu-reveal {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1px;
  font-weight: 700;
  line-height: 22px;
  color: #333;
  text-decoration: none;
  text-indent: -9999em;
  cursor: pointer;
  }
.mean-container a.meanmenu-reveal span {
  display: block;
  height: 3px;
  margin-top: 3px;
  background: #333;
  }
.mean-remove {
  display: none !important;
  }
a.meanmenu-reveal {
  display: none;
  }
.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
  }

#bk-header {
  position: relative;
  z-index: 5;
  background: white;
  }
#bk-header.bk-fixed-header-left {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  min-height: 100%;
  padding: 0 30px;
  padding: 0;
  }
#bk-header-tagline {
  position: absolute;
  bottom: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  }
#bk-header-tagline-content-wrap p {
  margin-bottom: 15px;
  }
@media only screen and (min-width: 769px) {
  #bk-header.bk-fixed-header-left {
    top: 0 !important;
    }
  .bk-fixed-header-left #bk-content-outer-wrap {
    margin-top: 0 !important;
    }
  }
#bk-header.bk-fixed-header-left #bk-header-inner-wrap {
  margin-top: 10px;
  }
@media only screen and (max-width: 768px) {
  #bk-header-tagline {
    position: static;
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    }
  #bk-header.bk-fixed-header-left #bk-header-inner-wrap {
    margin-top: 0;
    }
  .bk-classic-header-top #bk-wpml-language-switcher-wrapper,
  .bk-fixed-header-top #bk-wpml-language-switcher-wrapper {
    float: none;
    margin-top: 0;
    margin-left: 0;
    }
  }
#bk-header.bk-classic-header-top #bk-header-inner-wrap,
#bk-header.bk-fixed-header-top #bk-header-inner-wrap {
  padding: 0 30px;
  }
#bk-header.bk-fixed-header-top {
  width: 100% !important;
  }
div.bk-fixed-header-spacer {
  width: 100% !important;
  }
#bk-header.bk-classic-header-top.bk-collapsible-header #bk-navigation-toggle:after,
#bk-header.bk-fixed-header-top.bk-collapsible-header #bk-navigation-toggle:after {
  /* reduce the damage in FF3.0 */
  position: absolute;
  top: auto;
  right: 15px;
  bottom: -30px;
  z-index: 1;
  display: block;
  width: 0;
  content: "";
  border-style: solid;
  border-width: 15px;
  border-top-color: white;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  }
#bk-header.bk-classic-header-top.bk-collapsible-header #bk-navigation-toggle:before,
#bk-header.bk-fixed-header-top.bk-collapsible-header #bk-navigation-toggle:before {
  /* reduce the damage in FF3.0 */
  position: absolute;
  top: auto;
  right: 14px;
  bottom: -28px;
  display: block;
  width: 0;
  width: 31px;
  height: 28px;
  content: "";
  background: url("http://yekuk.co.kr/wp-content/themes/division/images/header-toggle-shadow-horizontal.png") no-repeat 0 0;
  }
#bk-header.bk-collapsible-header #bk-navigation-toggle:after {
  /* reduce the damage in FF3.0 */
  position: absolute;
  top: 15px;
  right: -29px;
  z-index: 1;
  display: block;
  width: 0;
  content: "";
  border-style: solid;
  border-width: 15px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white;
  }
#bk-header.bk-collapsible-header #bk-navigation-toggle:before {
  /* reduce the damage in FF3.0 */
  position: absolute;
  top: 14px;
  right: -28px;
  display: block;
  width: 28px;
  height: 31px;
  content: "";
  background: url("http://yekuk.co.kr/wp-content/themes/division/images/header-toggle-shadow-vertical.png") no-repeat 0 0;
  }
#bk-header.bk-fixed-header-left.bk-collapsed-header {
  left: -270px;
  }
/*
 *  back to top button
 */
#bk-back-to-top-button {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  display: none;
  width: 41px;
  height: 41px;
  cursor: pointer;
  background: white url("http://yekuk.co.kr/wp-content/themes/division/images/back-to-top.png") no-repeat center top;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: background-position;
       -o-transition-property: background-position;
          transition-property: background-position;
  }
#bk-back-to-top-button:hover {
  background-position: center bottom;
  }
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  #bk-back-to-top-button {
    background-image: url("http://yekuk.co.kr/wp-content/themes/division/images/retina/back-to-top@2.png");
    -webkit-background-size: 41px 82px;
            background-size: 41px 82px;
    }
  }
#bk-toggle-button {
  position: absolute;
  top: 25px;
  right: -5px;
  z-index: 2;
  display: block;
  width: 11px;
  height: 11px;
  cursor: pointer;
  background: url("http://yekuk.co.kr/wp-content/themes/division/images/header-toggle.png") no-repeat -11px 0;
  }
#bk-header.bk-classic-header-top #bk-toggle-button,
#bk-header.bk-fixed-header-top #bk-toggle-button {
  top: auto;
  right: 24px;
  bottom: -5px;
  }
#bk-header.bk-collapsed-header #bk-toggle-button {
  background-position: 0 0;
  }
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  #bk-toggle-button {
    background-image: url("http://yekuk.co.kr/wp-content/themes/division/images/retina/header-toggle@2.png");
    -webkit-background-size: 22px 11px;
            background-size: 22px 11px;
    }
  }
#bk-header-shadow {
  position: absolute;
  right: -13px;
  bottom: 0;
  width: 13px;
  height: 100%;
  background: url("http://yekuk.co.kr/wp-content/themes/division/images/shadow.png") repeat-y 0 0;
  }
.bk-classic-header-top #bk-header-shadow,
.bk-fixed-header-top #bk-header-shadow {
  right: 0;
  bottom: -13px;
  width: 100%;
  height: 13px;
  background: url("http://yekuk.co.kr/wp-content/themes/division/images/shadow-vertical.png") repeat-x 0 0;
  }
#responsive_navigation {
  display: none;
  }
.bk-theme-logo {
  display: block;
  margin: auto;
  }
#bk-logo-wrap a {
  display: block;
  text-align: center;
  }
.bk-classic-header-top #bk-logo-wrap,
.bk-fixed-header-top #bk-logo-wrap {
  float: left;
  margin-right: 30px;
  }
.bk-theme-logo.retina {
  display: none;
  }
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .bk-theme-logo.standard.with-retina-replacement {
    display: block;
    }
  .bk-theme-logo.retina {
    display: block;
    }
  }
#bk-responsive-navigation-toggle {
  display: none;
  float: right;
  width: 54px;
  height: 100%;
  min-height: 30px;
  cursor: pointer;
  background: transparent url("http://yekuk.co.kr/wp-content/themes/division/images/responsive-navigation-toggle.png") center no-repeat;
  }
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  #bk-responsive-navigation-toggle {
    background-image: url("http://yekuk.co.kr/wp-content/themes/division/images/retina/responsive-navigation-toggle@2.png");
    -webkit-background-size: 20px 13px;
            background-size: 20px 13px;
    }
  }
#bk-mobile-logo-wrap {
  display: none;
  float: left;
  }
#bk-responsive-navigation-header {
  display: none;
  height: 50px;
  }
#bk-responsive-header-social-wrapper {
  display: none;
  text-align: center;
  }
@media only screen and (max-width: 640px) {
  #bk-logo-wrap {
    display: none;
    }
  #bk-mobile-logo-wrap {
    display: table;
    height: 100%;
    }
  #bk-mobile-logo-inner-wrap {
    display: table-cell;
    vertical-align: middle;
    }
  #bk-header-social-wrapper {
    display: none;
    }
  #bk-responsive-header-social-wrapper {
    display: block;
    }
  #bk-responsive-navigation-header {
    display: block;
    }
  #bk-header {
    position: relative !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    }
  #bk-header-inner-wrap {
    display: none;
    padding: 0 30px;
    }
  #bk-navigation-toggle,
  #bk-toggle-button {
    display: none;
    }
  #bk-responsive-navigation-toggle {
    display: block;
    }
  #bk-header.bk-collapsible-header #bk-navigation-toggle:after,
  #bk-header.bk-collapsible-header #bk-navigation-toggle:before {
    display: none;
    /* reduce the damage in FF3.0 */
    }
  #bk-header.bk-collapsed-header {
    top: 0 !important;
    left: 0 !important;
    }
  #bk-header-shadow {
    right: 0;
    bottom: -13px;
    width: 100%;
    height: 13px;
    background: url("http://yekuk.co.kr/wp-content/themes/division/images/shadow-vertical.png") repeat-x 0 0;
    }
  #fullwidth_navigation {
    display: none;
    }
  #responsive_navigation {
    display: block;
    }
  }
@media only screen and (min-width: 769px) {
  #bk-header-inner-wrap {
    display: block !important;
    }
  }
#responsive_navigation ul.bk-stacked-menu span.sf-sub-indicator {
  right: 0;
  z-index: 1;
  width: 54px;
  }
#responsive_navigation ul.bk-stacked-menu > li > a > span.sf-sub-indicator:after {
  /* reduce the damage in FF3.0 */
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  content: "";
  background: url("http://yekuk.co.kr/wp-content/themes/division/images/dots-y.png") left top repeat-y;
  }


/*---------------------------------------------------------------------------------------------------------------------------- 
   End of Theme Header
---------------------------------------------------------------------------------------------------------------------------- */
/*---------------------------------------------------------------------------------------------------------------------------- 
   5. Portfolio
---------------------------------------------------------------------------------------------------------------------------- */


#bk-main-wrap {
  position: relative;
  height: 100%;
  z-index:0;
  min-height:300px;
  }


.isotope-item {
  z-index: 2;
  }
.isotope-hidden.isotope-item,
.isotope-inactive.isotope-item {
  z-index: 1;
  pointer-events: none;
  }
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: .8s;
       -o-transition-duration: .8s;
          transition-duration: .8s;
  }
.isotope {
  -webkit-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
  }
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
  }
.isotope-hidden.isotope-item {
  -webkit-transform: scale3d(.001, .001, 1);
          transform: scale3d(.001, .001, 1);
  }
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s !important;
       -o-transition-duration: 0s !important;
          transition-duration: 0s !important;
  }
div.bk-img-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, .1);
  }
div.bk-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: bold;
  line-height: 100%;
  color: white;
  background-color: #000;
  background-color: rgba(0, 0, 0, .5);
  filter: alpha(opacity=0);
  opacity: .0;
  }
div.bk-img-overlay.icon {
  background-image: url("http://yekuk.co.kr/wp-content/themes/division/images/plus.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-position .3s ease;
  }
div.bk-img-wrap:hover div.bk-img-overlay.icon {
  background-position: center;
  }
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  div.bk-img-overlay.icon {
    background-image: url("http://yekuk.co.kr/wp-content/themes/division/images/retina/plus@2.png");
    -webkit-background-size: 11px 11px;
            background-size: 11px 11px;
    }
  }
div.bk-img-overlay.hoverable {
  background-image: url("http://yekuk.co.kr/wp-content/themes/division/images/plus.png");
  background-repeat: no-repeat;
  background-position: center;
  }
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  div.bk-img-overlay.hoverable {
    background-image: url("http://yekuk.co.kr/wp-content/themes/division/images/retina/plus@2.png");
    -webkit-background-size: 11px 11px;
            background-size: 11px 11px;
    }
  }
div.bk-img-overlay-outer {
  display: table;
  width: 100%;
  height: 100%;
  }
div.bk-img-overlay-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  }
ul.portfolio-filter {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  list-style: none;
  }
ul.portfolio-filter li {
  position: relative;
  display: block;
  float: left;
  margin-right: 20px;
  }
ul.portfolio-filter.bk-sidebar-portfolio-filter li {
  float: none;
  }
@media only screen and (max-width: 768px) {
  ul.portfolio-filter.bk-sidebar-portfolio-filter li {
    float: left;
    }
  }
ul.portfolio-filter li a {
  padding-left: 20px;
  color: #909090;
  text-decoration: none;
  }
ul.portfolio-filter li a:hover,
ul.portfolio-filter li.current a {
  color: #404040;
  }
ul.portfolio-filter li span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  margin-top: -5px;
  background: url("http://yekuk.co.kr/wp-content/themes/division/images/portfolio-filter-cross.png") no-repeat 0 0;
  }
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  ul.portfolio-filter li span {
    background-image: url("http://yekuk.co.kr/wp-content/themes/division/images/retina/portfolio-filter-cross@2.png");
    -webkit-background-size: 9px 18px;
            background-size: 9px 18px;
    }
  }
ul.portfolio-filter li.current span {
  background-position: 0 -9px;
  }
ul.portfolio-filter li a:hover {
  color: #555;
  }
ul.filterable-grid {
  margin: 0;
  list-style: none;
  }
li.portfolio-item {
  display: none;
  float: left;
  overflow: hidden;
  padding-bottom: 8px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;


  }
li.portfolio-item .portfolio-thumb-description-title {
  padding-bottom: 8px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  }
li.portfolio-item div.portfolio-thumb-description-wrap {
  position: relative;
  padding: 10px;
  padding-bottom: 0;
  background: white;
  }
li.portfolio-item div.portfolio-thumb-description-wrap:after {
  /* reduce the damage in FF3.0 */
  position: absolute;
  top: -14px;
  left: 10px;
  display: block;
  width: 0;
  content: "";
  border-style: solid;
  border-width: 7px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
  }
li.portfolio-item div.portfolio-thumb-description-wrap:before {
  position: absolute;
  top: -8px;
  left: 10px;
  display: block;
  width: 14px;
  height: 7px;
  content: "";
  background: url("http://yekuk.co.kr/wp-content/themes/division/images/description-tip.png") no-repeat 0 0;
  }
li.portfolio-item p.portfolio-thumb-description-excerpt {
  padding-bottom: 10px;
  margin-bottom: 0;

  }
div.bk-img-wrap {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;

  }
div.bk-img-wrap img {
  width: 100%;  
  -webkit-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  }



/*
 Zoom effect
*/
div.bk-img-wrap.bk_zoom img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  }
div.bk-img-wrap.bk_zoom:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
		 
  }
/*
  Greyscale effect
*/
div.bk-img-wrap.bk_grayscale img {
          filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
          filter: gray;
          filter: grayscale(100%);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  /* Firefox 10+ */

  -webkit-filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  }
div.bk-img-wrap.bk_grayscale:hover img {
          filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
          filter: grayscale(0%);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);

  -webkit-filter: grayscale(0%);
  }
/*
  Reverse Greyscale effect
*/
div.bk-img-wrap.bk_reverse_grayscale:hover img {
          filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
          filter: gray;
          filter: grayscale(100%);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  /* Firefox 10+ */

  -webkit-filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  }
div.bk-img-wrap.bk_reverse_grayscale img {
          filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
          filter: grayscale(0%);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);

  -webkit-filter: grayscale(0%);
  }
.no-js li.portfolio-item,
.no-js .woocommerce ul.products li.product,
.no-js .woocommerce-page ul.products li.product {
  display: block;
  }
ul.filterable-grid.metro li.portfolio-item img.bk-portfolio-thumb {
  width: auto;
  max-width: none;
  height: 100%;

  }
ul.filterable-grid.metro li.portfolio-item.portfolio-grid-2-1 img.bk-portfolio-thumb {
  width: 100%;
  height: auto;
  }
div.portfolio-thumb-title-meta-wrap {
  padding: 10px;
  }
div.portfolio-thumb-title-meta-wrap span.porfolio-thumb-tags.bk_linkable a {
  position: relative;
  z-index: 2;
  }
a.bk-portfolio-thumb-link,
a.bk-post-thumb-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  }
li a.bk-hidden-portfolio-link,
li a.bk-hidden-post-link {
  display: none !important;
  }
div.portfolio-thumb-title-meta-wrap h4.portfolio-thumb-title {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
  }
div.title_and_tags div.portfolio-thumb-title-meta-wrap h4.portfolio-thumb-title,
div.title_and_cats div.portfolio-thumb-title-meta-wrap h4.portfolio-thumb-title {
  padding-bottom: 5px;
  margin-bottom: 5px;
  line-height: 1.0em;
  border-bottom: 1px solid #fff;
  }
div.portfolio-thumb-title-meta-wrap span.porfolio-thumb-tags {
  display: block;
  font-size: 10px;
  }
div.portfolio-thumb-title-meta-wrap span.porfolio-thumb-tags a,
div.portfolio-thumb-title-meta-wrap span.porfolio-thumb-tags span {
  display: inline-block;
  font-weight: normal;
  color: #ccc;
  text-decoration: none;
  text-transform: uppercase;
  }
div.portfolio-thumb-title-meta-wrap span.porfolio-thumb-tags a:hover {
  color: white;
  }
div.bk-load-more-wrap.portfolio span.ajax-loading-info {
  padding-left: 10px;
  }
a.bk-load-more-button {
  display: block;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: white;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  }
a.bk-load-more-button span.ajax-loading-icon {
  position: relative;
  top: 3px;
  left: 10px;
  display: none;
  width: 16px;
  height: 16px;
  background: url("/resources/front/js/themes/jackbox/img/ajax-dark.gif") no-repeat center center;
  }
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  a.bk-load-more-button span.ajax-loading-icon {
    background-image: url("/resources/front/js/themes/jackbox/img/ajax-dark@2.gif");
    -webkit-background-size: 16px 16px;
            background-size: 16px 16px;
    }
  }
a.bk-load-more-button span.ajax-loading-info {
  display: inline-block;
  }
a.bk-load-more-button.loading span.ajax-loading-icon {
  display: inline-block;
  }
a.bk-load-more-button.loading span.ajax-loading-info {
  display: none;
  }
/*
  Infinite scroll ajax popup rules
*/
div.bk-infscr-loading-wrap {
  position: absolute;
  bottom: 20px;
  z-index: 5;
  width: 100%;
  text-align: center;
  }
span.ajax-overlay-info {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: bold;
  color: #404040;
  background: white;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  }
span.ajax-overlay-info.loading {
  padding-right: 36px;
  }
span.ajax-loading-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url("/resources/front/js/themes/jackbox/img/ajax-dark.gif") no-repeat center center;
  }


div.ajax-loading-icon2 {
  position: absolute;
  top: 0;
  right: 10px;
  width: 100%;
  height: 300px;
  margin-top: -8px;
  background: url("/resources/front/js/themes/jackbox/img/ajax-dark@2.gif")  no-repeat center center;
 
  }


@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  span.ajax-loading-icon {
    background-image: url("/resources/front/js/themes/jackbox/img/ajax-dark@2.gif");
    -webkit-background-size: 16px 16px;
            background-size: 16px 16px;
    }
  }
/*
 Single portfolio entry
*/
/*
  title wrap and navigation
*/
div.bk-portfolio-title-wrap {
  position: relative;
  padding: 15px 30px;
  padding-right: 110px;
  background: url("http://yekuk.co.kr/wp-content/themes/division/images/dots-x.png") left bottom repeat-x;
  }
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  div.bk-portfolio-title-wrap {
    background-image: url("http://yekuk.co.kr/wp-content/themes/division/images/retina/dots-x@2.png");
    -webkit-background-size: 4px 1px;
            background-size: 4px 1px;
    }
  }
div.bk-portfolio-title-wrap h1.bk-portfolio-title {
  display: inline-block;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  }
ul.portfolio-top-nav {
  position: absolute;
  top: 50%;
  right: 30px;
  margin: 0;
  margin-top: -8px;
  list-style: none;
  }
ul.portfolio-top-nav li {
  float: left;
  margin-left: 10px;
  }
ul.portfolio-top-nav li a {
  display: block;
  float: left;
  width: 17px;
  height: 17px;
  text-decoration: none;
  text-indent: -9999px;
  background-image: url("http://yekuk.co.kr/wp-content/themes/division/images/portfolio-nav-sprite.png");
  filter: alpha(opacity=75);
  background-repeat: no-repeat;
  opacity: .75;
  }
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  ul.portfolio-top-nav li a {
    background-image: url("http://yekuk.co.kr/wp-content/themes/division/images/retina/portfolio-nav-sprite@2.png");
    -webkit-background-size: 51px 17px;
            background-size: 51px 17px;
    }
  }
ul.portfolio-top-nav li a.prev-portfolio-entry-link {
  background-position: 0 0;
  }
ul.portfolio-top-nav li a.next-portfolio-entry-link {
  background-position: -34px 0;
  }
ul.portfolio-top-nav li a.back-to-portfolio-link {
  background-position: -17px 0;
  }
ul.portfolio-top-nav li a.prev-portfolio-entry-link:hover,
ul.portfolio-top-nav li a.next-portfolio-entry-link:hover,
ul.portfolio-top-nav li a.back-to-portfolio-link:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  }
div.bk-portfolio-featured-wrap {
  margin-bottom: 0;
  }
.single-portfolio article.description_right_with_meta div.bk-portfolio-content-wrap,
.single-portfolio article.description_left_with_meta div.bk-portfolio-content-wrap,
.single-portfolio article.description_right_no_meta div.bk-portfolio-content-wrap,
.single-portfolio article.description_left_no_meta div.bk-portfolio-content-wrap,
.single-portfolio .bk-fixed-page article.fullwidth_meta_right div.bk-portfolio-content-wrap,
.single-portfolio .bk-fixed-page article.fullwidth_meta_left div.bk-portfolio-content-wrap,
.single-portfolio .bk-fixed-page article.fullwidth_no_meta div.bk-portfolio-content-wrap,
.single-portfolio .bk-fixed-page article.fullwidth_meta_top div.bk-portfolio-content-wrap,
.single-portfolio .bk-fixed-page article.fullwidth_meta_bottom div.bk-portfolio-content-wrap {
  background: white;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  }
/*
  Portfolio meta list
*/
ul.bk-portfolio-meta li {
  margin-bottom: 5px;
  }
ul.bk-portfolio-meta li span.post-meta-key {
  padding-right: 5px;
  font-weight: bold;
  }
ul.bk-stacked-gallery {
  margin: 0;
  list-style: none;
  }
li.bk-stacked-gallery-item {
  display: none;
  margin-bottom: 30px;
  }
li.bk-stacked-gallery-item:last-child {
  margin-bottom: 0;
  }
.no-js li.bk-stacked-gallery-item {
  display: block;
  }
.single-portfolio .bk-fixed-page {
  padding: 0;
  }
@media only screen and (max-width: 1024px) {
  div.bk-portfolio-featured-wrap,
  div.bk-portfolio-content-wrap {
    width: 100% !important;
    margin-left: 0 !important;
    }
  }
div.bk-portfolio-featured-inner-wrap.padded_featured_area {
  padding: 30px 30px 0 30px;
  }
div.bk-portfolio-description-inner-wrap {
  padding: 30px 30px 0 30px;
  margin-bottom: 30px;
  }
.row-fluid div.bk-portfolio-description-wrap {
  margin-left: 0;
  }
.fullwidth_meta_right .bk-portfolio-meta-wrap,
.fullwidth_meta_left .bk-portfolio-meta-wrap {
  padding-top: 30px;
  }
ul.bk-portfolio-meta {
  margin-left: 0;
  list-style: none;
  }
.fullwidth_meta_right .bk-portfolio-description-wrap {
  background: url("http://yekuk.co.kr/wp-content/themes/division/images/dots-y.png") right top repeat-y;
  }
.fullwidth_meta_left .bk-portfolio-description-wrap {
  background: url("http://yekuk.co.kr/wp-content/themes/division/images/dots-y.png") left top repeat-y;
  }
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .fullwidth_meta_right .bk-portfolio-description-wrap,
  .fullwidth_meta_left .bk-portfolio-description-wrap {
    background-image: url("http://yekuk.co.kr/wp-content/themes/division/images/retina/dots-y@2.png");
    -webkit-background-size: 1px 4px;
            background-size: 1px 4px;
    }
  }
@media only screen and (max-width: 768px) {
  .fullwidth_meta_right .bk-portfolio-description-wrap,
  .fullwidth_meta_left .bk-portfolio-description-wrap,
  .fullwidth_meta_left .bk-portfolio-meta-wrap,
  .fullwidth_meta_right .bk-portfolio-meta-wrap {
    float: none !important;
    width: 100%;
    margin-left: 0;
    }
  .fullwidth_meta_right .bk-portfolio-description-wrap {
    width: 100%;
    margin-left: 0;
    background: none;
    }
  .fullwidth_meta_left .bk-portfolio-description-wrap {
    width: 100%;
    margin-left: 0;
    background: none;
    }
  .fullwidth_meta_left .bk-portfolio-meta-wrap {
    background: url("http://yekuk.co.kr/wp-content/themes/division/images/dots-x.png") left top repeat-x;
    }
  .fullwidth_meta_right .bk-portfolio-meta-wrap {
    padding-left: 30px;
    background: url("http://yekuk.co.kr/wp-content/themes/division/images/dots-x.png") left top repeat-x;
    }
  }
@media only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2) {
  .fullwidth_meta_left .bk-portfolio-meta-wrap,
  .fullwidth_meta_right .bk-portfolio-meta-wrap {
    background-image: url("http://yekuk.co.kr/wp-content/themes/division/images/retina/dots-x@2.png");
    -webkit-background-size: 4px 1px;
            background-size: 4px 1px;
    }
  }
.fullwidth_meta_right .bk-portfolio-meta-wrap {
  padding-right: 30px;
  }
.fullwidth_meta_left .bk-portfolio-meta-wrap {
  padding-left: 30px;
  margin-left: 0;
  }
/*
  fullwidth meta at the bottom
*/
.fullwidth_meta_bottom .bk-portfolio-meta-wrap {
  padding-top: 30px;
  padding-left: 30px;
  background: url("http://yekuk.co.kr/wp-content/themes/division/images/dots-x.png") left top repeat-x;
  }
.fullwidth_meta_bottom .bk-portfolio-description-wrap,
.fullwidth_meta_bottom .bk-portfolio-meta-wrap {
  float: none !important;
  }
/*
  fullwidth meta at the top
*/
.fullwidth_meta_top .bk-portfolio-meta-wrap {
  padding-top: 30px;
  padding-left: 30px;
  background: url("http://yekuk.co.kr/wp-content/themes/division/images/dots-x.png") left bottom repeat-x;
  }
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .fullwidth_meta_bottom .bk-portfolio-meta-wrap,
  .fullwidth_meta_top .bk-portfolio-meta-wrap {
    background-image: url("http://yekuk.co.kr/wp-content/themes/division/images/retina/dots-x@2.png");
    -webkit-background-size: 4px 1px;
            background-size: 4px 1px;
    }
  }
.fullwidth_meta_top .bk-portfolio-description-wrap,
.fullwidth_meta_top .bk-portfolio-meta-wrap {
  float: none !important;
  }
.fullwidth_meta_bottom ul.bk-portfolio-meta,
.fullwidth_meta_top ul.bk-portfolio-meta {
  margin-bottom: 15px;
  }
.fullwidth_meta_bottom ul.bk-portfolio-meta li,
.fullwidth_meta_top ul.bk-portfolio-meta li {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  }
@media only screen and (max-width: 768px) {
  ul.bk-portfolio-meta {
    margin-bottom: 15px;
    }
  ul.bk-portfolio-meta li {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    }
  }
/*
  right description with meta
*/
.description_right_with_meta .bk-portfolio-meta-wrap {
  padding-top: 30px;
  padding-left: 30px;
  background: url("http://yekuk.co.kr/wp-content/themes/division/images/dots-x.png") left top repeat-x;
  }
/*
  left description
*/
.description_left_with_meta .bk-portfolio-content-wrap,
.description_left_no_meta .bk-portfolio-content-wrap {
  margin-left: 0;
  }
.description_left_with_meta .bk-portfolio-meta-wrap {
  padding-top: 30px;
  padding-left: 30px;
  background: url("http://yekuk.co.kr/wp-content/themes/division/images/dots-x.png") left top repeat-x;
  }
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .description_right_with_meta .bk-portfolio-meta-wrap,
  .description_left_with_meta .bk-portfolio-meta-wrap {
    background-image: url("http://yekuk.co.kr/wp-content/themes/division/images/retina/dots-x@2.png");
    -webkit-background-size: 4px 1px;
            background-size: 4px 1px;
    }
  }
@media (max-width: 768px) {
  .description_left_with_meta .bk-portfolio-content-wrap,
  .description_right_with_meta .bk-portfolio-content-wrap,
  .description_left_no_meta .bk-portfolio-content-wrap,
  .description_right_no_meta .bk-portfolio-content-wrap,
  .description_left_with_meta .bk-portfolio-featured-wrap,
  .description_right_with_meta .bk-portfolio-featured-wrap,
  .description_left_no_meta .bk-portfolio-featured-wrap,
  .description_right_no_meta .bk-portfolio-featured-wrap {
    float: none !important;
    }
  }
/*
  Icons
*/
.white span.heart-icon,
.dark span.heart-icon,
.dark span.comment-icon,
span.tag-icon,
span.link-icon,
span.eye-icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 13px;
  margin-right: 5px;
  background: url("http://yekuk.co.kr/wp-content/themes/division/images/icons-sprite.png") -1px 1px;
  }
.dark span.heart-icon {
  top: 1px;
  background-position: -17px 0;
  }
.dark span.comment-icon {
  top: 1px;
  background-position: -16px -52px;
  }
span.tag-icon {
  top: 1px;
  background-position: -17px -13px;
  }
span.link-icon {
  top: 1px;
  background-position: -16px -39px;
  }
span.eye-icon {
  top: 1px;
  background-position: -16px -26px;
  }
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .white span.heart-icon,
  .dark span.heart-icon,
  .dark span.comment-icon,
  span.tag-icon,
  span.link-icon,
  span.eye-icon {
    background-image: url("http://yekuk.co.kr/wp-content/themes/division/images/retina/icons-sprite@2.png");
    -webkit-background-size: 32px 65px;
            background-size: 32px 65px;
    }
  a.bk-love-button.loading.white span.heart-icon {
    -webkit-background-size: auto auto;
            background-size: auto;
    }
  a.bk-love-button.loading.dark span.heart-icon {
    -webkit-background-size: auto auto;
            background-size: auto;
    }
  }
/*
  love button
*/
a.bk-love-button {
  cursor: pointer;
  }
a.bk-love-button.loading:hover,
a.bk-love-button.inactive:hover {
  text-decoration: none;
  }
/*
  Pagination
*/
div.bk-pagination-wrap {
  position: relative;
  background-color: white;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  }
ul.bk-pagination {
  margin: 0;
  text-decoration: none;
  list-style: none;
  }
ul.bk-pagination li a,
ul.bk-pagination li span.pagination-divider {
  display: block;
  float: left;
  padding: 10px;
  font-weight: bold;
  color: #909090;
  text-align: center;
  text-decoration: none;
  background: url("http://yekuk.co.kr/wp-content/themes/division/images/dots-y.png") right top repeat-y;
  }
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  ul.bk-pagination li a,
  ul.bk-pagination li span.pagination-divider {
    background-image: url("http://yekuk.co.kr/wp-content/themes/division/images/retina/dots-y@2.png");
    -webkit-background-size: 1px 4px;
            background-size: 1px 4px;
    }
  }
ul.bk-pagination li.current a {
  color: #404040;
  }
/*---------------------------------------------------------------------------------------------------------------------------- 
   End of Portfolio
---------------------------------------------------------------------------------------------------------------------------- */
/*----------------------------------------------------------------------------------------------------------------------------
 7. FlexSlider
----------------------------------------------------------------------------------------------------------------------------*/
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
  }
.slides,
.flex-control-nav,
.flex-direction-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  }
.flexslider ul.slides {
  margin-bottom: 0 !important;
  }
.flexslider ul.slides li {
  margin-bottom: 0 !important;
  }
.flexslider ul.flex-direction-nav {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  }
.flexslider ul.flex-direction-nav li {
  margin-bottom: 0 !important;
  }
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  padding: 0;
  margin: 0;
  }
.flexslider .slides > li {
  display: none;

  -webkit-backface-visibility: hidden;
  }
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  display: block;
  width: 100%;
  }
.flex-pauseplay span {
  text-transform: capitalize;
  }
/* Clearfix for the .slides element */
.slides:after {
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
  content: ".";
  }
html[xmlns] .slides {
  display: block;
  }
* html .slides {
  height: 1%;
  }
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
  }
/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  overflow: hidden;
  zoom: 1;
  background: transparent;
  }
.flexslider .slides li img {
  margin-bottom: 0;
  }
.flexslider .slides li {
  overflow: hidden;
  }
.flex-viewport {
  max-height: 2000px;
  }
.loading .flex-viewport {
  max-height: 300px;
  }
.flexslider .slides {
  zoom: 1;
  }
.carousel li {
  margin-right: 5px;
  }
/* Direction Nav */
.flex-direction-nav {
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  height: 0;
  }
.flex-direction-nav li {
  display: inline-block;
  margin: 0;
  zoom: 1;

  *display: inline;
  }
.flex-direction-nav a {
  position: absolute;
  z-index: 2;
  display: block;
  width: 29px;
  height: 29px;
  text-indent: -9999px;
  background: url("http://yekuk.co.kr/wp-content/themes/division/images/big-arrows-sprite.png") no-repeat 0 0;
  background-color: #404040;
  background-color: rgba(64, 64, 64, .5);
  filter: alpha(opacity=0);
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: opacity 300ms ease, left 300ms ease, right 300ms ease, background 300ms ease;
       -o-transition: opacity 300ms ease, left 300ms ease, right 300ms ease, background 300ms ease;
          transition: opacity 300ms ease, left 300ms ease, right 300ms ease, background 300ms ease;
  }
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .flex-direction-nav a {
    background-image: url("http://yekuk.co.kr/wp-content/themes/division/images/retina/big-arrows-sprite@2.png");
    -webkit-background-size: 58px 58px;
            background-size: 58px 58px;
    }
  }
.flex-direction-nav a:hover {
  background-color: #404040;
  background-color: rgba(64, 64, 64, .75);
  }
.flex-direction-nav a.flex-next {
  right: -29px;
  bottom: -15px;
  background-position: -29px 0;
  }
.flex-direction-nav a.flex-prev {
  bottom: -15px;
  left: -29px;
  background-position: 0 0;
  }
.bk-hover .flex-direction-nav a.flex-next,
.bk-touch .flex-direction-nav a.flex-next {
  right: 10px;
  }
.bk-hover .flex-direction-nav a.flex-prev,
.bk-touch .flex-direction-nav a.flex-prev {
  left: 10px;
  }
.single-post .bk-hover .flex-direction-nav a.flex-next,
.single-post .bk-touch .flex-direction-nav a.flex-next,
.single-portfolio .bk-hover .flex-direction-nav a.flex-next,
.single-portfolio .bk-touch .flex-direction-nav a.flex-next {
  right: 30px;
  }
.single-post .bk-hover .flex-direction-nav a.flex-prev,
.single-post .bk-touch .flex-direction-nav a.flex-prev,
.single-portfolio .bk-hover .flex-direction-nav a.flex-prev,
.single-portfolio .bk-touch .flex-direction-nav a.flex-prev {
  left: 30px;
  }
.bk-hover .flex-direction-nav a,
.bk-touch .flex-direction-nav a {
  filter: alpha(opacity=100);
  opacity: 1;
  }
/* Control Nav */
.flex-control-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  }
.flexslider.with-direction-nav .flex-control-nav {
  left: 58px;
  }
.flex-control-nav li {
  display: inline-block;
  margin: 0;
  zoom: 1;

  *display: inline;
  }
.flex-control-paging li a {
  display: block;
  width: 29px;
  height: 29px;
  line-height: 29px;
  color: white !important;
  cursor: pointer;
  background: #555;
  }
.flex-control-paging li a:hover {
  background: #ff4629;
  }
.flex-control-paging li a.flex-active {
  cursor: default;
  background: #ff4629;
  }
.flex-control-thumbs {
  position: static;
  margin: 0;
  margin-top: 10px;
  overflow: hidden;
  }
.flex-control-thumbs li {
  position: relative;
  display: block;
  float: left;
  width: 75px;
  margin-right: 10px;
  margin-bottom: 10px;
  filter: alpha(opacity=75);
  opacity: .75;
  }
.flex-control-thumbs img {
  width: 100%;
  cursor: pointer;
  }
.flex-control-thumbs li:hover,
.flex-control-thumbs li.flex-active {
  filter: alpha(opacity=100);
  opacity: 1;
  }
.flex-control-thumbs img {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, .1);
  -webkit-transition: opacity 300ms ease;
       -o-transition: opacity 300ms ease;
          transition: opacity 300ms ease;
  }
div.flex-slider-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  float: right;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 29px;
  color: white;
  background: #555;
  }
div.flex-slider-caption p {
  margin-bottom: 0;
  }
/*----------------------------------------------------------------------------------------------------------------------------
 End Of FlexSlider
----------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------
 8. Blog
----------------------------------------------------------------------------------------------------------------------------*/
ul.bk-blog-wrap {
  margin: 0;
  }
div.bk-classic-blog ul.bk-blog-wrap li.bk-blog-entry-wrap {
  width: 100% !important;
  }
div.bk-classic-blog.bk-blog-outer-wrap div.bk-pagination-wrap,
div.bk-classic-blog.bk-blog-outer-wrap a.bk-load-more-button,
div.bk-classic-blog.bk-blog-outer-wrap div.bk-load-more-wrap {
  -webkit-box-shadow: none;
          box-shadow: none;
  /*
  margin-bottom: 0px !important;
  */
  }
div.bk-classic-blog.bk-blog-outer-wrap {
  margin-right: 0 !important;
  margin-left: 0 !important;
  }
div.bk-classic-blog.bk-blog-outer-wrap ul.bk-blog-wrap {
  margin-top: 0 !important;
  }
ul.bk-blog-wrap li.bk-blog-entry-wrap {
  display: none;
  float: left;
  margin-bottom: 0;
  list-style: none;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  }
.no-js ul.bk-blog-wrap li.bk-blog-entry-wrap {
  display: block;
  width: 25%;
  }
div.bk-classic-blog.bk-blog-outer-wrap ul.bk-blog-wrap li.bk-blog-entry-wrap {
  float: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  }
h3.post-entry-title {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  }
h3.post-entry-title a {
  color: #404040;
  }
h3.post-entry-title a:hover {
  color: #ff4629;
  text-decoration: none;
  }
span.bk-post-entry-meta {
  display: block;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: normal;
  line-height: 14px;
  text-transform: uppercase;
  }
.single-post span.bk-post-entry-meta {
  margin-bottom: 20px;
  }
article.bk-post-summary {
  background: white;
  }
article.bk-post-summary div.bk-blog-content-wrap {
  position: relative;
  padding: 10px;
  }
div.bk-classic-blog.bk-blog-outer-wrap article.bk-post-summary div.bk-blog-content-wrap {
  padding: 0;
  padding-top: 10px;
  }
article.bk-post-summary div.bk-blog-content-wrap p {
  padding: 10px;
  padding-top: 0;
  margin-right: -10px;
  margin-bottom: 10px;
  margin-left: -10px;
  background: url("http://yekuk.co.kr/wp-content/themes/division/images/dots-x.png") left bottom repeat-x;
  }
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  article.bk-post-summary div.bk-blog-content-wrap p {
    background-image: url("http://yekuk.co.kr/wp-content/themes/division/images/retina/dots-x@2.png");
    -webkit-background-size: 4px 1px;
            background-size: 4px 1px;
    }
  }
.single-post div.bk-post-summary-actions span.right {
  margin-bottom: 10px;
  }
div.bk-post-summary-actions a.bk-love-button {
  margin-left: 15px;
  }
article.bk-post-summary.format-image div.bk-blog-content-wrap:after,
article.bk-post-summary.format-standard div.bk-blog-content-wrap:after,
article.bk-post-summary.format-quote div.bk-blog-content-wrap:after,
article.bk-post-summary.format-link div.bk-blog-content-wrap:after,
article.bk-post-summary.format-chat div.bk-blog-content-wrap:after,
article.bk-post-summary.format-status div.bk-blog-content-wrap:after {
  position: absolute;
  top: -14px;
  left: 10px;
  display: block;
  width: 0;
  content: "";
  border-style: solid;
  border-width: 7px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #fff;
  border-left-color: transparent;
  }
article.bk-post-summary.format-image div.bk-blog-content-wrap:before,
article.bk-post-summary.format-standard div.bk-blog-content-wrap:before {
  position: absolute;
  top: -8px;
  left: 10px;
  display: block;
  width: 14px;
  height: 7px;
  content: "";
  background: url("http://yekuk.co.kr/wp-content/themes/division/images/description-tip.png") no-repeat 0 0;
  }
/*
  Link post format featured rules
*/
div.bk-link-post-format-featured-inner-wrap {
  position: relative;
  padding: 10px;
  background: #404040;
  }
div.bk-link-post-format-featured-inner-wrap a {
  color: white;
  }
div.bk-link-post-format-featured-inner-wrap a:hover {
  color: #ff4629;
  text-decoration: none;
  }
div.bk-link-post-format-featured-inner-wrap h3.bk-link-primary {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  }
div.bk-link-post-format-featured-inner-wrap span.bk-link-secondary {
  display: block;
  text-align: center;
  }
/*
  quote post format featured rules
*/
div.bk-quote-post-format-featured-inner-wrap {
  padding: 10px;
  color: white;
  background: #404040;
  }
.single-post div.bk-quote-post-format-featured-inner-wrap {
  padding: 30px;
  }
div.bk-quote-post-format-featured-inner-wrap h3.bk-quote-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  }
div.bk-quote-post-format-featured-inner-wrap span.bk-quote-author {
  display: block;
  text-align: right;
  }
/*
  Chat post format
*/
div.bk-chat-post-format-featured-inner-wrap {
  padding: 10px;
  color: white;
  background: #404040;
  }
.single-post div.bk-chat-post-format-featured-inner-wrap {
  padding: 30px;
  }
div.bk-chat-post-format-featured-inner-wrap > p {
  margin-bottom: 3px;
  }
/*
  Status
*/
div.bk-status-post-format-featured-inner-wrap {
  padding: 10px;
  color: white;
  background: #4099ff;
  }
.single-post div.bk-status-post-format-featured-inner-wrap {
  padding: 30px;
  }
div.bk-status-post-format-featured-inner-wrap h3.tweet-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  }
div.bk-status-post-format-featured-inner-wrap a.tweet-author-link {
  display: block;
  text-align: right;
  }
div.bk-status-post-format-featured-inner-wrap a {
  color: white;
  }
/*----------------------------------------------------------------------------------------------------------------------------
 End Of Blog
----------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------
 9. Single Post
----------------------------------------------------------------------------------------------------------------------------*/
.single-post #bk-content-wrap,
.error404 .bk-fixed-page #bk-content-wrap {
  background: white;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .1);

  }
.single-post div.bk-blog-content-wrap,
.page .bk-fixed-page .bk-page-content-wrap,
.archive .bk-fixed-page .bk-page-content-wrap,
.error404 .bk-fixed-page .bk-page-content-wrap {
  padding: 30px;
  padding-bottom: 0;
  }
.single-post .bk-fixed-page {
  padding: 0;
  }
h1.post-entry-title,
h1.page-entry-title {
  padding: 15px 30px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  background: url("http://yekuk.co.kr/wp-content/themes/division/images/dots-x.png") left bottom repeat-x;
  }
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  h1.post-entry-title,
  h1.page-entry-title {
    background-image: url("http://yekuk.co.kr/wp-content/themes/division/images/retina/dots-x@2.png");
    -webkit-background-size: 4px 1px;
            background-size: 4px 1px;
    }
  }
span.bk_blog_social_button_wrap {
  display: block;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  }
div.next_prev_post_links {
  padding: 30px;
  background: url("http://yekuk.co.kr/wp-content/themes/division/images/dots-x.png") left top repeat-x;
  }
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  div.next_prev_post_links {
    background-image: url("http://yekuk.co.kr/wp-content/themes/division/images/retina/dots-x@2.png");
    -webkit-background-size: 4px 1px;
            background-size: 4px 1px;
    }
  }
/*
  Sidebars layout
*/
div.bk-post-page-content-outer-wrap.with-sidebar-right {
  margin-left: 0;
  background: url("http://yekuk.co.kr/wp-content/themes/division/images/dots-y.png") right top repeat-y;
  }
div.bk-post-page-content-outer-wrap.with-sidebar-left {
  background: url("http://yekuk.co.kr/wp-content/themes/division/images/dots-y.png") left top repeat-y;
  }
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  div.bk-post-page-content-outer-wrap.with-sidebar-right,
  div.bk-post-page-content-outer-wrap.with-sidebar-left {
    background-image: url("http://yekuk.co.kr/wp-content/themes/division/images/retina/dots-y@2.png");
    -webkit-background-size: 1px 4px;
            background-size: 1px 4px;
    }
  }
div.bk-primary-sidebar ul.sidebar-content {
  margin-top: 0;
  }
div.bk-post-page-content-outer-wrap.no-sidebar {
  margin-left: 0;
  }
div.bk-secondary-sidebar.sidebar-left {
  margin-left: 0;
  }
div.bk-secondary-sidebar.sidebar-left ul.sidebar-content {
  margin-left: 30px;
  }
div.bk-secondary-sidebar.sidebar-right ul.sidebar-content {
  margin-right: 30px;
  }
@media (max-width: 768px) {
  div.bk-secondary-sidebar.sidebar-left ul.sidebar-content,
  div.bk-secondary-sidebar.sidebar-right ul.sidebar-content {
    float: none !important;
    margin-right: 30px;
    margin-left: 30px;
    }
  div.bk-post-page-content-outer-wrap,
  div.bk-secondary-sidebar {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    }
  div.bk-post-page-content-outer-wrap.with-sidebar-right,
  div.bk-post-page-content-outer-wrap.with-sidebar-left {
    background: url("http://yekuk.co.kr/wp-content/themes/division/images/dots-x.png") left bottom repeat-x;
    border-right-width: 0;
    border-left-width: 0;
    }
  }
@media (max-width: 768px) and (min--moz-device-pixel-ratio: 2), (max-width: 768px) and (-o-min-device-pixel-ratio: 2/1), (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 768px) and (min-device-pixel-ratio: 2) {
  div.bk-post-page-content-outer-wrap.with-sidebar-right,
  div.bk-post-page-content-outer-wrap.with-sidebar-left {
    background-image: url("http://yekuk.co.kr/wp-content/themes/division/images/retina/dots-x@2.png");
    -webkit-background-size: 4px 1px;
            background-size: 4px 1px;
    }
  }
/*----------------------------------------------------------------------------------------------------------------------------
 9. End of single post
----------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------
 10. Comments
----------------------------------------------------------------------------------------------------------------------------*/
div.bk-comments-wrap,
div.bk-respond-wrap {
  padding: 30px;
  background: url("http://yekuk.co.kr/wp-content/themes/division/images/dots-x.png") left top repeat-x;
  }
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  div.bk-comments-wrap,
  div.bk-respond-wrap {
    background-image: url("http://yekuk.co.kr/wp-content/themes/division/images/retina/dots-x@2.png");
    -webkit-background-size: 4px 1px;
            background-size: 4px 1px;
    }
  }
div#comments div.nav-previous {
  float: left;
  }
div#comments div.nav-next {
  float: right;
  }
h4.section-start.comments-section {
  margin-bottom: 30px;
  }
div#respond p.form-submit input[type=submit] {
  position: relative;
  background: transparent;
  border-width: 0;
  -webkit-transition: background 300ms ease;
       -o-transition: background 300ms ease;
          transition: background 300ms ease;
  }
ol.bk_comment_list {
  margin-bottom: 0;
  }
ol.bk_comment_list div#respond {
  position: relative;
  top: -42px;
  left: 0;
  z-index: 1;
  padding: 15px;
  padding-top: 25px;
  background-color: #f8f8f8;
  }
div#respond span.required {
  color: #ff4629;
  }
div#respond span.bk-cancel-reply-link {
  position: absolute;
  top: 0;
  left: 15px;
  }
div#respond input[type=text],
div#respond textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  }
div#respond p.comment-form-author span.required,
div#respond p.comment-form-email span.required,
div#respond p.comment-form-url span.required {
  /*
  display: block;
  float: left;
  margin-left: 5px;
  */
  }
div#respond p.comment-form-comment label {
  float: none;
  }
div#respond p.comment-form-author,
div#respond p.comment-form-email,
div#respond p.comment-form-url {
  display: block;
  float: left;
  width: 32%;
  margin-right: 2%;
  }
@media only screen and (max-width: 768px) {
  div#respond p.comment-form-author,
  div#respond p.comment-form-email,
  div#respond p.comment-form-url {
    display: block;
    float: none;
    width: 100%;
    }
  }
div#respond p.comment-form-url {
  margin-right: 0 !important;
  }
div#respond label {
  display: block;
  float: left;
  padding-bottom: 10px;
  font-weight: bold;
  }
ol.bk_comment_list {
  margin-left: 0 !important;
  }
ol.bk_comment_list li.comment,
ol.bk_comment_list {
  list-style: none;
  }
ol.bk_comment_list li.comment,
ol.bk_comment_list ul.children {
  position: relative;
  }
ol.bk_comment_list > li.comment:after {
  /* reduce the damage in FF3.0 */
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  display: block;
  width: 1px;
  height: 100%;
  content: "";
  background: url("http://yekuk.co.kr/wp-content/themes/division/images/dots-y.png") left top repeat-y;
  }
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  ol.bk_comment_list > li.comment:after {
    background-image: url("http://yekuk.co.kr/wp-content/themes/division/images/retina/dots-y@2.png");
    -webkit-background-size: 1px 4px;
            background-size: 1px 4px;
    }
  }
ol.bk_comment_list > li.comment:last-child:after {
  top: 0;
  }
ol.bk_comment_list ul.children li.comment:first-child:after {
  /* reduce the damage in FF3.0 */
  position: absolute;
  top: 20px;
  left: -40px;
  z-index: 1;
  display: block;
  width: 40px;
  height: 1px;
  content: "";
  background: url("http://yekuk.co.kr/wp-content/themes/division/images/dots-x.png") left top repeat-x;
  }
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  ol.bk_comment_list ul.children li.comment:first-child:after {
    background-image: url("http://yekuk.co.kr/wp-content/themes/division/images/retina/dots-x@2.png");
    -webkit-background-size: 4px 1px;
            background-size: 4px 1px;
    }
  }
ol.bk_comment_list > li.comment > ul.children > li.comment:first-child:after {
  left: -50px;
  width: 50px;
  }
ol.bk_comment_list li.comment ul.children:after {
  /* reduce the damage in FF3.0 */
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1;
  display: block;
  width: 1px;
  height: 100%;
  content: "";
  background: url("http://yekuk.co.kr/wp-content/themes/division/images/dots-y.png") left top repeat-y;
  border-width: 1px;
  }
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  ol.bk_comment_list li.comment ul.children:after {
    background-image: url("http://yekuk.co.kr/wp-content/themes/division/images/retina/dots-y@2.png");
    -webkit-background-size: 1px 4px;
            background-size: 1px 4px;
    }
  }
ol.bk_comment_list li.comment {
  margin-bottom: 20px;
  }
ol.bk_comment_list li.comment div#respond {
  margin-left: 80px;
  }
ol.bk_comment_list li.comment ul.children div#respond {
  margin-left: 60px;
  }
ol.bk_comment_list li.comment div.content-wrap span.comment-tip {
  position: absolute;
  top: 20px;
  left: -20px;
  display: block;
  border-style: solid;
  border-width: 10px;
  border-top-color: transparent;
  border-right-color: #f8f8f8;
  border-bottom-color: transparent;
  border-left-color: transparent;
  }
ol.bk_comment_list li.comment ul.children div.content-wrap span.comment-tip {
  top: 10px;
  }
ol.bk_comment_list li.comment div.content-wrap {
  position: relative;
  padding: 15px;
  margin-left: 80px;
  background: #f8f8f8;
  }
ol.bk_comment_list li.comment span.fn {
  font-weight: bold;
  }
ol.bk_comment_list li.comment div.content-wrap p {
  margin-bottom: 10px;
  }
ol.bk_comment_list li.comment ul.children div.content-wrap {
  margin-left: 60px;
  }
ol.bk_comment_list li.comment ul.children {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 80px;
  }
ol.bk_comment_list li.comment ul.children ul.children {
  margin-left: 60px;
  }
ol.bk_comment_list li.comment div.comment-avatar {
  position: relative;
  z-index: 2;
  width: 60px;
  height: 60px;
  overflow: hidden;
  }
ol.bk_comment_list li.comment div.comment-avatar img {
  border-radius: 30px;
  }
div#respond h4.comments-section {
  line-height: 1.0;
  }
ol.bk_comment_list ul.children li.comment div.comment-avatar {
  width: 40px;
  height: 40px;
  }
ol.bk_comment_list ul.children li.comment div.comment-avatar img {
  border-radius: 20px;
  }
/*
  Smush it so it can look pretty on retina displays
*/
ol.bk_comment_list li.comment div.comment-avatar img.avatar {
  width: 100% !important;
  height: 100% !important;
  }
/*----------------------------------------------------------------------------------------------------------------------------
 End of Comments
----------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------
10. Widgets
----------------------------------------------------------------------------------------------------------------------------*/
/*
  Recent portfolio widget
*/
ul.bk-recent-portfolio-widget {
  margin-right: -2px;
  margin-left: 0 !important;
  }
ul.bk-recent-portfolio-widget li {
  display: block;
  float: left;
  }
ul.bk-recent-portfolio-widget li a {
  position: relative;
  display: block;
  float: left;
  width: 72px;
  height: 72px;
  margin-right: 2px;
  margin-bottom: 2px;
  }
ul.bk-recent-portfolio-widget li img {
  width: 72px;
  height: 72px;
  }
/*
  Tags widget
*/
li.widget .tagcloud a {
  display: block;
  float: left;
  padding: 4px;
  margin-right: 3px;
  margin-bottom: 3px;
  font-size: 12px !important;
  line-height: 12px !important;
  color: #909090;
  border: 1px solid #909090;
  }
li.widget .tagcloud a:hover {
  color: #ff4629;
  border: 1px solid #ff4629;
  }
/*
  Common rules
*/
span.widget-post-title {
  font-weight: bold;
  }
span.widget-post-title a {
  color: #555;
  }
span.widget-post-title a:hover {
  color: #ff4629;
  }
/*
* Search form wrap
*/
div.bk-search-form-wrap {
  margin-right: 12px;
  }
div.bk-search-form-wrap #s {
  width: 100%;
  }
/*
  Contact form widget
*/
div.contact-form-wrap {
  margin-right: 12px;
  }
div.contact-form-wrap input,
div.contact-form-wrap textarea {
  width: 100%;
  margin-bottom: 5px;
  }
div.contact-form-wrap textarea {
  height: 100px;
  }
div.contact-form-wrap label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
  }
span.bk-contact-form-required {
  display: none;
  margin-left: 10px;
  color: red;
  }
div.contact-response-wrap p {
  margin-bottom: 20px;
  }
div.contact-form-wrap a.submit span.ajax-loading-icon {
  display: none;
  }
div.contact-form-wrap a.submit.loading span.ajax-loading-icon {
  display: block;
  }
div.contact-form-wrap a.submit.loading {
  padding-right: 36px;
  }
/*
  google map widget
*/
div.bk-google-map-wrap div.bk-google-map-frame {
  margin-bottom: 10px;
  }
div.bk-google-map-wrap div.left-textarea {
  float: left;
  width: 49%;
  padding-right: 1%;
  }
div.bk-google-map-wrap div.right-textarea {
  float: right;
  width: 49%;
  padding-left: 1%;
  }
/*
  Flickr widget
*/
div.flickr-photos {
  margin-right: -2px;
  margin-bottom: 30px;
  }
ul.sidebar-content div.flickr-photos {
  margin-bottom: 0;
  }
div.flickr-photos a {
  position: relative;
  display: block;
  float: left;
  width: 75px;
  height: 75px;
  margin-right: 2px;
  margin-bottom: 2px;
  }
div.flickr-photos a img {
  width: 75px;
  height: 75px;
  }
/*
  Recent portfolio widget
*/
ul.bk-recent-portfolio-widget {
  margin-right: -2px;
  margin-left: 0 !important;
  }
ul.bk-recent-portfolio-widget li {
  display: block;
  float: left;
  }
ul.bk-recent-portfolio-widget li a {
  position: relative;
  display: block;
  float: left;
  width: 75px;
  height: 75px;
  margin-right: 2px;
  margin-bottom: 2px;
  }
ul.bk-recent-portfolio-widget li img {
  width: 75px;
  height: 75px;
  }
/*
  Recent post widget - general rules 
*/
ul.bk-recent-posts-widget {
  margin-left: 0 !important;
  list-style: none !important;
  }
ul.bk-recent-posts-widget li {
  margin-bottom: 10px;
  }
ul.bk-recent-posts-widget li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom-width: 0;
  }
div.widget-thumb.img-frame.left {
  position: relative;
  width: 75px;
  height: 75px;
  margin-right: 10px;
  }
ul.bk-recent-posts-widget span.widget-post-title,
ul.bk-recent-posts-widget span.widget-time,
ul.bk-recent-posts-widget span.widget-comment-excerpt {
  display: block;
  }
ul.bk-recent-posts-widget li div.widget-thumb img {
  width: 75px;
  height: 75px;
  }
/*
  Recent Comments widget
*/
ul.bk-recent-comments-widget div.widget-thumb img {
  width: 40px !important;
  height: 40px !important;
  border-radius: 20px;
  }
ul.bk-recent-comments-widget div.widget-thumb.img-frame.left {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  }
ul.bk-recent-comments-widget div.bk-recent-comment {
  position: relative;
  padding: 10px;
  margin-left: 60px;
  background: #f8f8f8;
  }
ul.bk-recent-comments-widget div.bk-recent-comment:after {
  /* reduce the damage in FF3.0 */
  position: absolute;
  top: 10px;
  left: -20px;
  display: block;
  width: 0;
  content: '';
  border-style: solid;
  border-width: 10px;
  border-top-color: transparent;
  border-right-color: #f8f8f8;
  border-bottom-color: transparent;
  border-left-color: transparent;
  }
/*
  Twitter widget
*/
div.bk-twitter-widget-outer-wrap {
  margin-bottom: 40px;
  }
ul.bk-twitter-widget {
  margin-bottom: 30px;
  }
ul.bk-twitter-widget li p {
  margin-bottom: 10px;
  }
/*
  Pinterest Widget
*/
ul.bk-pinterest-pins {
  margin-right: -2px;
  margin-left: 0 !important;
  }
ul.bk-pinterest-pins li {
  display: block;
  float: left;
  width: 75px;
  height: 75px;
  margin-right: 2px;
  margin-bottom: 2px;
  }
ul.bk-pinterest-pins a {
  position: relative;
  display: block;
  width: 75px;
  height: 75px;
  overflow: hidden;
  }
ul.bk-pinterest-pins li a img {
  position: relative;
  left: 0;
  width: auto;
  max-width: none;
  height: auto;
  }
/*
  dribbble widget
*/
ul.bk-dribbble-shots {
  margin-right: -2px;
  margin-left: 0 !important;
  }
ul.bk-dribbble-shots li {
  display: block;
  float: left;
  width: 75px;
  height: 75px;
  margin-right: 2px;
  margin-bottom: 2px;
  overflow: hidden;
  }
ul.bk-dribbble-shots a {
  position: relative;
  display: block;
  width: 75px;
  height: 75px;
  }
ul.bk-dribbble-shots li a img {
  max-width: none !important;
  height: 75px;
  }
/*
 Testimonial widget
*/
div.bk-testimonials-wrap {
  margin-bottom: 20px;
  }
ul.bk-testimonials-widget {
  margin-left: 0 !important;
  list-style: none !important;
  }
div.bk-testimonials-wrap .flex-direction-nav {
  bottom: 0;
  left: 100%;
  width: 38px;
  height: 19px;
  }
div.bk-testimonials-wrap .flex-direction-nav a {
  position: absolute;
  display: block;
  width: 19px;
  height: 19px;
  text-indent: -9999px;
  background: transparent url("http://yekuk.co.kr/wp-content/themes/division/images/small-arrows-sprite.png") no-repeat 0 0;
  filter: alpha(opacity=75);
  opacity: .75;
  }
div.bk-testimonials-wrap a.flex-next,
div.bk-testimonials-wrap.bk-hover a.flex-next {
  position: relative;
  top: 0;
  left: -19px;
  background-position: -19px 0;
  }
div.bk-testimonials-wrap a.flex-prev,
div.bk-testimonials-wrap.bk-hover a.flex-prev {
  top: 0;
  left: -38px !important;
  background-position: 0 0;
  }
div.bk-testimonials-wrap a.flex-next:hover,
div.bk-testimonials-wrap a.flex-prev:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  }
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  div.bk-testimonials-wrap .flex-direction-nav a {
    background-image: url("http://yekuk.co.kr/wp-content/themes/division/images/retina/small-arrows-sprite@2.png");
    -webkit-background-size: 38px 19px;
            background-size: 38px 19px;
    }
  }
div.bk-testimonial-body {
  position: relative;
  padding: 10px;
  margin-bottom: 20px;
  background: #f8f8f8;
  }
div.bk-testimonial-body p {
  margin-bottom: 0;
  }
div.testimonial-tip {
  /* reduce the damage in FF3.0 */
  position: absolute;
  bottom: -20px;
  left: 10px;
  display: block;
  width: 0;
  border-style: solid;
  border-width: 10px;
  border-top-color: #f8f8f8;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  }
span.bk-testinonial-title {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  }
span.bk-testimonial-content {
  font-style: italic;
  }
div.testimonial-avatar-wrap {
  display: inline-block;
  margin-right: 10px;
  }
div.testimonial-avatar-wrap img {
  width: 40px !important;
  height: 40px;
  border-radius: 20px;
  }
span.author-position {
  padding-left: 5px;
  }
span.author-name,
span.author-position {
  display: inline-block;
  vertical-align: top;
  }
/*----------------------------------------------------------------------------------------------------------------------------
  End of Widgets
----------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------
  11. Shortcodes
----------------------------------------------------------------------------------------------------------------------------*/
/*
  Toggle & Accordion
*/
div.bk-toggle-header,
div.bk-toggle.bk-toggle-closed div.bk-toggle-header {
  position: relative;
  color: #909090;
  cursor: pointer;
  }
div.bk-toggle-header:hover,
div.bk-toggle-header.ui-state-active,
div.bk-toggle div.bk-toggle-header {
  color: #404040;
  }
div.bk-toggle-header span.bk-header-button {
  position: absolute;
  top: -5px;
  right: 0;
  width: 29px;
  height: 29px;
  background: url("http://yekuk.co.kr/wp-content/themes/division/images/cross.png") 0 -29px no-repeat;
  }
div.bk-toggle div.bk-toggle-header span.bk-header-button {
  background-position: -29px -29px;
  }
div.bk-toggle.bk-toggle-closed div.bk-toggle-header span.bk-header-button {
  background-position: 0 -29px;
  }
div.bk-toggle-header span.bk-header-button {
  background-position: 0 -29px;
  }
div.bk-toggle-header.ui-state-active span.bk-header-button {
  background-position: -29px -29px;
  }
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  div.bk-toggle-header span.bk-header-button {
    background-image: url("http://yekuk.co.kr/wp-content/themes/division/images/retina/cross@2.png");
    -webkit-background-size: 58px 58px;
            background-size: 58px 58px;
    }
  }
div.bk-toggle.bk-toggle-closed div.bk-toggle-content-outer-wrap {
  display: none;
  }
div.bk-toggle-content-outer-wrap p,
div.bk-accordion-outer-wrap p {
  margin-bottom: 10px;
  }
/*
  Tabs
*/
div.ui-tabs-hide {
  display: none;
  }
div.bk-tabs ul.ui-tabs-nav {
  margin-bottom: 10px;
  margin-left: 0 !important;
  font-size: 12px;
  line-height: 12px;
  background: url("http://yekuk.co.kr/wp-content/themes/division/images/dots-x.png") left bottom repeat-x;
  }
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  div.bk-tabs ul.ui-tabs-nav {
    background-image: url("http://yekuk.co.kr/wp-content/themes/division/images/retina/dots-x@2.png");
    -webkit-background-size: 4px 1px;
            background-size: 4px 1px;
    }
  }
div.bk-tabs div.dividable-content p {
  margin-bottom: 10px;
  }
div.bk-tabs ul.ui-tabs-nav li {
  position: relative;
  top: 0;
  display: block;
  float: left;
  margin-right: 20px;
  }
div.bk-tabs ul.ui-tabs-nav li a {
  display: block;
  padding-top: 0;
  padding-bottom: 10px;
  font-weight: bold;
  line-height: 12px;
  color: #909090;
  text-transform: uppercase;
  }
div.bk-tabs ul.ui-tabs-nav li {
  border-bottom: 1px solid transparent;
  }
div.bk-tabs ul.ui-tabs-nav li.ui-tabs-selected,
div.bk-tabs ul.ui-tabs-nav li.ui-tabs-active {
  border-bottom: 1px solid #404040;
  }
div.bk-tabs ul.ui-tabs-nav li.ui-tabs-selected a,
div.bk-tabs ul.ui-tabs-nav li.ui-tabs-active a,
div.bk-tabs ul.ui-tabs-nav li:hover a {
  color: #404040;
  }
/*
Dropcaps
*/
span.dropcap {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin-top: 3px;
  margin-right: 5px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  background-color: #555;
  }
span.dropcap.round {
  color: white;
  border-radius: 15px;
  }
span.dropcap.square {
  color: white;
  border-radius: 2px;
  }
span.dropcap.plain {
  font-size: 40px;
  font-weight: normal;
  background-color: transparent;
  border-radius: 0;
  }
/*
 highlight
*/
em.bk_highlight {
  padding: 0 3px;
  font-style: normal;
  color: white;
  background-color: #ff4629;
  }
/*
  progressbars
*/
div.bk-progress-bar-wrap {
  margin-bottom: 20px;
  }
div.bk-progress-bar-base,
div.bk-progress-bar {
  height: 10px;
  overflow: hidden;
  border-radius: 5px;
  }
div.bk-progress-bar-base {
  margin-top: 10px;
  background-color: #f8f8f8;
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .1);
          box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .1);
  }
div.bk-progress-bar {
  width: 0;
  background-color: #ff4629;
  }
div.bk-progress-bar-overlay {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url("http://yekuk.co.kr/wp-content/themes/division/images/animated-overlay.gif");
  filter: alpha(opacity=10);
  opacity: .1;
  }
/*
  Buttons
*/
a.bk_button,
div#respond p.form-submit input[type=submit],
div.bk-protected-form-wrap input[type=submit],
a.comment-reply-link,
span.bk-cancel-reply-link,
a.comment-edit-link {
  position: relative;
  display: inline-block;
  padding: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 10px;
  color: #909090;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #909090;
  }
a.bk_button:hover,
div#respond p.form-submit input[type=submit]:hover,
div.bk-protected-form-wrap input[type=submit]:hover,
a.comment-reply-link:hover,
span.bk-cancel-reply-link:hover,
a.comment-edit-link:hover {
  color: #ff4629;
  border: 1px solid #ff4629;
  }
div.bk-protected-form-wrap input[type=submit] {
  margin-top: 10px;
  background: transparent;
  }
a.bk_button.small {
  padding: 3px;
  font-size: 10px;
  line-height: 10px;
  }
a.bk_button.normal,
div#respond p.form-submit input[type=submit],
div.bk-protected-form-wrap input[type=submit] {
  padding: 7px;
  font-size: 12px;
  line-height: 12px;
  }
a.bk_button.large {
  padding: 10px;
  font-size: 14px;
  line-height: 14px;
  }
/*
 Pricing column
*/
div.bk-pricing-table-outer-wrap {
  position: relative;
  top: 20px;
  margin-bottom: 50px;
  }
div.bk-pricing-table-outer-wrap a.button {
  margin-right: 0;
  margin-bottom: 0;
  }
div.bk-pricing-table-column-wrap {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background-color: white;
  border: 1px solid #808080;
  border-left-width: 0;
  }
div.bk-pricing-table-column-wrap.bk-before-recommended-column {
  border-right-width: 0;
  }
div.bk-pricing-table-column-wrap.bk-after-recommended-column {
  border-left-width: 0;
  }
div.bk-pricing-table-column-wrap.bk-first-column {
  border-left-width: 1px;
  }
div.bk-pricing-table-column-wrap.bk-recommended-column {
  margin-top: -20px;
  border-right-width: 1px;
  border-left-width: 1px;
  }
div.bk-pricing-table-header {
  padding-top: 20px;
  padding-bottom: 20px;
  background: transparent url("http://yekuk.co.kr/wp-content/themes/division/images/dots-x.png") repeat-x bottom left;
  }
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  div.bk-pricing-table-header {
    background-image: url("http://yekuk.co.kr/wp-content/themes/division/images/retina/dots-x@2.png");
    -webkit-background-size: 4px 1px;
            background-size: 4px 1px;
    }
  }
div.bk-pricing-table-column-wrap div.bk-pricing-table-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  }
div.bk-pricing-table-column-wrap.bk-recommended-column div.bk-pricing-table-header,
div.bk-pricing-table-column-wrap.bk-recommended-column div.bk-pricing-table-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  }
div.bk-pricing-table-feature {
  font-weight: bold;
  line-height: 40px;
  background: transparent url("http://yekuk.co.kr/wp-content/themes/division/images/dots-x.png") repeat-x bottom left;
  }
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  div.bk-pricing-table-feature {
    background-image: url("http://yekuk.co.kr/wp-content/themes/division/images/retina/dots-x@2.png");
    -webkit-background-size: 4px 1px;
            background-size: 4px 1px;
    }
  }
div.bk-pricing-table-feature.bk_alternate {
  background: #f8f8f8 url("http://yekuk.co.kr/wp-content/themes/division/images/dots-x.png") repeat-x bottom left;
  }
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  div.bk-pricing-table-feature.bk_alternate {
    background-image: url("http://yekuk.co.kr/wp-content/themes/division/images/retina/dots-x@2.png");
    -webkit-background-size: 4px 1px;
            background-size: 4px 1px;
    }
  }
h4.bk-pricing-table-title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  }
h5.bk-pricing-table-price {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-style: italic;
  }
div.bk-recommended-header-branding-line {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  }
div.bk-recommended-header-branding-line:after {
  /* reduce the damage in FF3.0 */
  position: absolute;
  top: 0;
  left: 50%;
  display: none;
  width: 0;
  margin-left: -15px;
  content: "";
  border-style: solid;
  border-width: 15px;
  border-top-color: #d7d7d7;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  }
@media only screen and (max-width: 768px) {
  div.bk-pricing-table-outer-wrap {
    top: 0;
    }
  div.bk-pricing-table-column-wrap {
    float: none;
    width: 100% !important;
    border-top-width: 0;
    border-right-width: 1px !important;
    border-left-width: 1px !important;
    }
  div.bk-pricing-table-column-wrap.bk-recommended-column div.bk-pricing-table-header,
  div.bk-pricing-table-column-wrap.bk-recommended-column div.bk-pricing-table-footer {
    padding-top: 20px;
    padding-bottom: 20px;
    }
  div.bk-pricing-table-column-wrap.bk-recommended-column {
    margin-top: 0;
    border-right-width: 1px;
    border-left-width: 1px;
    }
  div.bk-pricing-table-column-wrap.bk-first-column {
    border-top-width: 1px;
    }
  }
/*----------------------------------------------------------------------------------------------------------------------------
  End of Shortcodes
----------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------
  12. Contact Form 7 Support
----------------------------------------------------------------------------------------------------------------------------*/
.wpcf7-form-control {
  max-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  }
input[type=submit].wpcf7-submit {
  position: relative;
  display: inline-block;
  padding: 7px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 12px;
  color: #909090;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
  border: 1px solid #909090;
  }
input[type=submit].wpcf7-submit:hover {
  color: #404040;
  border-color: #404040;
  }
/*----------------------------------------------------------------------------------------------------------------------------
  End of Contact Form 7 Support
----------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------
  13. Footer
----------------------------------------------------------------------------------------------------------------------------*/
footer.bk-footer-outer-wrap {
  position: relative;
  z-index: 4;
  }
footer.bk-footer-outer-wrap div.bk-footer-content {
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  background: url("http://yekuk.co.kr/wp-content/themes/division/images/dots-x.png") left top repeat-x;
  }
footer.bk-footer-outer-wrap ul.sidebar-content {
  margin-top: 0;
  }
footer.bk-footer-outer-wrap div.bk-subfooter-content {
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  background: url("http://yekuk.co.kr/wp-content/themes/division/images/dots-x.png") left top repeat-x;
  }
footer.bk-footer-outer-wrap div.bk-footer-column.bk-footer-five-column-fix {
  width: 18.297872340425532%;
  }
@media only screen and (max-width: 768px) {
  footer.bk-footer-outer-wrap div.bk-footer-column.bk-footer-five-column-fix {
    width: 100%;
    }
  }
/*----------------------------------------------------------------------------------------------------------------------------
  End of Footer
----------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------
  14. WPML
----------------------------------------------------------------------------------------------------------------------------*/
#lang_sel_list img,
#lang_sel_click img {
  display: inline;
  }
#bk-wpml-language-switcher {
  margin-bottom: 10px;
  }
#bk-wpml-language-switcher ul {
  margin: 0;
  }
#bk-wpml-language-switcher ul li {
  float: left;
  margin-right: 10px;
  text-transform: uppercase;
  list-style: none;
  }
.no-js #bk-portfolio-wrap-1 li.portfolio-item {
  margin-right: 7px;
  }
#bk-portfolio-wrap-1 ul.filterable-grid.metro li.portfolio-item.portfolio-grid-1-2 img.bk-portfolio-thumb {
  margin-left: -4px;
  }
#bk-portfolio-wrap-1 li.portfolio-item {
  margin-bottom: 7px;
  }
#bk-portfolio-wrap-1 div.bk-load-more-wrap {
  margin-bottom: 7px;
  }
#bk-portfolio-wrap-1 div.bk-pagination-wrap {
  margin-bottom: 7px;
  }
#bk-portfolio-wrap-1 ul.filterable-grid {
  margin-top: 7px;
  }
#bk-portfolio-wrap-1 {
  margin-right: 7px;
  margin-left: 7px;
  }
/*-----------------Header------------------*/
.bk-fixed-header-left #bk-logo-wrap {
  margin-bottom: 20px;
  }
.bk-fixed-header-top #bk-logo-wrap,
.bk-classic-header-top #bk-logo-wrap {
  margin-top: 10px;
  }
.bk-fixed-header-top .sf-menu > li.menu-item,
.bk-classic-header-top .sf-menu > li.menu-item {
  padding-top: 30px;
  padding-bottom: 30px;
  }
.bk-fixed-header-top #bk-header-social-wrapper,
.bk-classic-header-top #bk-header-social-wrapper {
  margin-top: 20px;
  }
.bk-fixed-header-top #bk-wpml-language-switcher-wrapper,
.bk-classic-header-top #bk-wpml-language-switcher-wrapper {
  margin-top: 0;
  }
#bk-responsive-navigation-header {
  height: 50px;
  }
@media only screen and (max-width: 768px) {
  .bk-fixed-header-left #bk-mobile-logo-wrap,
  .bk-fixed-header-top #bk-mobile-logo-wrap,
  .bk-classic-header-top #bk-mobile-logo-wrap {
    margin-left: 10px;
    }
  }
/*-----------------Theme Fonts------------------*/
body {
  font-size: 13px;
  line-height: 18px;
  }
h1 {
  font-size: 30px;
  }
h2 {
  font-size: 26px;
  }
h3 {
  font-size: 22px;
  }
h4 {
  font-size: 18px;
  }
h5 {
  font-size: 16px;
  }
h6 {
  font-size: 14px;
  }
.bk-stacked-menu > li > a,
.sf-menu > li > a {
  font-family: "Maven Pro";
  font-size: 13px;
  font-weight: 700;
  }
.bk-stacked-menu li a span.bk-description,
.sf-menu li a span.bk-description {
  font-family: "Maven Pro";
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  }
.bk-stacked-menu ul li a,
ul.sf-menu ul.sub-menu li.menu-item > a {
  font-size: 12px;
  line-height: 12px;
  }
a.bk-load-more-button,
div.bk-pagination-wrap {
  font-size: 13px;
  }
h3.widget-title,
.content-separator,
div.bk-tabs ul.ui-tabs-nav li a {
  font-size: 13px;
  line-height: 13px;
  }
ul.bk-recent-posts-widget span.widget-post-title {
  font-size: 13px;
  }
h1.page-entry-title {
  font-size: 24px;
  }
div.bk-portfolio-title-wrap h1.bk-portfolio-title {
  font-size: 24px;
  }
div.portfolio-thumb-title-meta-wrap h4.portfolio-thumb-title {
  font-size: 14px;
  }
div.portfolio-thumb-title-meta-wrap span.porfolio-thumb-tags {
  font-size: 10px;
  }
li.portfolio-item .portfolio-thumb-description-title {
  font-size: 12px;
  }
h1.post-entry-title {
  font-size: 17px;
  }
h3.post-entry-title {
  font-size: 16px;
  }





















/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT */
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.ie7 .bx-wrapper {
  zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME */
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}
.ie7 .bx-wrapper .bx-pager .bx-pager-item,
.ie7 .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  zoom: 1;
  display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}



















/* 팝업 */
.mfp-content {
  text-align: center;
}
.pop-con-02 {
  position: relative;
  /*display: inline-block;*/
}
.pop-con-02 .mfp-close {
  color: #fff;
  background-color: #000;
  opacity: 0.5;
}

.img-pop-box-01{
  position:relative;

}

.img-pop-box-01 .bxslider li{
  width:100%;
  left:-28px;
}

.pop-con-02{
  width:800px;
  margin:100px auto;
}
.img-pop-box-01 .bx-wrapper{
  width:800px;
}

.img-pop-box-01 .bx-wrapper img{
  display:inline-block;
}


.img-pop-box-01 .bx-wrapper .bx-prev{
  padding:10px;
  width:30px;
  height:50px;
  top:16px;
  left:0;
  background-image:url(../images/graphics/panel_left.png);
  background-repeat: no-repeat;
  background-position:10px 10px;
  z-index:99999;
  background-color:#000;
  opacity:0.5;
} 


.img-pop-box-01 .bx-wrapper .bx-next{
  padding:10px;
  width:30px;
  height:50px;
  top:16px;
  left:52px;
  background-image:url(../images/graphics/panel_right.png);
  background-repeat: no-repeat;
  background-position:10px 10px;
  z-index:99999;
  background-color:#000;
  opacity:0.5;
}




.img-pop-controls .arrow-left{
  position:absolute;
  top:45%;
  left:1%;
  display:inline-block;
  width:30px;
  height:50px;
  background-image:url(../images/graphics/panel_left.png);
  background-repeat: no-repeat;
  background-position:0 0;
}

.img-pop-controls .arrow-right{
  position:absolute;
  top:45%;
  right:1%;
  display:inline-block;
  width:30px;
  height:50px;
  background-image:url(../images/graphics/panel_right.png);
  background-repeat: no-repeat;
  background-position:0 0;
}





.mfp-container{
  padding:0 8px;
}




@media all and (min-width:320px) and (max-width:800px){

  .pop-con-02{
    width:100%;
    margin:0 auto;
  }
}


/* 임시 팝업 */
#divpop{position:absolute;left:10px;top:10px;width:auto;height:auto;z-index:10;background-color:#eee; z-index:999;}
.divpop-bottom{
 padding:10px; background-color:#333; color:#fff; text-align:right;
}

.divpop-bottom input{
  vertical-align:middle;
}


.mobile-con{
  display:none;
}



@media all and (min-width:320px) and (max-width:1024px){

  .mobile-con{
    display:block;
  }
  

  
}


