/* Home Navigation Box */
.home-nav-box a {
  display: block;
  position: fixed;
  top: 20px;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: black;
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  z-index: 9999;
  transition: background-color 0.3s ease;
}

.home-nav-box a:hover {
  background-color: red;
  color: white;
  text-decoration: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearboth {
  clear: both;
}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}
body,
html {
  font-family: 'Lato', sans-serif;
}
strong {
  font-weight: bold;
}
.loadingImages {
  position: fixed;
  opacity: 0;
  z-index: 1;
}
.menu-btn {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  border: 3px solid black;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
.menu-btn:hover {
  border: 10px solid black;
}

.Post .slides {
  width: 90%;
}
.Archive .slides {
  width: 100%;
}
.slides {
  max-width: 1400px;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 100;
}
.slides .slide .image {
  float: left;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 20px;
  text-align: center;
  cursor: pointer;
  transition: 500ms opacity, 300ms transform;
}
.slides .slide .image .image-view {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  transition: 1s opacity;
}
.slides .slide:nth-child(2) .image:nth-child(2) {
  margin-right: 0 !important;
}
.slide-single .image-right .image-view {
  background-position: right center !important;
}
.is-Loading {
  background: url("assets/images/spinner.gif") center center no-repeat #eeeeee;
  transform: scale(0.95);
}
.is-Loading .image-view {
  opacity: 0;
}
.caption {
  font-size: 11px;
  display: block;
  text-align: left;
  position: absolute;
  padding: 5px 0;
  display: none;
}
.caption span {
  opacity: .5;
  text-transform: capitalize;
}
.image:hover .caption {
  display: block;
}
.entry {
  clear: both;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
}
.entry .loadbox {
  position: absolute;
  z-index: 100;
  margin: 0 auto;
  background: #d2d2d2;
  padding: 10px 20px;
  width: 200px;
}
.entry img {
  height: auto;
  width: auto;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.entry .description {
  padding-top: 45px;
  width: 100%;
  text-align: center;
  display: block;
}
.entry .description h3 {
  clear: both;
  font-size: 30px;
  font-weight: 300;
  color: gray;
}
.entry .description h5 {
  font-size: 15px;
  font-weight: 300;
  color: gray;
  padding-top: 10px;
}
.Nav {
  width: 300px;
  margin: 0 auto;
  padding-top: 30px;
}
.Nav .nav-title {
  margin: 0 30px;
}
.Nav .nav-arrow {
  width: 15px;
  display: inline-block;
}
.Nav .nav-arrow button {
  text-decoration: none;
  color: gray;
  background: transparent;
  border: none;
  cursor: pointer;
}
.Nav .nav-arrow button:hover {
  color: black;
}
.Nav .nav-arrow button:focus {
  outline: none;
}
.Nav .date-month {
  font-weight: lighter;
  padding-top: 10px;
}
.Nav .nav-archive {
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  color: #bababa;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dashed #c7c7c7;
  display: block;
}
.Nav .nav-archive:hover {
  color: black;
}
.Archive {
  margin: 0 auto;
  width: 90%;
  max-width: 920px;
}
.Archive h1 {
  font-size: 80px;
  font-weight: 100;
  padding: 100px 0;
}
.Archive-Month {
  display: none;
}
.Archive-Month.is-ActiveMonth {
  display: block;
}
.Archive-Month li {
  float: left;
  margin-bottom: 15px;
  width: 25%;
}
.Archive-Month li button {
  border: none;
  background: none;
  width: 100%;
}
.Archive-Month li button:focus {
  outline: none;
}
.Archive-Month li button:hover {
  opacity: .5;
}
.Archive-Month-Title {
  font-size: 20px;
  border-top: 1px solid black;
  padding: 20px 0;
  cursor: pointer;
}
.Archive-Month-Title:hover {
  opacity: .5;
}
.Archive .slide .image {
  margin-right: 2px !important;
  border-radius: 0 !important;
}
.Archive .slide .image.image-right .image-view {
  background-position: right center !important;
}
.modal {
  position: fixed;
  z-index: 500;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.modal .modal-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}
.modal .modal-window {
  position: relative;
  z-index: 600;
  background: white;
  width: 90%;
  max-width: 600px;
  padding: 80px;
  margin: 0 auto;
  margin-top: 100px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.09);
}
.modal .modal-left,
.modal .modal-right {
  float: left;
  width: 50%;
  padding-top: 30px;
}
.modal .modal-left {
  padding-right: 30px;
  border-right: 1px dashed #d5d5d5;
}
.modal .modal-right {
  padding-left: 30px;
}
.modal h1 {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 10px;
  display: block;
  text-align: center;
  border-bottom: 1px dashed #d5d5d5;
  padding-bottom: 30px;
}
.modal h4 {
  text-transform: uppercase;
  font-size: 11px;
  color: gray;
  padding-bottom: 15px;
  font-weight: 100;
  letter-spacing: 3px;
}
.modal ul li {
  margin-bottom: 20px;
}
.modal ul li a {
  text-decoration: none;
  color: gray;
}
.modal ul li a:hover {
  color: black;
  border-bottom: 1px solid black;
}
.modal p {
  line-height: 25px;
  font-weight: 300;
  font-size: 17px;
}
.modal p a {
  text-decoration: none;
  border-bottom: 1px dotted gray;
  color: black;
}
.modal p a:hover {
  border-bottom: 1px solid black;
}