@charset "UTF-8";
/*
* Table of Contents:
* 1.0 - Reset
* 2.0 - Repeatable Patterns
* 3.0 - Typography
* 4.0 - Basic Structure
* 5.0 - Header
* 6.0 - Navigation
* 7.0 - Footer
* 8.0 - Pages
* 9.0 – Wordpress
 
* -----------------------------------------------------------------------------
*/
/**
 * 1.0 Reset
 * -----------------------------------------------------------------------------
 */
a, ins, mark {
  text-decoration: none; }

pre, textarea {
  overflow: auto; }

blockquote, del {
  color: #767676; }

hr, img {
  border: 0; }

a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

fieldset, pre, table, td, th {
  border: 1px solid rgba(0, 0, 0, 0.1); }

address, blockquote, cite, dfn, em, i {
  font-style: italic; }

address, blockquote, pre {
  margin-bottom: 24px; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  zoom: 1; }

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body, button, input, textarea {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px; }

body {
  background: #fff; }

a:focus {
  outline: dotted thin; }

a:active, a:hover {
  outline: 0; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 700;
  margin: 0; }

h1 {
  font-size: 26px;
  line-height: 1.3846153846; }

h2 {
  font-size: 24px;
  line-height: 1; }

h3 {
  font-size: 22px;
  line-height: 1.0909090909; }

h4 {
  font-size: 20px;
  line-height: 1.2; }

h5 {
  font-size: 18px;
  line-height: 1.3333333333; }

h6 {
  font-size: 16px;
  line-height: 1.5; }

abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help; }

ins, mark {
  background: #fff9c0; }

code, kbd, pre, samp, tt, var {
  font-family: monospace,serif;
  font-size: 15px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.6; }

pre {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 12px; }

blockquote, q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: none; }

blockquote {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.2631578947; }

blockquote b, blockquote strong, caption, td, th {
  font-weight: 400; }

blockquote cite, blockquote small {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px; }

blockquote cite, blockquote em, blockquote i {
  font-style: normal; }

small {
  font-size: smaller; }

big {
  font-size: 125%; }

sub, sup {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

figure, ol, ul {
  margin: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ol, li > ul {
  margin: 0 0 0 20px; }

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: top; }

fieldset {
  margin: 0 0 24px;
  padding: 11px 12px 0; }

legend {
  white-space: normal; }

button, input, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  max-width: 100%;
  vertical-align: baseline;
  margin: 0; }

button, input {
  line-height: normal; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], input[disabled] {
  cursor: default; }

input[type=checkbox], input[type=radio] {
  padding: 0; }

input[type=search] {
  -webkit-appearance: textfield; }

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  vertical-align: top; }

td, th {
  border-width: 0 1px 1px 0; }

table {
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 24px;
  width: 100%;
  border-width: 1px 0 0 1px; }

caption, td, th {
  text-align: left; }

b, dt, strong, th {
  font-weight: 700; }

hr {
  background-color: rgba(0, 0, 0, 0.1);
  height: 1px;
  margin-bottom: 23px; }

dd, dl, p {
  margin-bottom: 0; }

::-moz-selection, ::selection {
  background: #24890d;
  color: #fff;
  text-shadow: none; }

/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */
.clearer, .contributor-info:after, .footer-sidebar:after, .hentry:after, .search-box:after, .slider-direction-nav:after, [class*=content]:after, [class*=site]:after {
  clear: both; }

input, textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #2b2b2b;
  padding: 8px 10px 7px; }

input:focus, textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.3);
  outline: 0; }

.contributor-posts-link, button, input[type=button], input[type=reset], input[type=submit] {
  background-color: #24890d;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: bottom;
  padding: 10px 30px 11px; }

.contributor-posts-link:hover, button:focus, button:hover, input[type=button]:focus, input[type=button]:hover, input[type=reset]:focus, input[type=reset]:hover, input[type=submit]:focus, input[type=submit]:hover {
  background-color: #41a62a;
  color: #fff; }

.contributor-posts-link:active, button:active, input[type=button]:active, input[type=reset]:active, input[type=submit]:active {
  background-color: #55d737; }

::-moz-placeholder {
  color: #939393;
  opacity: 1; }

#site-header img, .comment-content img, .entry-content img, .entry-summary img, .widget img, .wp-caption {
  max-width: 100%; }

#site-header img, .comment-content img[height], .entry-content img, .entry-summary img, img[class*=align], img[class*=attachment-], img[class*=wp-image-] {
  height: auto; }

