@import 'fonts.css';
/* Reset styles
*******************************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html {
  overflow-y: scroll;
  /* 1 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
}
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
li,
ol,
a,
em,
img,
strong,
fieldset,
form,
label,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}
:focus {
  outline: 0;
}
img {
  vertical-align: middle;
  outline: 0;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
html,
body,
textarea,
input {
  -webkit-text-size-adjust: none;
}
body {
  text-align: left;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
}
/* Form Elements
*******************************/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  font-size: 13px;
  font-weight: 700;
  background: transparent;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
}
select,
input[type=text],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c9c9c6;
  height: 30px;
  font: 10px/20px 'futurastd-book';
  padding: 5px 18px;
  margin: 0;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  width: 100%;
  color: #474040;
  border-radius: 0;
}
textarea {
  height: 180px;
  resize: none;
  overflow: auto;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.l {
  text-align: left;
}
.c {
  text-align: center;
}
.j {
  text-align: justify;
}
.r {
  text-align: right;
}
/* Clearfix
*******************************/
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.clear {
  clear: both;
}
/* Links
*******************************/
a {
  text-decoration: none;
  color: #c6b994;
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -ms-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear;
}
a:hover {
  color: #90908e;
}
/* Headers
*******************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
  line-height: 1em;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
/* Text elements
*******************************/
p {
  margin: 0 0 1.5em 0;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
img {
  border: 0;
}
.small {
  font-size: 10px;
}
hr {
  display: block;
  height: 0px;
  line-height: 0px;
  border: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 16px 0;
  float: none;
  clear: both;
  padding: 0;
}
/* Wordpress Typo
*******************************/
.entry-content ul {
  list-style: square;
}
.entry-content ul li {
  list-style: square;
}
.entry-content ol {
  list-style: decimal;
}
.entry-content ol li {
  list-style: decimal;
}
.entry-content ul,
.entry-content ol {
  margin: 0 0 1em 1.5em;
  line-height: 1.5;
}
.entry-content ul ul,
.entry-content ol ul,
.entry-content ul ol,
.entry-content ol ol {
  margin-bottom: 0;
}
.entry-content ol ol {
  list-style: upper-alpha;
}
.entry-content ol ol ol {
  list-style: lower-roman;
}
.entry-content ol ol ol ol {
  list-style: lower-alpha;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-family: 'futura_std_condensed_light';
  text-transform: none;
  margin-bottom: .5em;
}
.entry-content table {
  width: auto;
  border-collapse: collapse;
  margin-bottom: 18px;
}
.entry-content table td,
.entry-content table th {
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #ccc;
}
.entry-content table th {
  font-weight: bold;
}
.entry-content pre {
  border: 1px solid #ccc;
  background: #eee;
  padding: 1em 2em;
  margin-bottom: 1em;
}
.entry-content blockquote {
  font-style: italic;
  margin: 1em 3em;
}
.entry-content blockquote p:before {
  content: '"';
}
.entry-content blockquote p:after {
  content: '"';
}
.entry-content img,
.entry-content img.size-auto,
.entry-content img.size-full,
.entry-content img.size-large,
.entry-content img.size-medium,
.entry-content .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
  margin-bottom: 2px;
}
.entry-content .alignleft,
.entry-content img.alignleft {
  display: inline;
  float: left;
  margin-right: 11px;
}
.entry-content .alignright,
.entry-content img.alignright {
  display: inline;
  float: right;
  margin-left: 11px;
}
.entry-content .aligncenter,
.entry-content img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content img.alignleft,
.entry-content img.alignright,
.entry-content img.aligncenter {
  margin-bottom: 1em;
}
.entry-content .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.entry-content .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px;
}
.entry-content .wp-smiley {
  margin: 0;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
}
.flexslider ul,
.flexslider ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider ul li,
.flexslider ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider .slider-slides,
.flexslider .slides {
  zoom: 1;
}
.flexslider .slider-slides > li,
.flexslider .slides > li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
  text-align: center;
}
.flexslider .slider-slides > li:first-child,
.flexslider .slides > li:first-child {
  display: block;
}
.flexslider .slider-slides img,
.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  width: auto;
}
.flexslider .descr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(100, 100, 100, 0.5);
  color: #fff;
  text-align: left;
}
.flexslider .descr h3 {
  text-align: left;
}
.flexslider .descr .text p:last-child {
  margin-bottom: 0;
}
.flex-container {
  zoom: 1;
  position: relative;
}
/* Clearfix for the .slides element */
.slider-slides:after,
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slider-slides,
html[xmlns] .slides {
  display: block;
}
* html .slider-slides,
* html .slides {
  height: 1%;
}
body {
  background: #f5f5f5;
  font: 14px/20px 'crimson_textroman', Arial, Verdana, sans-serif;
  color: #464545;
}
html,
body {
  height: 100%;
  /* needed for container min-height */
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* Wrappers
*******************************/
#wrapper {
  position: relative;
  /* needed for footer positioning*/
  margin: 0 auto;
  /* center, not in IE5 */
  width: 100%;
  height: auto !important;
  /* real browsers */
  height: 100%;
  /* IE6: treaded as min-height*/
  min-height: 100%;
  /* real browsers */
  min-width: 930px;
}
/* Header
*******************************/
#header {
  background: #fff;
  position: relative;
}
#header:before {
  background: #474040;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 42px;
}
#header:after {
  background: url(../images/header-bg.png) 50% 0 no-repeat;
  content: "";
  width: 1915px;
  height: 469px;
  position: absolute;
  bottom: -469px;
  left: 0;
  width: 100%;
}
#header .content {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 16px;
}
#header .toolbar {
  height: 42px;
  margin-bottom: 10px;
}
#header h1 {
  width: 143px;
  height: 146px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#header h1 a {
  background: url(../images/logo.png) 0 0 no-repeat;
  display: block;
  width: 143px;
  height: 146px;
  text-indent: -9999px;
}
#header h1 a:hover {
  background-position: 0 100%;
}
#header .searchform {
  border-bottom: 1px solid #e0e0e0;
  width: 168px;
  position: relative;
  padding-right: 16px;
  float: left;
}
#header .searchform .s {
  background: transparent;
  border: 0;
  height: 22px;
  width: 100%;
  padding: 4px 0 5px;
  margin: 0;
  max-width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 12px/13px 'gothamhtf-light';
  color: #808080;
}
#header .searchform label {
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  font: 12px/13px 'gothamhtf-light';
  color: #808080;
}
#header .searchform .searchsubmit {
  background: url(../images/searchsubmit-bg.png) 0 0 no-repeat;
  width: 13px;
  height: 13px;
  text-indent: -9999px;
  position: absolute;
  top: 4px;
  right: 0;
}
#header .searchform .searchsubmit:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
#menu {
  font: 14px/24px 'futurastd-condensed';
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  left: 0;
  top: 89px;
  z-index: 1;
  width: 100%;
  text-align: justify;
}
#menu .button {
  background: url(../images/menu-button-bg.png) 50% 50% no-repeat;
  display: none;
  text-indent: -9999px;
  cursor: pointer;
  height: 42px;
}
#menu ul.menu {
  display: inline;
}
#menu ul.menu > li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 85px;
}
#menu ul.menu > li.sep {
  background: url(../images/menu-separator.png) 0 0 no-repeat;
  width: 3px;
  height: 100px;
}
#menu ul.menu > li.center {
  width: 200px;
  height: 100px;
}
#menu ul.menu > li.galleries a,
#menu ul.menu > li.classes a {
  padding-top: 54px;
}
#menu ul.menu > li a {
  background: url(../images/menu-icons.png) 50% 0 no-repeat;
  display: block;
  padding-top: 42px;
  color: #474040;
}
#menu ul.menu > li a:hover,
#menu ul.menu > li.active a {
  color: #c6b994;
}
#menu ul.menu > li.about a {
  background-position: 50% 0;
}
#menu ul.menu > li.about a:hover,
#menu ul.menu > li.about.active a {
  background-position: 50% -100px;
}
#menu ul.menu > li.learn a {
  background-position: 50% -200px;
}
#menu ul.menu > li.learn a:hover,
#menu ul.menu > li.learn.active a {
  background-position: 50% -300px;
}
#menu ul.menu > li.galleries a {
  background-position: 50% -400px;
}
#menu ul.menu > li.galleries a:hover,
#menu ul.menu > li.galleries.active a {
  background-position: 50% -500px;
}
#menu ul.menu > li.classes a {
  background-position: 50% -600px;
}
#menu ul.menu > li.classes a:hover,
#menu ul.menu > li.classes.active a {
  background-position: 50% -700px;
}
#menu ul.menu > li.news a {
  background-position: 50% -800px;
}
#menu ul.menu > li.news a:hover,
#menu ul.menu > li.news.active a {
  background-position: 50% -900px;
}
#menu ul.menu > li.products a {
  background-position: 50% -1000px;
}
#menu ul.menu > li.products a:hover,
#menu ul.menu > li.products.active a {
  background-position: 50% -1100px;
}
#menu ul.menu > li.diy {
  display: none;
}
#menu:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
/* Content
*******************************/
#content {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
#content .content-wrapper {
  padding: 4.27% 0;
}
/* Footer
*******************************/
#footer {
  background: #464545;
  position: relative;
  z-index: 1;
}
#footer:before {
  background: url(../images/footer-bg.png) 50% 0 no-repeat;
  content: "";
  width: 1915px;
  height: 469px;
  position: absolute;
  top: -469px;
  left: 0;
  width: 100%;
}
#footer .content {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}
#footer .top {
  padding: 4.27% 7.43% 4.27% 14.01%;
  border-bottom: 1px solid #585756;
}
#footer .top .left {
  float: left;
  width: 38.73%;
}
#footer .top .right {
  float: right;
  width: 45.04%;
  padding-top: 5px;
}
#footer .social ul {
  float: right;
}
#footer .social ul:first-child {
  float: left;
}
#footer .social ul li {
  text-align: center;
}
#footer .social ul li:first-child {
  margin-bottom: 30px;
}
#footer .social ul li a {
  font: 10px/1 'futurastd-medium';
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  position: relative;
}
#footer .social ul li a:before {
  background: url(../images/footer-social-sep.png) 50% 0 no-repeat;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 24px;
  left: 0;
}
#footer .social ul li a span {
  display: block;
  margin-top: 24px;
  font: 18px/1 'alegreya-scitalic';
  letter-spacing: 1px;
  color: #c6b994;
  text-transform: none;
}
#footer .social ul li a:hover span {
  color: #fff;
}
#footer .japan-link {
  display: none;
  text-align: center;
  margin-top: 30px;
}
#footer .japan-link a {
  background: url(../images/japan-flag.png) 0 1px no-repeat;
  display: inline-block;
  padding-left: 20px;
  color: #fff;
  font: 10px/13px 'futurastd-light';
  text-transform: uppercase;
  letter-spacing: 2px;
}
#footer .japan-link a:hover {
  color: #c6b994;
}
#footer .navigation ul {
  float: left;
  width: 33.33%;
}
#footer .navigation ul li {
  margin-top: 30px;
  font: 10px/13px 'futurastd-light';
  text-transform: uppercase;
  letter-spacing: 2px;
}
#footer .navigation ul li:first-child {
  margin-top: 0;
}
#footer .navigation ul li a {
  color: #fff;
}
#footer .navigation ul li a:hover {
  color: #c6b994;
}
#footer .navigation ul li a.japan {
  background: url(../images/japan-flag.png) 0 1px no-repeat;
  display: inline-block;
  padding-left: 20px;
}
#footer .bottom {
  padding: 4.27% 7.26% 3.41% 14.01%;
  text-align: center;
  color: #fff;
}
#footer .bottom .left {
  float: left;
  width: 38.73%;
}
#footer .bottom .right {
  float: right;
  width: 45.04%;
  font: 11px/21px 'alegreya-scregular';
  letter-spacing: 1px;
}
#footer .bottom h2 {
  font: 18px/1 'alegreya-scregular';
  letter-spacing: 1px;
}
#footer .bottom .developed {
  margin-top: 20px;
}
#footer .newsletter {
  position: relative;
}
#footer .newsletter .newsletter-email {
  background: transparent;
  border: 1px dashed #fff;
  font: 12px/20px 'futurastd-light';
  color: #fff;
  text-align: center;
  margin-bottom: 22px;
}
#footer .newsletter label {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  text-align: center;
  font: 12px/20px 'futurastd-light';
  text-transform: uppercase;
  color: #fff;
}
#footer .newsletter .newsletter-submit {
  background: url(../images/footer-newsletter-submit.png) 0 0 no-repeat;
  text-indent: -9999px;
  height: 25px;
  width: 74px;
  position: relative;
}
#footer .newsletter .newsletter-submit:hover {
  background-position: 0 100%;
}
.paginator-wrapper {
  margin-top: 2.39%;
  background: #fff;
  padding: 2.73% 1.79%;
}
.paginator-wrapper .paginator {
  position: relative;
  text-align: center;
  font: 12px/31px 'futurastd-light';
  letter-spacing: 2px;
  color: #464545;
  text-transform: uppercase;
  height: 31px;
}
.paginator-wrapper .paginator .next,
.paginator-wrapper .paginator .prev {
  background: url(../images/galleries-arrows.png) 0 0 no-repeat;
  height: 31px;
  cursor: pointer;
  position: absolute;
  top: 0;
  font-size: 21px;
  color: #464545;
}
.paginator-wrapper .paginator .next:hover,
.paginator-wrapper .paginator .prev:hover {
  color: #c6b994;
}
.paginator-wrapper .paginator .next a,
.paginator-wrapper .paginator .prev a {
  color: #464545;
}
.paginator-wrapper .paginator .next a:hover,
.paginator-wrapper .paginator .prev a:hover {
  color: #c6b994;
}
.paginator-wrapper .paginator .next.prev-inactive,
.paginator-wrapper .paginator .prev.prev-inactive,
.paginator-wrapper .paginator .next.next-inactive,
.paginator-wrapper .paginator .prev.next-inactive {
  display: none;
}
.paginator-wrapper .paginator .prev {
  background-position: 0 0;
  left: 0;
  padding-left: 37px;
}
.paginator-wrapper .paginator .prev:hover {
  background-position: 0 -31px;
}
.paginator-wrapper .paginator .next {
  background-position: 100% -62px;
  right: 0;
  padding-right: 37px;
}
.paginator-wrapper .paginator .next:hover {
  background-position: 100% 100%;
}
/* Page - Default Template
*******************************/
#page {
  background: #fff;
  padding: 3.41% 11.54% 7.35%;
}
#page .entry-title {
  background: url(../images/classes-title-bg.png) 50% 0 no-repeat;
  padding-top: 74px;
  position: relative;
  text-align: center;
  margin-bottom: 4.44%;
  font: 24px/30px 'alegreya-scregular';
  letter-spacing: 2px;
}
#page .entry-title:before,
#page .entry-title:after {
  background: #bababa;
  content: "";
  height: 1px;
  position: absolute;
  top: 18px;
}
#page .entry-title:before {
  left: 0;
  right: 50%;
  margin-right: 49px;
}
#page .entry-title:after {
  left: 50%;
  right: 0;
  margin-left: 49px;
}
/* Newsletter Template
*******************************/
#newsletter .main {
  background: #fff;
  padding: 0.43%;
  margin-bottom: 1.7%;
}
#newsletter .content {
  padding: 7.75% 20%;
}
#newsletter .wrap {
  background: rgba(255, 255, 255, 0.9);
  padding: 4.8% 17%;
}
#newsletter .entry-title {
  background: url(../images/classes-title-bg.png) 50% 0 no-repeat;
  padding-top: 74px;
  position: relative;
  text-align: center;
  margin-bottom: 4.44%;
  font: 24px/30px 'alegreya-scregular';
  letter-spacing: 2px;
}
#newsletter .entry-title:before,
#newsletter .entry-title:after {
  background: #bababa;
  content: "";
  height: 1px;
  position: absolute;
  top: 18px;
}
#newsletter .entry-title:before {
  left: 0;
  right: 50%;
  margin-right: 49px;
}
#newsletter .entry-title:after {
  left: 50%;
  right: 0;
  margin-left: 49px;
}
#newsletter .newsletter {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}
#newsletter .newsletter .newsletter-email {
  background: transparent;
  border: 1px dashed #b6b3ad;
  font: 12px/20px 'futurastd-light';
  color: #474040;
  text-align: center;
  margin-bottom: 22px;
}
#newsletter .newsletter label {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  text-align: center;
  font: 12px/20px 'futurastd-light';
  text-transform: uppercase;
  color: #474040;
}
#newsletter .newsletter .newsletter-submit {
  background: url(../images/page-newsletter-submit.png) 0 0 no-repeat;
  text-indent: -9999px;
  height: 25px;
  width: 74px;
  position: relative;
  margin: 0 auto;
  display: block;
}
#newsletter .newsletter .newsletter-submit:hover {
  background-position: 0 100%;
}
#newsletter .navigation {
  background: #fff;
  padding: 0.43%;
}
#newsletter .navigation .wrap {
  border: 1px solid #d2d2d2;
  padding: 1.29% 0;
}
#newsletter .navigation ul li {
  background: url(../images/separator.png) 0 50% no-repeat;
  float: left;
  width: 25%;
  font: 12px/1 'futurastd-book';
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}
#newsletter .navigation ul li:first-child {
  background: none;
}
#newsletter .navigation ul li a {
  color: #464545;
}
#newsletter .navigation ul li a:hover {
  color: #c6b994;
}
/* Error Page
*******************************/
#page404 {
  text-align: center;
}
#page404 .main {
  background: #fff;
  padding: 0.43%;
  margin-bottom: 1.7%;
  text-transform: uppercase;
}
#page404 .main .wrap {
  border: 1px solid #d2d2d2;
  padding: 6.9%;
}
#page404 .main .entry-title {
  background: url(../images/page404-title-bg.png) 50% 0 no-repeat;
  font: 80px/60px 'alegreya-scregular';
  color: #474040;
  height: 168px;
  padding-top: 27px;
  margin-bottom: 10px;
}
#page404 .main .entry-title span {
  font-size: 60px;
}
#page404 .main .entry-content {
  font: 9px/24px 'futurastd-book';
}
#page404 .navigation {
  background: #fff;
  padding: 0.43%;
}
#page404 .navigation .wrap {
  border: 1px solid #d2d2d2;
  padding: 1.29% 0;
}
#page404 .navigation ul li {
  background: url(../images/separator.png) 0 50% no-repeat;
  float: left;
  width: 25%;
  font: 12px/1 'futurastd-book';
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}
#page404 .navigation ul li:first-child {
  background: none;
}
#page404 .navigation ul li a {
  color: #464545;
}
#page404 .navigation ul li a:hover {
  color: #c6b994;
}
/* Homepage
*******************************/
#homepage {
  float: left;
  width: 100%;
}
#homepage .main {
  margin-left: 232px;
}
#homepage .top {
  height: 450px;
}
#homepage .top .right {
  float: right;
  width: 238px;
  margin-left: -238px;
}
#homepage .slider {
  float: left;
  width: 100%;
}
#homepage .slider .flexslider {
  margin-right: 238px;
}
#homepage .slider .slides li {
  height: 450px;
}
#homepage .slider .slides li img {
  display: none;
}
#homepage .slider .info {
  background: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 32px 40px 25px;
  text-align: center;
}
#homepage .slider .info .title {
  font: 21px/28px 'futurastd-light';
  text-transform: uppercase;
  letter-spacing: 2px;
}
#homepage .slider .info .sub-title {
  font: 21px/28px 'futurastd-medium';
  text-transform: uppercase;
  letter-spacing: 2px;
}
#homepage .slider .info .link {
  font: 14px/19px 'alegreya-scitalic';
  margin-top: 10px;
  letter-spacing: 1px;
}
#homepage .news {
  background: url(../images/homepage-news-bg.png) 50% 50% no-repeat #ffffff;
  height: 196px;
  text-align: center;
  padding: 30px 20px 0;
}
#homepage .news h2 {
  font: 14px/39px 'futurastd-light';
  text-transform: uppercase;
  letter-spacing: 2px;
}
#homepage .news h2 span {
  display: block;
  font: 24px/30px 'futurastd-heavy';
  color: #c6b994;
  position: relative;
}
#homepage .news h2 span:before,
#homepage .news h2 span:after {
  border-top: 1px solid #c6b994;
  content: "";
  display: inline-block;
  height: 1px;
  width: 25px;
  padding-bottom: 7px;
}
#homepage .news h2 span:before {
  margin-right: 3px;
}
#homepage .news h2 span:after {
  margin-left: 3px;
}
#homepage .news h3 {
  font: 14px/21px 'alegreya-scitalic';
}
#homepage .news .more {
  font: 18px/21px 'alegreya-scitalic';
}
#homepage .todo {
  background: url(../images/homepage-todo-bg.png) 50% 50% no-repeat #c6b994;
  height: 200px;
  text-align: center;
  padding: 24px 38px 0;
}
#homepage .todo h2 {
  font: 33px/35px 'alegreya-scregular';
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 20px;
}
#homepage .todo h2 span {
  display: block;
  font: 22px/30px 'alegreya-scitalic';
  color: #474040;
}
#homepage .todo h3 {
  font: 16px/19px 'crimson_textitalic';
  color: #fff;
}
#homepage .todo .more {
  font: 18px/21px 'alegreya-scitalic';
}
#homepage .todo .more a {
  color: #474040;
}
#homepage .todo .more a:hover {
  color: #fff;
}
#homepage .center {
  margin-top: 2.13%;
}
#homepage .center .class,
#homepage .center .shop {
  background: #fff;
  float: left;
  width: 48.82%;
  text-align: center;
}
#homepage .center .class .wrap,
#homepage .center .shop .wrap {
  border: 1px solid #d1d1d1;
  margin: 0.87%;
}
#homepage .center .class h2,
#homepage .center .shop h2 {
  font: 31px/53px 'futurastd-light';
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #90908e;
  padding: 16px 0 17px;
  border-bottom: 1px solid #d1d1d1;
}
#homepage .center .class h2 span,
#homepage .center .shop h2 span {
  display: block;
  font-size: 39px;
  font-family: 'futurastd-medium';
  color: #535353;
}
#homepage .center .class .info,
#homepage .center .shop .info {
  padding: 0 14.73% 30px;
}
#homepage .center .class .text,
#homepage .center .shop .text,
#homepage .center .class .location,
#homepage .center .shop .location {
  font: 16px/19px 'crimson_textitalic';
  color: #bca76f;
  min-height: 76px;
}
#homepage .center .class .location,
#homepage .center .shop .location {
  margin-top: 10px;
  font-size: 14px;
}
#homepage .center .class .more,
#homepage .center .shop .more {
  margin-top: 20px;
  padding-top: 54px;
  font: 18px/1 'alegreya-scitalic';
  position: relative;
  letter-spacing: 1px;
}
#homepage .center .class .more:before,
#homepage .center .shop .more:before,
#homepage .center .class .more:after,
#homepage .center .shop .more:after {
  background: #bababa;
  content: "";
  height: 1px;
  position: absolute;
  top: 14px;
}
#homepage .center .class .more:before,
#homepage .center .shop .more:before {
  left: 0;
  right: 50%;
  margin-right: 60px;
}
#homepage .center .class .more:after,
#homepage .center .shop .more:after {
  left: 50%;
  right: 0;
  margin-left: 60px;
}
#homepage .center .class .more a,
#homepage .center .shop .more a {
  color: #535353;
}
#homepage .center .class .more a:hover,
#homepage .center .shop .more a:hover {
  color: #bca76f;
}
#homepage .center .class {
  margin-right: 2.36%;
}
#homepage .center .class h2 {
  background: url(../images/homepage-class-bg.png) 50% 0 no-repeat;
}
#homepage .center .class .more {
  background: url(../images/homepage-class-icon.png) 50% 0 no-repeat;
}
#homepage .center .shop h2 {
  background: url(../images/homepage-shop-bg.png) 50% 0 no-repeat;
}
#homepage .center .shop .more {
  background: url(../images/homepage-shop-icon.png) 50% 0 no-repeat;
}
#homepage .bottom {
  background: #fff;
  margin-top: 2.13%;
  padding: 0.42%;
}
#homepage .bottom .wrap {
  border: 1px solid #d1d1d1;
  padding: 3.23%;
}
#homepage .bottom h2 {
  text-align: center;
  font: 29px/1 'futurastd-light';
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #c6b994;
}
#homepage .bottom h2 span {
  display: block;
  font: 18px/22px 'crimson_textitalic';
  color: #535353;
  text-transform: none;
}
#homepage .bottom .flexslider .slides {
  background: url(../images/menu-separator.png) 50% 0 repeat-y;
}
#homepage .bottom .flexslider .item {
  float: left;
  width: 47.23%;
  text-align: left;
  position: relative;
}
#homepage .bottom .flexslider .item:first-child {
  margin-right: 5.54%;
}
#homepage .bottom .flexslider .item h3 {
  font: 22px/24px 'alegreya-scregular';
  margin-bottom: 3.9%;
  letter-spacing: 1px;
}
#homepage .bottom .flexslider .item h3 a {
  color: #464545;
}
#homepage .bottom .flexslider .item h3 a:hover {
  color: #c6b994;
}
#homepage .bottom .flexslider .item .meta {
  font: 9px/1 'futurastd-book';
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 3.9%;
}
#homepage .bottom .flexslider .item .meta span {
  color: #c6b994;
}
#homepage .bottom .flexslider .item .image {
  float: left;
  width: 32.92%;
}
#homepage .bottom .flexslider .item .right {
  float: right;
  width: 60.48%;
  padding-bottom: 50px;
}
#homepage .bottom .flexslider .item .more {
  position: absolute;
  bottom: 0;
  left: 39.52%;
}
#homepage .bottom .flexslider .item .more a {
  display: block;
  padding: 5px 18px;
  border: 1px solid #b9b6b6;
  font: 12px/15px 'futurastd-book';
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #464545;
}
#homepage .bottom .flexslider .item .more a:hover {
  border-color: #c6b994;
  color: #c6b994;
}
#homepage .bottom .flexslider .flex-prev,
#homepage .bottom .flexslider .flex-next {
  background: url(../images/galleries-arrows.png) 0 0 no-repeat;
  position: absolute;
  top: -60px;
  display: block;
  width: 16px;
  height: 31px;
  text-indent: -9999px;
}
#homepage .bottom .flexslider .flex-prev:hover,
#homepage .bottom .flexslider .flex-next:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
#homepage .bottom .flexslider .flex-prev.flex-disabled,
#homepage .bottom .flexslider .flex-next.flex-disabled {
  display: none;
}
#homepage .bottom .flexslider .flex-prev {
  left: 0;
}
#homepage .bottom .flexslider .flex-prev:hover {
  background-position: 0 -31px;
}
#homepage .bottom .flexslider .flex-next {
  background-position: 0 -62px;
  right: 0;
}
#homepage .bottom .flexslider .flex-next:hover {
  background-position: 100% 100%;
}
/* About
*******************************/
#about {
  background: #fff;
  padding: 0.43% 0.43% 5.38%;
}
#about .main {
  padding: 6% 7.15%;
  margin-bottom: 6%;
}
#about .main .wrap {
  background: rgba(255, 255, 255, 0.9);
  padding: 3.5% 5.81%;
  text-align: center;
}
#about .entry-title {
  background: url(../images/about-title-bg.png) 50% 0 no-repeat;
  padding-top: 74px;
  font: 30px/1 'futurastd-light';
  letter-spacing: 2px;
  text-transform: uppercase;
}
#about .entry-title span {
  font-family: 'futurastd-medium';
}
#about .entry-content {
  font: 14px/24px 'alegreya-scitalic';
}
#about .bottom {
  padding: 0 11.2%;
  margin-bottom: 6.89%;
}
#about .bottom .text {
  float: left;
  width: 48.8%;
}
#about .bottom .video {
  float: right;
  width: 48.8%;
}
#about .social {
  padding: 0 11.2%;
  text-align: center;
}
#about .social .title {
  border-top: 1px solid #bababa;
  padding-top: 62px;
  margin-bottom: 2.77%;
  position: relative;
  font: 12px/1 'futurastd-book';
  color: #90908e;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#about .social .title:before {
  background: url(../images/about-social-bg.png) 50% 0 no-repeat #ffffff;
  content: "";
  width: 98px;
  height: 24px;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -49px;
}
#about .social ul {
  display: inline-block;
}
#about .social ul li {
  float: left;
  margin-left: 40px;
}
#about .social ul li:first-child {
  margin-left: 0;
}
#about .social ul li a {
  background: url(../images/social-icons.png) 0 0 no-repeat;
  display: block;
  height: 20px;
  text-indent: -9999px;
}
#about .social ul li a.facebook {
  background-position: 0 0;
  width: 10px;
}
#about .social ul li a.facebook:hover {
  background-position: 0 100%;
}
#about .social ul li a.twitter {
  background-position: -10px 0;
  width: 20px;
}
#about .social ul li a.twitter:hover {
  background-position: -10px 100%;
}
#about .social ul li a.pinterest {
  background-position: -30px 0;
  width: 15px;
}
#about .social ul li a.pinterest:hover {
  background-position: -30px 100%;
}
#about .social ul li a.instagram {
  background-position: 100% 0;
  width: 18px;
}
#about .social ul li a.instagram:hover {
  background-position: 100% 100%;
}
/* Learn How
*******************************/
#learn-how .top {
  background: #fff;
  padding: 0.43%;
}
#learn-how .top .wrapper {
  padding: 7.75% 20.43%;
}
#learn-how .top .wrapper img {
  display: none;
}
#learn-how .top .wrapper .wrap {
  background: rgba(255, 255, 255, 0.9);
  padding: 6.27% 11% 10.21%;
  text-align: center;
}
#learn-how .top .entry-title {
  background: url(../images/gallery-title-bg.png) 50% 0 no-repeat;
  height: 25px;
  position: relative;
  margin-bottom: 4.22%;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}
