html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,#footer,#header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,aside,details,figcaption,figure,#footer,#header,hgroup,menu,nav,section {
  display: block;
}

nav ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

#tinymce {
  width: 1150px;
  padding: 10px !important;
  font-size: 1.4em;
}

html {
  height: 100%;
  font-size: 100%;
  font-family: Malgun Gothic, Tahoma, Geneva, sans-serif;
}

body {
  background: #fff;
  color: #222;
  letter-spacing: 0.03em;
  overflow-x: hidden;
  font-size: 1em;
  font-weight: 400;
  font-family: Malgun Gothic, Tahoma, Geneva, sans-serif;
}

.button {
  display: inline-block;
  height: auto;
  padding: .55em .8em .5em .8em;
  font-weight: normal;
  font-size: .85em;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border: 2px solid;
  border-radius: 20px;
  background: transparent;
  margin: -2px .5em 0 0;
  text-decoration: none !important;
  letter-spacing: 0.1em;
  color: #EA8E00;
  z-index: 2;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  outline: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

h1 {
  font-weight: normal;
  font-size: 1.7em;
  margin: 0 0 .5em 0;
  line-height: 1.4;
}

h2 {
  font-weight: normal;
  font-size: 1.5em;
  margin: 0 0 .7em 0;
  line-height: 1.2;
  letter-spacing: .01em;
}

h3 {
  font-weight: normal;
  font-size: 1.25em;
  margin: 0 0 .5em 0;
  line-height: 1.4;
}

h4 {
  font-weight: normal;
  font-size: 1.15em;
  margin: 0 0 .5em 0;
  line-height: 1.4;
}

h5, h6 {
  font-weight: bold;
  font-size: 1.0em;
  margin: 0 0 .5em 0;
  line-height: 1.4;
}

p {
  padding: 0 0 1.5em 0;
  line-height: 1.6;
}

ul, ol {
  list-style: disc;
}

ol {
  list-style: decimal;
}

strong, input, button, .button {
  font-weight: bold;
}

nav ul {
  list-style: none;
}

em {
  font-style: italic;
}

a {
  color: #EA8E00;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #222;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

p img, h2 img {
  vertical-align: middle;
}

ul ul, ol ol {
  padding-bottom: 0;
}

dl {
  clear: both;
  display: table;
  width: 100%;
  margin: 0 0 2em 0;
}

dt, dd {
  padding: 0 0 1em 0;
  display: table-row;
  width: 48%;
  float: left;
}

dd {
  width: 100% !important;
}

dt {
  font-weight: bold;
}

address {
  padding-bottom: 2em;
}

sub {
  font-size: .7em;
  vertical-align: bottom;
}

sup {
  font-size: .7em;
  vertical-align: top;
}

pre, code {
  margin-bottom: 2em;
}

hr {
  clear: both;
  background: #EA8E00;
  height: 2px;
  width: 80px;
  border: 0;
  margin: 0 0 1em 0;
}

hr.aligncenter, .aligncenter hr {
  margin-left: auto;
  margin-right: auto;
}

ul.aligncenter, .aligncenter ul, ol.aligncenter, .aligncenter ol {
  list-style-position: inside;
  padding-left: 0;
}

.clear {
  clear: both;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justify {
  text-align: justify;
}

.justifyleft {
  text-align: left;
}

.justifyright {
  text-align: right;
}

.hidden {
  display: none;
}

.padding-40 {
  padding: 40px;
}

.white-back {
  background: rgba(255,255,255,0.9);
  min-height: 800px;
}

.page-outter {
  display: table;
  width: 100%;
}

.page-middle {
  display: table-cell;
  vertical-align: middle;
}

.page-inner {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

#top-bar {
  display: block;
  position: absolute;
  top: 10px;
  right: 7.2%;
}

#top-bar ul.top-links {
  float: left;
  margin: 0;
  padding: 0px;
}

#top-bar ul.top-links>li {
  float: left;
  display: inline-flex;
  position: relative;
}

.fa {
  color: #565656;
}

#top-bar ul.top-links>li>a {
  padding: 0px 10px 0px 3px;
  font-size: 11px;
  color: #565656;
  display: block;
  text-decoration: none;
}