.post-thumbnail img, .wp-post-image, img.size-full, img.size-large {
  height: auto;
  max-width: 100%; }

embed, iframe, object, video {
  margin-bottom: 24px; }

p > embed, p > iframe, p > object, span > embed, span > iframe, span > object {
  margin-bottom: 0; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

blockquote.alignleft, img.alignleft {
  margin: 7px 24px 7px 0; }

.wp-caption.alignleft {
  margin: 7px 14px 7px 0; }

blockquote.alignright, img.alignright {
  margin: 7px 0 7px 24px; }

.wp-caption.alignright {
  margin: 7px 0 7px 14px; }

.wp-caption.aligncenter, blockquote.aligncenter, img.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px; }

.site-content blockquote.alignleft, .site-content blockquote.alignright {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 17px;
  width: 50%; }

.site-content blockquote.alignleft p, .site-content blockquote.alignright p {
  margin-bottom: 17px; }

.wp-caption {
  margin-bottom: 24px;
  color: #767676; }

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0; }

.wp-caption-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  padding-right: 10px;
  margin: 9px 0; }

.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  line-height: normal;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  text-transform: none;
  width: auto;
  z-index: 100000;
  padding: 15px 23px 14px; }

.contributor-info:after, .contributor-info:before, .footer-sidebar:after, .footer-sidebar:before, .hentry:after, .hentry:before, .search-box:after, .search-box:before, .slider-direction-nav:after, .slider-direction-nav:before, [class*=content]:after, [class*=content]:before, [class*=site]:after, [class*=site]:before {
  content: "";
  display: table; }

.bypostauthor > article .fn:before, .comment-edit-link:before, .comment-reply-link:before, .comment-reply-login:before, .comment-reply-title small a:before, .contributor-posts-link:before, .menu-toggle:before, .search-toggle:before, .slider-direction-nav a:before, .widget_twentyfourteen_ephemera .widget-title:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  zoom: 1;
  font: 400 16px/1 Genericons;
  text-decoration: inherit;
  vertical-align: text-bottom; }

.full-size-link:before, .parent-post-link:before, .site-content span + .entry-date:before, .widget_twentyfourteen_ephemera .entry-title:after, span + .byline:before, span + .comments-link:before, span + .edit-link:before {
  content: "\0020\007c\0020"; }

.search-field, textarea {
  width: 100%; }

.hide, .search-submit {
  display: none; }

:-moz-placeholder, :-ms-input-placeholder, ::-webkit-input-placeholder {
  color: #939393; }

.clearer {
  display: block; }

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0, 0); }

.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none; }

.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/**
* 3.0 Typefaces
* -----------------------------------------------------------------------------
*/
a {
  color: #545759;
  padding: 0;
  outline: none; }

a:active, a:focus, a:hover {
  outline: none;
  border: none; }

ul, ul li {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #444;
  padding: 0; }
  @media (max-width: 900px) {
    ul, ul li {
      font-size: 14px;
      line-height: 19px; } }

ul {
  padding-left: 18px; }

ul li {
  margin: 6px 0 6px 0; }

h2 {
  color: green; }

h2 {
  color: blue; }

h4 {
  font-size: 16px;
  color: #ff671f;
  font-weight: 500; }

/**
* 4.0 Basic Structure
* -----------------------------------------------------------------------------
*/
html, body {
  font-family: Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  color: white; }

.clearer {
  clear: both; }

.content_holder {
  width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  padding: 0;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1); }

.content_wrapper {
  width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  background: #fefefe;
  padding: 0;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1); }

.sjk_people {
  padding-top: 75px;
  display: block;
  position: relative;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500; }
  @media (max-width: 900px) {
    .sjk_people {
      width: 530px; } }
  @media (max-width: 650px) {
    .sjk_people {
      font-size: 12px;
      line-height: 17px;
      width: 340px; } }

.sjk_person img {
  margin-bottom: 15px; }
  @media (max-width: 900px) {
    .sjk_person img {
      width: 87%; } }

.sjk_person, .sjk_address {
  position: relative;
  float: left;
  width: 150px; }
  @media (max-width: 900px) {
    .sjk_person, .sjk_address {
      width: 140px; } }
  @media (max-width: 650px) {
    .sjk_person, .sjk_address {
      width: 110px; } }