#learn-how .top .entry-title:before,
#learn-how .top .entry-title:after {
  background: #bababa;
  content: "";
  height: 1px;
  width: 146px;
  position: absolute;
  top: 12px;
}
#learn-how .top .entry-title:before {
  left: 11%;
  right: 50%;
  margin-right: 63px;
}
#learn-how .top .entry-title:after {
  right: 11%;
  left: 50%;
  margin-left: 63px;
}
#learn-how .top .entry-content {
  font: 9px/18px 'futurastd-book';
  text-transform: uppercase;
  letter-spacing: 2px;
}
#learn-how .top .entry-content p {
  margin-top: 1.5em;
  margin-bottom: 0;
}
#learn-how .top .entry-content p:first-child {
  margin-top: 0;
}
#learn-how .nav {
  background: url(../images/projects-nav-bg.png) 50% 0 no-repeat;
  height: 71px;
  padding-top: 14px;
  margin-top: 1.79%;
  text-align: center;
}
#learn-how .nav ul {
  display: inline-block;
}
#learn-how .nav ul li {
  background: #fff;
  float: left;
  margin-left: 167px;
  width: 315px;
  padding: 5px;
}
#learn-how .nav ul li:first-child {
  margin-left: 0;
}
#learn-how .nav ul li a {
  display: block;
  border: 1px solid #d2d2d2;
  font: 12px/41px 'futurastd-book';
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  color: #464545;
}
#learn-how .nav ul li.active a {
  font-family: 'futurastd-heavy';
}
#learn-how .nav ul li.active a,
#learn-how .nav ul li a:hover {
  color: #C6B994;
}
#learn-how .main {
  background: #fff;
  padding: 3.41%;
  margin-top: 1.45%;
}
#learn-how .main .wrap {
  background: url(../images/menu-separator.png) 248px 0 repeat-y;
}
#learn-how .main .categories {
  float: left;
  width: 230px;
}
#learn-how .main .categories li {
  padding: 10px 0;
  font: 12px/16px 'futurastd-medium';
  text-transform: uppercase;
  letter-spacing: 1px;
}
#learn-how .main .categories li.has-childs {
  font: 14px/16px 'alegreya-scregular';
  padding-top: 15px;
  letter-spacing: 0;
}
#learn-how .main .categories li.has-childs ul {
  margin-top: 15px;
  margin-left: 20px;
}
#learn-how .main .categories li a {
  color: #464545;
}
#learn-how .main .categories li.active a {
  font-family: 'futurastd-heavy';
}
#learn-how .main .categories li.active a,
#learn-how .main .categories li a:hover {
  color: #c6b994;
}
#learn-how .main .content {
  padding-left: 286px;
}
#learn-how .main .items {
  border-bottom: 1px solid #dad8d8;
  padding-bottom: 3.75%;
  margin-bottom: 5%;
}
#learn-how .main .items .item {
  text-align: left;
}
#learn-how .main .items .item .left {
  float: left;
  width: 45%;
}
#learn-how .main .items .item .right {
  float: right;
  width: 50%;
}
#learn-how .main .items .item .title {
  font: 18px/24px 'alegreya-scregular';
  text-transform: uppercase;
  letter-spacing: 1px;
}
#learn-how .main .items .item .entry-content {
  line-height: 24px;
}
#learn-how .main .items .item .slider {
  margin-bottom: 7%;
}
#learn-how .main .items .item .tools {
  line-height: 1;
}
#learn-how .main .items .item .tools ul {
  display: inline-block;
}
#learn-how .main .items .item .tools ul li {
  float: left;
  margin-left: 19px;
}
#learn-how .main .items .item .tools ul li:first-child {
  margin-left: 0;
}
#learn-how .main .items .item .tools ul li a {
  background: url(../images/shop-now.png) 100% 0 no-repeat;
  display: block;
  font: 11px/24px 'futurastd-medium';
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-right: 15px;
}
#learn-how .main .items .item .share {
  text-align: center;
}
#learn-how .main .items .item .share .title {
  font: 12px/1 'futurastd-medium';
  text-transform: uppercase;
  margin-bottom: 18px;
}
#learn-how .main .items .item .share ul {
  display: inline-block;
}
#learn-how .main .items .item .share ul li {
  float: left;
  margin-left: 30px;
}
#learn-how .main .items .item .share ul li:first-child {
  margin-left: 0;
}
#learn-how .main .items .item .share ul li a {
  background: url(../images/social-icons.png) 0 0 no-repeat;
  display: block;
  height: 20px;
  text-indent: -9999px;
}
#learn-how .main .items .item .share ul li a.facebook {
  background-position: 0 0;
  width: 10px;
}
#learn-how .main .items .item .share ul li a.facebook:hover {
  background-position: 0 100%;
}
#learn-how .main .items .item .share ul li a.twitter {
  background-position: -10px 0;
  width: 20px;
}
#learn-how .main .items .item .share ul li a.twitter:hover {
  background-position: -10px 100%;
}
#learn-how .main .items .item .share ul li a.pinterest {
  background-position: -30px 0;
  width: 15px;
}
#learn-how .main .items .item .share ul li a.pinterest:hover {
  background-position: -30px 100%;
}
#learn-how .main .items .flex-prev,
#learn-how .main .items .flex-next {
  background: url(../images/classes-arrows.png) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 21px;
  height: 21px;
  text-indent: -9999px;
}
#learn-how .main .items .flex-prev:hover,
#learn-how .main .items .flex-next:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
#learn-how .main .items .flex-prev.flex-disabled,
#learn-how .main .items .flex-next.flex-disabled {
  display: none;
}
#learn-how .main .items .flex-prev {
  left: 0;
}
#learn-how .main .items .flex-prev:hover {
  background-position: 0 100%;
}
#learn-how .main .items .flex-next {
  background-position: 100% 0;
  right: 0;
}
#learn-how .main .items .flex-next:hover {
  background-position: 100% 100%;
}
#learn-how .main .thumbnails {
  margin: 0 36px;
}
#learn-how .main .thumbnails .slides li {
  margin-left: 23px;
  cursor: pointer;
}
#learn-how .main .thumbnails .slides li:first-child {
  margin-left: 0;
}
#learn-how .main .thumbnails .slides li .image {
  margin-bottom: 18px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