#top-bar ul.top-links>li>a span {
  letter-spacing: -1px;
}

.pull-right {
  float: right !important;
}

.big, big {
  font-size: 1.15em;
  line-height: 1.5;
  font-weight: 300;
}

h2.big {
  font-size: 240%;
  letter-spacing: .1em;
}

.extrabig {
  font-size: 1.9em;
  line-height: 1.3;
  padding: 0 0 1.5em 0;
}

.small, small {
  font-size: .65em;
  line-height: 1.5;
}


@media (max-width: 767px){
	.small, small {
  font-size: .85em;
  line-height: 1.5;
	}
}


.extrasmall {
  font-size: .6em;
}

h6 .small, h6 .big, .small h6, .big h6 {
  line-height: 1;
}

.big i {
  font-size: 1.4em;
  font-weight: normal;
}

.extrabig i {
  font-size: 1.6em;
  font-weight: normal;
}

.serif {
  font-family: Times, serif;
  opacity: .8;
  font-size: 94%;
}

.smaller-width {
  width: 70%;
}

.smaller-padding {
  padding-bottom: 8px;
}

.smaller-margin {
  margin-bottom: 8px;
}

.no-padding {
  padding-bottom: 0;
}

.no-margin {
  margin-bottom: 0;
}

.side-padding {
  padding-left: 10%;
  padding-right: 10%;
}

.position-absolute {
  position: absolute;
}

.bring-up {
  position: relative;
  top: -1.8em;
}

hr.divider {
  background: none;
  border: 0;
  padding: 1.5em 0;
  margin: 0;
  clear: both;
}

.image-with-caption {
  width: 100%;
  position: relative;
  margin: 0 0 1em 0;
}

.image-with-caption img {
  width: 100%;
  height: auto;
  margin: 0 0 -5px 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.image-with-caption figcaption {
  position: absolute;
  width: 100%;
  padding: 1em 2em;
  bottom: 2em;
  color: #F7F6F5;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.image-with-caption:hover figcaption {
  opacity: 1;
  bottom: 0;
}

.image-with-caption p:first-of-type {
  font-style: italic;
  font-size: .9em;
  opacity: .8;
}

img.alignleft {
  margin: 5px 20px 20px 0;
}

img.alignright {
  margin: 5px 0 20px 20px;
}

p.alignleft, div.alignleft {
  margin-right: 20px;
}

p.alignright, div.alignright {
  margin-left: 20px;
}

img.alignnone.size-full {
  max-width: 110% !important;
  width: 100%;
}

p.extrabig {
  padding: 0 0 1em 0;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  p.extrabig {
    padding: 0 0 0.5em 0;
  }
}

.circle-image {
  display: inline-block;
  margin: 0 .8em 0 3px;
  vertical-align: top;
  float: left;
}

.circle-image img, img.circle-image {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  margin: -.5em .5em 2em 0;
}

.table_02 td {
  font-size: 12px;
  padding: 5px 4px !important;
  font-family: Malgun Gothic, Tahoma, Geneva, sans-serif !important;
}

.wrapper {
}

.wrapper::after {
  content: "";
  display: block;
  clear: both;
}

#content {
  width: 100%;
  position: relative;
  z-index: 3;
  font-size: 1.3em;
}

#content::after {
  content: "";
  display: block;
  clear: both;
}



#loadscreen {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#loader {
  position: absolute;
  width: 30%;
  height: 4px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #ccc;
  z-index: 400;
}

#loader span {
  display: block;
  height: 100%;
  background: #EA8E00;
  -webkit-animation: loadanim 3s linear;
  -moz-animation: loadanim 3s linear;
  -o-animation: loadanim 3s linear;
  animation: loadanim 3s linear;
}

@-webkit-keyframes loadanim {
  0% {
    width: 0px;
  }
}

@-moz-keyframes loadanim {
  0% {
    width: 0px;
  }
}

