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

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/* Preload images */
body:after {
  content: url(x.png) url(loading.gif) url(left.png) url(right.png);
  display: none; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;*/ }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  /*background-color: white;*/
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;*/ }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-container {
  /*padding: 4px;*/ }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: -15%;
  height: 100%;
  width: 130%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(left.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(right.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 33px;
  height: 33px;
  background: url(x.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

@media (max-width: 800px) {
  .lb-nav {
    left: 0;
    width: 100%; } }
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

a {
  outline: 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body, html {
  font-family: "Courier New", serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4; }

.mobile body {
  overflow: hidden; }

a {
  text-decoration: none;
  color: black; }

nav {
  width: 100%;
  background-color: white; }

nav > ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.menu {
  text-transform: uppercase;
  text-align: center;
  float: left;
  width: 8%;
  min-width: 90px;
  padding-top: 25px;
  font-size: 0.8em;
  letter-spacing: 0.06em;
  padding-bottom: 10px;
  background-color: white;
  /*background-repeat: no-repeat;
  background-size: 16px 16px;*/
  z-index: 99; }

.menu a {
  position: relative; }

.menu a img {
  position: absolute;
  top: -3px;
  left: -17px;
  width: 16px;
  height: 16px;
  visibility: hidden; }

.menu .thisPage img {
  visibility: visible; }

.menu a:hover img {
  visibility: visible; }

.menu:nth-child(1), .menu:nth-child(3) {
  margin-left: 1%; }

/*.menu:nth-child(4) {
    margin-left: -1%;
}*/
.menu:nth-child(2) {
  position: relative;
  width: 9%; }

/*.menu:nth-child(1):hover {
    background-image: url(../img/01.png);
    background-position: 14% 47%;
}

.menu:nth-child(2):hover {
    background-image: url(../img/08.png);
    background-position: 0% 38%;
}

.menu:nth-child(3):hover {
    background-image: url(../img/07.png);
    background-position: 7% 47%;
}

.menu:nth-child(4):hover {
    background-image: url(../img/05.png);
    background-position: 17% 47%;
}*/
.stuck {
  position: fixed;
  top: 0;
  background-color: white;
  z-index: 999; }

.sticky-wrapper {
  height: 61px; }

.underline, .thisPage {
  border-bottom: 1px solid black; }

.menu:hover .submenu li {
  display: block;
  /*padding-top:15px;*/ }

.submenu {
  list-style: none;
  padding: 0; }

.submenu li {
  font-size: 0.9em;
  /*padding-left: 10px;*/
  text-align: center;
  display: none; }

#menu-icon {
  display: none;
  cursor: pointer; }

img {
  max-width: 100%;
  display: block; }

#name {
  height: 1.3em;
  padding-left: 47%;
  padding-top: 24px; }
  #name img {
    max-height: 100%; }

/*-------------------------index page------------------------*/
#header {
  background: url(../img/bg15.jpg) no-repeat center center scroll;
  background-size: cover;
  background-position: 0 0;
  width: 100%;
  position: relative;
  color: white;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5em; }

#header div {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0; }

#collection {
  position: relative; }

.galery {
  width: 94%;
  min-width: 800px;
  margin: 0 auto;
  padding-top: 30px;
  margin-bottom: 100px; }

.colname {
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  color: #888;
  padding-top: 40px;
  z-index: -10;
  /*border-bottom: 1px solid black;*/ }

.fixed {
  position: fixed;
  width: 94%;
  margin: 0 auto;
  top: 80px;
  /*background-color: white;*/
  z-index: -10; }

.colThumb {
  width: 100%;
  /*margin-right:0.2%;*/
  margin-top: -21px;
  margin-bottom: 30px;
  /*float:left;*/
  position: relative;
  overflow: hidden;
  min-width: 800px; }

.shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.7);
  visibility: hidden;
  font-size: 5em; }

.shadow span {
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  margin: 0 auto;
  margin-top: 140%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center; }

.colThumb a:hover .shadow {
  visibility: visible; }

.looktitle {
  float: left;
  width: 7%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 60% 200%;
  -ms-transform-origin: 60% 200%;
  transform-origin: 60% 200%;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.lookbook {
  width: 40%;
  float: left; }

.lookbook img {
  width: 90%;
  margin: 10px 10% 10px 0; }

.lookdetail {
  width: 53%;
  height: 100%;
  float: left; }

.lookdetail img {
  display: inline;
  vertical-align: top;
  margin: 10px auto;
  /*float:left;*/ }

#look1 .lookdetail img {
  width: 25%;
  margin-left: 5%; }