#learn-how .main .thumbnails .slides li .title {
  font: 11px/18px 'futurastd-medium';
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}
#learn-how .main .thumbnails .slides li.flex-active-slide .image,
#learn-how .main .thumbnails .slides li:hover .image {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#learn-how .main .thumbnails .slides li.flex-active-slide .title,
#learn-how .main .thumbnails .slides li:hover .title {
  color: #c6b994;
}
#learn-how .main .thumbnails .flex-prev,
#learn-how .main .thumbnails .flex-next {
  background: url(../images/galleries-arrows.png) 0 0 no-repeat;
  position: absolute;
  top: 39px;
  display: block;
  width: 16px;
  height: 31px;
  text-indent: -9999px;
}
#learn-how .main .thumbnails .flex-prev:hover,
#learn-how .main .thumbnails .flex-next:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
#learn-how .main .thumbnails .flex-prev.flex-disabled,
#learn-how .main .thumbnails .flex-next.flex-disabled {
  display: none;
}
#learn-how .main .thumbnails .flex-prev {
  left: -36px;
}
#learn-how .main .thumbnails .flex-prev:hover {
  background-position: 0 -31px;
}
#learn-how .main .thumbnails .flex-next {
  background-position: 0 -62px;
  right: -36px;
}
#learn-how .main .thumbnails .flex-next:hover {
  background-position: 100% 100%;
}
#contact {
  background: #fff;
  padding: 0.43%;
}
#contact .main {
  padding: 6% 7.15%;
}
#contact .main .wrap {
  background: url(../images/contact-logo.png) 100px 80px no-repeat rgba(255, 255, 255, 0.9);
  padding: 3.5% 4.8%;
  text-align: center;
}
#contact .entry-title {
  background: url(../images/about-title-bg.png) 50% 0 no-repeat;
  padding-top: 74px;
  position: relative;
  font: 30px/1 'futurastd-light';
  letter-spacing: 2px;
  text-transform: uppercase;
}
#contact .entry-title:before,
#contact .entry-title:after {
  background: #bababa;
  content: "";
  height: 1px;
  position: absolute;
  top: 22px;
}
#contact .entry-title:before {
  left: 0;
  right: 50%;
  margin-right: 49px;
}
#contact .entry-title:after {
  left: 50%;
  right: 0;
  margin-left: 49px;
}
#contact .entry-content {
  background: url(../images/contact-separator.gif) 0 100% repeat-x;
  padding-bottom: 5%;
  margin-bottom: 5%;
  font: 14px/24px 'alegreya-scitalic';
}
#contact .entry-content a {
  color: #464545;
}
#contact .entry-content a:hover {
  color: #90908e;
}
#contact .wpcf7-form {
  position: relative;
}
#contact .wpcf7-form .cols {
  overflow: hidden;
}
#contact .wpcf7-form .cols .col {
  float: left;
  width: 47.66%;
  position: relative;
}
#contact .wpcf7-form .cols .col:first-child {
  margin-right: 4.68%;
  border-bottom: 10px;
}
#contact .wpcf7-form .cols .col:first-child span.wpcf7-form-control-wrap {
  height: 30px !important;
}
#contact .wpcf7-form .inputs > div {
  margin-top: 20px;
  position: relative;
  line-height: 1;
}
#contact .wpcf7-form .inputs > div:first-child {
  margin-top: 0;
}
#contact .wpcf7-form text-area {
  padding-bottom: 40px;
}
#contact .wpcf7-form label {
  position: absolute;
  top: 6px;
  left: 19px;
  z-index: 1;
  font: 10px/20px 'futurastd-book';
  text-transform: uppercase;
}
#contact .wpcf7-form .button {
  position: absolute;
  bottom: 14px;
  right: 14px;
  line-height: 1;
}
#contact .wpcf7-form .button input {
  background: url(../images/contact-submit.png) 0 0 no-repeat;
  border: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  width: 64px;
  height: 13px;
  text-indent: -9999px;
}
#contact .wpcf7-form .button input:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
#contact .wpcf7-form .button img {
  position: absolute;
  top: -2px;
  right: 71px;
}
#contact .wpcf7-form span.wpcf7-form-control-wrap {
  display: block;
}
#contact .wpcf7-form .wpcf7-not-valid-tip {
  padding: 0;
  border: 0;
  position: absolute;
  top: 7px;
  right: 11px;
  font: 10px/15px Arial;
  color: red;
}
#contact .wpcf7-form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: 0;
  font: 10px/12px Georgia;
  position: absolute;
  left: 0;
  bottom: -24px;
  padding-right: 130px;
}
#google-map {
  position: relative;
  z-index: 1000;
  height: 450px;
}
#faq {
  background: #fff;
  padding: 3.41% 11.54% 7.35%;
  text-align: center;
}
#faq .entry-title {
  background: url(../images/about-title-bg.png) 50% 0 no-repeat;
  padding-top: 74px;
  position: relative;
  font: 30px/1 'futurastd-light';
  letter-spacing: 2px;
  text-transform: uppercase;
}
#faq .entry-title:before,
#faq .entry-title:after {
  background: #bababa;
  content: "";
  height: 1px;
  position: absolute;
  top: 22px;
}
#faq .entry-title:before {
  left: 0;
  right: 50%;
  margin-right: 49px;
}
#faq .entry-title:after {
  left: 50%;
  right: 0;
  margin-left: 49px;
}
#faq .items .item {
  background: url(../images/contact-separator.gif) 0 100% repeat-x;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 1.55% 0;
}
#faq .items .item.active {
  padding: 4.44% 0;
}
#faq .items .item .question {
  font: 18px/24px 'alegreya-scregular';
  color: #ab9d75;
  text-transform: none;
  cursor: pointer;
  margin-bottom: 0;
}
#faq .items .item .question:hover {
  color: #90908e;
}
#faq .items .item .answer {
  position: relative;
  margin-top: 3.77%;
  display: none;
  text-align: left;
}
#products {
  background: #fff;
  padding: 3.41% 11.54% 7.35%;
}
#products .items .item {
  margin-top: 5.55%;
}
#products .items .item:first-child {
  margin-top: 0;
}
#products .items .item .left {
  float: left;
  width: 46.11%;
}
#products .items .item .image {
  float: right;
  width: 45%;
}
#products .items .item .image img {
  max-width: 100%;
  height: auto;
}
#products .items .item .title {
  background: url(../images/about-title-bg.png) 50% 0 no-repeat;
  padding-top: 74px;
  position: relative;
  text-align: center;
  margin-bottom: 4.44%;
  font: 18px/1 'alegreya-scregular';
  letter-spacing: 2px;
  text-transform: uppercase;
}
#products .items .item .title:before,
#products .items .item .title:after {
  background: #bababa;
  content: "";
  height: 1px;
  position: absolute;
  top: 22px;
}
#products .items .item .title:before {
  left: 0;
  right: 50%;
  margin-right: 49px;
}
#products .items .item .title:after {
  left: 50%;
  right: 0;
  margin-left: 49px;
}
#products .items .item .shop-now {
  font: 11px/24px 'futurastd-medium';
  text-transform: uppercase;
}
#products .items .item .shop-now a {
  background: url(../images/shop-now.png) 100% 0 no-repeat;
  display: inline-block;
  padding-right: 16px;
}
#products .items .item .shop-now a:hover {
  background-position: 100% 100%;
}
#galleries .nav {
  background: #fff;
  padding: 0.43%;
  margin-bottom: 1.7%;
  font: 14px/40px 'futurastd-condensed';
  text-transform: uppercase;
  letter-spacing: 2px;
}
#galleries .nav .button {
  display: none;
}
#galleries .nav .wrap {
  border: 1px solid #d2d2d2;
  height: 40px;
}
#galleries .nav .menu-wrap {
  text-align: justify;
  padding: 0 8.63%;
}
#galleries .nav .menu-wrap:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
#galleries .nav ul {
  display: inline;
}
#galleries .nav ul li {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
#galleries .nav ul li.sep {
  background: url(../images/separator.png) 0 50% no-repeat;
  width: 3px;
  height: 3px;
}
#galleries .nav ul li a {
  color: #464545;
}
#galleries .nav ul li.active a,
#galleries .nav ul li a:hover {
  color: #c6b994;
}
#galleries .nav .children {
  display: none;
}
#galleries .items .item {
  background: #fff;
  float: left;
  width: 32.05%;
  margin-left: 1.925%;
}
#galleries .items .item:first-child,
#galleries .items .item:nth-child(3n+1) {
  margin-left: 0;
}
#galleries .items .item:nth-child(n+4) {
  margin-top: 1.7%;
}
#galleries .items .item .wrap {
  border: 1px solid #d2d2d2;
  margin: 1.33%;
  text-align: center;
}
#galleries .items .item .image {
  position: relative;
  border-bottom: 1px solid #d2d2d2;
}
#galleries .items .item .image img {
  max-width: 100%;
  height: auto;
}
#galleries .items .item .image .over {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
#galleries .items .item .image .over:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#galleries .items .item .image span {
  border: 1px solid #474040;
  display: inline-block;
  padding: 0 26px;
  font: 12px/25px 'futurastd-book';
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #464545;
}
#galleries .items .item h2 {
  margin-bottom: 0;
  font: 21px/24px 'alegreya-scregular';
  text-transform: lowercase;
  padding: 14px 10px;
  min-height: 48px;
}
#galleries .items .item h2 a {
  color: #464545;
}
#galleries .items .item h2 a:hover {
  color: #c6b994;
}
#gallery {
  position: relative;
}
#gallery .back {
  background: url(../images/gallery-back-icon.png) 0 0 no-repeat;
  width: 52px;
  height: 33px;
  text-indent: -9999px;
  position: absolute;
  top: 59px;
  right: -52px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