@-o-keyframes loadanim {
  0% {
    width: 0px;
  }
}

@keyframes loadanim {
  0% {
    width: 0px;
  }
}

.loadreveal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 300;
  top: 0;
  background: #F7F6F5;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.loadreveal.reveal {
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

#logo {
  float: left;
  margin: 0;
  position: absolute;
  z-index: 200;
}

#logo img {
  display: inline-block;
  position: relative;
  top: .2em;
}

#header nav {
  width: 75%;
  float: right;
  position: relative;
  top: 1em;
  right: 3em;
  z-index: 200;
}

#header nav ul {
  float: right;
  text-align: right;
  margin: 0;
  padding: 0;
}

#header nav ul li {
  display: inline-block;
  margin: 0 0.1em;
  border-radius: 4px;
  background: #FF1744;
}

#header nav ul li a {
  display: block;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  padding: 0.5em 2em;
  text-decoration: none;
  position: relative;
  z-index: 5;
}

#header nav ul li a:hover {
  color: #F7F6F5;
  text-decoration: none;
  background: #FF8A80;
  border-radius: 4px;
}

#header nav ul.sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: auto;
  text-align: left;
  padding: 3em 0 0 0;
  z-index: 4;
}

#header nav ul.sub-menu li {
  display: block;
  padding: 0;
  margin: 1px 0px;
  position: relative;
  border-radius: 4px;
  min-width: 170px;
}

#header nav ul.sub-menu li a {
  border-radius: 4px;
  display: block;
  padding: .9em 1.2em;
  width: auto;
  line-height: 0.9em;
  text-decoration: none;
  font-size: 0.9em;
  color: #fff;
  letter-spacing: 0.08em;
  position: relative;
}

#header nav ul.sub-menu li a:hover {
  color: #F7F6F5;
  text-decoration: none;
  background: #FF8A80;
}

#header nav ul.sub-menu li a::after {
  display: none;
}

#header nav ul.sub-menu ul {
  position: static;
  margin: 0;
  z-index: 1000;
}

#header nav #menu-burger {
  display: none;
  float: right;
  position: relative;
  line-height: 36px;
  padding: 0 0 0 1.5em;
  z-index: 202;
  color: #555;
  vertical-align: middle;
  cursor: pointer;
}

#header nav #menu-burger:hover {
  color: #222;
}

body #content {
  position: relative;
}

body #content > .wrapper {
  padding: 0em 4.5% 0;
}


body #content > .container {
    padding: 0em 4.5% 0;
}


@media (max-width: 767px){
	body #content > .container {
		padding: 7em 4.5% 0;
	}
}




body.fullscreen {
  max-height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  background: #222;
}

body.fullscreen #content {
  height: 100vh;
  overflow: hidden;
}

body.fullscreen #content > .wrapper {
  padding: 0;
}

body.fullscreen article {
  margin: 0;
}

body.fullscreen .featured-image-header {
  height: 100vh;
}

body.fullscreen .featured-image-header h1 {
  visibility: hidden;
}

body.fullscreen .featured-image-header img {
  top: 0;
}

body.fullscreen #footer {
  position: absolute;
  bottom: 0;
  padding-bottom: 2em;
  right: 0;
  z-index: 3;
  color: white;
}

body.fullscreen #logo a, body.fullscreen .gallery-caption a:hover {
  color: white;
}

body.fullscreen #logo svg path {
  fill: white;
}

body.fullscreen #logo #logo-svg-animated svg path {
  stroke: white;
}

body.fullscreen #header nav ul li a, body.fullscreen #header nav #searchicon i {
  color: white;
}

body.fullscreen #header nav ul.sub-menu {
  background: transparent;
  border-color: #F7F6F5;
}

body.fullscreen #header nav #menu-burger {
  color: white;
}

body.fullscreen ul.social-icons, body.fullscreen#footer p {
  vertical-align: bottom;
  padding-bottom: 0;
  line-height: 1.5em;
}

body.fullscreen ul.social-icons li a {
  color: white;
}

body.fullscreen #footer p.back-to-top {
  display: none;
}