.sjk_person + .sjk_person, .sjk_address + .sjk_address {
  position: absolute;
  left: 50%;
  margin-left: -75px; }
  @media (max-width: 900px) {
    .sjk_person + .sjk_person, .sjk_address + .sjk_address {
      margin-left: -70px; } }
  @media (max-width: 650px) {
    .sjk_person + .sjk_person, .sjk_address + .sjk_address {
      margin-left: -55px; } }

.sjk_person + .sjk_person + .sjk_person, .sjk_address + .sjk_address + .sjk_address {
  position: relative;
  left: 0;
  margin: 0;
  float: right; }

.contents {
  width: 1000px;
  margin: auto;
  position: relative; }
  @media (max-width: 1150px) {
    .contents {
      width: 960px; } }
  @media (max-width: 1030px) {
    .contents {
      width: 100%; } }
  @media (max-width: 900px) {
    .contents {
      width: 100%;
      padding: 25px; } }

.container {
  background: white;
  width: 1100px;
  margin: auto;
  position: relative; }
  @media (max-width: 1150px) {
    .container {
      width: 960px; } }
  @media (max-width: 1030px) {
    .container {
      width: 100%; } }
  @media (max-width: 900px) {
    .container {
      padding-left: 25px;
      width: 100%; } }

header {
  position: relative;
  top: -15px;
  display: block;
  height: 150px;
  padding-top: 50px;
  margin-top: -15px;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1); }
  @media (max-width: 900px) {
    header {
      padding-top: 10px; } }
  @media (max-width: 650px) {
    header {
      padding-top: 20px; } }

header a {
  float: right;
  font-size: 17px;
  font-weight: 500;
  display: block;
  position: relative;
  padding-bottom: 3px;
  margin-top: 17px;
  margin-left: 30px;
  cursor: pointer;
  text-indent: 0;
  text-decoration: none;
  font-weight: normal;
  color: #545759;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1); }
  @media (max-width: 1030px) {
    header a {
      font-size: 16px;
      top: -9px;
      right: 50px; } }

header div {
  position: absolute;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  word-spacing: -1px;
  padding-bottom: 3px;
  color: #ff671f;
  /* border-bottom: 2px solid lighten( #ff671f, 10% ); */
  cursor: pointer;
  text-indent: -10px;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  padding-left: 20%; }
  @media (max-width: 1030px) {
    header div {
      font-size: 16px;
      margin-top: 11px; } }
  @media (max-width: 900px) {
    header div {
      padding-left: 15px;
      top: 110px; } }

header span img {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1); }

header span:hover {
  /* border-bottom: 2px solid white; */ }

header h1 {
  float: left;
  cursor: pointer; }

header h1 span {
  position: absolute;
  left: -9999px; }

header h1 img {
  margin-top: 22px;
  width: 56px;
  height: auto; }
  @media (max-width: 1030px) {
    header h1 img {
      margin-top: 12px;
      margin-left: 32px; } }
  @media (max-width: 900px) {
    header h1 img {
      margin-left: 0px; } }