#look1 .lookbook img {
  margin-left: 0;
  margin-right: 10%; }

#look1 .lookdetail a:nth-child(3) img {
  width: 30%; }

#look1 .lookdetail a:nth-child(2) img {
  width: 35%;
  margin-top: 50px;
  margin-left: -10%; }

#look2 .lookdetail img {
  width: 25%;
  margin-left: 10%; }

#look2 .lookdetail a:nth-child(1) img {
  width: 30%;
  margin-left: 25%; }

#look2 .lookdetail a:nth-child(2) img {
  margin-left: -15%;
  margin-top: 30%; }

#look2 .lookdetail a:nth-child(3) img {
  margin-top: -15%; }

#look2 .lookdetail a:nth-child(4) img {
  margin-top: -10%; }

#look3 .lookdetail a:nth-child(1) img {
  margin-top: 20%;
  width: 32%; }

#look3 .lookdetail a:nth-child(2) img {
  width: 20%;
  margin-top: 10%;
  margin-left: 10%; }

#look3 .lookdetail a:nth-child(3) img {
  width: 30%;
  margin-top: -20%;
  margin-left: 28%; }

#look4 .lookbook img {
  width: 85%; }

#look4 .lookdetail img {
  width: 15%;
  margin-right: 1%;
  /*margin-top: 0px;*/ }

#look4 .lookdetail a:nth-child(1) img {
  width: 32%;
  margin-left: 5%;
  margin-top: 6%; }

#look4 .lookdetail a:nth-child(2) img {
  width: 30%;
  margin-left: -15%;
  margin-top: 12%; }

#look4 .lookdetail a:nth-child(3) img {
  width: 20%;
  margin-left: 0%;
  margin-top: 18%; }

#look4 .lookdetail a:nth-child(4) img {
  width: 22%;
  margin-left: 12%;
  margin-top: 5%; }

#look4 .lookdetail a:nth-child(5) img {
  width: 23%;
  margin-left: 10%;
  margin-top: 0%; }

#look5 .lookbook {
  width: 40%; }

#look5 .lookdetail {
  width: 40%; }

#look5 .lookbook img {
  width: 100%;
  margin-left: 0; }

#look5 .lookdetail img {
  width: 100%; }

#look6 .lookbook img {
  margin-left: 0;
  width: 75%; }

#look6 .lookdetail img {
  margin-right: 4%; }

#look6 .lookdetail a:nth-child(1) img {
  width: 18%;
  margin-top: 5%;
  margin-left: 5%; }

#look6 .lookdetail a:nth-child(2) img {
  width: 30%;
  margin-top: 18.5%; }

#look6 .lookdetail a:nth-child(3) img {
  width: 20%;
  margin-top: 13%; }

#look6 .lookdetail a:nth-child(4) img {
  width: 19%;
  margin-top: -25%;
  margin-left: 5%; }

#look6 .lookdetail a:nth-child(5) img {
  width: 23%;
  margin-top: -15%;
  margin-left: 15%; }

#look7 .lookdetail a:nth-child(1) img {
  width: 40%;
  margin-top: 20%;
  margin-left: 10%;
  margin-right: 5%; }

#look7 .lookdetail a:nth-child(2) img {
  width: 32%;
  margin-top: 16.5%; }

#look7 .lookdetail a:nth-child(3) img {
  width: 20%;
  margin-top: -12%;
  margin-left: 25%; }

#alook1 .lookdetail a:nth-child(1) img {
  width: 34%;
  margin-top: 25%;
  margin-left: 10%; }

#alook1 .lookdetail a:nth-child(2) img {
  width: 30%;
  margin-top: -40%;
  margin-left: 40%; }

#alook2 .lookdetail a:nth-child(1) img {
  width: 30%;
  margin-top: 20%;
  margin-left: 20%; }

#alook2 .lookdetail a:nth-child(2) img {
  width: 34%;
  margin-top: 45%;
  margin-left: 8%; }

#alook3 .lookdetail a:nth-child(1) img {
  width: 25%;
  margin-top: 20%; }

#alook3 .lookdetail a:nth-child(2) img {
  width: 38%;
  margin-top: 36%;
  margin-left: 10%; }

#alook4 .lookdetail a:nth-child(1) img {
  width: 43%;
  margin-top: 20%;
  margin-left: 13%; }

#alook4 .lookdetail a:nth-child(2) img {
  width: 25%;
  margin-top: 35%;
  margin-left: 9%; }

#alook5 .lookdetail a:nth-child(1) img {
  width: 20%;
  margin-top: 20%; }

#alook5 .lookdetail a:nth-child(2) img {
  width: 38%;
  margin-top: 36%;
  margin-left: 10%; }