body.fullscreen .position-absolute {
  position: absolute;
  bottom: 10%;
  width: 100%;
  text-align: center;
  z-index: 20;
  padding: 0 4.5%;
}

.big-text {
  position: absolute;
  top: 40%;
  width: 100%;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 60px;
  letter-spacing: -1px;
  line-height: 60px;
  color: #ededed;
  z-index: 4;
}

.flippy {
  position: relative;
}

ul.flippy {
  padding: 0px;
}

.flippy li {
  list-style: none;
}

.flippy > *:first-child {
  opacity: 1;
  top: 0;
}

.flippy > * {
  position: absolute;
  opacity: 0;
  width: 100%;
  top: -100px;
}

#main-carousel .item {
  margin: 5px;
}

#main-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
  border: 4px solid #bbb;
}

#gmap img {
  max-width: 9999px !important;
  position: static;
  margin: 0;
}

#gmap {
  width: 100%;
  height: 450px;
}

#page-top-sub1 {
  height: 200px;
  margin-bottom: 2em;
  background: url(../imgs/sub1/sub1-top.jpg) no-repeat center center;
}

#page-top-sub2 {
  height: 200px;
  margin-bottom: 2em;
  background: url(../imgs/sub2/sub2-top.jpg) no-repeat center center;
}

#page-top-sub3 {
  height: 200px;
  margin-bottom: 2em;
  background: url(../imgs/sub3/sub3-top.jpg) no-repeat center center;
}

#page-top-sub4 {
  height: 200px;
  margin-bottom: 2em;
  background: url(../imgs/sub4/sub4-top.jpg) no-repeat center center;
}

#page-top-sub5 {
  height: 200px;
  margin-bottom: 2em;
  background: url(../imgs/sub5/sub5-top.jpg) no-repeat center center;
}

.page-top-text {
  height: 200px;
  font-size: 50px;
  font-weight: bold;
  padding-top: 60px;
  letter-spacing: -1px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

#blog-post {
  width: 65%;
  float: right;
  position: relative;
}

#blog-post::after {
  content: "";
  display: block;
  clear: both;
}

#blog-timeline {
  width: 95%;
  float: left;
  position: relative;
}

#blog-timeline::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: -3em;
  right: 0;
  background: #ccc;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.2) 5%,rgba(0,0,0,.2) 80%,rgba(0,0,0,0) 100%);
}

#blog-timeline::after {
  content: "";
  display: block;
  clear: both;
}

#blog-timeline article {
  position: relative;
  opacity: 1;
  padding: 0 180px 0 0;
  margin: 0 0 3em 0;
  clear: both;
  text-align: left;
}

#blog-timeline article.active, #blog-timeline article:hover {
  opacity: 1;
}

#blog-timeline article::before {
  content: "";
  position: absolute;
  top: 7px;
  right: -5px;
  width: 10px;
  height: 10px;
  border: 2px solid #999;
  border-radius: 6px;
  background: #F7F6F5;
  z-index: 10;
}

#blog-timeline article h2 {
  font-size: 1.1em;
  font-weight: bold;
}

#blog-timeline article h2::before {
  content: "";
  width: 50%;
  height: 1px;
  background: #ccc;
  top: 12px;
  right: 0;
  position: absolute;
  z-index: 9;
}

#blog-timeline article .featured-image {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  top: 0px;
  right: -80px;
  z-index: 11;
}

#blog-timeline article .featured-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 5px solid #E6E6E6;
}

#blog-timeline article .featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: 0;
}

#blog-timeline article .entry-summary {
  font-size: .9em;
}

article.entry.post {
  clear: both;
  margin: 0 0 2em 0;
  width: 100%;
  position: relative;
}

article.entry.post img {
  max-width: 100%;
}

article.entry.post iframe {
  width: 100%;
}

article.entry.post .entry-content, article.entry.post .entry-footer {
  margin: 0 0 2em 0;
}

article h2 {
  font-size: 1.6em;
  margin: .5em 0 .75em 0;
}

.blog-masonry #blog-timeline {
  width: 100%;
}

