/**
 * Main style document for Michelle website
 *
 * Complied using Grunt/SASS
 * Saved in web-assets/en/style
 *
 */
/**
 * [$cBlack Colors defintions]
 * @type {[type]}
 */
/**
 * [$wDesktop Width for different screen size]
 * @type {[type]}
 */
/**
 * Fixed numbers
 */
/**
 * English Fonts
 *
 */
@font-face {
  font-family: 'avantgarde_ceregular';
  src: url("../fonts-en/ITC Avant Garde CE Gothic Book-webfont.eot");
  src: url("../fonts-en/ITC Avant Garde CE Gothic Book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts-en/ITC Avant Garde CE Gothic Book-webfont.woff2") format("woff2"), url("../fonts-en/ITC Avant Garde CE Gothic Book-webfont.woff") format("woff"), url("../fonts-en/ITC Avant Garde CE Gothic Book-webfont.ttf") format("truetype"), url("../fonts-en/ITC Avant Garde CE Gothic Book-webfont.svg#avantgarde_ceregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'avantgarde_cebold';
  src: url("../fonts-en/ITC Avant Garde CE Gothic Demi-webfont.eot");
  src: url("../fonts-en/ITC Avant Garde CE Gothic Demi-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts-en/ITC Avant Garde CE Gothic Demi-webfont.woff2") format("woff2"), url("../fonts-en/ITC Avant Garde CE Gothic Demi-webfont.woff") format("woff"), url("../fonts-en/ITC Avant Garde CE Gothic Demi-webfont.ttf") format("truetype"), url("../fonts-en/ITC Avant Garde CE Gothic Demi-webfont.svg#avantgarde_cebold") format("svg");
  font-weight: normal;
  font-style: normal; }
/**
 * Icons Font
 */
@font-face {
  font-family: '1971-gallery';
  src: url("../fonts-icons/1971-gallery.eot?-tixdz5");
  src: url("../fonts-icons/1971-gallery.eot?#iefix-tixdz5") format("embedded-opentype"), url("../fonts-icons/1971-gallery.woff?-tixdz5") format("woff"), url("../fonts-icons/1971-gallery.ttf?-tixdz5") format("truetype"), url("../fonts-icons/1971-gallery.svg?-tixdz5#1971-gallery") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: '1971-gallery';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-location:before {
  content: "\e947"; }

.icon-search:before {
  content: "\e986"; }

.icon-menu:before {
  content: "\e9bd"; }

.icon-cross:before {
  content: "\ea0f"; }

.icon-loop2:before {
  content: "\ea2e"; }

.icon-facebook:before {
  content: "\ea8c"; }

.icon-instagram:before {
  content: "\ea90"; }

.icon-twitter:before {
  content: "\ea91"; }

.icon-youtube:before {
  content: "\ea97"; }

.icon-vimeo:before {
  content: "\ea9c"; }

.icon-linkedin2:before {
  content: "\eac9"; }

/**
 * ***************************************************************************************************
 * COMMON STYLE **************************************************************************************
 * ***************************************************************************************************
 */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.row {
  width: 100%;
  display: table; }

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

body, * {
  font-size: 1em;
  font-family: "avantgarde_ceregular", "Open Sans", sans-serif; }

html {
  height: 100%; }

body {
  background-color: #000;
  min-height: 100%; }

a {
  color: #000;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  text-decoration: none; }

a:hover {
  border-bottom: solid 1px #000; }

strong, b {
  font-weight: normal;
  font-family: "avantgarde_cebold"; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "avantgarde_cebold"; }

input:focus {
  outline: none; }

/**
 * ***************************************************************************************************
 * COMMON **************************************************************************************
 * ***************************************************************************************************
 */
.g-main {
  width: 320px;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
  min-height: 200px;
  padding: 26px; }

.g-header {
  position: relative;
  padding-bottom: 0;
  background-color: #000; }

.g-header-img > img {
  display: block;
  width: 100%;
  height: auto; }

.g-header-logo {
  display: block;
  width: auto;
  height: auto;
  position: static;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  top: 0;
  left: 0; }

.g-header-logo a {
  border-bottom: none; }

.g-header-logo img {
  display: block; }

.g-header-over {
  width: 100%;
  height: auto;
  min-height: 180px;
  position: static;
  top: 26px;
  right: 26px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  font-family: "avantgarde_ceregular", "Open Sans", sans-serif;
  font-size: 0.65em;
  line-height: 1.5em;
  letter-spacing: 0.08em; }

.g-header-over strong {
  display: block; }

.g-header-over h3 {
  font-size: 3em;
  text-transform: uppercase;
  line-height: 1.3em;
  letter-spacing: 0.08em;
  margin-top: 0;
  margin-bottom: 10px; }

.g-header-over .date {
  display: block;
  text-align: center;
  height: auto;
  background-color: #000;
  color: #fff;
  float: right;
  padding: 7px 5px 7px 7px;
  font-size: 1.7em;
  text-transform: uppercase;
  letter-spacing: .2em;
  line-height: 0.81em; }

.g-header-over .date > span {
  display: block;
  margin-top: 4px; }

.g-header-over .date > b {
  display: block;
  font-size: 2em;
  margin-top: 5px;
  margin-bottom: 5px; }

.g-header-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: table;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1em; }

.g-header-title h2 {
  font-size: 1.8em;
  color: white;
  margin: 0;
  text-transform: uppercase; }

.g-header-title hr {
  display: block;
  border: none;
  margin-left: 0;
  height: 6px;
  width: 100px;
  color: #fff;
  background-color: #fff; }

.g-header-title.black h2 {
  color: #000; }

.g-header-title.black hr {
  background-color: #000; }

.g-nav {
  display: block;
  width: 100%;
  min-height: 60px;
  line-height: 60px;
  background-color: #000;
  color: #fff; }

.g-nav-switch {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 1.5em; }

.g-nav-switch:hover {
  border-bottom: none; }

.g-nav > ul {
  display: none;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  text-align: left; }

.g-nav > ul > li {
  display: inline-block;
  float: left;
  width: 100%;
  font-family: "avantgarde_cebold";
  text-transform: uppercase;
  letter-spacing: .2em; }

.g-nav > ul > li > a {
  color: #fff;
  display: block;
  width: auto;
  height: 60px;
  font-size:13px;
  padding-left: 17px;
  padding-right: 17px; }

.g-nav > ul > li > a:hover {
  border-bottom: none;
  color: #000;
  background-color: #fff; }

.g-nav > ul > li.active > a {
  border-bottom: none;
  color: #000;
  background-color: #fff; }

.g-nav-sub {
  display: table;
  width: 268px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  list-style: none;
  position: static;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 60px;
  left: 0;
  margin-left: 20px; }

.g-nav-sub > li {
  display: block;
  height: 25px;
  line-height: 25px;
  font-family: "avantgarde_ceregular", "Open Sans", sans-serif;
  width: auto;
  text-align: left;
  word-wrap: nowrap;
  white-space: nowrap;
  font-size: 0.8em; }

.g-nav-sub > li:first-child {
  font-family: "avantgarde_cebold"; }

.g-nav-sub > li > a {
  color: #fff;
  height: 25px;
  border-bottom: none; }

.g-nav-sub > li > a:hover {
  border-bottom: 1px solid #fff; }

.g-nav-sub > li.active > a {
  border-bottom: 1px solid #fff; }

.g-nav-sub > li.hr {
  display: block;
  width: 30px;
  height: 2px;
  color: #fff;
  background-color: #fff;
  border: none;
  margin-left: 0;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px; }

.g-footer {
  width: 100%;
  border-top: solid 4px #000;
  margin-top: 26px;
  padding-top: 26px; }

.g-footer-logo {
  float: left;
  width: 35px;
  clear: both;
  margin-bottom: 2em;
  margin-right: 3em; }

.g-footer-logo img {
  display: block;
  width: 100%;
  height: auto; }

.g-footer-logo a {
  border-bottom: none; }

.g-footer-copy {
  float: none;
  margin-left: 0;
  letter-spacing: 0.08em;
  line-height: 1.55em;
  font-size: 0.7em;
  font-family: "avantgarde_cebold";
  margin-bottom: 2em; }

.g-footer-copy-first {
  margin-left: 0 !important;
  clear: left; }

.g-footer-col {
  margin-left: 0; }

.g-footer-social {
  float: none;
  margin-left: 0;
  padding-top: 1em; }

.g-footer-social ul {
  display: table;
  width: auto;
  list-style: none; }

.g-footer-social ul li {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: .75em; }

.g-footer-social ul li:last-child {
  margin-right: 0; }

.g-footer-social ul li a {
  display: block;
  width: 100%;
  height: 24px;
  color: #777; }

.g-footer-social ul li a:hover {
  border-bottom: none;
  color: #000; }

.g-footer-social ul li a > i {
  display: inline-block;
  font-style: none;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  margin-right: 10px;
  border: solid 2px #000;
  color: #000;
  font-size: 1.1em;
  vertical-align: middle;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  /* future proofing */
  -khtml-border-radius: 12px;
  /* for old Konqueror browsers */ }

.g-footer-social ul li a > i.up {
  line-height: 19px; }

.g-footer-newsletter {
  float: none;
  padding-top: 1em;
  width: 100%; }

.g-footer-box {
  width: 317px;
  height: 34px;
  line-height: 24px;
  float: left;
  border: solid 2px #7f7f7f;
  position: relative; }

.g-footer-box.error {
  border-color: #f00; }

.g-footer-box input[type="text"] {
  border: none;
  width: 280px;
  height: 30px;
  line-height: 32px;
  padding: 0 30px 0 5px;
  font-family: "avantgarde_ceregular", "Open Sans", sans-serif;
  font-size: 0.8em;
  letter-spacing: 0.1em; }

.g-footer-box button[type="submit"] {
  border: none;
  border-left: solid 1px #7f7f7f;
  background-color: #fff;
  color: #7f7f7f;
  width: 26px;
  height: 20px;
  position: absolute;
  top: 6px;
  right: 2px; }

.g-footer-box-label {
  display: block;
  float: none;
  height: 20px;
  font-size: 0.75em;
  font-family: "avantgarde_cebold"; }

.g-footer-box-label.error {
  color: #f00; }

.g-search {
  margin-top: 1em; }

.g-search-box {
  width: 214px;
  height: 34px;
  float: left;
  border: solid 2px #7f7f7f;
  position: relative; }

.g-search-box input[type="text"] {
  border: none;
  width: 210px;
  height: 30px;
  line-height: 32px;
  padding: 2px 30px 0 5px;
  font-family: "avantgarde_ceregular", "Open Sans", sans-serif;
  font-size: 0.8em;
  letter-spacing: 0.1em; }

.g-search-box button[type="submit"] {
  border: none;
  border-left: solid 1px #7f7f7f;
  background-color: #fff;
  color: #7f7f7f;
  width: 26px;
  height: 20px;
  position: absolute;
  top: 6px;
  right: 2px; }

.g-search-lang {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  float: left;
  border: solid 2px #7f7f7f;
  margin-right: 0.5em;
  font-family: "avantgarde_cebold"; }

.g-search-lang:hover {
  border-bottom: solid 2px #000;
  border-color: #000; }

.g-home-end {
  margin-top: 1em;
  height: 180px;
  margin-left: -26px;
  background-image: url("../images/bg-03.png");
  background-repeat: no-repeat;
  background-position: left center; }

.g-home-post {
  margin-top: 4em; }

.g-home-post > h2 {
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 1.5em;
  letter-spacing: 1px; }

.g-home-post a {
  border-bottom: none; }

.g-home-post-left > div {
  float: left; }

.g-home-post-right > div {
  float: right; }

.g-home-post-bg {
  display: none;
  width: 120px;
  height: 228px;
  margin-left: -26px;
  background-repeat: no-repeat;
  background-image: url("../images/bg-01.png");
  background-position: left center; }

.g-home-post-bg-img {
  display: none;
  width: 120px;
  height: 350px;
  background-repeat: no-repeat; }

.g-home-post-left > .g-home-post-bg-img {
  background-image: url("../images/bg-01.png");
  background-position: left bottom;
  margin-left: -26px;
  margin-right: 4%; }

.g-home-post-right > .g-home-post-bg-img {
  background-image: url("../images/bg-02.png");
  background-position: right bottom;
  margin-right: -26px;
  margin-left: 4%; }

.g-home-post-copy {
  width: 100%;
  font-family: "avantgarde_ceregular", "Open Sans", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.1em; }

.g-home-post-copy h1 {
  font-size: 2.5em;
  margin-top: 6px;
  margin-bottom: 0.75em;
  line-height: 1.1em;
  border-bottom: solid 4px #000;
  text-transform: uppercase; }

.g-home-post-copy p {
  font-size: 0.75em;
  text-align: justify;
  margin-bottom: 1em; }

.g-home-post-copy p:last-child {
  margin-bottom: 0; }

.g-home-post-copy-img {
  width: 100%;
  font-family: "avantgarde_ceregular", "Open Sans", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.1em;
  min-height: 350px;
  position: relative; }

.g-home-post-copy-img .in {
  position: static;
  bottom: 0;
  left: 0; }

.g-home-post-copy-img h2 {
  font-size: 2.5em;
  margin-top: 6px;
  margin-bottom: 1.2em;
  line-height: 1.1em;
  border-bottom: solid 4px #000;
  text-transform: uppercase; }

.g-home-post-copy-img p {
  font-size: 0.75em;
  text-align: justify;
  margin-bottom: 1em; }

.g-home-post-copy-img p:last-child {
  margin-bottom: 0; }

.g-home-post-copy-img a.more:hover {
  border-bottom: 1px solid #000; }

.g-home-post-img {
  width: 100%; }

.g-home-post-img img {
  display: block;
  width: 100%;
  height: auto; }

.g-home-post-left > .g-home-post-img {
  float: right; }

.g-home-post-right > .g-home-post-img {
  float: left; }

/**
 * ***************************************************************************************************
 * EXHIBITION STYLE **********************************************************************************
 * ***************************************************************************************************
 */
.g-exh {
  min-height: 200px;
  margin-top: 2.5em; }

.g-exh h2 {
  margin: 0;
  margin-bottom: 2em;
  font-size: 1em;
  text-transform: uppercase; }

.g-exh-list {
  position: relative; }

.g-exh-list-item {
  display: block;
  width: 100%;
  margin-bottom: 3em;
  position: relative; }

.g-exh-list-img {
  display: block;
  float: left;
  margin-right: 0;
  margin-bottom: 2em;
  width: 100%; }

.g-exh-list-img img {
  display: block;
  width: 100%;
  height: auto;
  float: left; }

.g-exh-list-copy {
  font-size: 0.75em;
  letter-spacing: 0.7px;
  width: 100%;
  float: left;
  margin-bottom: 1em;
  line-height: 1.2em; }

.g-exh-list-copy h3 {
  font-size: 2.5em;
  line-height: 1.3em;
  margin: 0;
  margin-bottom: 0.75em;
  margin-top: -0.2em; }

.g-exh-list-copy h3 a:hover {
  border-bottom: none; }

.g-exh-list-copy p {
  margin-bottom: 1.5em; }

.g-exh-list-copy .more {
  display: inline-block;
  height: 16px; }

.g-exh-list-copy .more > i {
  display: block;
  margin-left: 3px;
  text-align: center;
  vertical-align: baseline;
  float: right; }

.g-exh-bg1 {
  display: none;
  width: 121px;
  height: 197px;
  position: absolute;
  top: -100px;
  right: -35px;
  background-image: url("../images/bg-exh-01.png");
  background-position: left top;
  background-repeat: no-repeat; }

.g-exh-bg2 {
  display: none;
  width: 176px;
  height: 123px;
  position: absolute;
  top: -60px;
  right: 15px;
  background-image: url("../images/bg-exh-02.png");
  background-position: left top;
  background-repeat: no-repeat; }

.g-exh-bg3 {
  display: none;
  width: 215px;
  height: 121px;
  position: absolute;
  top: -60px;
  right: -26px;
  background-image: url("../images/bg-exh-03.png");
  background-position: left top;
  background-repeat: no-repeat; }

.g-exh-left {
  display: inline-block;
  float: left;
  text-transform: uppercase;
  height: 20px; }

.g-exh-left > i {
  display: inline-block;
  margin-right: 5px; }

.g-exh-right {
  display: inline-block;
  float: right;
  text-transform: uppercase;
  height: 20px; }

.g-exh-right > i {
  display: inline-block;
  margin-left: 5px; }

/**
 * ***************************************************************************************************
 * SINGLE STYLE **************************************************************************************
 * ***************************************************************************************************
 */
.g-single {
  margin-top: 4em;
  letter-spacing: 1px;
  position: relative; }

.g-single .g-exh-bg1 {
  top: -63px; }

.g-single h1 {
  font-size: 2.5em;
  text-transform: uppercase;
  border-bottom: 4px solid #000;
  width: 100%; }

.g-single h2, .g-single h3 {
  margin-bottom: 1em;
  margin-top: 2em;
  font-size: 1em;
  text-transform: uppercase; }

.g-single p {
  margin-bottom: 1em;
  line-height: 1.3em; }

.g-single a {
  border-bottom: 1px solid #000; }

.g-single a:hover {
  border-bottom: 1px solid #7f7f7f;
  color: #7f7f7f; }

.g-single ul, .g-single ol {
  margin-bottom: 1em;
  line-height: 1.3em;
  padding-left: 25px; }

.g-single ul > li, .g-single ol > li {
  padding-left: 5px; }

.g-single-images {
  display: table;
  width: auto;
  list-style: none;
  padding-left: 0 !important; }

.g-single-images > li {
  display: block;
  width: 150px;
  height: 150px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  padding-left: 0 !important; }

.g-single-images > li:nth-child(2n+2) {
  margin-right: 0; }

.g-single-images > li a {
  display: block;
  width: 150px;
  height: 150px;
  border-bottom: none;
  border: 2px solid #7f7f7f;
  padding: 0px; }

.g-single-images > li a:hover {
  opacity: 0.7;
  border-bottom: 2px solid #7f7f7f; }

.g-single-images > li img {
  display: block;
  width: 100%;
  height: auto; }

.g-single-image {
  display: block;
  width: 700px;
  height: 500px;
  background-color: #000;
  position: fixed;
  top: 100px;
  left: 300px; }

.g-single-image .close {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #000;
  background-color: #fff;
  padding-left: 2px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  border-bottom: none; }

.g-single-image img {
  display: block;
  width: auto;
  height: auto; }

.g-single-image figcaption {
  width: 100%;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #fff; }

.g-single-image .arrow {
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  position: absolute;
  top: 250px;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: none;
  -moz-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
  -webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
  outline: none; }

.g-single-image .arrow:hover {
  border-bottom: none; }

.g-single-image .left {
  left: 0px; }

.g-single-image .right {
  right: 0px; }

.g-single-image.preloader {
  background-image: url("../images/preloader-white.gif");
  background-repeat: no-repeat;
  background-position: center center; }

.g-single-tip {
  padding: 5px 5px 3px 5px;
  max-width: 200px;
  background-color: #fff;
  color: #000;
  font-family: "avantgarde_cebold";
  letter-spacing: 1px;
  border: 1px solid #7f7f7f;
  position: absolute;
  display: none;
  font-size: .75em;
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2); }

/**
 * ***************************************************************************************************
 * ***************************************************************************************************
 * Webkit specific style *****************************************************************************
 * ***************************************************************************************************
 * ***************************************************************************************************
 */
/**
 * ***************************************************************************************************
 * ***************************************************************************************************
 * Tablet Style 768 break ****************************************************************************
 * ***************************************************************************************************
 * ***************************************************************************************************
 */
@media only screen and (min-width: 768px) {
  /**
   * ***************************************************************************************************
   * COMMON STYLE **************************************************************************************
   * ***************************************************************************************************
   */
  .g-main {
    width: 768px; }

  .g-header {
    padding-bottom: 60px; }

  .g-header-logo {
    position: absolute; }

  .g-header-over {
    width: 270px;
    position: absolute; }

  .g-header-title {
    bottom: 120px;
    left: 60px; }

  .g-header-title h2 {
    font-size: 2.5em; }

  .g-header-title hr {
    height: 6px;
    width: 233px; }

  .g-nav {
    position: absolute;
    bottom: 0; }

  .g-nav-switch {
    display: none; }

  .g-nav > ul {
    display: table;
    text-align: center; }

  .g-nav > ul > li {
    width: auto; }

  .g-nav-sub {
    display: none;
    position: absolute;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 716px; }

  .g-footer-copy-first {
    clear: none; }

  .g-footer-copy {
    float: left; }

  .g-footer-social {
    float: left;
    display: table; }

  .g-footer-col {
    margin-left: 1.4em; }

  .g-footer-newsletter {
    padding-top: 0;
    float: right;
    width: auto; }

  .g-home-post-copy {
    width: 81%;
    margin-left: 4%; }

  .g-home-post-bg {
    display: block; }

  .g-home-post-bg-img {
    height: 265px;
    display: block; }

  .g-home-post-copy-img {
    width: 32%;
    min-height: 265px; }

  .g-home-post-copy-img > .in {
    position: absolute; }

  .g-home-post-copy-img h2 {
    font-size: 1.5em;
    margin-bottom: 0.8em; }

  .g-home-post-copy-img p {
    font-size: 0.5em;
    margin-bottom: 1em; }

  .g-home-post-img {
    width: 47%; }

  /**
   * ***************************************************************************************************
   * EXHIBITION STYLE **********************************************************************************
   * ***************************************************************************************************
   */
  .g-exh-list-img {
    width: 37.37374%;
    margin-bottom: 0;
    margin-right: 2em; }

  .g-exh-list-copy {
    width: 40%; }

  .g-exh-bg1 {
    display: block; }

  .g-exh-bg2 {
    display: block; }

  .g-exh-bg3 {
    display: block; }

  /**
   * ***************************************************************************************************
   * SINGLE STYLE **************************************************************************************
   * ***************************************************************************************************
   */
  .g-single h1 {
    width: 85%; }

  .g-single-images > li {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 135px;
    height: 135px; }

  .g-single-images > li a {
    width: 135px;
    height: 135px; }

  .g-single-images > li:nth-child(2n+2) {
    margin-right: 10px; }

  .g-single-images > li:nth-child(5n+5) {
    margin-right: 0; } }
/* 768 media end */
/**
 * ***************************************************************************************************
 * ***************************************************************************************************
 * Desktop Style  990 break **************************************************************************
 * ***************************************************************************************************
 * ***************************************************************************************************
 */
@media only screen and (min-width: 990px) {
  /**
   * ***************************************************************************************************
   * COMMON STYLE **************************************************************************************
   * ***************************************************************************************************
   */
  .g-main {
    width: 990px; }

  .g-nav-sub {
    width: 938px; }

  .g-footer-col {
    margin-left: 5em; }

  .g-home-post-copy {
    width: 84%; }

  .g-home-post-bg-img {
    height: 350px; }

  .g-home-post-copy-img {
    width: 35%;
    min-height: 350px; }

  .g-home-post-copy-img h2 {
    font-size: 2.5em;
    margin-bottom: 0.7em; }

  .g-home-post-copy-img p {
    font-size: 0.75em;
    margin-bottom: 1em; }

  /**
   * ***************************************************************************************************
   * SINGLE STYLE **************************************************************************************
   * ***************************************************************************************************
   */
  .g-single h1 {
    width: 88%; }

  .g-single-images > li {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 148px;
    height: 148px; }

  .g-single-images > li {
    width: 148px;
    height: 148px; }

  .g-single-images > li:nth-child(2n+2) {
    margin-right: 10px; }

  .g-single-images > li:nth-child(5n+5) {
    margin-right: 10px; }

  .g-single-images > li:nth-child(6n+6) {
    margin-right: 0px; } }
/* 1024 media end */
/**
 * ***************************************************************************************************
 * ***************************************************************************************************
 * Extend Style 1260 break ***************************************************************************
 * ***************************************************************************************************
 * ***************************************************************************************************
 */
/* 1260 media end */
/**
 * ***************************************************************************************************
 * ***************************************************************************************************
 * ANIMATION CLASSES *********************************************************************************
 * ***************************************************************************************************
 * ***************************************************************************************************
 */
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadein {
  -webkit-animation-duration: 0.3s;
  -webkit-animation-name: fadein;
  -webkit-animation-direction: alternate;
  animation-duration: 0.3s;
  animation-name: fadein;
  animation-direction: alternate; }

@keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-webkit-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeout {
  -webkit-animation-duration: 0.3s;
  -webkit-animation-name: fadeout;
  -webkit-animation-direction: alternate;
  animation-duration: 0.3s;
  animation-name: fadeout;
  animation-direction: alternate; }

/*# sourceMappingURL=common.css.map */

/* Developer Ammy */
.g-nav > ul > li:hover .g-nav-sub {
    display: block;
}