#gallery .back:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
#gallery .main {
  background: #fff;
  padding: 0.43%;
}
#gallery .main .wrap {
  border: 1px solid #d2d2d2;
}
#gallery .main .wrap .content {
  padding: 3.367% 11.05% 1.98%;
}
#gallery .entry-title {
  background: url(../images/gallery-title-bg.png) 50% 0 no-repeat;
  padding-top: 53px;
  position: relative;
  margin-bottom: 4.22%;
  overflow: hidden;
  text-align: center;
  font: 30px/1 'alegreya-scregular';
  text-transform: lowercase;
  letter-spacing: 2px;
}
#gallery .entry-title:before,
#gallery .entry-title:after {
  background: #bababa;
  content: "";
  height: 1px;
  width: 146px;
  position: absolute;
  top: 12px;
}
#gallery .entry-title:before {
  right: 50%;
  margin-right: 63px;
}
#gallery .entry-title:after {
  left: 50%;
  margin-left: 63px;
}
#gallery .slider {
  margin-bottom: 3.33%;
}
#gallery .actions {
  background: url(../images/contact-separator.gif) 0 100% repeat-x;
  text-align: center;
  padding-bottom: 3.44%;
  margin-bottom: 2.55%;
}
#gallery .actions .share {
  display: inline-block;
}
#gallery .actions .share li {
  float: left;
  margin-left: 40px;
}
#gallery .actions .share li:first-child {
  margin-left: 0;
}
#gallery .actions .share li a {
  background: url(../images/social-icons.png) 0 0 no-repeat;
  display: block;
  height: 20px;
  text-indent: -9999px;
}
#gallery .actions .share li a.facebook {
  background-position: 0 0;
  width: 10px;
}
#gallery .actions .share li a.facebook:hover {
  background-position: 0 100%;
}
#gallery .actions .share li a.twitter {
  background-position: -10px 0;
  width: 20px;
}
#gallery .actions .share li a.twitter:hover {
  background-position: -10px 100%;
}
#gallery .actions .share li a.pinterest {
  background-position: -30px 0;
  width: 15px;
}
#gallery .actions .share li a.pinterest:hover {
  background-position: -30px 100%;
}
#gallery .thumbnails .slides li {
  margin-left: 24px;
  cursor: pointer;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
#gallery .thumbnails .slides li:first-child {
  margin-left: 0;
}
#gallery .thumbnails .slides li:hover,
#gallery .thumbnails .slides li.flex-active-slide {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#gallery .slider .flex-prev,
#gallery .thumbnails .flex-prev,
#gallery .slider .flex-next,
#gallery .thumbnails .flex-next {
  background: url(../images/galleries-arrows.png) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  display: block;
  width: 16px;
  height: 31px;
  text-indent: -9999px;
}
#gallery .slider .flex-prev:hover,
#gallery .thumbnails .flex-prev:hover,
#gallery .slider .flex-next:hover,
#gallery .thumbnails .flex-next:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
#gallery .slider .flex-prev.flex-disabled,
#gallery .thumbnails .flex-prev.flex-disabled,
#gallery .slider .flex-next.flex-disabled,
#gallery .thumbnails .flex-next.flex-disabled {
  display: none;
}
#gallery .slider .flex-prev,
#gallery .thumbnails .flex-prev {
  left: -74px;
}
#gallery .slider .flex-prev:hover,
#gallery .thumbnails .flex-prev:hover {
  background-position: 0 -31px;
}
#gallery .slider .flex-next,
#gallery .thumbnails .flex-next {
  background-position: 0 -62px;
  right: -74px;
}
#gallery .slider .flex-next:hover,
#gallery .thumbnails .flex-next:hover {
  background-position: 100% 100%;
}
#gallery .gallery-paginator {
  background: #fff;
  margin-top: 1.7%;
  padding: 2.7% 1.79%;
  position: relative;
  text-align: center;
  font: 12px/31px 'futurastd-light';
  color: #464545;
  text-transform: uppercase;
}
#gallery .gallery-paginator .wrap {
  position: relative;
  height: 31px;
}
#gallery .gallery-paginator .next,
#gallery .gallery-paginator .prev {
  background: url(../images/galleries-arrows.png) 0 0 no-repeat;
  height: 31px;
  cursor: pointer;
  position: absolute;
  top: 0;
  font-size: 21px;
  color: #464545;
}
#gallery .gallery-paginator .next:hover,
#gallery .gallery-paginator .prev:hover {
  color: #c6b994;
}
#gallery .gallery-paginator .next.prev-inactive,
#gallery .gallery-paginator .prev.prev-inactive,
#gallery .gallery-paginator .next.next-inactive,
#gallery .gallery-paginator .prev.next-inactive {
  display: none;
}
#gallery .gallery-paginator .prev {
  background-position: 0 0;
  left: 0;
  padding-left: 37px;
}
#gallery .gallery-paginator .prev:hover {
  background-position: 0 -31px;
}
#gallery .gallery-paginator .next {
  background-position: 100% -62px;
  right: 0;
  padding-right: 37px;
}
#gallery .gallery-paginator .next:hover {
  background-position: 100% 100%;
}
.select-wrapper {
  position: relative;
  font: 10px/14px 'futurastd-book';
  text-transform: uppercase;
  letter-spacing: 1px;
}
.select-wrapper .select {
  background: url(../images/select-arrow.png) 100% 0 no-repeat;
  border: 1px solid #cacaca;
  cursor: pointer;
  padding: 7px 18px;
}
.select-wrapper.active .select {
  background-position: 100% 100%;
}
.select-wrapper .select-options {
  background: #fff;
  border: 1px solid #cacaca;
  display: none;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  z-index: 200;
  list-style: none;
  z-index: 100;
  margin: 0;
  max-height: 400px;
  overflow: auto !important;
}
.select-wrapper .select-options li {
  padding: 7px 10px;
  cursor: pointer;
  list-style: none;
}
.select-wrapper .select-options li.selected {
  color: #B2B2B2;
}
.select-wrapper .select-options li:hover {
  color: #B2B2B2;
}
/* Portfolio
*******************************/
#portfolio {
  max-width: 1332px;
  margin: 4% auto 0;
  position: relative;
}
#portfolio .entry-header {
  margin: 0 0.5% 4%;
  position: relative;
}
#portfolio .entry-header .entry-title {
  font: 24px/1 'gothamhtf-book';
  color: #000000;
  margin-bottom: 0;
}
#portfolio .entry-header ul {
  position: absolute;
  top: 6px;
  right: 0;
}
#portfolio .entry-header ul li {
  float: left;
  margin-left: 13px;
  padding-left: 21px;
  position: relative;
  font: 12px/1 'gothamhtf-medium';
  text-transform: uppercase;
}
#portfolio .entry-header ul li:before {
  content: "/";
  position: absolute;
  top: 0;
  left: 0;
}
#portfolio .entry-header ul li:first-child {
  margin-left: 0;
  padding: left: 0;
}
#portfolio .entry-header ul li:first-child:before {
  display: none;
}
#portfolio .entry-header ul li a {
  color: #8c8c8c;
}
#portfolio .entry-header ul li.current-cat a,
#portfolio .entry-header ul li a:hover {
  color: #aa876b;
}
#portfolio .items {
  position: relative;
}
#portfolio .items .grid-sizer {
  float: left;
  width: 24%;
  margin: 0.5%;
}
#portfolio .items .item {
  float: left;
  width: 24%;
  margin: 0.5%;
  -webkit-transition: width 0.4s, height 0.4s;
  -moz-transition: width 0.4s, height 0.4s;
  -o-transition: width 0.4s, height 0.4s;
  transition: width 0.4s, height 0.4s;
}
#portfolio .items .item img {
  max-width: 100%;
  height: auto;
  display: block;
}
#portfolio .items .item .over {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
#portfolio .items .item .over h4 {
  padding-top: 30px;
  font: 18px/22px 'gothamhtf-medium';
  margin-bottom: 8px;
}
#portfolio .items .item .over h4.photo {
  background: url(../images/work-photo.png) 50% 0 no-repeat;
}
#portfolio .items .item .over h4.video {
  background: url(../images/work-video.png) 50% 0 no-repeat;
}
#portfolio .items .item:hover .over {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#portfolio .items .item a.fancybox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
#portfolio .items .item .portfolio-share {
  display: none;
}
#press .main-image {
  background: #fff;
  padding: 0.43%;
}
#press .main-image img {
  max-width: 100%;
  height: auto;
}
#press .main {
  background: #fff;
  padding: 2.73% 11.45% 4.27%;
  margin-top: 3.93%;
}
#press .entry-title {
  background: url(../images/about-title-bg.png) 50% 0 no-repeat;
  padding-top: 74px;
  position: relative;
  text-align: center;
  margin-bottom: 4.44%;
  text-transform: uppercase;
  font: 18px/1 'alegreya-scregular';
  letter-spacing: 2px;
}
#press .entry-title:before,
#press .entry-title:after {
  background: #bababa;
  content: "";
  height: 1px;
  position: absolute;
  top: 22px;
}
#press .entry-title:before {
  left: 0;
  right: 50%;
  margin-right: 49px;
}
#press .entry-title:after {
  left: 50%;
  right: 0;
  margin-left: 49px;
}
#press .items .item {
  float: left;
  width: 20%;
  margin-top: 3.33%;
  margin-left: 6.66%;
  text-align: center;
}
#press .items .item:first-child,
#press .items .item:nth-child(2),
#press .items .item:nth-child(3),
#press .items .item:nth-child(4) {
  margin-top: 0;
}
#press .items .item:first-child,
#press .items .item:nth-child(4n+1) {
  margin-left: 0;
}
#press .items .item:nth-child(4n+1) {
  clear: left;
}
#press .items .item .image {
  position: relative;
  margin-bottom: 11.11%;
}
#press .items .item .image img {
  max-width: 100%;
  height: auto;
}
#press .items .item .image .over {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#press .items .item .image .over:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#press .items .item .image .over span {
  display: inline-block;
  border: 1px solid #474040;
  font: 12px/25px 'futurastd-book';
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #464545;
  padding: 0 9px;
}
#press .items .item h2 {
  font: 21px/1 'alegreya-scregular';
  text-transform: lowercase;
  margin-bottom: 0;
}
#press .items .item h2 a {
  color: #464545;
}
#press .items .item h2 a:hover {
  color: #c6b994;
}
#press .items .item .date {
  color: #c6b994;
}
#classes .main-image {
  background: #fff;
  padding: 0.43%;
}
#classes .main-image img {
  max-width: 100%;
  height: auto;
}
#classes .main {
  background: #fff;
  padding: 0.8% 0 4.27%;
}
#classes .main .top {
  margin: 0 0.8%;
  padding: 4.5%;
}
#classes .main .top .wrapper {
  background: rgba(255, 255, 255, 0.85);
  padding: 4.7% 7.1%;
}
#classes .main .top .entry-content {
  background: url(../images/classes-title-bg.png) 50% 0 no-repeat;
  padding-top: 74px;
  position: relative;
  -moz-column-width: 45%;
  -moz-column-count: 2;
  -moz-column-gap: 60px;
  -moz-column-rule-color: #eeeeee;
  -moz-column-rule-style: solid;
  -moz-column-rule-width: 0;
  -webkit-column-width: 45%;
  -webkit-column-count: 2;
  -webkit-column-gap: 60px;
  -webkit-column-rule-color: #eeeeee;
  -webkit-column-rule-style: solid;
  -webkit-column-rule-width: 0;
  column-width: 45%;
  column-count: 2;
  column-gap: 60px;
  column-rule-color: #eeeeee;
  column-rule-style: solid;
  column-rule-width: 0;
  font-size: 16px;
  line-height: 26px;
}
#classes .main .top .entry-content:before,
#classes .main .top .entry-content:after {
  background: #bababa;
  content: "";
  height: 1px;
  position: absolute;
  top: 18px;
}
#classes .main .top .entry-content:before {
  left: 0;
  right: 50%;
  margin-right: 49px;
}
#classes .main .top .entry-content:after {
  left: 50%;
  right: 0;
  margin-left: 49px;
}
#classes .main .top .entry-content h1,
#classes .main .top .entry-content h2 {
  background: url(../images/classes-title-bg.png) 50% 0 no-repeat;
  padding-top: 74px;
  position: relative;
  text-align: center;
  margin-bottom: 4.44%;
  font: 24px/30px 'alegreya-scregular';
  letter-spacing: 2px;
}
#classes .main .top .entry-content h1:before,
#classes .main .top .entry-content h2:before,
#classes .main .top .entry-content h1:after,
#classes .main .top .entry-content h2:after {
  background: #bababa;
  content: "";
  height: 1px;
  position: absolute;
  top: 18px;
}
#classes .main .top .entry-content h1:before,
#classes .main .top .entry-content h2:before {
  left: 0;
  right: 50%;
  margin-right: 49px;
}
#classes .main .top .entry-content h1:after,
#classes .main .top .entry-content h2:after {
  left: 50%;
  right: 0;
  margin-left: 49px;
}
#classes .instructors {
  margin: 50px 11.45%;
  position: relative;
}
#classes .instructors .wrap {
  position: relative;
}
#classes .instructors .wrap:before {
  background: #e8e8e8;
  content: "";
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 186px;
}
#classes .instructors h2.entry-title {
  font: 23px/1 'alegreya-scregular';
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 50px;
}
#classes .instructors .left {
  float: left;
  width: 170px;
  font: 11px/1 'futurastd-book';
  text-transform: uppercase;
  letter-spacing: 2px;
}
#classes .instructors .left h3 {
  font: 15px/1 'futurastd-condensed';
  text-transform: uppercase;
  color: #474040;
  margin-bottom: 20px;
}
#classes .instructors .left ul.list li {
  margin: 18px 0;
  cursor: pointer;
}
#classes .instructors .left ul.list li:hover,
#classes .instructors .left ul.list li.active {
  color: #c6b994;
}
#classes .instructors .left ul.list li.active {
  font-family: 'futurastd-heavy';
}
#classes .instructors .left .select-wrapper {
  display: none;
}
#classes .instructors .right {
  padding-left: 212px;
}
#classes .instructors .categories .regions > li .children {
  display: none;
  margin-left: 20px;
}
#classes .instructors .categories .regions > li .children li {
  color: #464545;
  font-family: 'futurastd-book';
}
#classes .instructors .categories .regions > li .children li:hover,
#classes .instructors .categories .regions > li .children li.active {
  color: #c6b994;
}
#classes .instructors .categories .regions > li .children li.active {
  font-family: 'futurastd-heavy';
}
#classes .instructors .categories .regions > li.active .children {
  display: block;
}
#classes .instructors .search {
  margin-top: 45px;
}
#classes .instructors .items {
  overflow: hidden;
}
#classes .instructors .items .block li {
  margin-left: 5%;
  cursor: pointer;
  width: 30%;
  float: left;
  position: relative;
}
#classes .instructors .items .block li a {
  display: block;
  position: relative;
  z-index: 10;
}
#classes .instructors .items .block li.active {
  /*                       cursor: default; 
                        
                        &:before{
                            
                        }*/
}
#classes .instructors .items .block li.active .over {
  z-index: 11;
}
#classes .instructors .items .block li .over {
  background: rgba(255, 255, 255, 0.7);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  z-index: 1;
  cursor: default;
}
#classes .instructors .items .block li .image {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  position: relative;
  text-align: center;
}
#classes .instructors .items .block li .image .image-wrap {
  position: relative;
  max-width: 100%;
  display: inline-block;
}
#classes .instructors .items .block li .image span {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font: 12px/1 'futurastd-heavy';
  padding: 7px 18px;
  letter-spacing: 2px;
}
#classes .instructors .items .block li .image img {
  max-width: 100%;
  height: auto;
}
#classes .instructors .items .block li:first-child {
  margin-left: 0;
}
#classes .instructors .items .block li:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}
#classes .instructors .items .block li:nth-child(n+4) {
  margin-top: 5%;
}
#classes .instructors .items .item {
  text-transform: uppercase;
  letter-spacing: 1px;
}
#classes .instructors .items .item .image {
  margin-bottom: 24px;
  /*                    &:hover{ 
                        .opacity(0.8); 
                    }*/
}
#classes .instructors .items .item .city {
  font: 9px/20px 'futurastd-book';
  color: #464545;
}
#classes .instructors .items .item .city:hover {
  color: #c6b994;
}
#classes .instructors .items .item .name {
  font: 14px/18px 'alegreya-scregular';
  color: #464545;
}
#classes .instructors .items .item .name:hover {
  color: #c6b994;
}
#classes .instructors .items .item .instructor {
  font: 9px/20px 'futurastd-book';
  color: #c6b994;
}
#classes .instructors .items .flex-prev,
#classes .instructors .items .flex-next {
  font: 10px/1 'futurastd-book';
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  display: block;
  color: #464545;
}
#classes .instructors .items .flex-prev:hover,
#classes .instructors .items .flex-next:hover {
  color: #c6b994;
}
#classes .instructors .items .flex-prev.flex-disabled,
#classes .instructors .items .flex-next.flex-disabled {
  color: #b0b0b0;
}
#classes .instructors .items .flex-prev {
  left: 0;
}
#classes .instructors .items .flex-next {
  right: 0;
}
#classes .instructors .items .flex-control-paging {
  text-align: center;
  margin-top: 50px;
  font: 10px/1 'futurastd-book';
}
#classes .instructors .items .flex-control-paging li {
  display: inline-block;
  cursor: pointer;
  margin: 0 5px;
}
#classes .instructors .items .flex-control-paging li a {
  color: #464545;
}
#classes .instructors .items .flex-control-paging li a:hover,
#classes .instructors .items .flex-control-paging li a.flex-active {
  color: #c6b994;
}
#classes .instructors .message {
  font-size: 20px;
  display: none;
}
#classes .instructors .instructor-info {
  position: relative;
}
#classes .instructors .instructor-info .close {
  background: url(../images/instructor-close.png) 0 0 no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 9px;
  cursor: pointer;
}
#classes .instructors .instructor-info .close:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
#classes .instructors .instructor-item {
  background: 0 100% url("../images/contact-separator.gif") repeat-x;
  margin-bottom: 5%;
  padding-top: 28px;
  padding-bottom: 3.33%;
  overflow: hidden;
}
#classes .instructors .instructor-item .slider {
  margin-bottom: 40px;
}
#classes .instructors .instructor-item .slider .flex-prev,
#classes .instructors .instructor-item .slider .flex-next {
  background: url(../images/classes-arrows.png) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 21px;
  height: 21px;
  text-indent: -9999px;
}
#classes .instructors .instructor-item .slider .flex-prev:hover,
#classes .instructors .instructor-item .slider .flex-next:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
#classes .instructors .instructor-item .slider .flex-prev.flex-disabled,
#classes .instructors .instructor-item .slider .flex-next.flex-disabled {
  display: none;
}
#classes .instructors .instructor-item .slider .flex-prev {
  left: 0;
}
#classes .instructors .instructor-item .slider .flex-prev:hover {
  background-position: 0 100%;
}
#classes .instructors .instructor-item .slider .flex-next {
  background-position: 100% 0;
  right: 0;
}
#classes .instructors .instructor-item .slider .flex-next:hover {
  background-position: 100% 100%;
}
#classes .instructors .instructor-item .instructor-top {
  background: 0 100% url("../images/contact-separator.gif") repeat-x;
  overflow: hidden;
  padding-bottom: 25px;
}
#classes .instructors .instructor-item .image {
  float: left;
  width: 43%;
  text-align: center;
  position: relative;
}
#classes .instructors .instructor-item .image img {
  max-width: 100%;
  height: auto;
}
#classes .instructors .instructor-item .image span {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font: 10px/1 'futurastd-heavy';
  text-transform: uppercase;
  padding: 11px 30px;
  letter-spacing: 1px;
}
#classes .instructors .instructor-item .instructor-left {
  float: left;
  width: 43%;
}
#classes .instructors .instructor-item .instructor-right {
  float: right;
  width: 52%;
  text-transform: uppercase;
}
#classes .instructors .instructor-item .location {
  font: 12px/1 'futurastd-book';
  letter-spacing: 1px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