.blog-masonry #blog-timeline::before {
  display: none;
}

.blog-masonry #blog-timeline article {
  width: 30%;
  margin: 1em 0 3em 0;
  opacity: 1;
}

.blog-masonry #blog-timeline article::after {
  content: "";
  display: block;
  width: 1px;
  height: 120%;
  position: absolute;
  z-index: -1;
  top: -1em;
  right: 0;
  background: #ccc;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.2) 5%,rgba(0,0,0,.2) 80%,rgba(0,0,0,0) 100%);
}

.featured-image-header {
  height: 300px;
  overflow: hidden;
  position: relative;
  z-index: -1;
}

.featured-image-header img {
  width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
}

.entry-meta > div {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 1em 1em 0;
  font-size: .8em;
}

.entry-meta > div:last-child {
  margin-right: 0;
}

.entry-category {
}

.entry-author img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 2em 2em 0;
  vertical-align: middle;
  float: left;
}

.entry-author h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: .9em;
}

.entry-meta > div.entry-date {
  text-transform: uppercase;
  font-size: .75em;
}

.entry-date strong {
  font-size: 1.2em;
}

.entry-tags a {
  display: inline-block;
  border-radius: 12px 3px 3px 12px;
  padding: 0 16px;
  line-height: 24px;
  font-size: .7em;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  -webkit-transition: background .2s ease;
  -moz-transition: background .2s ease;
  -ms-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
}

.entry-tags a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  width: 8px;
  height: 8px;
  border: 2px solid #999;
  border-radius: 4px;
}

.entry-summary p {
  padding-bottom: .5em;
  font-size: .75em;
}

.entry-summary > p:first-child {
  font-size: .75em;
  opacity: .9;
}

.entry-footer {
  clear: both;
  font-size: .9em;
}

.entry-footer h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
}

.fullscreen-gallery.gallery {
  height: 100vh;
  margin: 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.fullscreen-gallery .gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
}

.fullscreen-gallery .gallery-caption .entry-summary {
  width: 100%;
  bottom: 0;
  padding: 2.5em 4.5%;
  opacity: 1;
}

.fullscreen-gallery .gallery-item {
  height: 100%;
  width: 100%;
}

.fullscreen-gallery .gallery-icon {
  height: 100%;
  width: 100%;
}

.fullscreen-gallery .gallery-video {
  height: 100%;
  width: 100%;
}

.fullscreen-gallery .gallery-video video {
  height: 100%;
  width: 100%;
  display: inline-block;
  vertical-align: baseline;
}

.fullscreen-gallery .gallery-icon img {
  width: 100%;
  height: 100%;
}

.fullscreen-gallery .gallery-caption h3 {
  font-size: 1.55em;
  margin-bottom: .3em;
}

.fullscreen-gallery.kenburns-gallery .gallery-icon {
  display: none;
}

.fullscreen-gallery.kenburns-gallery canvas {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}

.gallery.no-margin {
  margin-bottom: 0 !important;
}

#footer {
  text-align: right;
  padding: 2em 4.5% 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.entry-social {
  display: inline-block;
  vertical-align: top;
  float: left;
  font-size: 1.1em;
  position: relative;
  bottom: .45em;
}

.entry-social .sharers {
  font-size: .9em;
  display: inline-block;
  padding-left: 2em;
}

.entry-social .sharers a {
  padding: 0 .5em;
  color: #222;
  text-decoration: underline;
}

.entry-social a.button {
  margin-bottom: .2em;
}

#footer p.copyright {
  display: inline-block;
  text-align: right;
  padding-left: 1em;
  font-size: 0.7em;
}

#footer p.back-to-top {
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  white-space: nowrap;
}

#footer p.back-to-top a {
  color: #222;
  text-decoration: underline;
}

ul.social-icons {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 .5em;
  line-height: 1.1;
}

ul.social-icons::after {
  content: "";
  display: block;
  clear: both;
}

ul.social-icons li {
  display: inline-block;
  padding: 0 0 0 1em;
  font-size: 1em;
}