#alook6 .lookdetail a:nth-child(1) img {
  width: 30%;
  margin-top: 20%;
  margin-left: 15%; }

#alook6 .lookdetail a:nth-child(2) img {
  width: 30%;
  margin-top: 43%;
  margin-left: 15%; }

#alook7 .lookdetail a:nth-child(1) img {
  width: 37%;
  margin-top: 30%;
  margin-left: 11%; }

#alook7 .lookdetail a:nth-child(2) img {
  width: 27%;
  margin-top: 14%;
  margin-left: -10%; }

#alook8 .lookdetail a:nth-child(1) img {
  width: 40%;
  margin-top: 20%;
  margin-left: 15%; }

#alook8 .lookdetail a:nth-child(2) img {
  width: 28%;
  margin-top: 47%;
  margin-left: 7%; }

footer {
  font-size: 0.8em;
  /*text-align: center;*/
  margin: 30px auto;
  margin-top: 80px;
  margin-left: 4%; }

/*-------------end of index page-------------------*/
/*-----------------about&contact page--------------------*/
#about,
#contact {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
  font-size: 0.9em;
  margin-top: 20px; }

#about .title {
  text-decoration: underline;
  margin-bottom: 30px; }

#about a {
  color: #bbb; }

#about > div {
  width: 40%;
  float: left;
  margin-right: 7.8%; }

#contact {
  margin-top: 120px; }

#contact > div {
  text-align: center;
  font-size: 1.3em; }

#contact a:hover {
  color: #bbb; }

#contact #mail {
  text-decoration: underline;
  margin-bottom: 3em; }

#contact #insta {
  margin-bottom: 0.4em; }

#contact #photographe {
  font-size: 0.9em; }

/*-------------end of about&contact page------------------*/
/*------------------------blog page Tumblr!!-----------------*/
#tumbo {
  width: 70% !important;
  height: auto !important; }

#tumbo-table tr {
  height: auto !important; }

#tumbo-table td {
  height: auto !important; }

#tumbo-table tbody tr:nth-child(1) td {
  padding-left: 20%; }

#tumbo-table tbody tr:nth-child(1) img {
  width: 50px !important; }

.tumbo-post {
  width: 62%;
  margin: 30px auto; }

.tumbo-post blockquote {
  padding-left: 20px;
  border-left: 1px solid black; }

#tumbo img {
  width: 100% !important;
  margin: 2px auto; }

.tumbo-title {
  color: black; }

table, tr, td {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  border-color: white; }

#blogback {
  position: fixed;
  bottom: 30px;
  right: 5%;
  cursor: pointer; }