.sjk_welcome {
  position: relative;
  z-index: 2;
  left: 15px;
  width: 900px;
  padding-left: 20%;
  margin-left: -25px;
  padding-top: 10px;
  font-size: 28px;
  line-height: 34px;
  word-spacing: -2px;
  font-weight: 300;
  opacity: 1;
  color: #545759;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.6s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.6s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.6s cubic-bezier(0.42, 0, 0.58, 1); }
  @media (max-width: 1150px) {
    .sjk_welcome {
      font-size: 26px;
      line-height: 32px; } }
  @media (max-width: 1030px) {
    .sjk_welcome {
      font-size: 24px;
      line-height: 30px; } }
  @media (max-width: 900px) {
    .sjk_welcome {
      font-size: 22px;
      line-height: 28px;
      width: 90%; } }
  @media (max-width: 650px) {
    .sjk_welcome {
      padding-left: 10px;
      width: 83%;
      font-size: 20px;
      line-height: 26px; } }

.sjk_about {
  top: 190px;
  left: 0;
  position: absolute;
  z-index: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: -15px 0 0 -10px;
  background: #ff671f; }
  @media (max-width: 900px) {
    .sjk_about {
      margin: -30px 0 0 5px;
      width: 83%; } }
  @media (max-width: 650px) {
    .sjk_about {
      margin: -30px 0 0 10px;
      width: 83%; } }

.sjk_texton {
  z-index: 3;
  opacity: 1; }

footer {
  display: block;
  position: relative;
  margin-bottom: 0;
  padding: 0px 0 50px 0;
  height: 100px;
  opacity: 1;
  color: #545759;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1); }
  @media (max-width: 650px) {
    footer {
      width: 340px; } }

footer div {
  float: left;
  font-size: 15px;
  font-weight: 500;
  word-spacing: -1px;
  line-height: 21px;
  height: 80px;
  width: 20%; }
  @media (max-width: 1150px) {
    footer div {
      font-size: 15px;
      line-height: 20px; } }
  @media (max-width: 1030px) {
    footer div {
      font-size: 14px;
      line-height: 19px; } }
  @media (max-width: 650px) {
    footer div {
      font-size: 12px;
      line-height: 17px; } }

footer div em {
  position: relative;
  font-style: normal;
  display: block;
  line-height: 23px;
  left: -0.8em; }
  @media (max-width: 1150px) {
    footer div em {
      line-height: 22px; } }
  @media (max-width: 1030px) {
    footer div em {
      line-height: 21px; } }
  @media (max-width: 650px) {
    footer div em {
      line-height: 19px; } }

footer div + div {
  width: 20%;
  margin-left: -5px; }
  @media (max-width: 1030px) {
    footer div + div {
      width: 22%; } }
  @media (max-width: 900px) {
    footer div + div {
      width: 25%; } }
  @media (max-width: 650px) {
    footer div + div {
      width: 30%; } }

footer div + div + div {
  width: 19%; }
  @media (max-width: 1030px) {
    footer div + div + div {
      width: 22%; } }
  @media (max-width: 650px) {
    footer div + div + div {
      width: 28%; } }

footer div a {
  color: #545759; }

/**
 * 6.0 Navigation
 * -----------------------------------------------------------------------------
 */
header.heads_on {
  opacity: 1;
  top: 0; }

footer.foots_on {
  margin-bottom: 0;
  opacity: 1; }

/**
 * 7.0 Footer
 * -----------------------------------------------------------------------------
 */
/**
 * 8.0 Pages
 * -----------------------------------------------------------------------------
 */
.sjk-carousel-wrap {
  height: 660px;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1); }
  @media (max-width: 1150px) {
    .sjk-carousel-wrap {
      height: 620px;
       } }
  @media (max-height: 720px) {
    .sjk-carousel-wrap {
      height: 550px;
      margin-top: -20px; } }
  @media (max-width: 1030px) {
    .sjk-carousel-wrap {
      height: 550px; 
      
      
      } }
  @media (max-width: 900px) {
    .sjk-carousel-wrap {
      height: 510px;
      margin-top: -80px;
      padding-top: 60px; } }

  @media (max-width: 650px) {
    .sjk-carousel-wrap {
      height: 400px;
	  } }

.owl-carousel {
  opacity: 1;
  transition: all 1.6s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 1.6s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: all 1.6s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 1.6s cubic-bezier(0.42, 0, 0.58, 1); }
  @media (max-width: 1150px) {
    .owl-carousel {
      height: 620px; } }
  @media (max-width: 1030px) {
    .owl-carousel {
      height: 550px; } }

.owl-carousel .owl-item {
  height: 650px;
  background: #ffffff;
  overflow: hidden; }
  @media (max-width: 1150px) {
    .owl-carousel .owl-item {
      max-width: 860px !important; } }
  @media (max-width: 1030px) {
    .owl-carousel .owl-item {
      max-width: 650px !important; } }
  @media (max-width: 650px) {
    .owl-carousel .owl-item {
      max-width: 600px !important; } }

.owl-carousel .owl-stage {
  padding-left: calc(50% - 500px) !important; }
  @media (max-width: 1150px) {
    .owl-carousel .owl-stage {
      padding-left: calc(50% - 480px) !important; } }
  @media (max-width: 1030px) {
    .owl-carousel .owl-stage {
      padding-left: 30px !important; } }
  @media (max-width: 900px) {
    .owl-carousel .owl-stage {
      padding-left: 25px !important; } }

.owl-carousel .owl-stage img {
  height: 520px;
  width: auto !important;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1); }
  @media (max-width: 1150px) {
    .owl-carousel .owl-stage img {
      height: 480px; } }
  @media (max-height: 720px) {
    .owl-carousel .owl-stage img {
      height: 400px; } }
  @media (max-width: 1030px) {
    .owl-carousel .owl-stage img {
      height: 400px; } }
  @media (max-width: 650px) {
    .owl-carousel .owl-stage img {
      height: 320px; } }

.owl-carousel .owl-stage h3 {
  margin-top: 40px;
  font-size: 16px;
  color: #545759;
  line-height: 20px;
  word-spacing: -1.5px; }
  @media (max-width: 650px) {
    .owl-carousel .owl-stage h3 {
      margin-top: 20px;
      font-size: 13px;
      line-height: 16.5px; } }

.owl-carousel .owl-stage h3 span {
  display: block;
  word-spacing: -1.5px;
  font-size: 11px;
  text-transform: uppercase;
  color: #ff671f; }
  @media (max-width: 650px) {
    .owl-carousel .owl-stage h3 span {
      font-size: 9px; } }

.owl-carousel .owl-stage h3 em {
  font-weight: normal;
  font-style: normal;
  word-spacing: -1px;
  margin-top: 1px;
  display: block; }

.owl-theme .owl-controls {
  position: absolute;
  z-index: 9999;
  top: -10px;
  height: 0px;
  background: none;
  width: 100%; }
  @media (max-width: 650px) {
    .owl-theme .owl-controls {
      font-size: 14.5px; } }

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  float: left !important;
  display: block !important;
  height: 100% !important;
  margin: 0 !important;
  width: 80px;
  font-size: 27px !important;
  font-weight: bold !important;
  color: white !important;
  background: none !important;
  opacity: 0 !important;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  height: 520px !important;
  line-height: 520px !important; }
  @media (max-width: 1150px) {
    .owl-theme .owl-controls .owl-nav [class*=owl-] {
      height: 480px !important;
      line-height: 480px !important; } }
  @media (max-height: 720px) {
    .owl-theme .owl-controls .owl-nav [class*=owl-] {
      height: 400px !important;
      line-height: 400px !important; } }
  @media (max-width: 1030px) {
    .owl-theme .owl-controls .owl-nav [class*=owl-] {
      height: 400px !important;
      line-height: 400px !important;
      width: 50px !important;
      text-align: right; } }
  @media (max-width: 650px) {
    .owl-theme .owl-controls .owl-nav [class*=owl-] {
      height: 350px !important;
      line-height: 350px !important; } }

.owl-carousel .owl-controls .owl-nav .owl-next {
  float: right !important; }
  @media (max-width: 650px) {
    .owl-carousel .owl-controls .owl-nav .owl-next {
      top: -60px !important;
      color: #333 !important;
      line-height: 20px !important;
      opacity: 1 !important;
      text-align: center;
      position: relative !important; } }

.owl-carousel .owl-controls .owl-nav .owl-next:hover, .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  opacity: 1 !important; }

.mapwrapper {
  height: 500px;
  margin: 100px 0 100px 0;
  overflow: hidden;
  display: block;
  position: relative; }
  @media (max-width: 900px) {
    .mapwrapper {
      left: -25px;
      margin: 50px 0 50px 0; } }

#sjkmap {
  position: relative;
  height: 550px;
  width: 1000px;
  margin: 0; }
  @media (max-width: 650px) {
    #sjkmap {
      left: -250px; } }

.gm-style-iw * {
  display: block;
  width: 100%; }

.gm-style-iw h4 {
  margin-bottom: 3px !important; }

.gm-style-iw h4, .gm-style-iw p {
  font-family: helvetica, arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: black;
  font-weight: bold;
  width: 100% !important; }

.gm-style-iw p {
  font-size: 13px;
  line-height: 16px;
  font-weight: normal;
  color: #555;
  word-spacing: -1px; }

.gm-style-iw div {
  width: 170px; }

.gm-style-iw a {
  color: #4272db; }

/*style the box*/
.gm-style .gm-style-iw {
  width: 100% !important;
  display: block !important;
  width: 170px !important; }

/*style the p tag*/
.gm-style .gm-style-iw #google-popup p {
  padding: 10px; }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}