ul.social-icons li a {
  text-decoration: none !important;
}

ul.social-icons li a:hover i {
  color: #EA8E00;
  -moz-animation: spinHorizontal .5s linear;
  -o-animation: spinHorizontal .5s linear;
  -webkit-animation: spinHorizontal .5s linear;
  animation: spinHorizontal .5s linear;
}

@-webkit-keyframes spinHorizontal {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(-360deg);
  }
}

@-mox-keyframes spinHorizontal {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(-360deg);
  }
}

@-o-keyframes spinHorizontal {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(-360deg);
  }
}

@keyframes spinHorizontal {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(-360deg);
  }
}

.board {
  font-size: 12px !important;
}

table.seLayout {
  border-width: 0px !important;
}

.cat > .board {
  font-size: 13px !important;
  font-weight: bold !important;
  padding: 5px;
  color: #ff0000;
  margin-bottom: 20px;
}

td.paging {
  padding-top: 40px;
}

#basicCube {
  width: 100%;
  height: 524px;
}

@media screen and (max-width: 1024px) {
  #basicCube {
    width: 100%;
    height: 280px;
  }

  .page-inner {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }
}

@media screen and (max-width: 800px) {
  #basicCube {
    width: 100%;
    height: 218px;
  }
}

@media screen and (max-width: 640px) {
  #basicCube {
    width: 100%;
    height: 582px;
  }
}

@media screen and (max-width: 480px) {
  #basicCube {
    width: 100%;
    height: 437px;
  }
}

@media screen and (max-width: 414px) {
  #basicCube {
    width: 100%;
    height: 377px;
  }
}

@media screen and (max-width: 400px) {
  #basicCube {
    width: 100%;
    height: 364px;
  }
}

@media screen and (max-width: 375px) {
  #basicCube {
    width: 100%;
    height: 341px;
  }
}

@media screen and (max-width: 360px) {
  #basicCube {
    width: 100%;
    height: 328px;
  }
}

@media screen and (max-width: 320px) {
  #basicCube {
    width: 100%;
    height: 291px;
  }
}

@media screen and (max-width: 1024px) {
  #header nav ul li a {
    padding: 0.5em 1em;
  }

  #header nav {
    right: 1em;
  }
}

@media screen and (max-width: 980px) {
  #content {
    font-size: 1em;
  }

  #header {
  }

  #header nav {
    right: 1em;
  }

  #header nav #menu-burger i {
    font-size: 2em;
  }

  #header nav #menu-burger {
    display: block;
    z-index: 999;
  }

  #header nav #menu {
    position: fixed;
    width: 200px;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    padding: 5% 0em;
    z-index: 888;
    overflow-y: scroll;
    -webkit-transform: translate3d(-320px,0,0);
    transform: translate3d(-320px,0,0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  }

  #header nav #menu.menu-shown {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  }

  #header nav ul {
    font-size: 1.2em;
    text-align: center;
    float: none;
  }

  #header nav ul li {
    display: block;
    margin: 0 auto;
    clear: both;
  }

  #header nav ul li a {
    color: white !important;
  }

  #header nav ul.sub-menu {
    display: block !important;
    border: 0;
    position: static !important;
    background: transparent !important;
    margin: 0 auto !important;
    float: none;
    text-align: center;
    padding: 0 0 1.5em 0;
    font-size: .8em;
    opacity: 1 !important;
    overflow: visible !important;
  }

  .fullscreen-gallery .gallery-icon img {
    height: 100%;
    width: auto;
    max-width: 9999px;
  }

  #footer, body.fullscreen #footer {
    padding-bottom: 2.5em;
  }

  #footer p.back-to-top {
    position: relative;
    padding: 0 0 0 1em;
  }
}