/*-------------end of blog tumblr page--------------------*/
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (max-width: 800px) {
  nav > ul {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height .7s ease-out;
            transition: max-height .7s ease-out; }

  .menu {
    float: none;
    /*max-height: 0;*/
    padding-top: 25px;
    padding-bottom: 5px;
    text-align: left;
    margin-left: 3%;
    width: 97%; }

  .colname {
    font-size: 1.1em;
    padding-top: 20px; }

  .fixed {
    width: 96%;
    margin: 0 auto;
    top: 65px; }

    /*.fixed1 {
    position: fixed;
    width:97%;
    margin:0 auto;
    top:46px;
    background-color: white;
    z-index:9999;
}*/
  .menu:nth-child(1), .menu:nth-child(2), .menu:nth-child(3), .menu:nth-child(4) {
    margin-left: 2%;
    padding-left: 2%;
    width: 96%; }

  .mobile-menu > ul {
    max-height: 500px;
    border-bottom: 1px solid black; }

  #menu-icon {
    height: 50px;
    width: 50px;
    display: inline-block;
    z-index: 999; }

  #name {
    width: 100%;
    height: 1.2em;
    padding-left: 0;
    padding-top: 0px;
    padding-bottom: 17px;
    margin-top: -45px; }
    #name img {
      max-height: 100%;
      display: block;
      margin: 0 auto; }

  #header {
    letter-spacing: 0em;
    line-height: 1em; }

  .galery {
    width: 96%;
    min-width: 96%;
    margin: 0 auto; }

  .colThumb {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
    float: none;
    position: relative;
    overflow: hidden;
    min-width: 100%; }

  .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.6);
    visibility: visible;
    font-size: 5em; }

  .shadow span {
    display: block;
    position: absolute;
    width: 100%;
    height: 10%;
    margin: 0 auto;
    margin-top: 45%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center; }

  .colThumb a:hover .shadow {
    visibility: visible; }

  .looktitle {
    float: none;
    width: 100%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0); }

  .lookbook {
    width: 100%;
    margin: 0 auto;
    float: none; }

  .lookbook img {
    width: 100%;
    margin: 10px 0px; }

  .lookdetail {
    width: 100%;
    margin: 0 auto;
    height: auto;
    float: none; }

  .lookdetail img {
    width: 100%;
    display: block;
    vertical-align: top;
    margin: 10px auto; }

  #look1 .lookdetail img {
    width: 100%;
    margin-left: 0; }

  #look1 .lookbook img {
    margin-left: 0;
    margin-right: 0; }

  #look1 .lookdetail a:nth-child(2) img,
  #look1 .lookdetail a:nth-child(3) img {
    width: 100%;
    margin-top: 10px;
    margin-left: 0%; }

  #look2 .lookdetail img {
    width: 100%;
    margin-left: 0%; }

  #look2 .lookdetail a:nth-child(1) img {
    width: 100%;
    margin-left: 0%; }

  #look2 .lookdetail a:nth-child(2) img {
    margin-left: 0%;
    margin-top: 10px; }

  #look2 .lookdetail a:nth-child(3) img {
    margin-top: 10px; }

  #look2 .lookdetail a:nth-child(4) img {
    margin-top: 10px; }

  #look3 .lookdetail {
    margin-left: 0; }

  #look3 .lookdetail a:nth-child(1) img,
  #look3 .lookdetail a:nth-child(2) img,
  #look3 .lookdetail a:nth-child(3) img {
    width: 100%;
    margin: 10px auto; }

  #look4 .lookbook img {
    width: 100%; }

  #look4 .lookdetail img {
    width: 100%;
    margin-right: 0; }

  #look4 .lookdetail a:nth-child(1) img,
  #look4 .lookdetail a:nth-child(2) img,
  #look4 .lookdetail a:nth-child(3) img,
  #look4 .lookdetail a:nth-child(4) img,
  #look4 .lookdetail a:nth-child(5) img {
    width: 100%;
    margin-left: 0;
    margin-top: 10px; }

  #look5 .lookbook,
  #look5 .lookdetail {
    width: 100%; }

  #look5 .lookbook img {
    width: 100%;
    margin-left: 0; }

  #look5 .lookdetail img {
    width: 100%; }

  #look6 .lookbook,
  #look6 .lookdetail {
    width: 100%; }

  #look6 .lookbook img {
    margin-left: 0;
    width: 100%; }

  #look6 .lookdetail img {
    margin-right: 0; }

  #look6 .lookdetail a:nth-child(1) img,
  #look6 .lookdetail a:nth-child(2) img,
  #look6 .lookdetail a:nth-child(3) img,
  #look6 .lookdetail a:nth-child(4) img,
  #look6 .lookdetail a:nth-child(5) img {
    width: 100%;
    margin-top: 10px;
    margin-left: 0; }

  #look7 .lookdetail a:nth-child(1) img,
  #look7 .lookdetail a:nth-child(2) img,
  #look7 .lookdetail a:nth-child(3) img {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0; }

  #alook1 .lookdetail a:nth-child(1) img,
  #alook1 .lookdetail a:nth-child(2) img,
  #alook2 .lookdetail a:nth-child(1) img,
  #alook2 .lookdetail a:nth-child(2) img,
  #alook3 .lookdetail a:nth-child(1) img,
  #alook3 .lookdetail a:nth-child(2) img,
  #alook4 .lookdetail a:nth-child(1) img,
  #alook4 .lookdetail a:nth-child(2) img,
  #alook5 .lookdetail a:nth-child(1) img,
  #alook5 .lookdetail a:nth-child(2) img,
  #alook6 .lookdetail a:nth-child(1) img,
  #alook6 .lookdetail a:nth-child(2) img,
  #alook7 .lookdetail a:nth-child(1) img,
  #alook7 .lookdetail a:nth-child(2) img,
  #alook8 .lookdetail a:nth-child(1) img,
  #alook8 .lookdetail a:nth-child(2) img {
    width: 100%;
    margin: 10px auto; }

  /*---------about page mobile--------------*/
  #about {
    width: 90%;
    margin: 0 auto;
    font-size: 1.2em; }

  #about > div {
    width: 100%;
    float: none;
    margin-right: 0; }

  #about .title {
    text-align: center; }

  /*-------------end of about page mobile-----------*/
  /*------------blog page mobile------------*/
  #tumbo {
    width: 90% !important;
    height: auto !important; }

  .tumbo-post {
    width: 100%;
    margin: 0 auto; }

  #blogback {
    display: none; }

  /*-----------end of blogpage mobile-------------*/ }
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