#classes .instructors .instructor-item .instructor {
  font: 22px/24px 'alegreya-scregular';
  letter-spacing: 1px;
  color: #c6b994;
  margin-bottom: 25px;
}
#classes .instructors .instructor-item .social {
  margin-bottom: 28px;
}
#classes .instructors .instructor-item .social ul {
  overflow: hidden;
}
#classes .instructors .instructor-item .social li {
  float: left;
  margin-left: 16px;
}
#classes .instructors .instructor-item .social li:first-child {
  margin-left: 0;
}
#classes .instructors .instructor-item .social li a {
  background: url(../images/instructor-social-icons.png) 0 0 no-repeat;
  display: block;
  height: 28px;
  width: 28px;
  text-indent: -9999px;
}
#classes .instructors .instructor-item .social li a.facebook {
  background-position: 0 0;
}
#classes .instructors .instructor-item .social li a.facebook:hover {
  background-position: 0 100%;
}
#classes .instructors .instructor-item .social li a.pinterest {
  background-position: -28px 0;
}
#classes .instructors .instructor-item .social li a.pinterest:hover {
  background-position: -28px 100%;
}
#classes .instructors .instructor-item .social li a.twitter {
  background-position: -56px 0;
}
#classes .instructors .instructor-item .social li a.twitter:hover {
  background-position: -56px 100%;
}
#classes .instructors .instructor-item .since {
  font: 12px/1 'futurastd-book';
  letter-spacing: 1px;
  text-transform: uppercase;
}
#classes .instructors .instructor-item .name {
  font: 21px/24px 'alegreya-scregular';
  letter-spacing: 1px;
  margin: 5px 0;
}
#classes .instructors .instructor-item .website,
#classes .instructors .instructor-item .email {
  font: 11px/24px 'futurastd-book';
  letter-spacing: 1px;
}
#classes .instructors .instructor-item .website a,
#classes .instructors .instructor-item .email a {
  text-decoration: underline;
}
#classes .instructors .instructor-item .contact {
  font: 11px/24px 'futurastd-book';
  letter-spacing: 1px;
}
#classes .instructors .instructor-item .info {
  margin: 5.7% 0;
  overflow: hidden;
}
#classes .instructors .instructor-item .info .class-description {
  float: left;
  width: 43%;
}
#classes .instructors .instructor-item .info .class-about {
  float: right;
  width: 52%;
}
#classes .instructors .instructor-item .info h2 {
  font: 22px/24px 'alegreya-scregular';
  letter-spacing: 1px;
  color: #c6b994;
  text-transform: uppercase;
}
#classes .instructors .instructor-item .info .text {
  font: 12px/23px 'futurastd-book';
  letter-spacing: 1px;
}
#classes .instructors .instructor-item .info .text ul {
  list-style: none;
  margin-left: 0;
}
#classes .instructors .instructor-item .info .text ul li {
  list-style: none;
  background: url(../images/classes-text-list.png) 0 14px no-repeat;
  padding: 5px 0 5px  11px;
}
#classes .instructors .instructor-item .share h2 {
  font: 22px/24px 'alegreya-scregular';
  letter-spacing: 1px;
  color: #c6b994;
  text-transform: uppercase;
}
#classes .instructors .instructor-item .share ul {
  overflow: hidden;
}
#classes .instructors .instructor-item .share ul li {
  background: url(../images/instructor-share-separator.png) 0 0 no-repeat;
  float: left;
  margin-left: 29px;
  padding-left: 31px;
  font: 20px/1 'alegreya-scregular';
  letter-spacing: 1px;
}
#classes .instructors .instructor-item .share ul li:first-child {
  background: none;
  margin-left: 0;
  padding-left: 0;
}
#classes .instructors .instructor-item .share ul li a {
  color: #464545;
}
#classes .instructors .instructor-item .share ul li a:hover {
  color: #c6b994;
}
#classes .instructors .new-instructors,
#classes .instructors .current-instructors {
  display: none;
}
#classes .instructors .new-instructors h3,
#classes .instructors .current-instructors h3 {
  font: 16px/1 'futurastd-condensed';
  text-transform: uppercase;
  color: #474040;
  margin-bottom: 22px;
  letter-spacing: 2px;
}
#classes .instructors .new-instructors h3 span,
#classes .instructors .current-instructors h3 span {
  color: #c6b994;
}
#classes .instructors .new-instructors .text,
#classes .instructors .current-instructors .text {
  font-size: 16px;
  line-height: 26px;
}
#classes .academy {
  background: #fff;
  padding: 5.38% 11.45% 7%;
  margin-top: 2.56%;
}
#classes .academy h2.entry-title {
  background: url(../images/about-title-bg.png) 50% 0 no-repeat;
  padding-top: 74px;
  position: relative;
  text-align: center;
  margin-bottom: 4.44%;
  font: 26px/1 'alegreya-scregular';
  text-transform: uppercase;
  letter-spacing: 2px;
}
#classes .academy h2.entry-title:before,
#classes .academy h2.entry-title:after {
  background: #bababa;
  content: "";
  height: 1px;
  position: absolute;
  top: 22px;
}
#classes .academy h2.entry-title:before {
  left: 0;
  right: 50%;
  margin-right: 49px;
}
#classes .academy h2.entry-title:after {
  left: 50%;
  right: 0;
  margin-left: 49px;
}
#classes .academy .entry-content {
  text-align: center;
  font: 9px/20px 'futurastd-book';
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0 8.8%;
}
#classes .academy .info {
  background: url(../images/academy-bg.png) 50% 0 repeat-y;
  margin-top: 7.77%;
}
#classes .academy .info h3 {
  font: 22px/1 'alegreya-scregular';
  letter-spacing: 1px;
  text-transform: uppercase;
}
#classes .academy .info .text {
  font: 16px/26px 'futurastd-medium';
}
#classes .academy .info .text strong {
  font-family: 'futurastd-heavy';
  font-weight: normal;
}
#classes .academy .info .text p {
  margin: 0;
}
#classes .academy .info .contacts {
  font: 16px/26px 'futurastd-book';
  position: relative;
  margin-top: 40px;
}
#classes .academy .info .contacts:before {
  content: "....";
  font: 10px/1 'futurastd-medium';
  letter-spacing: 2px;
  position: absolute;
  top: -26px;
  left: 0;
}
#classes .academy .info .contacts p {
  margin: 0;
}
#classes .academy .info .contacts strong {
  font-family: 'futurastd-heavy';
  font-weight: normal;
}
#classes .academy .info .left {
  float: left;
  width: 32%;
  margin-left: 5.33%;
}
#classes .academy .info .right {
  float: right;
  width: 39%;
}
#classes .academy .info .hours .text {
  -moz-column-width: 45%;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -moz-column-rule-color: #eeeeee;
  -moz-column-rule-style: solid;
  -moz-column-rule-width: 0;
  -webkit-column-width: 45%;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  -webkit-column-rule-color: #eeeeee;
  -webkit-column-rule-style: solid;
  -webkit-column-rule-width: 0;
  column-width: 45%;
  column-count: 2;
  column-gap: 20px;
  column-rule-color: #eeeeee;
  column-rule-style: solid;
  column-rule-width: 0;
  line-height: 34px;
}
#classes .academy .info .hours .legend {
  margin-top: 15px;
  font: italic 14px/1 'futurastd-medium';
}
#classes .academy .info .social {
  margin-top: 13%;
}
#classes .academy .info .social li {
  float: left;
  margin-left: 14px;
  font: 10px/28px 'futurastd-medium';
  letter-spacing: 1px;
  text-transform: uppercase;
}
#classes .academy .info .social li:first-child {
  margin-left: 0;
}
#classes .academy .info .social li a {
  background: url(../images/instructor-social-icons.png) 0 0 no-repeat;
  display: block;
  height: 28px;
  width: 28px;
  text-indent: -9999px;
}
#classes .academy .info .social li a.facebook {
  background-position: 0 100%;
}
#classes .academy .info .social li a.facebook:hover {
  background-position: 0 0;
}
#classes .academy .info .social li a.pinterest {
  background-position: -28px 100%;
}
#classes .academy .info .social li a.pinterest:hover {
  background-position: -28px 0;
}
#classes .academy .info .social li a.twitter {
  background-position: -56px 100%;
}
#classes .academy .info .social li a.twitter:hover {
  background-position: -56px 0;
}
#classes .academy .website {
  margin-top: 7.22%;
  background: url(../images/academy-website-bg.png) 50% 0 no-repeat;
  padding-top: 58px;
  font: 14px/1 'alegreya-scregular';
  text-align: center;
  text-transform: uppercase;
}
#classes .academy .dates {
  margin-top: 8.88%;
}
#classes .academy .dates .left {
  float: left;
  width: 38.22%;
  margin-left: 5.33%;
}
#classes .academy .dates .left h2 {
  text-align: right;
  margin-bottom: 40px;
}
#classes .academy .dates .left h2 div {
  display: inline-block;
  border: 1px solid #ddd5bf;
  padding: 5px;
}
#classes .academy .dates .left h2 div span {
  display: inline-block;
  border: 1px solid #c6b994;
  padding: 0 50px;
  font: 18px/57px 'futurastd-heavy';
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c6b994;
}
#classes .academy .dates .left .text {
  -moz-column-width: 50%;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -moz-column-rule-color: #eeeeee;
  -moz-column-rule-style: solid;
  -moz-column-rule-width: 0;
  -webkit-column-width: 50%;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  -webkit-column-rule-color: #eeeeee;
  -webkit-column-rule-style: solid;
  -webkit-column-rule-width: 0;
  column-width: 50%;
  column-count: 2;
  column-gap: 20px;
  column-rule-color: #eeeeee;
  column-rule-style: solid;
  column-rule-width: 0;
  text-align: right;
  font: 16px/30px 'futurastd-medium';
}
#classes .academy .dates .left .text strong {
  font-family: 'futurastd-heavy';
  font-weight: normal;
}
#classes .academy .dates .left .downloads {
  text-align: right;
  margin-top: 9%;
  font: italic 14px/1 'futurastd-medium';
}
#classes .academy .dates .left .downloads a {
  text-decoration: underline;
}
#classes .academy .dates .gallery {
  float: right;
  width: 50%;
}
#classes .academy .dates .gallery .flex-prev,
#classes .academy .dates .gallery .flex-next {
  background: url(../images/academy-gallery-arrows.png) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -12px;
  width: 23px;
  height: 24px;
  text-indent: -9999px;
}
#classes .academy .dates .gallery .flex-prev:hover,
#classes .academy .dates .gallery .flex-next:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
#classes .academy .dates .gallery .flex-prev.flex-disabled,
#classes .academy .dates .gallery .flex-next.flex-disabled {
  display: none;
}
#classes .academy .dates .gallery .flex-prev {
  left: 0;
}
#classes .academy .dates .gallery .flex-next {
  background-position: -23px 0;
  right: 0;
}
#classes .tokyo-academy {
  background: #fff;
  padding: 5.38% 11.45% 7%;
  margin-top: 2.56%;
}
#classes .tokyo-academy h2.entry-title {
  background: url(../images/about-title-bg.png) 50% 0 no-repeat;
  padding-top: 74px;
  position: relative;
  text-align: center;
  margin-bottom: 4.44%;
  font: 26px/1 'alegreya-scregular';
  text-transform: uppercase;
  letter-spacing: 2px;
}
#classes .tokyo-academy h2.entry-title:before,
#classes .tokyo-academy h2.entry-title:after {
  background: #bababa;
  content: "";
  height: 1px;
  position: absolute;
  top: 22px;
}
#classes .tokyo-academy h2.entry-title:before {
  left: 0;
  right: 50%;
  margin-right: 49px;
}
#classes .tokyo-academy h2.entry-title:after {
  left: 50%;
  right: 0;
  margin-left: 49px;
}
#classes .tokyo-academy .info {
  background: url(../images/academy-bg.png) 50% 0 repeat-y;
  margin-top: 7.77%;
}
#classes .tokyo-academy .info h3 {
  font: 22px/1 'alegreya-scregular';
  letter-spacing: 1px;
  text-transform: uppercase;
}
#classes .tokyo-academy .info .text {
  font: 16px/26px 'futurastd-medium';
}
#classes .tokyo-academy .info .text strong {
  font-family: 'futurastd-heavy';
  font-weight: normal;
}
#classes .tokyo-academy .info .text p {
  margin: 0;
}
#classes .tokyo-academy .info .contacts {
  font: 16px/26px 'futurastd-book';
  position: relative;
  margin-top: 40px;
}
#classes .tokyo-academy .info .contacts:before {
  content: "....";
  font: 10px/1 'futurastd-medium';
  letter-spacing: 2px;
  position: absolute;
  top: -26px;
  left: 0;
}
#classes .tokyo-academy .info .contacts p {
  margin: 0;
}
#classes .tokyo-academy .info .contacts strong {
  font-family: 'futurastd-heavy';
  font-weight: normal;
}
#classes .tokyo-academy .info .left {
  float: left;
  width: 32%;
  margin-left: 5.33%;
}
#classes .tokyo-academy .info .right {
  float: right;
  width: 39%;
}
#classes .tokyo-academy .info .hours .text {
  -moz-column-width: 45%;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -moz-column-rule-color: #eeeeee;
  -moz-column-rule-style: solid;
  -moz-column-rule-width: 0;
  -webkit-column-width: 45%;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  -webkit-column-rule-color: #eeeeee;
  -webkit-column-rule-style: solid;
  -webkit-column-rule-width: 0;
  column-width: 45%;
  column-count: 2;
  column-gap: 20px;
  column-rule-color: #eeeeee;
  column-rule-style: solid;
  column-rule-width: 0;
  line-height: 34px;
}
#classes .tokyo-academy .info .hours .legend {
  margin-top: 15px;
  font: italic 14px/1 'futurastd-medium';
}
#classes .tokyo-academy .info .social {
  margin-top: 13%;
}
#classes .tokyo-academy .info .social li {
  float: left;
  margin-left: 14px;
  font: 10px/28px 'futurastd-medium';
  letter-spacing: 1px;
  text-transform: uppercase;
}
#classes .tokyo-academy .info .social li:first-child {
  margin-left: 0;
}
#classes .tokyo-academy .info .social li a {
  background: url(../images/instructor-social-icons.png) 0 0 no-repeat;
  display: block;
  height: 28px;
  width: 28px;
  text-indent: -9999px;
}
#classes .tokyo-academy .info .social li a.facebook {
  background-position: 0 100%;
}
#classes .tokyo-academy .info .social li a.facebook:hover {
  background-position: 0 0;
}
#classes .tokyo-academy .info .social li a.pinterest {
  background-position: -28px 100%;
}
#classes .tokyo-academy .info .social li a.pinterest:hover {
  background-position: -28px 0;
}
#classes .tokyo-academy .info .social li a.twitter {
  background-position: -56px 100%;
}
#classes .tokyo-academy .info .social li a.twitter:hover {
  background-position: -56px 0;
}
#classes .tokyo-academy .website {
  margin-top: 7.22%;
  background: url(../images/academy-website-bg.png) 50% 0 no-repeat;
  padding-top: 58px;
  font: 14px/1 'alegreya-scregular';
  text-align: center;
  text-transform: uppercase;
}
#classes .tokyo-academy .events {
  margin-top: 8.88%;
  position: relative;
}
#classes .tokyo-academy .events .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 43.55%;
  z-index: 1000;
}
#classes .tokyo-academy .events .title h2 {
  text-align: right;
  margin-bottom: 40px;
}
#classes .tokyo-academy .events .title h2 div {
  background: #fff;
  display: inline-block;
  border: 1px solid #cecece;
  padding: 5px;
}
#classes .tokyo-academy .events .title h2 div span {
  display: inline-block;
  border: 1px solid #aeaeae;
  padding: 0 50px;
  font: 18px/57px 'futurastd-heavy';
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #464545;
}
#classes .tokyo-academy .events .slider .flex-prev,
#classes .tokyo-academy .events .slider .flex-next {
  background: url(../images/academy-gallery-arrows.png) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -12px;
  width: 23px;
  height: 24px;
  text-indent: -9999px;
}
#classes .tokyo-academy .events .slider .flex-prev:hover,
#classes .tokyo-academy .events .slider .flex-next:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
#classes .tokyo-academy .events .slider .flex-prev.flex-disabled,
#classes .tokyo-academy .events .slider .flex-next.flex-disabled {
  display: none;
}
#classes .tokyo-academy .events .slider .flex-prev {
  right: 50%;
  margin-right: -23px;
}
#classes .tokyo-academy .events .slider .flex-next {
  background-position: -23px 0;
  right: 0;
}
#classes .tokyo-academy .events .item .left {
  float: left;
  width: 38.22%;
  margin-left: 5.33%;
  padding-top: 107px;
  text-align: right;
}
#classes .tokyo-academy .events .item .left h3 {
  font: 18px/24px 'futurastd-heavy';
}
#classes .tokyo-academy .events .item .left .text {
  font: 14px/24px 'futurastd-book';
}
#classes .tokyo-academy .events .item .image {
  float: right;
  width: 50%;
}
#classes .member {
  background: #fff;
  padding: 2.73% 11.45% 4.27%;
  margin-top: 2.56%;
}
#classes .member h2 {
  background: url(../images/classes-member-bg.png) 50% 0 no-repeat;
  padding-top: 74px;
  position: relative;
  text-align: center;
  margin-bottom: 4.44%;
  font: 18px/1 'alegreya-scregular';
  text-transform: uppercase;
  letter-spacing: 2px;
}
#classes .member h2:before,
#classes .member h2:after {
  background: #bababa;
  content: "";
  height: 1px;
  position: absolute;
  top: 18px;
}
#classes .member h2:before {
  left: 0;
  right: 50%;
  margin-right: 49px;
}
#classes .member h2:after {
  left: 50%;
  right: 0;
  margin-left: 49px;
}
#classes .member .quote {
  text-align: center;
  font: 9px/18px 'futurastd-book';
  text-transform: uppercase;
  letter-spacing: 1px;
}
#classes .member .quote .author {
  color: #c6b994;
}
#classes .member .entry-content {
  margin-top: 6.66%;
}
#calendar {
  margin-top: 5.55%;
}
#calendar .fc-header {
  margin-bottom: 5.55%;
}
#calendar .fc-header .fc-header-center {
  text-align: center;
}
#calendar .fc-header .fc-button {
  background: url(../images/calendar-arrows.png) 0 0 no-repeat;
  width: 7px;
  height: 13px;
  display: inline-block;
  text-indent: -9999px;
  cursor: pointer;
  position: relative;
  top: 2px;
}
#calendar .fc-header .fc-button.fc-button-prev {
  background-position: 0 0;
}
#calendar .fc-header .fc-button.fc-button-prev:hover {
  background-position: 0 100%;
}
#calendar .fc-header .fc-button.fc-button-next {
  background-position: 100% 0;
}
#calendar .fc-header .fc-button.fc-button-next:hover {
  background-position: 100% 100%;
}
#calendar .fc-header .fc-header-title {
  display: inline-block;
}
#calendar .fc-header .fc-header-title h2 {
  width: 130px;
  font: 18px/1 'alegreya-scregular';
  margin-bottom: 0;
}
#calendar .fc-content thead th {
  background: #c6b994;
  text-align: center;
  font: 12px/28px 'futurastd-book';
  text-transform: uppercase;
  color: #fff;
  padding: 0;
}
#calendar .fc-content .fc-day {
  padding: 4px;
  border-bottom: 1px solid #c2c2c2;
  text-align: center;
  height: 62px;
}
#calendar .fc-content .fc-day > div {
  position: relative;
}
#calendar .fc-content .fc-day .fc-day-number {
  font: 18px/1 'alegreya-scregular';
}
#calendar .fc-content .fc-day.fc-other-month .fc-day-number {
  color: #c2c2c2;
}
#calendar .fc-content .fc-day.hasevent .fc-day-number {
  position: absolute;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 2px;
}
#calendar .fc-content .fc-day.hasevent .fc-day-content {
  background: #e7e6e6;
  cursor: pointer;
  height: 50px;
  padding-top: 12px;
  font: 10px/12px 'gothamhtf-book';
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
#calendar .fc-content .fc-day.hasevent .fc-day-content .fc-event-title {
  font: 18px/1 'futurastd-book';
  text-transform: uppercase;
  color: #474040;
}
#calendar .fc-content .fc-day.hasevent .fc-day-content .fc-event-title span {
  display: block;
  font-size: 10px;
  margin-top: 5px;
}
#calendar .fc-content .fc-day.hasevent.active .fc-day-number,
#calendar .fc-content .fc-day.hasevent:hover .fc-day-number {
  color: #fff;
}
#calendar .fc-content .fc-day.hasevent.active .fc-day-content,
#calendar .fc-content .fc-day.hasevent:hover .fc-day-content {
  background: #c6b994;
}
#calendar .fc-content .fc-day.closed .fc-day-number,
#calendar .fc-content .fc-day.hasevent .fc-day-number {
  position: absolute;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 2px;
}
#calendar .fc-content .fc-day.closed .fc-day-content,
#calendar .fc-content .fc-day.hasevent .fc-day-content {
  background: #e7e6e6;
  height: 50px;
  padding-top: 12px;
  font: 10px/12px 'gothamhtf-book';
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
#calendar .fc-content .fc-day.closed .fc-day-content .fc-event-title,
#calendar .fc-content .fc-day.hasevent .fc-day-content .fc-event-title {
  font: 18px/1 'futurastd-book';
  text-transform: uppercase;
  color: #474040;
}
#calendar .fc-content .fc-day.closed .fc-day-content .fc-event-title span,
#calendar .fc-content .fc-day.hasevent .fc-day-content .fc-event-title span {
  display: block;
  font-size: 10px;
  margin-top: 10px;
}
#calendar-form {
  margin-top: 4.44%;
  display: none;
}
#calendar-form .title {
  font: 18px/1 'alegreya-scregular';
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 4.44%;
}
#calendar-form form .input {
  float: left;
  width: 33.55%;
  margin-right: 2.3%;
  position: relative;
}
#calendar-form form .input label {
  font: 10px/20px 'futurastd-book';
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #474040;
  position: absolute;
  top: 4px;
  left: 10px;
}
#calendar-form form .input label span {
  display: none;
}
#calendar-form form .input input {
  background: #f5f5f5;
  border: 0;
  padding: 4px 10px;
  height: 28px;
  letter-spacing: 2px;
}
#calendar-form form .input input:required {
  box-shadow: none;
  /* Firefox (tested v6) adds red shadow by default */
}
#calendar-form form .button {
  float: left;
  width: 28.3%;
}
#calendar-form form .button input {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #c6b994;
  font: 10px/20px 'futurastd-book';
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  height: 28px;
  color: #fff;
}
#calendar-form .result {
  font: 14px/1 'alegreya-scregular';
  letter-spacing: 1px;
  text-align: center;
  margin-top: 4.44%;
  display: none;
}
#blog {
  float: left;
  width: 100%;
}
#blog .main {
  margin-left: 232px;
}
#sidebar {
  background: #fff;
  float: left;
  margin-left: -100%;
  width: 169px;
  padding: 27px 22px;
}
/* Blog
*******************************/
#post {
  background: #fff;
  padding: 6.92% 4.69% 5.75%;
}
.post .entry-header {
  border-top: 1px solid #bababa;
  padding-top: 6.18%;
  position: relative;
  text-align: center;
  margin-bottom: 3.52%;
}
.post .entry-header:before {
  background: url(../images/post-title-bg.png) 50% 0 no-repeat #ffffff;
  content: "";
  width: 112px;
  height: 31px;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -49px;
}
.post .entry-header .entry-title {
  font: 30px/36px 'alegreya-scregular';
  margin-bottom: 0;
}
.post .entry-header .entry-meta time {
  font: 12px/1 'gothamhtf-book';
  text-transform: uppercase;
  color: #000;
}
.post .comments-wrapper {
  background: url(../images/comments-wrapper-bg.png) 0 0 no-repeat;
  position: relative;
  height: 196px;
  padding: 24px 25px 25px 0;
}
.post .comments-wrapper:after {
  background: url(../images/comments-wrapper-right.png) 0 50% no-repeat;
  content: "";
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.post .actions {
  float: left;
  width: 256px;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 5px;
}
.post .actions h2 {
  background: url(../images/post-actions-bg.png) 50% 100% no-repeat;
  padding-bottom: 50px;
  font: 31px/40px 'futurastd-light';
  text-transform: uppercase;
  letter-spacing: 4px;
}
.post .actions h2 span {
  display: block;
  font: 30px/40px 'futurastd-medium';
}
.post .actions .share {
  display: inline-block;
}
.post .actions .share li {
  float: left;
  margin-left: 36px;
}
.post .actions .share li:first-child {
  margin-left: 0;
}
.post .actions .share li a {
  background: url(../images/social-icons.png) 0 0 no-repeat;
  display: block;
  height: 20px;
  text-indent: -9999px;
}
.post .actions .share li a.facebook {
  background-position: 0 0;
  width: 10px;
}
.post .actions .share li a.facebook:hover {
  background-position: 0 100%;
}
.post .actions .share li a.twitter {
  background-position: -10px 0;
  width: 20px;
}
.post .actions .share li a.twitter:hover {
  background-position: -10px 100%;
}
.post .actions .share li a.pinterest {
  background-position: -30px 0;
  width: 15px;
}
.post .actions .share li a.pinterest:hover {
  background-position: -30px 100%;
}
.post .comment-respond {
  position: relative;
  padding-left: 280px;
}
.post .comment-respond .fields .col {
  float: left;
  width: 49%;
  margin-left: 2%;
  margin-bottom: 12px;
}
.post .comment-respond .fields .col:first-child {
  margin-left: 0;
}
.post .comment-respond .fields .inputs {
  overflow: hidden;
}
.post .comment-respond .fields .input,
.post .comment-respond .fields .area {
  position: relative;
}
.post .comment-respond .fields .input label,
.post .comment-respond .fields .area label {
  font: 10px/20px 'futurastd-book';
  text-transform: uppercase;
  color: #474040;
  position: absolute;
  top: 5px;
  left: 18px;
}
.post .comment-respond .fields .input label span,
.post .comment-respond .fields .area label span {
  display: none;
}
.post .comment-respond .fields .input input,
.post .comment-respond .fields .area input,
.post .comment-respond .fields .input textarea,
.post .comment-respond .fields .area textarea {
  background: #f5f5f5;
  border: 0;
}
.post .comment-respond .fields .input input:required,
.post .comment-respond .fields .area input:required,
.post .comment-respond .fields .input textarea:required,
.post .comment-respond .fields .area textarea:required {
  box-shadow: none;
  /* Firefox (tested v6) adds red shadow by default */
}
.post .comment-respond .fields .input textarea,
.post .comment-respond .fields .area textarea {
  height: 154px;
  resize: none;
  padding-bottom: 35px;
}
.post .comment-respond .fields .button {
  position: absolute;
  bottom: 14px;
  right: 14px;
  line-height: 1;
}
.post .comment-respond .fields .button input {
  background: url(../images/contact-submit.png) 0 0 no-repeat;
  border: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  width: 64px;
  height: 13px;
  text-indent: -9999px;
}
.post .comment-respond .fields .button input:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
.post .comments {
  background: url(../images/comments-bottom.png) 0 100% no-repeat;
  position: relative;
  padding: 28px 30px;
}
.post .comments:before,
.post .comments:after {
  background: url(../images/comments-wrapper-right.png) 0 0 repeat-y;
  content: "";
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.post .comments:before {
  left: 0;
}
.post .comments:after {
  right: 0;
}
.post .comments .commentslist li {
  overflow: hidden;
  margin-top: 20px;
}
.post .comments .commentslist li:first-child {
  margin-top: 0;
}
.post .comments .commentslist li header {
  font: 18px/1 'alegreya-scregular';
  text-transform: uppercase;
  color: #ab9d75;
  margin-bottom: 15px;
}
.post .comments .commentslist li header cite {
  font-style: normal;
}
.post .comments .commentslist li .comment-body p {
  margin: 1.5em 0 0 0;
}
.post .comments .commentslist li .comment-body p:first-child {
  margin-top: 0;
}
#posts {
  background: #fff;
  padding: 21px 21px 60px;
}
#posts.diy {
  padding: 21px 46px 60px;
}
#posts .grid .item {
  float: left;
  width: 264px;
  margin: 16px;
  position: relative;
}
#posts .grid .item .image img {
  max-width: 100%;
  height: auto;
}
#posts .grid .item .over {
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  color: #464545;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
#posts .grid .item .over:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#posts .grid .item .over .table {
  border: 1px solid #b7b7b7;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#posts .grid .item .over h2 {
  background: url(../images/posts-title-bg.png) 50% 0 no-repeat;
  padding-top: 65px;
  font: 22px/24px 'alegreya-scregular';
}
#posts .grid .item .over .meta {
  font: 10px/1 'futurastd-book';
  text-transform: uppercase;
  letter-spacing: 1px;
}
#posts #load-more {
  background: url(../images/posts-paging.png) 50% 0 no-repeat;
  display: block;
  margin-top: 40px;
  padding-top: 40px;
  text-align: center;
  font: 18px/1 'crimson_textitalic';
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #474040;
}
#posts #load-more:hover {
  color: #c6b994;
}
#sidebar {
  text-align: center;
}
#sidebar > div {
  background: url(../images/sidebar-separator.gif) 50% 0 no-repeat;
  margin-top: 26px;
  padding-top: 27px;
}
#sidebar > div:first-child {
  background: none;
  margin-top: 0;
  padding-top: 0;
}
#sidebar h2 {
  font: 24px/1 'alegreya-scregular';
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#sidebar h2 span {
  display: block;
  margin-top: 8px;
  font: 13px/18px 'alegreya-scitalic';
  letter-spacing: 0;
}
#sidebar .subscribe .newsletter {
  position: relative;
}
#sidebar .subscribe .newsletter .newsletter-email {
  background: #c6b994;
  border: 0;
  font: 12px/20px 'futurastd-book';
  color: #fff;
  text-align: center;
  margin-bottom: 22px;
}
#sidebar .subscribe .newsletter label {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  text-align: center;
  font: 12px/20px 'futurastd-book';
  text-transform: uppercase;
  color: #fff;
}
#sidebar .subscribe .newsletter .newsletter-submit {
  border: 1px solid #474040;
  font: 12px/25px 'futurastd-book';
  text-transform: uppercase;
  color: #464545;
  text-align: center;
  height: 27px;
  padding: 0 16px;
}
#sidebar .subscribe .newsletter .newsletter-submit:hover {
  border-color: #C6B994;
  color: #C6B994;
}
#sidebar .social ul {
  width: 86px;
  margin: 0 auto;
}
#sidebar .social ul li {
  float: left;
  margin-left: 46px;
}
#sidebar .social ul li:first-child {
  margin-left: 5px;
  margin-right: 5px;
}
#sidebar .social ul li:nth-child(3) {
  margin-left: 2px;
}
#sidebar .social ul li:first-child,
#sidebar .social ul li:nth-child(2) {
  margin-bottom: 24px;
}
#sidebar .social ul li:nth-child(4) {
  margin-left: 50px;
}
#sidebar .social ul li a {
  background: url(../images/social-icons.png) 0 0 no-repeat;
  display: block;
  height: 20px;
  text-indent: -9999px;
}
#sidebar .social ul li a.facebook {
  background-position: 0 0;
  width: 10px;
}
#sidebar .social ul li a.facebook:hover {
  background-position: 0 100%;
}
#sidebar .social ul li a.twitter {
  background-position: -10px 0;
  width: 20px;
}
#sidebar .social ul li a.twitter:hover {
  background-position: -10px 100%;
}
#sidebar .social ul li a.pinterest {
  background-position: -30px 0;
  width: 15px;
}
#sidebar .social ul li a.pinterest:hover {
  background-position: -30px 100%;
}
#sidebar .social ul li a.instagram {
  background-position: 100% 0;
  width: 18px;
}
#sidebar .social ul li a.instagram:hover {
  background-position: 100% 100%;
}
#sidebar .diy .images .image {
  float: left;
  width: 79px;
  margin-left: 11px;
}
#sidebar .diy .images .image:first-child {
  margin-left: 0;
}
#sidebar .diy .images .image img {
  max-width: 100%;
  height: auto;
}
#sidebar .diy .text {
  margin-top: 28px;
  font: 16px/20px 'crimson_textitalic';
  color: #c6b994;
}
#sidebar .diy .image img,
#sidebar .press .image img {
  max-width: 100%;
  height: auto;
}
#sidebar .diy .more,
#sidebar .press .more {
  margin-top: 25px;
}
#sidebar .diy .more a,
#sidebar .press .more a {
  border: 1px solid #b9b6b6;
  display: block;
  width: 124px;
  margin: 0 auto;
  text-align: center;
  font: 12px/25px 'futurastd-book';
  text-transform: uppercase;
  color: #464545;
}
#sidebar .diy .more a:hover,
#sidebar .press .more a:hover {
  border-color: #C6B994;
  color: #C6B994;
}
#sidebar .categories ul {
  font: 10px/14px 'futurastd-book';
  text-transform: uppercase;
}
#sidebar .categories ul li {
  padding: 6px 0;
}
#sidebar .categories a {
  color: #464545;
}
#sidebar .categories a:hover {
  color: #c6b994;
}
#sidebar .flo-archives {
  position: relative;
}
#sidebar .flo-archives .year {
  text-align: center;
  font: 18px/1 'futurastd-book';
  text-transform: uppercase;
  color: #c6b994;
  position: relative;
  width: 100px;
  margin: 0 auto 15px;
}
#sidebar .flo-archives .year a.up,
#sidebar .flo-archives .year a.down {
  background: url(../images/archive-arrows.png) 0 0 no-repeat;
  position: absolute;
  top: 3px;
  width: 6px;
  height: 11px;
  text-indent: -9999px;
}
#sidebar .flo-archives .year a.down {
  left: 0;
}
#sidebar .flo-archives .year a.down:hover {
  background-position: 0 100%;
}
#sidebar .flo-archives .year a.up {
  background-position: 100% 0;
  right: 0;
}
#sidebar .flo-archives .year a.up:hover {
  background-position: 100% 100%;
}
#sidebar .flo-archives .months .year-months {
  display: none;
  padding: 0 15px;
}
#sidebar .flo-archives .months .year-months:first-child {
  display: block;
}
#sidebar .flo-archives .months .year-months span,
#sidebar .flo-archives .months .year-months a {
  float: left;
  width: 25%;
  text-align: center;
  padding: 15px 0;
  font: 10px/1 'futurastd-book';
  text-transform: uppercase;
}
#sidebar .etsy {
  margin-left: -10px;
}
#sidebar .etsy .etsy-logo {
  width: 100px;
  height: auto;
  margin: 0 auto 20px;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
}
.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #c7c7c7;
  position: relative;
}
.jspDrag {
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspVerticalBar .jspDrag {
  background: #383838;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
@media (max-width: 767px) {
  body {
    background: #fff;
  }
  #wrapper {
    min-width: 320px;
  }
  #header:after {
    display: none;
  }
  #menu {
    font: 20px/28px 'futurastd-condensed';
    top: 0;
    z-index: 10;
    text-align: center;
  }
  #menu .button {
    display: block;
  }
  #menu ul.menu {
    display: none;
    background: #474040;
  }
  #menu ul.menu > li {
    border-top: 1px solid #595352;
    display: block;
    width: auto;
  }
  #menu ul.menu > li.sep,
  #menu ul.menu > li.center {
    display: none;
  }
  #menu ul.menu > li.galleries a,
  #menu ul.menu > li.classes a {
    padding-top: 8px;
  }
  #menu ul.menu > li.diy {
    display: block;
  }
  #menu ul.menu > li a {
    background: none;
    display: block;
    padding: 8px 0;
    color: #fff;
  }
  #menu ul.menu > li a br {
    display: none;
  }
  #menu ul.menu > li a:hover,
  #menu ul.menu > li.active a {
    color: #c6b994;
  }
  #menu:after {
    display: none;
  }
  #content {
    min-height: 0;
  }
  #content .content-wrapper {
    padding: 0;
  }
  #footer:before {
    display: none;
  }
  #footer .top {
    padding: 4.27% 7.43% 4.27%;
  }
  #footer .top .left {
    float: none;
    width: auto;
  }
  #footer .top .right {
    display: none;
  }
  #footer .social ul {
    float: none;
  }
  #footer .social ul:first-child {
    float: none;
    margin-bottom: 30px;
  }
  #footer .japan-link {
    display: block;
  }
  #footer .bottom {
    padding: 4.27% 7.26% 3.41%;
  }
  #footer .bottom .left {
    float: none;
    width: auto;
    display: none;
  }
  #footer .bottom .right {
    float: none;
    width: auto;
  }
  #homepage {
    padding-bottom: 20px;
  }
  #homepage .main {
    margin-left: 0;
  }
  #homepage .top {
    height: auto;
  }
  #homepage .top .right {
    float: none;
    margin: 0 auto;
  }
  #homepage .slider {
    float: none;
    width: 100%;
  }
  #homepage .slider .flexslider {
    margin-right: 0;
  }
  #homepage .slider .slides li {
    height: auto;
    background: none;
  }
  #homepage .slider .slides li img {
    display: block;
  }
  #homepage .slider .info {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    top: 10px;
    padding: 32px 40px 25px;
    text-align: center;
  }
  #homepage .news {
    margin: 20px auto;
  }
  #homepage .center .class,
  #homepage .center .shop {
    float: none;
    width: auto;
  }
  #homepage .center .class .wrap,
  #homepage .center .shop .wrap {
    border: 1px solid #d1d1d1;
    margin: 0 7.15%;
  }
  #homepage .center .class h2,
  #homepage .center .shop h2 {
    font: 17px/30px 'futurastd-light';
    letter-spacing: 3px;
  }
  #homepage .center .class h2 span,
  #homepage .center .shop h2 span {
    font-size: 22px;
  }
  #homepage .center .class {
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #homepage .bottom {
    margin-top: 20px;
    padding: 0 7.15%;
  }
  #homepage .bottom .wrap {
    padding: 3.23% 0;
  }
  #homepage .bottom h2 {
    font: 25px/1 'futurastd-light';
    margin-bottom: 3.23%;
  }
  #homepage .bottom .flexslider .slides {
    background: none;
  }
  #homepage .bottom .flexslider .item {
    border-top: 1px solid #d1d1d1;
    float: none;
    width: auto;
    padding: 20px;
  }
  #homepage .bottom .flexslider .item:first-child {
    margin-right: 0;
  }
  #homepage .bottom .flexslider .item h3 {
    font: 18px/24px 'alegreya-scregular';
  }
  #homepage .bottom .flexslider .item .image {
    display: none;
  }
  #homepage .bottom .flexslider .item .right {
    float: none;
    width: auto;
    padding-bottom: 0;
  }
  #homepage .bottom .flexslider .item .more {
    position: relative;
    bottom: auto;
    left: auto;
    text-align: center;
    margin-top: 20px;
  }
  #homepage .bottom .flexslider .item .more a {
    display: inline-block;
  }
  #homepage .bottom .flexslider .flex-prev,
  #homepage .bottom .flexslider .flex-next {
    top: -55px;
  }
  #homepage .bottom .flexslider .flex-prev {
    left: 10px;
  }
  #homepage .bottom .flexslider .flex-next {
    right: 10px;
  }
  body.home #sidebar {
    display: none;
  }
  #about .bottom {
    padding: 0 7.15%;
  }
  #about .bottom .text {
    float: none;
    width: auto;
  }
  #about .bottom .video {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  #products {
    padding: 3.41% 7.15% 7.35%;
  }
  #products .items .item .left {
    float: none;
    width: auto;
  }
  #products .items .item .image {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  #products .items .item .shop-now {
    text-align: center;
  }
  #faq {
    padding: 3.41% 7.15% 7.35%;
  }
  #galleries .nav {
    padding: 0 7.15%;
    margin-bottom: 10px;
  }
  #galleries .nav .button {
    display: none;
  }
  #galleries .nav .wrap {
    border: 0;
    height: auto;
  }
  #galleries .nav .menu-wrap {
    padding: 0;
  }
  #galleries .nav .menu-wrap:after {
    display: none;
  }
  #galleries .nav ul {
    display: block;
  }
  #galleries .nav ul li {
    border: 1px solid #d2d2d2;
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  #galleries .nav ul li:first-child {
    margin-top: 0;
  }
  #galleries .nav ul li.sep {
    display: none;
  }
  #galleries .items {
    padding: 0 7.15%;
  }
  #galleries .items .item {
    float: none;
    width: auto;
    margin-left: 0;
    margin-top: 10px;
  }
  #galleries .items .item:first-child {
    margin-top: 0;
  }
  #galleries .items .item:first-child,
  #galleries .items .item:nth-child(3n+1) {
    margin-left: 0;
  }
  #galleries .items .item:nth-child(n+4) {
    margin-top: 10px;
  }
  #galleries .items .item .wrap {
    margin: 0;
  }
  #galleries .items .item h2 {
    min-height: 24px;
    font: 18px/24px 'alegreya-scregular';
  }
  #gallery .back {
    display: none;
  }
  #gallery .main {
    padding: 0 7.15%;
  }
  #gallery .main .wrap {
    border: 0;
  }
  #gallery .main .wrap .content {
    padding: 0;
  }
  #gallery .entry-title {
    font: 18px/24px 'alegreya-scregular';
  }
  #gallery .entry-title:before,
  #gallery .entry-title:after {
    width: 300px;
  }
  #gallery .slider {
    margin-bottom: 3.33%;
  }
  #gallery .thumbnails {
    display: none;
  }
  #gallery .slider .flex-prev {
    left: -25px;
  }
  #gallery .slider .flex-next {
    right: -25px;
  }
  #gallery .gallery-paginator {
    margin: 1.7% 7.15% 0;
    padding: 2.7% 0;
  }
  #learn-how {
    padding: 0 7.15% 20px;
  }
  #learn-how .top {
    background: #fff;
    padding: 0;
  }
  #learn-how .top .wrapper {
    background: none !important;
    padding: 7.75% 0;
  }
  #learn-how .top .wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  #learn-how .top .wrapper .wrap {
    padding: 0;
    margin-top: 20px;
  }
  #learn-how .nav {
    background: none;
    height: auto;
  }
  #learn-how .nav ul {
    display: block;
  }
  #learn-how .nav ul li {
    background: none;
    float: none;
    margin-left: 0;
    width: auto;
    padding: 0;
  }
  #learn-how .nav ul li:first-child {
    margin-bottom: 10px;
  }
  #learn-how .main {
    background: url(../images/sidebar-separator.gif) 0 0 repeat-x;
    padding: 0;
    margin-top: 40px;
    padding-top: 40px;
  }
  #learn-how .main .wrap {
    background: none;
  }
  #learn-how .main .categories {
    float: none;
    width: auto;
    text-align: center;
  }
  #learn-how .main .content {
    padding-left: 0;
  }
  #learn-how .main .items .item .left {
    float: none;
    width: auto;
  }
  #learn-how .main .items .item .right {
    float: none;
    width: auto;
  }
  #learn-how .main .thumbnails {
    margin: 0;
  }
  #learn-how .main .thumbnails .flex-prev {
    left: -26px;
  }
  #learn-how .main .thumbnails .flex-next {
    right: -26px;
  }
  #classes {
    padding: 0 7.15% 20px;
  }
  #classes .main-image {
    padding: 0;
    margin-bottom: 20px;
  }
  #classes .main {
    padding: 0;
  }
  #classes .main .top .entry-content {
    -moz-column-width: 100%;
    -moz-column-count: 1;
    -moz-column-gap: 60px;
    -moz-column-rule-color: #eeeeee;
    -moz-column-rule-style: solid;
    -moz-column-rule-width: 0;
    -webkit-column-width: 100%;
    -webkit-column-count: 1;
    -webkit-column-gap: 60px;
    -webkit-column-rule-color: #eeeeee;
    -webkit-column-rule-style: solid;
    -webkit-column-rule-width: 0;
    column-width: 100%;
    column-count: 1;
    column-gap: 60px;
    column-rule-color: #eeeeee;
    column-rule-style: solid;
    column-rule-width: 0;
  }
  #classes .main .top .entry-content h1,
  #classes .main .top .entry-content h2 {
    font: 18px/24px 'alegreya-scregular';
  }
  #classes .instructors {
    margin: 5% 0 0;
    padding: 0;
  }
  #classes .instructors .wrap:before {
    background: none;
  }
  #classes .instructors h2.entry-title {
    font-size: 17px;
  }
  #classes .instructors .left {
    float: none;
    width: auto;
    font-size: 14px;
    text-align: center;
  }
  #classes .instructors .left h3 {
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    font-size: 16px;
    padding: 20px 0;
  }
  #classes .instructors .left ul.list {
    display: none;
  }
  #classes .instructors .left ul.list li {
    margin: 18px 0;
    cursor: pointer;
  }
  #classes .instructors .left ul.list li:hover,
  #classes .instructors .left ul.list li.active {
    color: #c6b994;
  }
  #classes .instructors .left ul.list li.active {
    font-family: 'futurastd-heavy';
  }
  #classes .instructors .left .select-wrapper {
    display: block;
  }
  #classes .instructors .right {
    padding-left: 0;
    margin-top: 40px;
  }
  #classes .instructors .categories .regions > li .children {
    margin-left: 0;
  }
  #classes .instructors .search {
    margin-top: 30px;
  }
  #classes .instructors .items .block li {
    margin-left: 10%;
    width: 45%;
  }
  #classes .instructors .items .block li .image img {
    /*                                width: 100%;*/
  }
  #classes .instructors .items .block li:first-child {
    margin-left: 0;
  }
  #classes .instructors .items .block li:nth-child(3n+1) {
    clear: none;
    margin-left: 10%;
  }
  #classes .instructors .items .block li:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
  #classes .instructors .items .block li:nth-child(n+3) {
    margin-top: 5%;
  }
  #classes .instructors .instructor-info .close {
    right: -20px;
  }
  #classes .instructors .instructor-item .top {
    overflow: hidden;
  }
  #classes .instructors .instructor-item .image {
    float: none;
    width: 100%;
  }
  #classes .instructors .instructor-item .image img {
    width: 100%;
  }
  #classes .instructors .instructor-item .instructor-right {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
  #classes .instructors .instructor-item .location {
    font-size: 10px;
  }
  #classes .instructors .instructor-item .website,
  #classes .instructors .instructor-item .email {
    font-size: 16px;
  }
  #classes .instructors .instructor-item .contact {
    font-size: 10px;
  }
  #classes .instructors .instructor-item .info .class-description {
    float: none;
    width: 100%;
  }
  #classes .instructors .instructor-item .info .class-about {
    float: none;
    width: auto;
    margin-top: 30px;
  }
  #classes .instructors .instructor-item .info h2 {
    font-size: 15px;
  }
  #classes .instructors .instructor-item .info .text {
    font-size: 14px;
  }
  #classes .instructors .instructor-item .share h2 {
    font-size: 15px;
  }
  #classes .instructors .instructor-item .share ul {
    overflow: hidden;
  }
  #classes .instructors .instructor-item .share ul li {
    margin-left: 10px;
    padding-left: 11px;
    font-size: 18px;
  }
  #classes .instructors .instructor-item .share ul li:first-child {
    background: none;
    margin-left: 0;
    padding-left: 0;
  }
  #classes .academy {
    padding: 0;
  }
  #classes .academy h2.entry-title {
    font-size: 22px;
  }
  #classes .academy .entry-content {
    padding: 0;
    font-size: 10px;
  }
  #classes .academy .info {
    background: none;
    border-top: 1px dashed #a39f9f;
    padding-top: 7.77%;
  }
  #classes .academy .info .text {
    font-size: 17px;
  }
  #classes .academy .info .contacts {
    font: 16px/26px 'futurastd-book';
    position: relative;
    margin-top: 40px;
  }
  #classes .academy .info .left {
    float: none;
    width: auto;
    margin-left: 0;
    margin-top: 40px;
  }
  #classes .academy .info .right {
    float: none;
    width: auto;
  }
  #classes .academy .info .hours .text {
    -moz-column-width: 100%;
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -moz-column-rule-color: #eeeeee;
    -moz-column-rule-style: solid;
    -moz-column-rule-width: 0;
    -webkit-column-width: 100%;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    -webkit-column-rule-color: #eeeeee;
    -webkit-column-rule-style: solid;
    -webkit-column-rule-width: 0;
    column-width: 100%;
    column-count: 1;
    column-gap: 20px;
    column-rule-color: #eeeeee;
    column-rule-style: solid;
    column-rule-width: 0;
  }
  #classes .academy .info .hours .legend {
    font-size: 17px;
  }
  #classes .academy .info .social {
    margin-top: 40px;
  }
  #classes .academy .dates .left {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  #classes .academy .dates .left h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  #classes .academy .dates .left h2 div {
    display: block;
  }
  #classes .academy .dates .left h2 div span {
    display: block;
  }
  #classes .academy .dates .left .text {
    -moz-column-width: 100%;
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -moz-column-rule-color: #eeeeee;
    -moz-column-rule-style: solid;
    -moz-column-rule-width: 0;
    -webkit-column-width: 100%;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    -webkit-column-rule-color: #eeeeee;
    -webkit-column-rule-style: solid;
    -webkit-column-rule-width: 0;
    column-width: 100%;
    column-count: 1;
    column-gap: 20px;
    column-rule-color: #eeeeee;
    column-rule-style: solid;
    column-rule-width: 0;
    text-align: left;
    font-size: 17px;
  }
  #classes .academy .dates .left .downloads {
    text-align: left;
    font-size: 17px;
    margin-top: 0;
  }
  #classes .academy .dates .gallery {
    float: none;
    width: 100%;
  }
  #classes .academy .dates .gallery img {
    width: 100%;
    height: auto;
  }
  #classes .tokyo-academy {
    padding: 0;
    margin-top: 40px;
  }
  #classes .tokyo-academy h2.entry-title {
    font-size: 22px;
  }
  #classes .tokyo-academy .info {
    border-top: 1px dashed #a39f9f;
    background: none;
    padding-top: 7.77%;
  }
  #classes .tokyo-academy .info .text {
    font-size: 17px;
  }
  #classes .tokyo-academy .info .contacts {
    font-size: 17px;
  }
  #classes .tokyo-academy .info .left {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 7.77%;
  }
  #classes .tokyo-academy .info .right {
    float: none;
    width: 100%;
  }
  #classes .tokyo-academy .info .hours .text {
    -moz-column-width: 100%;
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -moz-column-rule-color: #eeeeee;
    -moz-column-rule-style: solid;
    -moz-column-rule-width: 0;
    -webkit-column-width: 100%;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    -webkit-column-rule-color: #eeeeee;
    -webkit-column-rule-style: solid;
    -webkit-column-rule-width: 0;
    column-width: 100%;
    column-count: 1;
    column-gap: 20px;
    column-rule-color: #eeeeee;
    column-rule-style: solid;
    column-rule-width: 0;
  }
  #classes .tokyo-academy .info .hours .legend {
    font-size: 17px;
  }
  #classes .tokyo-academy .info .social {
    margin-top: 40px;
  }
  #classes .tokyo-academy .events {
    margin-top: 8.88%;
    position: relative;
  }
  #classes .tokyo-academy .events .title {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
  #classes .tokyo-academy .events .title h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  #classes .tokyo-academy .events .title h2 div {
    display: block;
  }
  #classes .tokyo-academy .events .title h2 div span {
    display: block;
  }
  #classes .tokyo-academy .events .slider .flex-prev,
  #classes .tokyo-academy .events .slider .flex-next {
    top: 60%;
  }
  #classes .tokyo-academy .events .slider .flex-prev {
    right: 0;
    left: 0;
    margin-right: 0;
  }
  #classes .tokyo-academy .events .item .left {
    float: none;
    width: 100%;
    margin-left: 0;
    padding-top: 0;
    text-align: left;
  }
  #classes .tokyo-academy .events .item .left .text {
    font-size: 16px;
  }
  #classes .tokyo-academy .events .item .image {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  #classes .tokyo-academy .events .item .image img {
    width: 100%;
  }
  #calendar .fc-content .fc-day {
    padding: 2px;
  }
  #calendar .fc-content .fc-day .fc-day-number {
    font: 16px/1 'alegreya-scregular';
  }
  #calendar .fc-content .fc-day.hasevent .fc-day-number {
    padding: 1px;
  }
  #calendar .fc-content .fc-day.hasevent .fc-day-content .fc-event-title {
    font: 16px/1 'futurastd-book';
  }
  #calendar-form form .input {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #calendar-form form .button {
    float: none;
    width: auto;
  }
  #contact {
    padding: 0;
  }
  #contact .main {
    background: none !important;
  }
  #contact .main .wrap {
    background: none;
    padding: 0;
  }
  #contact .wpcf7-form .cols .col {
    float: none;
    width: auto;
  }
  #contact .wpcf7-form .cols .col:first-child {
    margin-right: 0;
    border-bottom: 10px;
    margin-bottom: 20px;
  }
  #contact .wpcf7-form text-area {
    padding-bottom: 5px;
  }
  #contact .wpcf7-form .button {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 20px;
  }
  #contact .wpcf7-form .button input {
    background: url(../images/contact-submit.png) 0 0 no-repeat;
    border: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    width: 64px;
    height: 13px;
    text-indent: -9999px;
  }
  #contact .wpcf7-form .button input:hover {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
  }
  #contact .wpcf7-form .button img {
    position: absolute;
    top: -2px;
    right: 71px;
  }
  #contact .wpcf7-form .wpcf7-response-output {
    position: relative;
    left: auto;
    bottom: auto;
    padding-right: 0;
  }
  #blog {
    float: none;
    width: 100%;
  }
  #blog .main {
    margin-left: 0;
  }
  #sidebar {
    display: none;
  }
  #posts {
    width: 564px;
    margin: 0 auto;
  }
  #posts .grid .item {
    width: 264px;
    margin: 9px;
  }
  #post {
    padding: 6.92% 7.15% 5.75%;
  }
  .post .entry-header .entry-title {
    font: 18px/24px 'alegreya-scregular';
  }
  .post .comments-wrapper {
    background: none;
    position: relative;
    height: auto;
    padding: 0;
  }
  .post .comments-wrapper:after {
    display: none;
  }
  .post .actions {
    float: none;
    width: auto;
  }
  .post .actions h2 {
    text-indent: -9999px;
    height: 24px;
    padding-bottom: 0;
  }
  .post .comment-respond {
    background: url(../images/contact-separator.gif) 0 0 repeat-x;
    padding-left: 0;
    padding-top: 33px;
    margin-top: 20px;
  }
  .post .comment-respond .fields .col {
    float: none;
    width: auto;
    margin-left: 0;
  }
  .post .comment-respond .fields .input textarea,
  .post .comment-respond .fields .area textarea {
    padding-bottom: 5px;
  }
  .post .comment-respond .fields .button {
    position: relative;
    bottom: auto;
    right: auto;
    text-align: center;
    margin-top: 12px;
  }
  .post .comments {
    background: url(../images/contact-separator.gif) 0 0 repeat-x;
    padding: 28px 0;
    margin-top: 20px;
  }
  .post .comments:before,
  .post .comments:after {
    display: none;
  }
  .paginator-wrapper {
    margin: 2.39% 7.15% 0;
    padding: 2.73% 0;
  }
}
@media (max-width: 480px) {
  #classes .instructors .items .block li {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  #classes .instructors .items .block li:first-child {
    margin-left: 0;
  }
  #classes .instructors .items .block li:nth-child(3n+1) {
    clear: none;
    margin-left: 0;
  }
  #classes .instructors .items .block li:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
  #classes .instructors .items .block li:nth-child(n+2) {
    margin-top: 5%;
  }
  #classes .academy .dates .left h2 div span {
    font-size: 16px;
  }
  #posts {
    width: 282px;
  }
}