@media screen and (max-width: 640px) {
  #header {
    padding-top: 0px;
  }

  body #content > .wrapper {
    padding-top: 6.5em;
  }

  .image-with-caption figcaption {
    opacity: 1;
    bottom: 0;
    background: rgba(0,0,0,.3);
    padding-top: 2em;
  }

  .p50, .column-grid .column {
    float: none !important;
    width: 100% !important;
    padding-right: 0;
    clear: both;
  }

  #content p.input-block.p50.right {
    padding-right: 0;
    margin-left: 0;
  }

  .left, .right {
    float: none !important;
    padding-bottom: 25px;
  }

  .right {
    margin-left: 0 !important;
  }

  img.right, img.alignright, img.left, img.alignleft {
    float: none !important;
    padding-bottom: 0;
  }

  .justifyright {
    text-align: left;
  }

  img.alignnone.size-full {
    margin: 0 0 0 -2em;
    max-width: 115%;
  }

  .colorful-content-box a.button {
    float: none;
    margin-top: 1em;
  }

  body.fullscreen .position-absolute {
    bottom: 80px;
  }

  .masonry-gallery .gallery-item {
    width: 47.5% !important;
  }

  .fullscreen-gallery .gallery-caption {
    font-size: 70%;
  }

  #blog-timeline {
    width: 100%;
  }

  #blog-timeline::before, #blog-timeline article::before, #blog-timeline article h2::before, #blog-timeline article .featured-image::after {
    display: none;
  }

  #blog-timeline article {
    width: 100%;
    float: none;
    text-align: left !important;
    padding: 0;
  }

  #blog-timeline article .featured-image {
    position: static;
    float: left;
    margin: -5px 1em 4em -10px;
  }

  #blog-post {
    width: 100%;
  }

  .blog-oneline-carousel .viewport {
    width: 100%;
  }

  .blog-oneline-carousel ul li {
    line-height: 1.3;
    padding-top: 5px;
  }

  #footer, body.fullscreen #footer {
    padding-bottom: 0px;
  }

  #footer p.copyright {
    display: inline-block;
    text-align: center;
    padding: 0px;
    font-size: 0.7em;
    line-height: 1.5em;
  }

  .big-text {
    display: none;
  }

  ul.address {
    padding: 1em 0;
    line-height: 1.6;
  }

  #page-top-sub1, #page-top-sub2, #page-top-sub3, #page-top-sub4, #page-top-sub5 {
    display: none;
  }

  .hidden-640 {
    display: none;
  }

  .nneditor-toolbar-container {
    display: none;
  }

  input[type='text'][name='writer'] {
    width: 95% !important;
    padding: 5px;
  }

  input[type='text'][name='receiver_email'] {
    width: 95% !important;
    padding: 5px;
  }

  input[type='password'][name='password'] {
    padding: 5px;
  }

  input[type='text'][name='subject'] {
    width: 95% !important;
    padding: 5px;
  }

  #descriptionView_IFRAME {
    height: 200px !important;
    padding: 5px;
  }

  input[type='text'][name='name'] {
    width: 95% !important;
    padding: 5px;
  }

  input[type='text'][name='title'] {
    width: 95% !important;
    padding: 5px;
  }

  textarea[name='description'] {
    width: 95% !important;
  }
}

@media screen and (max-height: 480px) {
  .fullscreen-gallery .gallery-caption .entry-summary {
    padding-bottom: 2em;
  }
}

@media screen and (max-width: 640px) and (orientation: portrait) {
  .fullscreen-gallery .gallery-caption .entry-summary {
    padding-bottom: 5em;
  }

  .blog-oneline-carousel .viewport {
    width: 100%;
  }

  .blog-oneline-carousel ul li {
    line-height: 1.3;
    padding-top: 5px;
  }
}


.part_st {
    position: relative;
    text-align: center;
}

.img_gym_st {
    display: inline-block;
    text-align: center;
    width: 220px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.img_gym_st img {
    margin-left: -100%;
    margin-right: -100%;
}

.logo_style {
    border-radius: 100%;
    border: 1px none rgb(68, 68, 68);
    width: 200px;
    height: 200px;
    outline: none;
    cursor: default;
}




	.mt-50{
	margin-top:50px;
	}
	.mb-50{
	margin-bottom:50px;
	}
	.pt-50{
	padding-top:50px;
	}
	.pb-50{
	padding-bottom:50px;
	}
